From 01c8d0a36f2c50d89e33985eac64b07563062ab0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:07:13 +0200 Subject: [PATCH 01/21] LoginKit: add update file --- srcpkgs/LoginKit/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/LoginKit/update diff --git a/srcpkgs/LoginKit/update b/srcpkgs/LoginKit/update new file mode 100644 index 00000000000..bd8b49f2782 --- /dev/null +++ b/srcpkgs/LoginKit/update @@ -0,0 +1,2 @@ +site="https://git.devuan.org/pkgs-utopia-substitution/loginkit/tags" +pattern='upstream/\K[\d.]+' From 50f03196f35531669295e7270684e98a09e544fd Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:13:17 +0200 Subject: [PATCH 02/21] JAI: add update file --- srcpkgs/JAI/update | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 srcpkgs/JAI/update diff --git a/srcpkgs/JAI/update b/srcpkgs/JAI/update new file mode 100644 index 00000000000..42016e16d2f --- /dev/null +++ b/srcpkgs/JAI/update @@ -0,0 +1,3 @@ +version=${version//./_} +site="http://download.java.net/media/jai/builds/release/" +pattern='href="\K[\d_]+(?=/")' From 076a3f4b67391869e992bc19c749b7c59ec39b81 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:22:29 +0200 Subject: [PATCH 03/21] atom: use http download instead of git. Makes update check work with atom and verifies the source package. --- srcpkgs/atom/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template index f43e37704e3..48d6c74c6aa 100644 --- a/srcpkgs/atom/template +++ b/srcpkgs/atom/template @@ -10,12 +10,9 @@ short_desc="Chrome-based text editor from Github" maintainer="Andrea Brancaleoni " license="MIT" homepage="https://atom.io" +distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" +checksum="27dadd5b9a63d53e75ff662123960b1ddca6e6dd84073983306b4717854beee0" -do_fetch() { - local url="git://github.com/${pkgname}/${pkgname}" - msg_normal "Fetching source from $url ...\n" - git clone --branch v${version} ${url} ${pkgname}-${version} -} do_build() { script/build } From 982080560b4059d79f292c64d8f73f950a6ab77e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:27:09 +0200 Subject: [PATCH 04/21] attica-qt5: add update file --- srcpkgs/attica-qt5/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/attica-qt5/update diff --git a/srcpkgs/attica-qt5/update b/srcpkgs/attica-qt5/update new file mode 100644 index 00000000000..45bccdf8f38 --- /dev/null +++ b/srcpkgs/attica-qt5/update @@ -0,0 +1 @@ +pkgname=${pkgname%-*} From 93a526bf5ec2edeee0cb06f9ea935df84de89b0a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:35:00 +0200 Subject: [PATCH 05/21] bananapi-uboot: add update file --- srcpkgs/bananapi-uboot/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/bananapi-uboot/update diff --git a/srcpkgs/bananapi-uboot/update b/srcpkgs/bananapi-uboot/update new file mode 100644 index 00000000000..3320146662d --- /dev/null +++ b/srcpkgs/bananapi-uboot/update @@ -0,0 +1,2 @@ +pkgname=bananian +site="https://github.com/Bananian/u-boot-bananapi/releases" From 639f880d6177806b1c784e54bb92509baf0d7b85 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:42:24 +0200 Subject: [PATCH 06/21] beaglebone-uboot: fix destfiles. --- srcpkgs/beaglebone-uboot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/beaglebone-uboot/template b/srcpkgs/beaglebone-uboot/template index 6efbdd6b7ce..3965fb2056a 100644 --- a/srcpkgs/beaglebone-uboot/template +++ b/srcpkgs/beaglebone-uboot/template @@ -9,7 +9,7 @@ short_desc="Beaglebone and BeagleBone Black U-Boot loader" maintainer="Juan RP " license="GPL-2" homepage="http://www.denx.de/wiki/U-Boot/WebHome" -distfiles="http://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" +distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" checksum=b4f83b8db325c21671a997198ec3a373e2e00dde2fcf17be9b9afd7cfd727f56 only_for_archs="armv7l" From 577840c8dc50e6d07b12bdb517d2a9079a9dd36e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:42:32 +0200 Subject: [PATCH 07/21] beaglebone-uboot: add update file --- srcpkgs/beaglebone-uboot/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/beaglebone-uboot/update diff --git a/srcpkgs/beaglebone-uboot/update b/srcpkgs/beaglebone-uboot/update new file mode 100644 index 00000000000..a4f0ca17b6c --- /dev/null +++ b/srcpkgs/beaglebone-uboot/update @@ -0,0 +1 @@ +pkgname=u-boot From 3dffff4371542be795d76c1b9b952cba60e32416 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:45:16 +0200 Subject: [PATCH 08/21] bitcoin: fix update file --- srcpkgs/bitcoin/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bitcoin/update b/srcpkgs/bitcoin/update index 290264346fe..b28ea45c089 100644 --- a/srcpkgs/bitcoin/update +++ b/srcpkgs/bitcoin/update @@ -1,2 +1,2 @@ -site="https://bitcoin.org/en/download" -pattern='bitcoin-\K[\d.]+(?=-linux.tar.gz)' +site="https://bitcoin.org/bin/" +pattern='bitcoin-core-\K[\d.]+' From 3e4e7f4ad004834d4fb9a32cbfa3cea6b722bace Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:50:01 +0200 Subject: [PATCH 09/21] checkbashisms: add update file --- srcpkgs/checkbashisms/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/checkbashisms/update diff --git a/srcpkgs/checkbashisms/update b/srcpkgs/checkbashisms/update new file mode 100644 index 00000000000..d04db19fc71 --- /dev/null +++ b/srcpkgs/checkbashisms/update @@ -0,0 +1,2 @@ +site=https://anonscm.debian.org/cgit/collab-maint/devscripts.git/ +pattern="tag/\?id=v\K[\d.]+" From fb7220dafb00e2958626f82d0af44ced62ffdf94 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 10:53:30 +0200 Subject: [PATCH 10/21] cgmanager: add update file --- srcpkgs/cgmanager/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/cgmanager/update diff --git a/srcpkgs/cgmanager/update b/srcpkgs/cgmanager/update new file mode 100644 index 00000000000..f3f979eb361 --- /dev/null +++ b/srcpkgs/cgmanager/update @@ -0,0 +1 @@ +site="https://linuxcontainers.org/cgmanager/downloads" From e5137565ec3e7fb3f4f59c3381214db254bc2ee2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:06:27 +0200 Subject: [PATCH 11/21] compton-conf: fix destfiles. --- srcpkgs/compton-conf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template index 334c9a03f1c..6e833e7421f 100644 --- a/srcpkgs/compton-conf/template +++ b/srcpkgs/compton-conf/template @@ -13,5 +13,5 @@ short_desc="LXQT compton compositor UI" maintainer="Juan RP " license="LGPL-2.1" homepage="http://lxqt.org/" -distfiles="http://lxqt.org/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.xz" +distfiles="http://downloads.lxqt.org/${pkgname}/${version}/${pkgname}-${version}.tar.xz" checksum=f362790ae1a20c7ac65790e411cb792200c2430199186affa70dba3ebb01dedf From 880e50c3ff28d3a3907c8d627e354b9a172e05a3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:06:33 +0200 Subject: [PATCH 12/21] compton-conf: add update file --- srcpkgs/compton-conf/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/compton-conf/update diff --git a/srcpkgs/compton-conf/update b/srcpkgs/compton-conf/update new file mode 100644 index 00000000000..4be7da4a9e8 --- /dev/null +++ b/srcpkgs/compton-conf/update @@ -0,0 +1,2 @@ +site="http://downloads.lxqt.org/${pkgname}" +pattern='href="\K[\d.]+' From 958ae8a4808f06833cd5edfb42852c3d3c188e88 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:12:33 +0200 Subject: [PATCH 13/21] couchdb: fix destfiles. www.eu.apache.org has an invalid certificate. use www.apache.org instead. --- srcpkgs/couchdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/couchdb/template b/srcpkgs/couchdb/template index ca49c1bb70d..e8b82afc08d 100644 --- a/srcpkgs/couchdb/template +++ b/srcpkgs/couchdb/template @@ -12,7 +12,7 @@ short_desc="A document-oriented database" maintainer="Gerardo Di Iorio " license="Apache-2.0" homepage="http://couchdb.apache.org/" -distfiles="http://www.eu.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz" +distfiles="http://www.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz" checksum=5a601b173733ce3ed31b654805c793aa907131cd70b06d03825f169aa48c8627 system_accounts="couchdb" From 18394344f4904e6321606482be170c7a8eec2a12 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:15:13 +0200 Subject: [PATCH 14/21] couchdb: add update file --- srcpkgs/couchdb/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/couchdb/update diff --git a/srcpkgs/couchdb/update b/srcpkgs/couchdb/update new file mode 100644 index 00000000000..bad80599c94 --- /dev/null +++ b/srcpkgs/couchdb/update @@ -0,0 +1 @@ +pkgname=apache-$pkgname From 50c363204676f65a085169fae3bb020fe7a90124 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:16:20 +0200 Subject: [PATCH 15/21] cubieboard2-uboot: add update file --- srcpkgs/cubieboard2-uboot/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/cubieboard2-uboot/update diff --git a/srcpkgs/cubieboard2-uboot/update b/srcpkgs/cubieboard2-uboot/update new file mode 100644 index 00000000000..a4f0ca17b6c --- /dev/null +++ b/srcpkgs/cubieboard2-uboot/update @@ -0,0 +1 @@ +pkgname=u-boot From de713a295ad1430e0a213292a19a5c810d0ede6c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:20:47 +0200 Subject: [PATCH 16/21] daemonize: use http download instead of git. Makes update check work with daemonize and verifies the source package. --- srcpkgs/daemonize/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/daemonize/template b/srcpkgs/daemonize/template index 647f31f49cf..9ca2738508a 100644 --- a/srcpkgs/daemonize/template +++ b/srcpkgs/daemonize/template @@ -3,15 +3,10 @@ pkgname=daemonize version=1.7.5 revision=1 build_style=gnu-configure -hostmakedepends="git" short_desc="Run a program as a Unix daemon" maintainer="Andrea Brancaleoni " license="BSD, MIT, Public Domain" homepage="http://software.clapper.org/daemonize/daemonize.html" - - -do_fetch() { - local url="git://github.com/bmc/daemonize" - msg_normal "Fetching source from $url ...\n" - git clone --branch release-${version} ${url} ${pkgname}-${version} -} +distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz" +checksum="616220b8dc5721d93bd45e63b2617dbe07cd10a572da505405d64f640b98a06b" +wrksrc="$pkgname-release-$version" From 4315817f6bb156ce108e080e6088c41d47f2dbcb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:20:53 +0200 Subject: [PATCH 17/21] daemonize: add update file --- srcpkgs/daemonize/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/daemonize/update diff --git a/srcpkgs/daemonize/update b/srcpkgs/daemonize/update new file mode 100644 index 00000000000..d3094846993 --- /dev/null +++ b/srcpkgs/daemonize/update @@ -0,0 +1 @@ +pkgname=release From cf844ad89f6c6b5892e6cffb1b31e28f7a9b1f90 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:22:38 +0200 Subject: [PATCH 18/21] daemontools: add update file --- srcpkgs/daemontools/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/daemontools/update diff --git a/srcpkgs/daemontools/update b/srcpkgs/daemontools/update new file mode 100644 index 00000000000..7f128c43b4a --- /dev/null +++ b/srcpkgs/daemontools/update @@ -0,0 +1 @@ +site=http://cr.yp.to/daemontools/install.html From 0b7ecd85fc3fec15b08e38cbfac327bb05df830b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:36:48 +0200 Subject: [PATCH 19/21] fastd: add update file --- srcpkgs/fastd/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/fastd/update diff --git a/srcpkgs/fastd/update b/srcpkgs/fastd/update new file mode 100644 index 00000000000..3bcdef4d6bb --- /dev/null +++ b/srcpkgs/fastd/update @@ -0,0 +1 @@ +site=http://git.universe-factory.net/fastd/refs/ From 7eab1302b92bd734cc60846efc2169317fb3a911 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:40:44 +0200 Subject: [PATCH 20/21] inkscape: fix update file --- srcpkgs/inkscape/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/inkscape/update b/srcpkgs/inkscape/update index 8758aff9cbe..41f967a52b3 100644 --- a/srcpkgs/inkscape/update +++ b/srcpkgs/inkscape/update @@ -1 +1 @@ -ignore="*pre*" +site="https://inkscape.org/en/download/" From 16957dff56894049dfad2261f8ca24c994d83174 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 25 May 2015 11:42:47 +0200 Subject: [PATCH 21/21] kodi-rpi: add update file --- srcpkgs/kodi-rpi/update | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcpkgs/kodi-rpi/update diff --git a/srcpkgs/kodi-rpi/update b/srcpkgs/kodi-rpi/update new file mode 100644 index 00000000000..c002e80531c --- /dev/null +++ b/srcpkgs/kodi-rpi/update @@ -0,0 +1 @@ +pattern="\d+\.[\d.]+(?=-\w+\.tar\.gz)"