[arch-commits] Commit in haskell-fdo-notify/repos (2 files)
Date: Tuesday, December 4, 2018 @ 07:59:15 Author: felixonmars Revision: 411076 archrelease: copy trunk to community-staging-x86_64 Added: haskell-fdo-notify/repos/community-staging-x86_64/ haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 411075, haskell-fdo-notify/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 411075, haskell-fdo-notify/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 07:59:15 UTC (rev 411076) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=fdo-notify +pkgname=haskell-fdo-notify +pkgver=0.3.1 +pkgrel=111 +pkgdesc="Desktop Notifications client" +url="http://bitbucket.org/taejo/fdo-notify/"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' "haskell-dbus") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-fdo-notify/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:58:57 Author: felixonmars Revision: 411075 upgpkg: haskell-fdo-notify 0.3.1-111 rebuild with dbus 1.1.1 Modified: haskell-fdo-notify/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:58:15 UTC (rev 411074) +++ PKGBUILD2018-12-04 07:58:57 UTC (rev 411075) @@ -4,7 +4,7 @@ _hkgname=fdo-notify pkgname=haskell-fdo-notify pkgver=0.3.1 -pkgrel=110 +pkgrel=111 pkgdesc="Desktop Notifications client" url="http://bitbucket.org/taejo/fdo-notify/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-dbus/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:57:56 Author: felixonmars Revision: 411073 upgpkg: haskell-dbus 1.1.1-1 rebuild with dbus 1.1.1 Modified: haskell-dbus/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:55:04 UTC (rev 411072) +++ PKGBUILD2018-12-04 07:57:56 UTC (rev 411073) @@ -3,19 +3,19 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.0.1 -pkgrel=71 +pkgver=1.1.1 +pkgrel=1 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/"; license=("GPL3") arch=('x86_64') -depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 'haskell-network' - 'haskell-random' 'haskell-split' 'haskell-th-lift' - 'haskell-vector' 'haskell-xml-types') +depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-exceptions' 'haskell-lens' + 'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift' + 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types') makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b') +sha512sums=('86c701957205b8a4e438b6763607a430cf7279f280c4aecb45e72bb24f9b2f69a8b80103d1868e75095b076a254d5936d46ed1ffc5484b6a895e1667293655a4') build() { cd $_hkgname-$pkgver
[arch-commits] Commit in haskell-dbus/repos (2 files)
Date: Tuesday, December 4, 2018 @ 07:58:15 Author: felixonmars Revision: 411074 archrelease: copy trunk to community-staging-x86_64 Added: haskell-dbus/repos/community-staging-x86_64/ haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 411073, haskell-dbus/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 411073, haskell-dbus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 07:58:15 UTC (rev 411074) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=dbus +pkgname=haskell-dbus +pkgver=1.1.1 +pkgrel=1 +pkgdesc="A client library for the D-Bus IPC system" +url="https://john-millikin.com/software/haskell-dbus/"; +license=("GPL3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-exceptions' 'haskell-lens' + 'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift' + 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types') +makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 'haskell-tasty' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('86c701957205b8a4e438b6763607a430cf7279f280c4aecb45e72bb24f9b2f69a8b80103d1868e75095b076a254d5936d46ed1ffc5484b6a895e1667293655a4') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt" +}
[arch-commits] Commit in hledger-web/repos (2 files)
Date: Tuesday, December 4, 2018 @ 07:54:16 Author: felixonmars Revision: 411068 archrelease: copy trunk to community-staging-x86_64 Added: hledger-web/repos/community-staging-x86_64/ hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 411067, hledger-web/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 411067, hledger-web/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 07:54:16 UTC (rev 411068) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-web +pkgver=1.12 +pkgrel=3 +pkgdesc="Web interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 'haskell-blaze-markup' + 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' + 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 'haskell-wai' + 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' + 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json' + 'haskell-megaparsec') +makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('4c77d67daa0abdd55029fc6af1a3735ab99adc9ec65e8470a84f4b7de39de24bdd636717d50f5f87d4227b4b903e72b0ccde728addc12d26809e83b8baf07f31') + +prepare() { +cd $pkgname-$pkgver +sed -i -e '/semigroups/d' $pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-dev -f-library-only -fthreaded +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-web/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:53:59 Author: felixonmars Revision: 411067 upgpkg: hledger-web 1.12-3 rebuild with hledger 1.12.1 Modified: hledger-web/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:52:44 UTC (rev 411066) +++ PKGBUILD2018-12-04 07:53:59 UTC (rev 411067) @@ -3,7 +3,7 @@ pkgname=hledger-web pkgver=1.12 -pkgrel=2 +pkgrel=3 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-ui/repos (2 files)
Date: Tuesday, December 4, 2018 @ 07:52:44 Author: felixonmars Revision: 411066 archrelease: copy trunk to community-staging-x86_64 Added: hledger-ui/repos/community-staging-x86_64/ hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 411065, hledger-ui/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 411065, hledger-ui/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 07:52:44 UTC (rev 411066) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-ui +pkgver=1.12 +pkgrel=2 +pkgdesc="Curses-style user interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async' + 'haskell-base-compat-batteries' 'haskell-cmdargs' 'haskell-data-default' 'haskell-fsnotify' + 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 'haskell-pretty-show' + 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 'haskell-brick' + 'haskell-vty') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('846ee373733157f1248d6e54adade3ce6b38c377ddcb971199e90939db86c3a0f9c968166397c5829e94a3be54923f5e6dad9c9a6445503e7b2dcbae0d175f77') + +prepare() { +# It does nothing +sed -e '/mtl-compat/d' \ +-i ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +-fthreaded +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:52:28 Author: felixonmars Revision: 411065 upgpkg: hledger-ui 1.12-2 rebuild with hledger 1.12.1 Modified: hledger-ui/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:51:35 UTC (rev 411064) +++ PKGBUILD2018-12-04 07:52:28 UTC (rev 411065) @@ -3,7 +3,7 @@ pkgname=hledger-ui pkgver=1.12 -pkgrel=1 +pkgrel=2 pkgdesc="Curses-style user interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-api/repos (2 files)
Date: Tuesday, December 4, 2018 @ 07:51:35 Author: felixonmars Revision: 411064 archrelease: copy trunk to community-staging-x86_64 Added: hledger-api/repos/community-staging-x86_64/ hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 411063, hledger-api/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 411063, hledger-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 07:51:35 UTC (rev 411064) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.12 +pkgrel=2 +pkgdesc="Web API server for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-data-default' + 'haskell-decimal' 'haskell-docopt' 'haskell-either' 'haskell-microlens' + 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server' + 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 'haskell-wai-extra' + 'haskell-warp') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('bf495f7b0653d1bd55f5896bae30ae09bb8a014ce91d2a2c0926722bf6778bfcf946aa2c4f9e19af24f38c136707fc247bc953f1e4e4283b207054f058331622') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-api/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:51:18 Author: felixonmars Revision: 411063 upgpkg: hledger-api 1.12-2 rebuild with hledger 1.12.1 Modified: hledger-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:50:03 UTC (rev 411062) +++ PKGBUILD2018-12-04 07:51:18 UTC (rev 411063) @@ -3,7 +3,7 @@ pkgname=hledger-api pkgver=1.12 -pkgrel=1 +pkgrel=2 pkgdesc="Web API server for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger/repos (2 files)
Date: Tuesday, December 4, 2018 @ 07:50:03 Author: felixonmars Revision: 411062 archrelease: copy trunk to community-staging-x86_64 Added: hledger/repos/community-staging-x86_64/ hledger/repos/community-staging-x86_64/PKGBUILD (from rev 411061, hledger/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 411061, hledger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 07:50:03 UTC (rev 411062) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger +pkgver=1.12.1 +pkgrel=1 +pkgdesc="Command-line interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-cmdargs' + 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-easytest' + 'haskell-file-embed' 'haskell-hashable' 'haskell-here' 'haskell-hledger-lib' + 'haskell-lucid' 'haskell-math-functions' 'haskell-megaparsec' 'haskell-old-time' + 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' + 'haskell-split' 'haskell-tabular' 'haskell-temporary' 'haskell-unordered-containers' + 'haskell-utf8-string' 'haskell-utility-ht' 'haskell-wizards') +makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('761c3b7d581e0787981763bc72263905f30b117e09c7a2bb72c3315955d3bb3a1e2cc3bd9152cfb8c81307c3dfa0e4e263dbc733670852a8ebf3e508817899ae') + +prepare() { +# It does nothing +sed -e '/mtl-compat/d' \ +-i ${pkgname}-${pkgver}/${pkgname}.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fterminfo -fthreaded +LC_CTYPE=en_US.UTF-8 runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:49:47 Author: felixonmars Revision: 411061 upgpkg: hledger 1.12.1-1 rebuild with hledger 1.12.1 Modified: hledger/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:48:25 UTC (rev 411060) +++ PKGBUILD2018-12-04 07:49:47 UTC (rev 411061) @@ -2,7 +2,7 @@ # Contributor: Arch Haskell Team pkgname=hledger -pkgver=1.12 +pkgver=1.12.1 pkgrel=1 pkgdesc="Command-line interface for the hledger accounting tool" url="http://hledger.org"; @@ -11,13 +11,13 @@ depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 'haskell-easytest' 'haskell-file-embed' 'haskell-hashable' 'haskell-here' 'haskell-hledger-lib' - 'haskell-lucid' 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' - 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' 'haskell-split' - 'haskell-statistics' 'haskell-tabular' 'haskell-temporary' 'haskell-unordered-containers' + 'haskell-lucid' 'haskell-math-functions' 'haskell-megaparsec' 'haskell-old-time' + 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-shakespeare' + 'haskell-split' 'haskell-tabular' 'haskell-temporary' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-utility-ht' 'haskell-wizards') makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('4370a780f2e19300bc773de743f119b47183fc6dabad202127394a911abb0c704f1a312fd7c1164764226a8cd4f52c375de7b7a1595c2c14e0a9bac9397e9b12') +sha512sums=('761c3b7d581e0787981763bc72263905f30b117e09c7a2bb72c3315955d3bb3a1e2cc3bd9152cfb8c81307c3dfa0e4e263dbc733670852a8ebf3e508817899ae') prepare() { # It does nothing
[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:48:07 Author: felixonmars Revision: 411059 upgpkg: deepin-control-center 4.7.9-1 Modified: deepin-control-center/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:43:55 UTC (rev 411058) +++ PKGBUILD2018-12-04 07:48:07 UTC (rev 411059) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-control-center -pkgver=4.7.8 +pkgver=4.7.9 pkgrel=1 pkgdesc='New control center for linux deepin' arch=('x86_64') @@ -18,7 +18,7 @@ replaces=('dde-control-center' 'dde-dock-applets') groups=('deepin') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";) -sha512sums=('0ad87ea8aa16294d0d3a2ab40ea885b6520cf74b460e393d538f469724169dddf916b444b7899d6cb55831c92661a746170f9a3612cf3509c0aa62423840a059') +sha512sums=('3c980c176d3c974f4ecf20a149676865776447fb7e2b19b21041757ae9f5e05a549eaa2448fbccc30eb1e0b6d42e4a08923e0cc337fe65666071cf2833d3ddec') build() { cd dde-control-center-$pkgver
[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (2 files)
Date: Tuesday, December 4, 2018 @ 07:48:25 Author: felixonmars Revision: 411060 archrelease: copy trunk to community-x86_64 Added: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 411059, deepin-control-center/trunk/PKGBUILD) Deleted: deepin-control-center/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 07:48:07 UTC (rev 411059) +++ PKGBUILD2018-12-04 07:48:25 UTC (rev 411060) @@ -1,32 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-control-center -pkgver=4.7.8 -pkgrel=1 -pkgdesc='New control center for linux deepin' -arch=('x86_64') -url="https://github.com/linuxdeepin/dde-control-center"; -license=('GPL3') -depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 'geoip' - 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 'networkmanager-qt' - 'deepin-qt-dbus-factory' 'deepin-qt5integration' 'deepin-network-utils') -makedepends=('deepin-dock' 'qt5-tools') -optdepends=('redshift: automatic color temperature support') -conflicts=('dde-control-center' 'dde-dock-applets') -replaces=('dde-control-center' 'dde-dock-applets') -groups=('deepin') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";) -sha512sums=('0ad87ea8aa16294d0d3a2ab40ea885b6520cf74b460e393d538f469724169dddf916b444b7899d6cb55831c92661a746170f9a3612cf3509c0aa62423840a059') - -build() { - cd dde-control-center-$pkgver - qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES - make -} - -package() { - cd dde-control-center-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 411059, deepin-control-center/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 07:48:25 UTC (rev 411060) @@ -0,0 +1,32 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-control-center +pkgver=4.7.9 +pkgrel=1 +pkgdesc='New control center for linux deepin' +arch=('x86_64') +url="https://github.com/linuxdeepin/dde-control-center"; +license=('GPL3') +depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 'geoip' + 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 'networkmanager-qt' + 'deepin-qt-dbus-factory' 'deepin-qt5integration' 'deepin-network-utils') +makedepends=('deepin-dock' 'qt5-tools') +optdepends=('redshift: automatic color temperature support') +conflicts=('dde-control-center' 'dde-dock-applets') +replaces=('dde-control-center' 'dde-dock-applets') +groups=('deepin') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";) +sha512sums=('3c980c176d3c974f4ecf20a149676865776447fb7e2b19b21041757ae9f5e05a549eaa2448fbccc30eb1e0b6d42e4a08923e0cc337fe65666071cf2833d3ddec') + +build() { + cd dde-control-center-$pkgver + qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES + make +} + +package() { + cd dde-control-center-$pkgver + make INSTALL_ROOT="$pkgdir" install +}
[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:43:33 Author: felixonmars Revision: 411057 archrelease: copy trunk to community-any Added: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 411056, deepin-icon-theme/trunk/PKGBUILD) Deleted: deepin-icon-theme/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 07:43:13 UTC (rev 411056) +++ PKGBUILD2018-12-04 07:43:33 UTC (rev 411057) @@ -1,28 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-icon-theme -pkgver=15.12.65 -pkgrel=1 -pkgdesc="Deepin Icons" -arch=('any') -url="https://github.com/linuxdeepin/deepin-icon-theme"; -license=('GPL3') -depends=('papirus-icon-theme') -replaces=('deepin-cursor-theme') -conflicts=('deepin-cursor-theme') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz";) -sha512sums=('e644023b5041b32bc0e561e86a0f185e119625bb0b634651b717dbc97db9dfea0b7653e9f25dc9e94c096ad190af68087f019474076ad3f147de338ec840575a') - -build() { - cd $pkgname-$pkgver - make hicolor-links -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install-icons install-cursors - - cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/ -} Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 411056, deepin-icon-theme/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 07:43:33 UTC (rev 411057) @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-icon-theme +pkgver=15.12.66 +pkgrel=1 +pkgdesc="Deepin Icons" +arch=('any') +url="https://github.com/linuxdeepin/deepin-icon-theme"; +license=('GPL3') +depends=('papirus-icon-theme') +replaces=('deepin-cursor-theme') +conflicts=('deepin-cursor-theme') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz";) +sha512sums=('87cadbf6fce8fbc0c62d27c965eb428610a6508c1b41ddf7622a28de9a02414da6a5a3320e09b7fa2de5c57d9f784316490ce620a1f4a86699d92fc3cf95e271') + +build() { + cd $pkgname-$pkgver + make hicolor-links +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install-icons install-cursors + + cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/ +}
[arch-commits] Commit in winetricks/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:43:55 Author: felixonmars Revision: 411058 archrelease: copy trunk to community-any Added: winetricks/repos/community-any/PKGBUILD (from rev 411057, winetricks/trunk/PKGBUILD) Deleted: winetricks/repos/community-any/PKGBUILD --+ PKGBUILD | 49 - 1 file changed, 24 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 07:43:33 UTC (rev 411057) +++ PKGBUILD2018-12-04 07:43:55 UTC (rev 411058) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Lukas Fleischer -# Maintainer: Felix Yan -# Contributor: Laurent Carlier -# Contributor: DsTr -# Contributor: Allan McRae - -pkgname=winetricks -pkgver=20180815 -pkgrel=1 -pkgdesc='Script to install various redistributable runtime libraries in Wine.' -url='http://wiki.winehq.org/winetricks' -license=('LGPL') -arch=('any') -optdepends=('zenity: GUI for GNOME desktop' -'kdialog: GUI for KDE desktop') -source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";) -sha512sums=('81222610f6c29e67d1b3914912dd1980fca9b7f15f283b78128780d1e667c7203b27ab3c5c4220e855c6f329a5df58c585fb70d3a7fff07db648bf63a556ad6f') - -package() { - depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage') - - cd winetricks-$pkgver - make DESTDIR="$pkgdir" install -} Copied: winetricks/repos/community-any/PKGBUILD (from rev 411057, winetricks/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 07:43:55 UTC (rev 411058) @@ -0,0 +1,24 @@ +# Maintainer: Lukas Fleischer +# Maintainer: Felix Yan +# Contributor: Laurent Carlier +# Contributor: DsTr +# Contributor: Allan McRae + +pkgname=winetricks +pkgver=20181203 +pkgrel=1 +pkgdesc='Script to install various redistributable runtime libraries in Wine.' +url='http://wiki.winehq.org/winetricks' +license=('LGPL') +arch=('any') +optdepends=('zenity: GUI for GNOME desktop' +'kdialog: GUI for KDE desktop') +source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";) +sha512sums=('ff960b7830fd688315a6cef9c50f45435d95f4d8bb8feb5f3cab3c24302369b5876afdc8145d395be4b33c9d11c3606312aaf84cb675eeb511479c46490b1585') + +package() { + depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage') + + cd winetricks-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in deepin-icon-theme/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:43:13 Author: felixonmars Revision: 411056 upgpkg: deepin-icon-theme 15.12.66-1 Modified: deepin-icon-theme/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:42:54 UTC (rev 411055) +++ PKGBUILD2018-12-04 07:43:13 UTC (rev 411056) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-icon-theme -pkgver=15.12.65 +pkgver=15.12.66 pkgrel=1 pkgdesc="Deepin Icons" arch=('any') @@ -13,7 +13,7 @@ replaces=('deepin-cursor-theme') conflicts=('deepin-cursor-theme') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz";) -sha512sums=('e644023b5041b32bc0e561e86a0f185e119625bb0b634651b717dbc97db9dfea0b7653e9f25dc9e94c096ad190af68087f019474076ad3f147de338ec840575a') +sha512sums=('87cadbf6fce8fbc0c62d27c965eb428610a6508c1b41ddf7622a28de9a02414da6a5a3320e09b7fa2de5c57d9f784316490ce620a1f4a86699d92fc3cf95e271') build() { cd $pkgname-$pkgver
[arch-commits] Commit in deepin-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:42:54 Author: felixonmars Revision: 411055 archrelease: copy trunk to community-x86_64 Added: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 411054, deepin-dock/trunk/PKGBUILD) Deleted: deepin-dock/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 07:42:46 UTC (rev 411054) +++ PKGBUILD2018-12-04 07:42:54 UTC (rev 411055) @@ -1,35 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-dock -pkgver=4.8.2 -pkgrel=1 -pkgdesc='Deepin desktop-environment - dock module' -arch=('x86_64') -url="https://github.com/linuxdeepin/dde-dock"; -license=('GPL3') -depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 'deepin-qt5integration' - 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5') -makedepends=('cmake' 'qt5-tools') -conflicts=('dde-dock') -replaces=('dde-dock') -groups=('deepin') -source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";) -sha512sums=('e719a26185989f69d0045c97c14d81efd07695bbe0f64569f85d98b0798ab41057d9b398c1e66c50ef1948f347a80f26a5ebd2e2a5de28e6b528b5dc65ec0cbd') - -prepare() { - cd dde-dock-$pkgver - sed -i -e '/foldWithAnimation/d' -e '/expandWithAnimation/d' plugins/tray/fashiontrayitem.h -} - -build() { - cd dde-dock-$pkgver - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES - make -} - -package() { - cd dde-dock-$pkgver - make DESTDIR="$pkgdir" install -} Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 411054, deepin-dock/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 07:42:54 UTC (rev 411055) @@ -0,0 +1,35 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-dock +pkgver=4.8.2.2 +pkgrel=1 +pkgdesc='Deepin desktop-environment - dock module' +arch=('x86_64') +url="https://github.com/linuxdeepin/dde-dock"; +license=('GPL3') +depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 'deepin-qt5integration' + 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5') +makedepends=('cmake' 'qt5-tools') +conflicts=('dde-dock') +replaces=('dde-dock') +groups=('deepin') +source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";) +sha512sums=('e6327e9d95136bce79b7eb0a001e80640a3b05b5c572e336c10661bebcedd9a0132ab063d82b3de591e210856f0f2a3013caf1610fcfc34c1eda26a14d307e21') + +prepare() { + cd dde-dock-$pkgver + sed -i -e '/foldWithAnimation/d' -e '/expandWithAnimation/d' plugins/tray/fashiontrayitem.h +} + +build() { + cd dde-dock-$pkgver + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES + make +} + +package() { + cd dde-dock-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in winetricks/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:42:46 Author: felixonmars Revision: 411054 upgpkg: winetricks 20181203-1 Modified: winetricks/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 07:42:36 UTC (rev 411053) +++ PKGBUILD2018-12-04 07:42:46 UTC (rev 411054) @@ -5,7 +5,7 @@ # Contributor: Allan McRae pkgname=winetricks -pkgver=20180815 +pkgver=20181203 pkgrel=1 pkgdesc='Script to install various redistributable runtime libraries in Wine.' url='http://wiki.winehq.org/winetricks' @@ -14,7 +14,7 @@ optdepends=('zenity: GUI for GNOME desktop' 'kdialog: GUI for KDE desktop') source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";) -sha512sums=('81222610f6c29e67d1b3914912dd1980fca9b7f15f283b78128780d1e667c7203b27ab3c5c4220e855c6f329a5df58c585fb70d3a7fff07db648bf63a556ad6f') +sha512sums=('ff960b7830fd688315a6cef9c50f45435d95f4d8bb8feb5f3cab3c24302369b5876afdc8145d395be4b33c9d11c3606312aaf84cb675eeb511479c46490b1585') package() { depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
[arch-commits] Commit in deepin-dock/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 07:42:36 Author: felixonmars Revision: 411053 upgpkg: deepin-dock 4.8.2.2-1 Modified: deepin-dock/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 02:56:20 UTC (rev 411052) +++ PKGBUILD2018-12-04 07:42:36 UTC (rev 411053) @@ -3,7 +3,7 @@ # Contributor: Xu Fasheng pkgname=deepin-dock -pkgver=4.8.2 +pkgver=4.8.2.2 pkgrel=1 pkgdesc='Deepin desktop-environment - dock module' arch=('x86_64') @@ -16,7 +16,7 @@ replaces=('dde-dock') groups=('deepin') source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";) -sha512sums=('e719a26185989f69d0045c97c14d81efd07695bbe0f64569f85d98b0798ab41057d9b398c1e66c50ef1948f347a80f26a5ebd2e2a5de28e6b528b5dc65ec0cbd') +sha512sums=('e6327e9d95136bce79b7eb0a001e80640a3b05b5c572e336c10661bebcedd9a0132ab063d82b3de591e210856f0f2a3013caf1610fcfc34c1eda26a14d307e21') prepare() { cd dde-dock-$pkgver
[arch-commits] Commit in libsass/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 02:56:20 Author: jleclanche Revision: 411052 upgpkg: libsass 3.5.5-1 Upstream release 3.5.5 Modified: libsass/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:42:52 UTC (rev 411051) +++ PKGBUILD2018-12-04 02:56:20 UTC (rev 411052) @@ -2,7 +2,7 @@ # Contributor: Isaac Dupree pkgname=libsass -pkgver=3.5.4 +pkgver=3.5.5 pkgrel=1 pkgdesc="C implementation of Sass CSS preprocessor (library)." arch=("x86_64") @@ -9,7 +9,7 @@ url="http://libsass.org/"; license=("MIT") source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";) -sha256sums=("5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770") +sha256sums=("487ca58f1dfdc4055079af04f0ad120747385d3b3926b1c8f46e4b00540fdb70") build() {
[arch-commits] Commit in deadbeef/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:42:52 Author: maximbaz Revision: 411051 archrelease: copy trunk to community-x86_64 Added: deadbeef/repos/community-x86_64/PKGBUILD (from rev 411050, deadbeef/trunk/PKGBUILD) Deleted: deadbeef/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 96 ++--- 1 file changed, 48 insertions(+), 48 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:42:33 UTC (rev 411050) +++ PKGBUILD2018-12-04 00:42:52 UTC (rev 411051) @@ -1,48 +0,0 @@ -# Maintainer: Lukas Fleischer -# Contributor: Alexey Yakovenko - -pkgname=deadbeef -pkgver=0.7.2 -pkgrel=4 -pkgdesc='A GTK+ audio player for GNU/Linux.' -arch=('x86_64') -url='http://deadbeef.sourceforge.net' -license=('GPL2') -depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson') -makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' - 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate' - 'yasm' 'ffmpeg' 'gtk2' 'gtk3') -optdepends=('gtk2: for the GTK2 interface' -'gtk3: for the GTK3 interface' -'libsamplerate: for Resampler plugin' -'libvorbis: for Ogg Vorbis playback' -'libmad: for MP1/MP2/MP3 playback' -'mpg123: for MP1/MP2/MP3 playback' -'flac: for FLAC playback' -'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support' -'imlib2: for artwork plugin' -'wavpack: for WavPack playback' -'libsndfile: for Wave playback' -'libcdio: audio cd plugin' -'libcddb: audio cd plugin' -'faad2: for AAC/MP4 support' -'dbus: for OSD notifications support' -'pulseaudio: for PulseAudio output plugin' -'libx11: for global hotkeys plugin' -'zlib: for Audio Overload plugin' -'libzip: for vfs_zip plugin' -'ffmpeg: for ffmpeg plugin') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('f8f5353e7c201fce316f8b082ab408bb') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package () { - cd "${srcdir}/${pkgname}-${pkgver}" - make prefix="${pkgdir}/usr" install -} Copied: deadbeef/repos/community-x86_64/PKGBUILD (from rev 411050, deadbeef/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:42:52 UTC (rev 411051) @@ -0,0 +1,48 @@ +# Maintainer: Lukas Fleischer +# Contributor: Alexey Yakovenko + +pkgname=deadbeef +pkgver=0.7.2 +pkgrel=4 +pkgdesc='A GTK+ audio player for GNU/Linux.' +arch=('x86_64') +url='http://deadbeef.sourceforge.net' +license=('GPL2') +depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson') +makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' + 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate' + 'yasm' 'ffmpeg' 'gtk2' 'gtk3') +optdepends=('gtk2: for the GTK2 interface' +'gtk3: for the GTK3 interface' +'libsamplerate: for Resampler plugin' +'libvorbis: for Ogg Vorbis playback' +'libmad: for MP1/MP2/MP3 playback' +'mpg123: for MP1/MP2/MP3 playback' +'flac: for FLAC playback' +'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support' +'imlib2: for artwork plugin' +'wavpack: for WavPack playback' +'libsndfile: for Wave playback' +'libcdio: audio cd plugin' +'libcddb: audio cd plugin' +'faad2: for AAC/MP4 support' +'dbus: for OSD notifications support' +'pulseaudio: for PulseAudio output plugin' +'libx11: for global hotkeys plugin' +'zlib: for Audio Overload plugin' +'libzip: for vfs_zip plugin' +'ffmpeg: for ffmpeg plugin') +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('f8f5353e7c201fce316f8b082ab408bb') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package () { + cd "${srcdir}/${pkgname}-${pkgver}" + make prefix="${pkgdir}/usr" install +}
[arch-commits] Commit in deadbeef/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:42:33 Author: maximbaz Revision: 411050 deadbeef: use https sources Modified: deadbeef/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:41:17 UTC (rev 411049) +++ PKGBUILD2018-12-04 00:42:33 UTC (rev 411050) @@ -32,7 +32,7 @@ 'zlib: for Audio Overload plugin' 'libzip: for vfs_zip plugin' 'ffmpeg: for ffmpeg plugin') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) md5sums=('f8f5353e7c201fce316f8b082ab408bb') build() {
[arch-commits] Commit in ttf-anonymous-pro/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:41:06 Author: maximbaz Revision: 411048 ttf-anonymous-pro: use https sources Modified: ttf-anonymous-pro/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:39:43 UTC (rev 411047) +++ PKGBUILD2018-12-04 00:41:06 UTC (rev 411048) @@ -11,8 +11,8 @@ url='http://www.marksimonson.com/fonts/view/anonymous-pro' license=('custom:OFL') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') -source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip' - 'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip') +source=('https://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip' + 'https://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip') md5sums=('bb5141b20b9d69b3190be03e5706c8b7' '16468f49e2a56f8e2ad39f09728391bd')
[arch-commits] Commit in ttf-anonymous-pro/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:41:17 Author: maximbaz Revision: 411049 archrelease: copy trunk to community-any Added: ttf-anonymous-pro/repos/community-any/PKGBUILD (from rev 411048, ttf-anonymous-pro/trunk/PKGBUILD) Deleted: ttf-anonymous-pro/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:41:06 UTC (rev 411048) +++ PKGBUILD2018-12-04 00:41:17 UTC (rev 411049) @@ -1,28 +0,0 @@ -# Maintainer: Andrea Scarpino -# Contributor: Rick W. Chen -# Contributor: Gaute Hope -# Contributor: Stein Krauz - -pkgname=ttf-anonymous-pro -pkgver=1.003 -pkgrel=4 -pkgdesc='A family of four fixed-width fonts designed especially with coding in mind' -arch=('any') -url='http://www.marksimonson.com/fonts/view/anonymous-pro' -license=('custom:OFL') -depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') -source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip' - 'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip') -md5sums=('bb5141b20b9d69b3190be03e5706c8b7' - '16468f49e2a56f8e2ad39f09728391bd') - -package() { - install -d "${pkgdir}/usr/share/fonts/TTF/" - install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/" - install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/" - - install -d "${pkgdir}"/usr/share/licenses/${pkgname} - install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \ -"${pkgdir}"/usr/share/licenses/${pkgname} -} - Copied: ttf-anonymous-pro/repos/community-any/PKGBUILD (from rev 411048, ttf-anonymous-pro/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:41:17 UTC (rev 411049) @@ -0,0 +1,28 @@ +# Maintainer: Andrea Scarpino +# Contributor: Rick W. Chen +# Contributor: Gaute Hope +# Contributor: Stein Krauz + +pkgname=ttf-anonymous-pro +pkgver=1.003 +pkgrel=4 +pkgdesc='A family of four fixed-width fonts designed especially with coding in mind' +arch=('any') +url='http://www.marksimonson.com/fonts/view/anonymous-pro' +license=('custom:OFL') +depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') +source=('https://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip' + 'https://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip') +md5sums=('bb5141b20b9d69b3190be03e5706c8b7' + '16468f49e2a56f8e2ad39f09728391bd') + +package() { + install -d "${pkgdir}/usr/share/fonts/TTF/" + install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/" + install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/" + + install -d "${pkgdir}"/usr/share/licenses/${pkgname} + install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \ +"${pkgdir}"/usr/share/licenses/${pkgname} +} +
[arch-commits] Commit in dosbox/repos/community-x86_64 (4 files)
Date: Tuesday, December 4, 2018 @ 00:39:43 Author: maximbaz Revision: 411047 archrelease: copy trunk to community-x86_64 Added: dosbox/repos/community-x86_64/PKGBUILD (from rev 411046, dosbox/trunk/PKGBUILD) dosbox/repos/community-x86_64/dosbox.png (from rev 411046, dosbox/trunk/dosbox.png) Deleted: dosbox/repos/community-x86_64/PKGBUILD dosbox/repos/community-x86_64/dosbox.png --+ PKGBUILD | 101 ++--- 1 file changed, 50 insertions(+), 51 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:39:34 UTC (rev 411046) +++ PKGBUILD2018-12-04 00:39:43 UTC (rev 411047) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Jelle van der Waa -# Contributor: James Rayner -# Contributor: Ben - -pkgname=dosbox -pkgver=0.74.2 -pkgrel=1 -pkgdesc='Emulator with builtin DOS for running DOS Games' -arch=('x86_64') -url='http://dosbox.sourceforge.net/' -license=('GPL') -depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu') -makedepends=('mesa-libgl' 'gendesk') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz -dosbox.png) -sha256sums=('7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf' -'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b') - -prepare() { - cd "${srcdir}" - gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" - - cd "${srcdir}/$pkgname-0.74-2" - sed -i 's/png_check_sig/png_sig_cmp/' configure -} - -build() { - cd "${srcdir}/$pkgname-0.74-2" - - ./configure --prefix=/usr --sysconfdir=/etc/dosbox - make -} - -package() { - cd "${srcdir}/$pkgname-0.74-2" - - make DESTDIR="${pkgdir}" install - -# install docs, make does not install them - install -Dm644 README "${pkgdir}"/usr/share/doc/$pkgname/README - install -Dm644 docs/README.video "${pkgdir}"/usr/share/doc/$pkgname/README.video - - install -Dm644 "${srcdir}/$pkgname.png" \ -"${pkgdir}/usr/share/pixmaps/$pkgname.png" - install -Dm644 "${srcdir}/$pkgname.desktop" \ -"${pkgdir}/usr/share/applications/$pkgname.desktop" -} - -# vim:set ts=2 sw=2 et: Copied: dosbox/repos/community-x86_64/PKGBUILD (from rev 411046, dosbox/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:39:43 UTC (rev 411047) @@ -0,0 +1,50 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Jelle van der Waa +# Contributor: James Rayner +# Contributor: Ben + +pkgname=dosbox +pkgver=0.74.2 +pkgrel=1 +pkgdesc='Emulator with builtin DOS for running DOS Games' +arch=('x86_64') +url='http://dosbox.sourceforge.net/' +license=('GPL') +depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu') +makedepends=('mesa-libgl' 'gendesk') +source=(https://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz +dosbox.png) +sha256sums=('7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf' +'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b') + +prepare() { + cd "${srcdir}" + gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" + + cd "${srcdir}/$pkgname-0.74-2" + sed -i 's/png_check_sig/png_sig_cmp/' configure +} + +build() { + cd "${srcdir}/$pkgname-0.74-2" + + ./configure --prefix=/usr --sysconfdir=/etc/dosbox + make +} + +package() { + cd "${srcdir}/$pkgname-0.74-2" + + make DESTDIR="${pkgdir}" install + +# install docs, make does not install them + install -Dm644 README "${pkgdir}"/usr/share/doc/$pkgname/README + install -Dm644 docs/README.video "${pkgdir}"/usr/share/doc/$pkgname/README.video + + install -Dm644 "${srcdir}/$pkgname.png" \ +"${pkgdir}/usr/share/pixmaps/$pkgname.png" + install -Dm644 "${srcdir}/$pkgname.desktop" \ +"${pkgdir}/usr/share/applications/$pkgname.desktop" +} + +# vim:set ts=2 sw=2 et: Deleted: dosbox.png === (Binary files differ) Copied: dosbox/repos/community-x86_64/dosbox.png (from rev 411046, dosbox/trunk/dosbox.png) === (Binary files differ)
[arch-commits] Commit in dosbox/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:39:34 Author: maximbaz Revision: 411046 dosbox: use https sources Modified: dosbox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:36:08 UTC (rev 411045) +++ PKGBUILD2018-12-04 00:39:34 UTC (rev 411046) @@ -12,7 +12,7 @@ license=('GPL') depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu') makedepends=('mesa-libgl' 'gendesk') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz +source=(https://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz dosbox.png) sha256sums=('7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf' '491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b')
[arch-commits] Commit in yamdi/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:35:58 Author: maximbaz Revision: 411044 yamdi: use https sources Modified: yamdi/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:34:51 UTC (rev 411043) +++ PKGBUILD2018-12-04 00:35:58 UTC (rev 411044) @@ -8,11 +8,12 @@ url="http://yamdi.sourceforge.net/"; license=('custom:BSD') depends=('glibc') -source=("http://downloads.sourceforge.net/yamdi/$pkgname-$pkgver.tar.gz";) +source=("https://downloads.sourceforge.net/yamdi/$pkgname-$pkgver.tar.gz";) +sha512sums=('a5c70ec65a074be3a9931212c3324c933ce44df22ef63407f80fc636213664d68d9422d7987c32f4a1bf7c43ec381f991c52ca537a7033e67acaaa4c98595c47') build() { cd "$srcdir/$pkgname-$pkgver" - make + make } package() { @@ -23,4 +24,3 @@ } # vim:set ts=2 sw=2 et: -sha512sums=('a5c70ec65a074be3a9931212c3324c933ce44df22ef63407f80fc636213664d68d9422d7987c32f4a1bf7c43ec381f991c52ca537a7033e67acaaa4c98595c47')
[arch-commits] Commit in yamdi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:36:08 Author: maximbaz Revision: 411045 archrelease: copy trunk to community-x86_64 Added: yamdi/repos/community-x86_64/PKGBUILD (from rev 411044, yamdi/trunk/PKGBUILD) Deleted: yamdi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 53 ++--- 1 file changed, 26 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:35:58 UTC (rev 411044) +++ PKGBUILD2018-12-04 00:36:08 UTC (rev 411045) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=yamdi -pkgver=1.9 -pkgrel=3 -pkgdesc="A metadata injector for FLV files" -arch=('x86_64') -url="http://yamdi.sourceforge.net/"; -license=('custom:BSD') -depends=('glibc') -source=("http://downloads.sourceforge.net/yamdi/$pkgname-$pkgver.tar.gz";) - -build() { - cd "$srcdir/$pkgname-$pkgver" - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - install -Dm 0755 -o root yamdi "$pkgdir/usr/bin/yamdi" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 man1/yamdi.1 "$pkgdir/usr/share/man/man1/yamdi.1" -} - -# vim:set ts=2 sw=2 et: -sha512sums=('a5c70ec65a074be3a9931212c3324c933ce44df22ef63407f80fc636213664d68d9422d7987c32f4a1bf7c43ec381f991c52ca537a7033e67acaaa4c98595c47') Copied: yamdi/repos/community-x86_64/PKGBUILD (from rev 411044, yamdi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:36:08 UTC (rev 411045) @@ -0,0 +1,26 @@ +# Maintainer: Felix Yan + +pkgname=yamdi +pkgver=1.9 +pkgrel=3 +pkgdesc="A metadata injector for FLV files" +arch=('x86_64') +url="http://yamdi.sourceforge.net/"; +license=('custom:BSD') +depends=('glibc') +source=("https://downloads.sourceforge.net/yamdi/$pkgname-$pkgver.tar.gz";) +sha512sums=('a5c70ec65a074be3a9931212c3324c933ce44df22ef63407f80fc636213664d68d9422d7987c32f4a1bf7c43ec381f991c52ca537a7033e67acaaa4c98595c47') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + install -Dm 0755 -o root yamdi "$pkgdir/usr/bin/yamdi" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 man1/yamdi.1 "$pkgdir/usr/share/man/man1/yamdi.1" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in zinnia/repos/community-x86_64 (4 files)
Date: Tuesday, December 4, 2018 @ 00:34:51 Author: maximbaz Revision: 411043 archrelease: copy trunk to community-x86_64 Added: zinnia/repos/community-x86_64/PKGBUILD (from rev 411042, zinnia/trunk/PKGBUILD) zinnia/repos/community-x86_64/zinnia-gcc6.patch (from rev 411042, zinnia/trunk/zinnia-gcc6.patch) Deleted: zinnia/repos/community-x86_64/PKGBUILD zinnia/repos/community-x86_64/zinnia-gcc6.patch ---+ PKGBUILD | 69 +--- zinnia-gcc6.patch | 42 +++ 2 files changed, 55 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:34:43 UTC (rev 411042) +++ PKGBUILD2018-12-04 00:34:51 UTC (rev 411043) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Humbert Julien - -pkgname=zinnia -pkgver=0.06 -pkgrel=5 -pkgdesc="Simple, customizable and portable online hand recognition system based on Support Vector Machines" -arch=('x86_64') -url="http://zinnia.sourceforge.net/"; -license=('BSD') -depends=('gcc-libs') -source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"; -zinnia-gcc6.patch) -sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b' -'f27cc4bd687d4c66525f744315c53caa537f1998dd546ffba9ef337e033854e6') - -prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../zinnia-gcc6.patch # Fix build with GCC 6 (Debian) -} - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - - make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: zinnia/repos/community-x86_64/PKGBUILD (from rev 411042, zinnia/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:34:51 UTC (rev 411043) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan +# Contributor: Humbert Julien + +pkgname=zinnia +pkgver=0.06 +pkgrel=5 +pkgdesc="Simple, customizable and portable online hand recognition system based on Support Vector Machines" +arch=('x86_64') +url="http://zinnia.sourceforge.net/"; +license=('BSD') +depends=('gcc-libs') +source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"; +zinnia-gcc6.patch) +sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b' +'f27cc4bd687d4c66525f744315c53caa537f1998dd546ffba9ef337e033854e6') + +prepare() { + cd $pkgname-$pkgver + patch -p1 -i ../zinnia-gcc6.patch # Fix build with GCC 6 (Debian) +} + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + + make DESTDIR="$pkgdir" install + install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: zinnia-gcc6.patch === --- zinnia-gcc6.patch 2018-12-04 00:34:43 UTC (rev 411042) +++ zinnia-gcc6.patch 2018-12-04 00:34:51 UTC (rev 411043) @@ -1,21 +0,0 @@ a/trainer.cpp -+++ b/trainer.cpp -@@ -93,7 +93,7 @@ class TrainerImpl: public Trainer { - - public: - bool add(const Character &character) { --const std::string y = character.value(); -+std::string y = character.value(); - CHECK_FALSE(!y.empty()) << "input character is empty"; - Features features; - CHECK_FALSE(features.read(character)) << "cannot read character: " << y; -@@ -103,7 +103,7 @@ class TrainerImpl: public Trainer { - if (!fn) { - return false; - } --x_.push_back(std::make_pair(y, fn)); -+x_.push_back(std::make_pair(y, fn)); - return true; - } - - Copied: zinnia/repos/community-x86_64/zinnia-gcc6.patch (from rev 411042, zinnia/trunk/zinnia-gcc6.patch) === --- zinnia-gcc6.patch (rev 0) +++ zinnia-gcc6.patch 2018-12-04 00:34:51 UTC (rev 411043) @@ -0,0 +1,21 @@ +--- a/trainer.cpp b/trainer.cpp +@@ -93,7 +93,7 @@ class TrainerImpl: public Trainer { + + public: + bool add(const Character &character) { +-const std::string y = character.value(); ++std::string y = character.value(); + CHECK_FALSE(!y.empty()) << "input character is empty"; + Features features; + CHECK_FALSE(features.read(character)) << "cannot read character: " << y; +@@ -103,7 +103,7 @@ class TrainerImpl: public Trainer { + if (!fn) { + return false; + } +-x_.push_back(std::make_pair(y, fn)); ++x_.push_back(std::make_pair(y, fn)); + return true; + } + +
[arch-commits] Commit in zinnia/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:34:43 Author: maximbaz Revision: 411042 zinnia: use https sources Modified: zinnia/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:33:52 UTC (rev 411041) +++ PKGBUILD2018-12-04 00:34:43 UTC (rev 411042) @@ -9,7 +9,7 @@ url="http://zinnia.sourceforge.net/"; license=('BSD') depends=('gcc-libs') -source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"; +source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"; zinnia-gcc6.patch) sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b' 'f27cc4bd687d4c66525f744315c53caa537f1998dd546ffba9ef337e033854e6')
[arch-commits] Commit in zile/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:33:52 Author: maximbaz Revision: 411041 archrelease: copy trunk to community-x86_64 Added: zile/repos/community-x86_64/PKGBUILD (from rev 411040, zile/trunk/PKGBUILD) Deleted: zile/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 59 +-- 1 file changed, 29 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:33:40 UTC (rev 411040) +++ PKGBUILD2018-12-04 00:33:52 UTC (rev 411041) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Contributor: Tom Newsom -# Contributor: Kevin Piche - -pkgname=zile -pkgver=2.4.14 -pkgrel=1 -pkgdesc="A small, fast, and powerful Emacs clone" -arch=('i686' 'x86_64') -url="http://www.gnu.org/software/zile/"; -license=('GPL3') -depends=('acl' 'gc' 'ncurses') -makedepends=('help2man') -source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa' - 'SKIP') -validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00' # Reuben Thomas - '24093F016FFE8602EF449BB84C8EF3DA3FD37230') # his new key? - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install -} Copied: zile/repos/community-x86_64/PKGBUILD (from rev 411040, zile/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:33:52 UTC (rev 411041) @@ -0,0 +1,29 @@ +# Maintainer: Kyle Keen +# Contributor: Tom Newsom +# Contributor: Kevin Piche + +pkgname=zile +pkgver=2.4.14 +pkgrel=1 +pkgdesc="A small, fast, and powerful Emacs clone" +arch=('x86_64') +url="http://www.gnu.org/software/zile/"; +license=('GPL3') +depends=('acl' 'gc' 'ncurses') +makedepends=('help2man') +source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa' + 'SKIP') +validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00' # Reuben Thomas + '24093F016FFE8602EF449BB84C8EF3DA3FD37230') # his new key? + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in zile/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:33:40 Author: maximbaz Revision: 411040 zile: use https sources Modified: zile/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:31:35 UTC (rev 411039) +++ PKGBUILD2018-12-04 00:33:40 UTC (rev 411040) @@ -11,7 +11,7 @@ license=('GPL3') depends=('acl' 'gc' 'ncurses') makedepends=('help2man') -source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) +source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa' 'SKIP') validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00' # Reuben Thomas
[arch-commits] Commit in bochs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:30:40 Author: maximbaz Revision: 411037 archrelease: copy trunk to community-x86_64 Added: bochs/repos/community-x86_64/PKGBUILD (from rev 411036, bochs/trunk/PKGBUILD) Deleted: bochs/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:30:30 UTC (rev 411036) +++ PKGBUILD2018-12-04 00:30:40 UTC (rev 411037) @@ -1,56 +0,0 @@ -# Maintainer: Kyle Keen -# Contributor: Tom Newsom -# Contributor: Kevin Piche - -pkgname=bochs -pkgver=2.6.9 -pkgrel=2 -pkgdesc="A portable x86 PC emulation software package, including GUI debugger" -arch=('x86_64') -url="http://bochs.sourceforge.net/"; -license=('LGPL') -depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2') -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";) -md5sums=('f6670c56ac49af36174e254e82528d5f') - -prepare() { -cd "$srcdir/$pkgname-$pkgver" -# 4.X kernel is basically 3.20 -sed -i 's/2\.6\*|3\.\*)/2.6*|3.*|4.*)/' configure* -} - -build() { -cd "$srcdir/$pkgname-$pkgver" - -./configure \ ---prefix=/usr \ ---without-wx \ ---with-x11 \ ---with-x \ ---with-term \ ---disable-docbook \ ---enable-cpu-level=6 \ ---enable-fpu \ ---enable-3dnow \ ---enable-disasm \ ---enable-smp \ ---enable-x86-64 \ ---enable-avx \ ---enable-long-phy-address \ ---enable-disasm \ ---enable-pcidev \ ---enable-usb \ ---enable-debugger -#--with-sdl -#--enable-x86-debugger -#--enable-all-optimizations -#--enable-plugins -sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile -make -j 1 -} - -package() { -cd "$srcdir/$pkgname-$pkgver" -make DESTDIR="$pkgdir" install -install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt" -} Copied: bochs/repos/community-x86_64/PKGBUILD (from rev 411036, bochs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:30:40 UTC (rev 411037) @@ -0,0 +1,56 @@ +# Maintainer: Kyle Keen +# Contributor: Tom Newsom +# Contributor: Kevin Piche + +pkgname=bochs +pkgver=2.6.9 +pkgrel=2 +pkgdesc="A portable x86 PC emulation software package, including GUI debugger" +arch=('x86_64') +url="http://bochs.sourceforge.net/"; +license=('LGPL') +depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2') +source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";) +md5sums=('f6670c56ac49af36174e254e82528d5f') + +prepare() { +cd "$srcdir/$pkgname-$pkgver" +# 4.X kernel is basically 3.20 +sed -i 's/2\.6\*|3\.\*)/2.6*|3.*|4.*)/' configure* +} + +build() { +cd "$srcdir/$pkgname-$pkgver" + +./configure \ +--prefix=/usr \ +--without-wx \ +--with-x11 \ +--with-x \ +--with-term \ +--disable-docbook \ +--enable-cpu-level=6 \ +--enable-fpu \ +--enable-3dnow \ +--enable-disasm \ +--enable-smp \ +--enable-x86-64 \ +--enable-avx \ +--enable-long-phy-address \ +--enable-disasm \ +--enable-pcidev \ +--enable-usb \ +--enable-debugger +#--with-sdl +#--enable-x86-debugger +#--enable-all-optimizations +#--enable-plugins +sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile +make -j 1 +} + +package() { +cd "$srcdir/$pkgname-$pkgver" +make DESTDIR="$pkgdir" install +install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt" +}
[arch-commits] Commit in bti/repos/community-x86_64 (4 files)
Date: Tuesday, December 4, 2018 @ 00:31:35 Author: maximbaz Revision: 411039 archrelease: copy trunk to community-x86_64 Added: bti/repos/community-x86_64/0001-Replace-removed-is_error-macro.patch (from rev 411038, bti/trunk/0001-Replace-removed-is_error-macro.patch) bti/repos/community-x86_64/PKGBUILD (from rev 411038, bti/trunk/PKGBUILD) Deleted: bti/repos/community-x86_64/0001-Replace-removed-is_error-macro.patch bti/repos/community-x86_64/PKGBUILD ---+ 0001-Replace-removed-is_error-macro.patch | 90 ++-- PKGBUILD | 71 ++ 2 files changed, 80 insertions(+), 81 deletions(-) Deleted: 0001-Replace-removed-is_error-macro.patch === --- 0001-Replace-removed-is_error-macro.patch 2018-12-04 00:31:13 UTC (rev 411038) +++ 0001-Replace-removed-is_error-macro.patch 2018-12-04 00:31:35 UTC (rev 411039) @@ -1,45 +0,0 @@ -From 0db8dc6022f67a4e1f49397b8bf519b2a34f74c9 Mon Sep 17 00:00:00 2001 -From: Jelle van der Waa -Date: Wed, 27 Dec 2017 11:05:45 +0100 -Subject: [PATCH] Replace removed is_error macro - -The json-c library removed the is_error macro in 0.13, replaced the -macro calls with a != NULL statement. - bti.c | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/bti.c b/bti.c -index 7f485a8..9b68e17 100644 a/bti.c -+++ b/bti.c -@@ -451,7 +451,7 @@ static void parse_timeline(char *document, struct session *session) - struct json_object *val;\ - struct lh_entry *entry; \ - for (entry = json_object_get_object(obj)->head; \ -- ({ if(entry && !is_error(entry)) { \ -+ ({ if(entry && entry != NULL) { \ - key = (char*)entry->k; \ - val = (struct json_object*)entry->v;\ - } ; entry; }); \ -@@ -667,7 +667,7 @@ static int parse_response_json(char *document, struct session *session) - - /* make global for now */ - store_session = session; -- if (!is_error(jobj)) { -+ if (jobj != NULL) { - /* guards against a json pre 0.10 bug */ - json_parse(jobj,0); - } -@@ -692,7 +692,7 @@ static void parse_timeline_json(char *document, struct session *session) - - /* make global for now */ - store_session = session; -- if (!is_error(jobj)) { -+ if (jobj != NULL) { - /* guards against a json pre 0.10 bug */ - if (json_object_get_type(jobj)==json_type_array) { - json_parse_array(jobj, NULL, 0); --- -2.15.1 - Copied: bti/repos/community-x86_64/0001-Replace-removed-is_error-macro.patch (from rev 411038, bti/trunk/0001-Replace-removed-is_error-macro.patch) === --- 0001-Replace-removed-is_error-macro.patch (rev 0) +++ 0001-Replace-removed-is_error-macro.patch 2018-12-04 00:31:35 UTC (rev 411039) @@ -0,0 +1,45 @@ +From 0db8dc6022f67a4e1f49397b8bf519b2a34f74c9 Mon Sep 17 00:00:00 2001 +From: Jelle van der Waa +Date: Wed, 27 Dec 2017 11:05:45 +0100 +Subject: [PATCH] Replace removed is_error macro + +The json-c library removed the is_error macro in 0.13, replaced the +macro calls with a != NULL statement. +--- + bti.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/bti.c b/bti.c +index 7f485a8..9b68e17 100644 +--- a/bti.c b/bti.c +@@ -451,7 +451,7 @@ static void parse_timeline(char *document, struct session *session) + struct json_object *val;\ + struct lh_entry *entry; \ + for (entry = json_object_get_object(obj)->head; \ +- ({ if(entry && !is_error(entry)) { \ ++ ({ if(entry && entry != NULL) { \ + key = (char*)entry->k; \ + val = (struct json_object*)entry->v;\ + } ; entry; }); \ +@@ -667,7 +667,7 @@ static int parse_response_json(char *document, struct session *session) + + /* make global for now */ + store_session = session; +- if (!is_error(jobj)) { ++ if (jobj != NULL) { + /* guards against a json pre 0.10 bug */ + json_parse(jobj,0); + } +@@ -692,7 +692,7 @@ static void parse_timeline_json(char *document, struct session *session) + + /* make global for now */ + store_session = session; +- if (!is_error(jobj)) { ++ if (jobj != NULL) { + /* guards against a json pre 0.10 bug */ + if (json_object_get_type(jobj)==json_type_array) { +
[arch-commits] Commit in bti/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:31:13 Author: maximbaz Revision: 411038 bti: use https sources Modified: bti/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:30:40 UTC (rev 411037) +++ PKGBUILD2018-12-04 00:31:13 UTC (rev 411038) @@ -11,7 +11,7 @@ url='http://gregkh.github.com/bti/' license=('GPL') depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c') -source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz +source=(https://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz 0001-Replace-removed-is_error-macro.patch) sha512sums=('2b7cd66cff617f7592863a1a8e03754b3dea314c8eeb98bf0993601d4d4db848a74b26941bbd04f57a348bf0d02aefca4e3125f00fed531a67a3f17f36e665ba' 'e05c6b4c744338a4679e37c25e16656b029bb995cbe0efd71b986383d812c4c7b9e599d4f758dfeef94a378a2a807275ffe80fb28ff9970a5ec4b039201223f6') @@ -30,6 +30,6 @@ package() { cd "${srcdir}"/$pkgname-$pkgver - + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in bochs/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:30:30 Author: maximbaz Revision: 411036 bochs: use https sources Modified: bochs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:29:41 UTC (rev 411035) +++ PKGBUILD2018-12-04 00:30:30 UTC (rev 411036) @@ -10,7 +10,7 @@ url="http://bochs.sourceforge.net/"; license=('LGPL') depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2') -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";) +source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";) md5sums=('f6670c56ac49af36174e254e82528d5f') prepare() {
[arch-commits] Commit in blobwars-data/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:29:41 Author: maximbaz Revision: 411035 archrelease: copy trunk to community-any Added: blobwars-data/repos/community-any/PKGBUILD (from rev 411034, blobwars-data/trunk/PKGBUILD) Deleted: blobwars-data/repos/community-any/PKGBUILD --+ PKGBUILD | 49 - 1 file changed, 24 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:29:27 UTC (rev 411034) +++ PKGBUILD2018-12-04 00:29:41 UTC (rev 411035) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Allan McRae -# Contributor: geekitus - -pkgname=blobwars-data -_pkgname=blobwars -pkgver=2.00 -pkgrel=2 -pkgdesc="Platform action game featuring a blob wih lot of weapons - data files" -arch=('any') -url="http://sourceforge.net/projects/blobwars"; -license=('GPL') -source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) -sha512sums=('412afd029554e59e7947466f36b51ef863faf1712898397498d5497e9a38dced92777b7684c1fb231998d893a6ce2c435b8f4278429df41168385de8fa18725b') - -package() { - cd "${srcdir}/${_pkgname}-${pkgver}" - - install -dm755 ${pkgdir}/usr/share/games/blobwars/ - cp -r {data,gfx,sound,music} ${pkgdir}/usr/share/games/blobwars/ - # fix world readable bit - find ${pkgdir}/usr/share/games/blobwars/. -type d -exec chmod 755 {} + - find ${pkgdir}/usr/share/games/blobwars/. -type f -exec chmod 644 {} + -} Copied: blobwars-data/repos/community-any/PKGBUILD (from rev 411034, blobwars-data/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:29:41 UTC (rev 411035) @@ -0,0 +1,24 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Allan McRae +# Contributor: geekitus + +pkgname=blobwars-data +_pkgname=blobwars +pkgver=2.00 +pkgrel=2 +pkgdesc="Platform action game featuring a blob wih lot of weapons - data files" +arch=('any') +url="http://sourceforge.net/projects/blobwars"; +license=('GPL') +source=(https://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) +sha512sums=('412afd029554e59e7947466f36b51ef863faf1712898397498d5497e9a38dced92777b7684c1fb231998d893a6ce2c435b8f4278429df41168385de8fa18725b') + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + + install -dm755 ${pkgdir}/usr/share/games/blobwars/ + cp -r {data,gfx,sound,music} ${pkgdir}/usr/share/games/blobwars/ + # fix world readable bit + find ${pkgdir}/usr/share/games/blobwars/. -type d -exec chmod 755 {} + + find ${pkgdir}/usr/share/games/blobwars/. -type f -exec chmod 644 {} + +}
[arch-commits] Commit in blobwars-data/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:29:27 Author: maximbaz Revision: 411034 blobwars-data: use https sources Modified: blobwars-data/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:28:31 UTC (rev 411033) +++ PKGBUILD2018-12-04 00:29:27 UTC (rev 411034) @@ -10,7 +10,7 @@ arch=('any') url="http://sourceforge.net/projects/blobwars"; license=('GPL') -source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) +source=(https://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) sha512sums=('412afd029554e59e7947466f36b51ef863faf1712898397498d5497e9a38dced92777b7684c1fb231998d893a6ce2c435b8f4278429df41168385de8fa18725b') package() {
[arch-commits] Commit in blobwars/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:28:31 Author: maximbaz Revision: 411033 archrelease: copy trunk to community-x86_64 Added: blobwars/repos/community-x86_64/PKGBUILD (from rev 411032, blobwars/trunk/PKGBUILD) Deleted: blobwars/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 106 ++--- 1 file changed, 53 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:28:20 UTC (rev 411032) +++ PKGBUILD2018-12-04 00:28:31 UTC (rev 411033) @@ -1,53 +0,0 @@ -# Maintainer: Jaroslav Lichtblau -# Contributor: Allan McRae -# Contributor: geekitus - -pkgname=blobwars -pkgver=2.00 -pkgrel=3 -pkgdesc="Platform action game featuring a blob wih lot of weapons" -arch=('x86_64') -url="http://sourceforge.net/projects/blobwars"; -license=('GPL') -makedepends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net') -source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('73baa49a41151140818cf14cb77d57b4') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # use install instead of mkdir/cp - sed -i -e 's/mkdir -p/install -dm755/g' \ --e 's/cp -pr/cp -r/g' \ --e 's/cp -p /install -m644 /g' Makefile - # Don't use -Werror - sed -e 's|-Werror||' -i Makefile -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make RELEASE=1 -} - -package() { - depends=('hicolor-icon-theme' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net' 'blobwars-data>=2.0') - - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR=${pkgdir} BINDIR="/usr/bin/" install - - # We remove data files (See blobwars-data) - rm -r "${pkgdir}/usr/share/games" - - # namcap: does not have the world readable bit set. - #chmod 644 "${pkgdir}"/usr/share/doc/blobwars/* - #chmod 644 "${pkgdir}"/usr/share/icons/hicolor/{16x16,32x32,48x48,64x64}/apps/* - #chmod 644 "${pkgdir}"/usr/share/applications/blobwars.desktop - - #chmod a+r "${pkgdir}/usr/share/applications/${pkgname}.desktop" - #chmod a+r -R "${pkgdir}/usr/share/icons/hicolor/" - #install -dm755 "${pkgdir}/usr/share/pixmaps" - #install -m644 icons/blobwars.png "${pkgdir}/usr/share/pixmaps/" -} - Copied: blobwars/repos/community-x86_64/PKGBUILD (from rev 411032, blobwars/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:28:31 UTC (rev 411033) @@ -0,0 +1,53 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Allan McRae +# Contributor: geekitus + +pkgname=blobwars +pkgver=2.00 +pkgrel=3 +pkgdesc="Platform action game featuring a blob wih lot of weapons" +arch=('x86_64') +url="http://sourceforge.net/projects/blobwars"; +license=('GPL') +makedepends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net') +source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('73baa49a41151140818cf14cb77d57b4') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # use install instead of mkdir/cp + sed -i -e 's/mkdir -p/install -dm755/g' \ +-e 's/cp -pr/cp -r/g' \ +-e 's/cp -p /install -m644 /g' Makefile + # Don't use -Werror + sed -e 's|-Werror||' -i Makefile +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make RELEASE=1 +} + +package() { + depends=('hicolor-icon-theme' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net' 'blobwars-data>=2.0') + + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR=${pkgdir} BINDIR="/usr/bin/" install + + # We remove data files (See blobwars-data) + rm -r "${pkgdir}/usr/share/games" + + # namcap: does not have the world readable bit set. + #chmod 644 "${pkgdir}"/usr/share/doc/blobwars/* + #chmod 644 "${pkgdir}"/usr/share/icons/hicolor/{16x16,32x32,48x48,64x64}/apps/* + #chmod 644 "${pkgdir}"/usr/share/applications/blobwars.desktop + + #chmod a+r "${pkgdir}/usr/share/applications/${pkgname}.desktop" + #chmod a+r -R "${pkgdir}/usr/share/icons/hicolor/" + #install -dm755 "${pkgdir}/usr/share/pixmaps" + #install -m644 icons/blobwars.png "${pkgdir}/usr/share/pixmaps/" +} +
[arch-commits] Commit in blobwars/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:28:20 Author: maximbaz Revision: 411032 blobwars: use https sources Modified: blobwars/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:26:37 UTC (rev 411031) +++ PKGBUILD2018-12-04 00:28:20 UTC (rev 411032) @@ -10,7 +10,7 @@ url="http://sourceforge.net/projects/blobwars"; license=('GPL') makedepends=('sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net') -source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz) +source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('73baa49a41151140818cf14cb77d57b4') prepare() {
[arch-commits] Commit in billreminder/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:26:37 Author: maximbaz Revision: 411031 archrelease: copy trunk to community-any Added: billreminder/repos/community-any/PKGBUILD (from rev 411030, billreminder/trunk/PKGBUILD) Deleted: billreminder/repos/community-any/PKGBUILD --+ PKGBUILD | 94 ++--- 1 file changed, 47 insertions(+), 47 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:26:06 UTC (rev 411030) +++ PKGBUILD2018-12-04 00:26:37 UTC (rev 411031) @@ -1,47 +0,0 @@ -# Maintainer: Jaroslav Lichtblau -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Daniel J Griffiths -# Contributor: Hugo Doria - -pkgname=billreminder -pkgver=0.4.0 -pkgrel=8 -pkgdesc="Small and quick accounting application designed to allow for easy tracking of bills" -arch=('any') -url="http://ftp.acc.umu.se/pub/GNOME/sources/billreminder/"; -license=('GPL3') -depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg' - 'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme') -makedepends=('intltool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # python2 fix - for file in billreminder.in billreminderd.in src/gui/widgets/*.py ; do -sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file - done - - # fix python version check - sed -i 's/"x$PYTHON_VERSION" = "x2.5"/"x$PYTHON_VERSION" > "x2.4"/' configure -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---disable-schemas-install \ ---with-gconf-schema-file-dir=/usr/share/gconf/schemas - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: billreminder/repos/community-any/PKGBUILD (from rev 411030, billreminder/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:26:37 UTC (rev 411031) @@ -0,0 +1,47 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Daniel J Griffiths +# Contributor: Hugo Doria + +pkgname=billreminder +pkgver=0.4.0 +pkgrel=8 +pkgdesc="Small and quick accounting application designed to allow for easy tracking of bills" +arch=('any') +url="http://ftp.acc.umu.se/pub/GNOME/sources/billreminder/"; +license=('GPL3') +depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg' + 'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme') +makedepends=('intltool') +source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # python2 fix + for file in billreminder.in billreminderd.in src/gui/widgets/*.py ; do +sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file + done + + # fix python version check + sed -i 's/"x$PYTHON_VERSION" = "x2.5"/"x$PYTHON_VERSION" > "x2.4"/' configure +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--disable-schemas-install \ +--with-gconf-schema-file-dir=/usr/share/gconf/schemas + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in billreminder/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:26:06 Author: maximbaz Revision: 411030 billreminder: use https sources Modified: billreminder/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:25:01 UTC (rev 411029) +++ PKGBUILD2018-12-04 00:26:06 UTC (rev 411030) @@ -13,7 +13,7 @@ depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg' 'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme') makedepends=('intltool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e') prepare() {
[arch-commits] Commit in beaver/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:24:50 Author: maximbaz Revision: 411028 beaver: use https sources Modified: beaver/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:23:28 UTC (rev 411027) +++ PKGBUILD2018-12-04 00:24:50 UTC (rev 411028) @@ -15,7 +15,7 @@ license=('GPL2') depends=('gtk2' 'hicolor-icon-theme') makedepends=('intltool') -source=(http://sourceforge.net/projects/beaver-editor/files/${pkgver:0:3}/beaver-${pkgver}.tar.bz2) +source=(https://sourceforge.net/projects/beaver-editor/files/${pkgver:0:3}/beaver-${pkgver}.tar.bz2) sha256sums=('844a327a59f2de21e48e55176d45207036837f08935c3341ea963dc62a1531e3') build() {
[arch-commits] Commit in beaver/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:25:01 Author: maximbaz Revision: 411029 archrelease: copy trunk to community-x86_64 Added: beaver/repos/community-x86_64/PKGBUILD (from rev 411028, beaver/trunk/PKGBUILD) Deleted: beaver/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:24:50 UTC (rev 411028) +++ PKGBUILD2018-12-04 00:25:01 UTC (rev 411029) @@ -1,32 +0,0 @@ -# Contributor: Geoffroy Carrier -# Contributor: Tim Yang -# Contributor: Andrew Krawchyk -# Contributor: Geoffroy Carrier -# Contributor: Aurelien Foret -# Contributor: Daniel J Griffiths -# Maintainer: Jaroslav Lichtblau - -pkgname=beaver -pkgver=0.4.1 -pkgrel=5 -pkgdesc='Beaver is an Early AdVanced EditoR.' -arch=('x86_64') -url='http://beaver-editor.sourceforge.net/' -license=('GPL2') -depends=('gtk2' 'hicolor-icon-theme') -makedepends=('intltool') -source=(http://sourceforge.net/projects/beaver-editor/files/${pkgver:0:3}/beaver-${pkgver}.tar.bz2) -sha256sums=('844a327a59f2de21e48e55176d45207036837f08935c3341ea963dc62a1531e3') - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install -} Copied: beaver/repos/community-x86_64/PKGBUILD (from rev 411028, beaver/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:25:01 UTC (rev 411029) @@ -0,0 +1,32 @@ +# Contributor: Geoffroy Carrier +# Contributor: Tim Yang +# Contributor: Andrew Krawchyk +# Contributor: Geoffroy Carrier +# Contributor: Aurelien Foret +# Contributor: Daniel J Griffiths +# Maintainer: Jaroslav Lichtblau + +pkgname=beaver +pkgver=0.4.1 +pkgrel=5 +pkgdesc='Beaver is an Early AdVanced EditoR.' +arch=('x86_64') +url='http://beaver-editor.sourceforge.net/' +license=('GPL2') +depends=('gtk2' 'hicolor-icon-theme') +makedepends=('intltool') +source=(https://sourceforge.net/projects/beaver-editor/files/${pkgver:0:3}/beaver-${pkgver}.tar.bz2) +sha256sums=('844a327a59f2de21e48e55176d45207036837f08935c3341ea963dc62a1531e3') + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in bbpager/repos/community-x86_64 (8 files)
Date: Tuesday, December 4, 2018 @ 00:23:28 Author: maximbaz Revision: 411027 archrelease: copy trunk to community-x86_64 Added: bbpager/repos/community-x86_64/02_gcc43.dpatch (from rev 411026, bbpager/trunk/02_gcc43.dpatch) bbpager/repos/community-x86_64/PKGBUILD (from rev 411026, bbpager/trunk/PKGBUILD) bbpager/repos/community-x86_64/autotools.patch (from rev 411026, bbpager/trunk/autotools.patch) bbpager/repos/community-x86_64/fix-linking-ugly.diff (from rev 411026, bbpager/trunk/fix-linking-ugly.diff) Deleted: bbpager/repos/community-x86_64/02_gcc43.dpatch bbpager/repos/community-x86_64/PKGBUILD bbpager/repos/community-x86_64/autotools.patch bbpager/repos/community-x86_64/fix-linking-ugly.diff ---+ 02_gcc43.dpatch | 80 +- PKGBUILD | 90 autotools.patch | 20 +- fix-linking-ugly.diff | 24 ++-- 4 files changed, 107 insertions(+), 107 deletions(-) Deleted: 02_gcc43.dpatch === --- 02_gcc43.dpatch 2018-12-04 00:23:15 UTC (rev 411026) +++ 02_gcc43.dpatch 2018-12-04 00:23:28 UTC (rev 411027) @@ -1,40 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02_gcc43.dpatch by Kevin Coyner -## -## DP: patch to fix missing #include statement for GCC 4.3 -## DP: see Debian bug #456071 and #474811 - -@DPATCH@ -diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx bbpager-0.4.7~/src/Baseresource.cxx2008-03-28 06:55:16.0 -0400 -+++ bbpager-0.4.7/src/Baseresource.cxx 2008-04-09 21:58:03.0 -0400 -@@ -20,6 +20,7 @@ - // - - #include -+#include - #include "Baseresource.h" - #include - #include "Menu.hh" -diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx bbpager-0.4.7~/src/main.cxx2008-03-28 06:55:16.0 -0400 -+++ bbpager-0.4.7/src/main.cxx 2008-04-09 21:58:03.0 -0400 -@@ -25,6 +25,7 @@ - - #include - #include -+#include - #include - - -diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx bbpager-0.4.7~/src/resource.cxx2007-03-11 17:47:07.0 -0400 -+++ bbpager-0.4.7/src/resource.cxx 2008-04-09 21:58:39.0 -0400 -@@ -19,6 +19,7 @@ - // (See the included file COPYING / GPL-2.0) - // - -+#include - #include "resource.h" - #include "blackboxstyle.h" - Copied: bbpager/repos/community-x86_64/02_gcc43.dpatch (from rev 411026, bbpager/trunk/02_gcc43.dpatch) === --- 02_gcc43.dpatch (rev 0) +++ 02_gcc43.dpatch 2018-12-04 00:23:28 UTC (rev 411027) @@ -0,0 +1,40 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_gcc43.dpatch by Kevin Coyner +## +## DP: patch to fix missing #include statement for GCC 4.3 +## DP: see Debian bug #456071 and #474811 + +@DPATCH@ +diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx +--- bbpager-0.4.7~/src/Baseresource.cxx2008-03-28 06:55:16.0 -0400 bbpager-0.4.7/src/Baseresource.cxx 2008-04-09 21:58:03.0 -0400 +@@ -20,6 +20,7 @@ + // + + #include ++#include + #include "Baseresource.h" + #include + #include "Menu.hh" +diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx +--- bbpager-0.4.7~/src/main.cxx2008-03-28 06:55:16.0 -0400 bbpager-0.4.7/src/main.cxx 2008-04-09 21:58:03.0 -0400 +@@ -25,6 +25,7 @@ + + #include + #include ++#include + #include + + +diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx +--- bbpager-0.4.7~/src/resource.cxx2007-03-11 17:47:07.0 -0400 bbpager-0.4.7/src/resource.cxx 2008-04-09 21:58:39.0 -0400 +@@ -19,6 +19,7 @@ + // (See the included file COPYING / GPL-2.0) + // + ++#include + #include "resource.h" + #include "blackboxstyle.h" + Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:23:15 UTC (rev 411026) +++ PKGBUILD2018-12-04 00:23:28 UTC (rev 411027) @@ -1,45 +0,0 @@ -# Maintainer: Jaroslav Lichtblau -# Contributor: Thayer Williams -# Contributor: Tom Newsom - -pkgname=bbpager -pkgver=0.4.7 -pkgrel=8 -pkgdesc="A dockable pager for Blackbox and other window managers" -arch=('x86_64') -url="http://bbtools.sourceforge.net/download.php?file=6"; -license=('GPL') -depends=('gcc-libs' 'libxft' 'libxext' 'blackbox') -makedepends=('patch') -source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz -02_gcc43.dpatch -fix-linking-ugly.diff -autotools.patch) -sha256sums=('e7063a8d65c25663f44e2769132053bd3f1b90f0d4b19a8d8aa2e5f028f0679d' -'52502c91715e1ffa3b2be758ad80fecfbc44bc1a41f3c96d6de08d23196e418e' -'7ec451d6cc390f65bcf6c85f4d16662b900896d6b3349ff0566409b4
[arch-commits] Commit in bbpager/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:23:15 Author: maximbaz Revision: 411026 bbpager: use https sources Modified: bbpager/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:22:03 UTC (rev 411025) +++ PKGBUILD2018-12-04 00:23:15 UTC (rev 411026) @@ -11,7 +11,7 @@ license=('GPL') depends=('gcc-libs' 'libxft' 'libxext' 'blackbox') makedepends=('patch') -source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz +source=(https://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz 02_gcc43.dpatch fix-linking-ugly.diff autotools.patch)
[arch-commits] Commit in bbe/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:21:51 Author: maximbaz Revision: 411024 bbe: use https sources Modified: bbe/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:21:01 UTC (rev 411023) +++ PKGBUILD2018-12-04 00:21:51 UTC (rev 411024) @@ -9,7 +9,7 @@ url="https://sourceforge.net/projects/bbe-/?source=directory"; license=('GPL') depends=('glibc') -source=("http://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz";) +source=("https://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz";) sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05') build() {
[arch-commits] Commit in bbe/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:22:03 Author: maximbaz Revision: 411025 archrelease: copy trunk to community-x86_64 Added: bbe/repos/community-x86_64/PKGBUILD (from rev 411024, bbe/trunk/PKGBUILD) Deleted: bbe/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 48 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:21:51 UTC (rev 411024) +++ PKGBUILD2018-12-04 00:22:03 UTC (rev 411025) @@ -1,24 +0,0 @@ -# Maintainer: TDY -# Contributor: Nathan Owe - -pkgname=bbe -pkgver=0.2.2 -pkgrel=2 -pkgdesc='A sed-like editor for binary files' -arch=('x86_64') -url="https://sourceforge.net/projects/bbe-/?source=directory"; -license=('GPL') -depends=('glibc') -source=("http://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz";) -sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: bbe/repos/community-x86_64/PKGBUILD (from rev 411024, bbe/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:22:03 UTC (rev 411025) @@ -0,0 +1,24 @@ +# Maintainer: TDY +# Contributor: Nathan Owe + +pkgname=bbe +pkgver=0.2.2 +pkgrel=2 +pkgdesc='A sed-like editor for binary files' +arch=('x86_64') +url="https://sourceforge.net/projects/bbe-/?source=directory"; +license=('GPL') +depends=('glibc') +source=("https://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz";) +sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in bashrun/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:20:47 Author: maximbaz Revision: 411022 bashrun: use https sources Modified: bashrun/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:15:56 UTC (rev 411021) +++ PKGBUILD2018-12-04 00:20:47 UTC (rev 411022) @@ -10,7 +10,7 @@ license=('GPL') depends=('bash') optdepends=('xdotool: allow bashrun to run in background') -source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz) +source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz) sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab') package() {
[arch-commits] Commit in bashrun/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:21:01 Author: maximbaz Revision: 411023 archrelease: copy trunk to community-any Added: bashrun/repos/community-any/PKGBUILD (from rev 411022, bashrun/trunk/PKGBUILD) Deleted: bashrun/repos/community-any/PKGBUILD --+ PKGBUILD | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:20:47 UTC (rev 411022) +++ PKGBUILD2018-12-04 00:21:01 UTC (rev 411023) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Daniel J Griffiths - -pkgname=bashrun -pkgver=0.16.1 -pkgrel=4 -pkgdesc="An x11 application launcher based on bash" -arch=('any') -url="http://sourceforge.net/projects/bashrun"; -license=('GPL') -depends=('bash') -optdepends=('xdotool: allow bashrun to run in background') -source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz) -sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab') - -package() { - cd ${srcdir}/$pkgname-$pkgver - - install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname - install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1 - install -D -m644 bashrc ${pkgdir}/usr/share/$pkgname/bashrc -} - Copied: bashrun/repos/community-any/PKGBUILD (from rev 411022, bashrun/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:21:01 UTC (rev 411023) @@ -0,0 +1,23 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Daniel J Griffiths + +pkgname=bashrun +pkgver=0.16.1 +pkgrel=4 +pkgdesc="An x11 application launcher based on bash" +arch=('any') +url="http://sourceforge.net/projects/bashrun"; +license=('GPL') +depends=('bash') +optdepends=('xdotool: allow bashrun to run in background') +source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz) +sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab') + +package() { + cd ${srcdir}/$pkgname-$pkgver + + install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname + install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1 + install -D -m644 bashrc ${pkgdir}/usr/share/$pkgname/bashrc +} +
[arch-commits] Commit in barrage/repos/community-x86_64 (4 files)
Date: Tuesday, December 4, 2018 @ 00:15:56 Author: maximbaz Revision: 411021 archrelease: copy trunk to community-x86_64 Added: barrage/repos/community-x86_64/PKGBUILD (from rev 411020, barrage/trunk/PKGBUILD) barrage/repos/community-x86_64/barrage.changelog (from rev 411020, barrage/trunk/barrage.changelog) Deleted: barrage/repos/community-x86_64/PKGBUILD barrage/repos/community-x86_64/barrage.changelog ---+ PKGBUILD | 56 ++-- barrage.changelog | 10 - 2 files changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-04 00:15:36 UTC (rev 411020) +++ PKGBUILD2018-12-04 00:15:56 UTC (rev 411021) @@ -1,28 +0,0 @@ -# Maintainer: Jaroslav Lichtblau -# Contributor: Allan McRae -# Contributor: Angelo Theodorou - -pkgname=barrage -pkgver=1.0.4 -pkgrel=5 -pkgdesc="A violent point-and-click shooting game with nice effects" -arch=('x86_64') -url="http://lgames.sourceforge.net/index.php?project=Barrage"; -license=('GPL') -depends=('hicolor-icon-theme' 'sdl_mixer') -changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz) -sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25') - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - make DESTDIR="${pkgdir}" install -} Copied: barrage/repos/community-x86_64/PKGBUILD (from rev 411020, barrage/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-04 00:15:56 UTC (rev 411021) @@ -0,0 +1,28 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Allan McRae +# Contributor: Angelo Theodorou + +pkgname=barrage +pkgver=1.0.4 +pkgrel=5 +pkgdesc="A violent point-and-click shooting game with nice effects" +arch=('x86_64') +url="http://lgames.sourceforge.net/index.php?project=Barrage"; +license=('GPL') +depends=('hicolor-icon-theme' 'sdl_mixer') +changelog=$pkgname.changelog +source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz) +sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +} Deleted: barrage.changelog === --- barrage.changelog 2018-12-04 00:15:36 UTC (rev 411020) +++ barrage.changelog 2018-12-04 00:15:56 UTC (rev 411021) @@ -1,5 +0,0 @@ -2016-04-29 Jaroslav Lichtblau - * barrage 1.0.4-4 pacman hooks rebuild - -2011-08-20 Jaroslav Lichtblau - * barrage 1.0.4-1 Copied: barrage/repos/community-x86_64/barrage.changelog (from rev 411020, barrage/trunk/barrage.changelog) === --- barrage.changelog (rev 0) +++ barrage.changelog 2018-12-04 00:15:56 UTC (rev 411021) @@ -0,0 +1,5 @@ +2016-04-29 Jaroslav Lichtblau + * barrage 1.0.4-4 pacman hooks rebuild + +2011-08-20 Jaroslav Lichtblau + * barrage 1.0.4-1
[arch-commits] Commit in barrage/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:15:36 Author: maximbaz Revision: 411020 barrage: use https sources Modified: barrage/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:13:26 UTC (rev 411019) +++ PKGBUILD2018-12-04 00:15:36 UTC (rev 411020) @@ -11,7 +11,7 @@ license=('GPL') depends=('hicolor-icon-theme' 'sdl_mixer') changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz) +source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz) sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25') build() {
[arch-commits] Commit in haskell-hakyll/repos (2 files)
Date: Tuesday, December 4, 2018 @ 00:10:03 Author: felixonmars Revision: 411016 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hakyll/repos/community-staging-x86_64/ haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 411015, haskell-hakyll/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 411015, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 00:10:03 UTC (rev 411016) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.12.4.0 +pkgrel=80 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' + 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri' + 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' + 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' -e 's/< 0.15/<1/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +LC_CTYPE=en_US.UTF-8 runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:06:24 Author: felixonmars Revision: 411015 upgpkg: haskell-hakyll 4.12.4.0-80 rebuild with hs-bibutils 6.7.0.0 Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-04 00:01:46 UTC (rev 411014) +++ PKGBUILD2018-12-04 00:06:24 UTC (rev 411015) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.4.0 -pkgrel=79 +pkgrel=80 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("custom:BSD3")
[arch-commits] Commit in pandoc-citeproc/repos (2 files)
Date: Tuesday, December 4, 2018 @ 00:01:46 Author: felixonmars Revision: 411014 archrelease: copy trunk to community-staging-x86_64 Added: pandoc-citeproc/repos/community-staging-x86_64/ pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 411013, pandoc-citeproc/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 411013, pandoc-citeproc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-04 00:01:46 UTC (rev 411014) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-citeproc +pkgver=0.15.0.1 +pkgrel=2 +pkgdesc="Supports using pandoc with citeproc" +url="https://hackage.haskell.org/package/$pkgname"; +license=("custom:BSD3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' + 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 'pandoc' + 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 'haskell-split' + 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 'haskell-yaml') +conflicts=('haskell-pandoc-citeproc') +replaces=('haskell-pandoc-citeproc') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";) +sha512sums=('7a7bc7431c6afcec7a1b825f972d5bcda975e23f770b92c13bdaeb42bb6cc0f267ed71b58047ca263f0537e1b3ff3a095e80747f714a1d256234a6e44ec7254f') + +prepare() { +cd "${srcdir}/$pkgname-${pkgver}" +# TODO: find a better solution +sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs +} + +build() { +cd "${srcdir}/$pkgname-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +# https://github.com/jgm/pandoc-citeproc/issues/342 +runhaskell Setup test || warning "Tests failed" +} + +package() { +cd "${srcdir}/$pkgname-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/$pkgname.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/$pkgname.sh" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" +rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE" +}
[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)
Date: Tuesday, December 4, 2018 @ 00:00:42 Author: felixonmars Revision: 411013 upgpkg: pandoc-citeproc 0.15.0.1-2 rebuild with hs-bibutils 6.7.0.0 Modified: pandoc-citeproc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 23:57:44 UTC (rev 411012) +++ PKGBUILD2018-12-04 00:00:42 UTC (rev 411013) @@ -3,7 +3,7 @@ pkgname=pandoc-citeproc pkgver=0.15.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Supports using pandoc with citeproc" url="https://hackage.haskell.org/package/$pkgname"; license=("custom:BSD3")
[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 23:58:18 Author: felixonmars Revision: 340988 archrelease: copy trunk to extra-any Added: perl-date-manip/repos/extra-any/PKGBUILD (from rev 340987, perl-date-manip/trunk/PKGBUILD) Deleted: perl-date-manip/repos/extra-any/PKGBUILD --+ PKGBUILD | 61 ++--- 1 file changed, 30 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 23:57:53 UTC (rev 340987) +++ PKGBUILD2018-12-03 23:58:18 UTC (rev 340988) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=perl-date-manip -pkgver=6.73 -pkgrel=1 -pkgdesc="Date::Manip - date manipulation routines" -arch=('any') -license=('PerlArtistic') -url="http://search.cpan.org/dist/Date-Manip/"; -depends=('perl') -checkdepends=('perl-test-inter') -options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz";) -sha512sums=('2bae6dcfcc9465023f29050817465dad683e22f49c278774aaf3e13fe46a46922e4b093bfa968aea62d755b3669c88d1a41ac3e549757be354d4cb61ad1c54b8') - -build() { - cd Date-Manip-${pkgver} - perl Makefile.PL INSTALLDIRS=vendor - make -} - -check() { - cd Date-Manip-${pkgver} - make test -} - -package() { - cd Date-Manip-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 340987, perl-date-manip/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 23:58:18 UTC (rev 340988) @@ -0,0 +1,30 @@ +# Maintainer: Felix Yan + +pkgname=perl-date-manip +pkgver=6.75 +pkgrel=1 +pkgdesc="Date::Manip - date manipulation routines" +arch=('any') +license=('PerlArtistic') +url="http://search.cpan.org/dist/Date-Manip/"; +depends=('perl') +checkdepends=('perl-test-inter') +options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz";) +sha512sums=('0a58a2c9e26edcbff5ca36328d55e39b417f22620c07b9b473dd9723f6b324dcb8bd8f37430420a87f8d6cffbcdcb93cf2f92382972d6d210f96ab236a042dba') + +build() { + cd Date-Manip-${pkgver} + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd Date-Manip-${pkgver} + make test +} + +package() { + cd Date-Manip-${pkgver} + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 23:57:53 Author: felixonmars Revision: 340987 upgpkg: perl-date-manip 6.75-1 Modified: perl-date-manip/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 21:50:55 UTC (rev 340986) +++ PKGBUILD2018-12-03 23:57:53 UTC (rev 340987) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=perl-date-manip -pkgver=6.73 +pkgver=6.75 pkgrel=1 pkgdesc="Date::Manip - date manipulation routines" arch=('any') @@ -11,7 +11,7 @@ checkdepends=('perl-test-inter') options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz";) -sha512sums=('2bae6dcfcc9465023f29050817465dad683e22f49c278774aaf3e13fe46a46922e4b093bfa968aea62d755b3669c88d1a41ac3e549757be354d4cb61ad1c54b8') +sha512sums=('0a58a2c9e26edcbff5ca36328d55e39b417f22620c07b9b473dd9723f6b324dcb8bd8f37430420a87f8d6cffbcdcb93cf2f92382972d6d210f96ab236a042dba') build() { cd Date-Manip-${pkgver}
[arch-commits] Commit in haskell-hs-bibutils/repos (2 files)
Date: Monday, December 3, 2018 @ 23:57:44 Author: felixonmars Revision: 411012 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hs-bibutils/repos/community-staging-x86_64/ haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD (from rev 411011, haskell-hs-bibutils/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD (from rev 411011, haskell-hs-bibutils/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-03 23:57:44 UTC (rev 411012) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hs-bibutils +pkgname=haskell-hs-bibutils +pkgver=6.7.0.0 +pkgrel=1 +pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities." +url="http://istitutocolli.org/repos/hs-bibutils/"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' "haskell-syb") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5575ac339a7b131d12208820790e383db69700b00d1663620cf9da2798ea7005e4b5b99f75f7cf8aa5ae7eccdb481f8bf3127e04cd5ebee895d0ee144d7da78e') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-hs-bibutils/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 23:57:27 Author: felixonmars Revision: 411011 upgpkg: haskell-hs-bibutils 6.7.0.0-1 rebuild with hs-bibutils 6.7.0.0 Modified: haskell-hs-bibutils/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 23:54:16 UTC (rev 411010) +++ PKGBUILD2018-12-03 23:57:27 UTC (rev 411011) @@ -3,8 +3,8 @@ _hkgname=hs-bibutils pkgname=haskell-hs-bibutils -pkgver=6.6.0.0 -pkgrel=3 +pkgver=6.7.0.0 +pkgrel=1 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities." url="http://istitutocolli.org/repos/hs-bibutils/"; license=("GPL") @@ -12,7 +12,7 @@ depends=('ghc-libs' "haskell-syb") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) -sha512sums=('73c0479e9538496711341c962ab9fdcd34bb1783cc126b6a6967a48e153d35ae56b70e1bcbdbdfa67acf02b7eef887632de18440790f72ab801e3b3443a15cc3') +sha512sums=('5575ac339a7b131d12208820790e383db69700b00d1663620cf9da2798ea7005e4b5b99f75f7cf8aa5ae7eccdb481f8bf3127e04cd5ebee895d0ee144d7da78e') build() { cd $_hkgname-$pkgver
[arch-commits] Commit in python-testflo/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 23:54:16 Author: felixonmars Revision: 411010 archrelease: copy trunk to community-any Added: python-testflo/repos/community-any/PKGBUILD (from rev 411009, python-testflo/trunk/PKGBUILD) Deleted: python-testflo/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 23:53:54 UTC (rev 411009) +++ PKGBUILD2018-12-03 23:54:16 UTC (rev 411010) @@ -1,28 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-testflo -pkgver=1.3.2 -pkgrel=1 -pkgdesc="A simple flow-based testing framework" -url="https://github.com/RaRe-Technologies/testflo"; -license=('Apache') -arch=('any') -depends=('python-six' 'python-coverage') -makedepends=('python-setuptools') -source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz";) -sha512sums=('481fbca3f725a70198b7dbb4844c3232b2b83103d630ad251efd1a69c18cc46305b4bf4da59d0e63d52eb5838c5f07a82685b77d6f584118100a68f31bb5ae0e') - -prepare() { - cd testflo-$pkgver - sed -i 's/from distutils.core/from setuptools/' setup.py -} - -build() { - cd testflo-$pkgver - python setup.py build -} - -package() { - cd testflo-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-testflo/repos/community-any/PKGBUILD (from rev 411009, python-testflo/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 23:54:16 UTC (rev 411010) @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan + +pkgname=python-testflo +pkgver=1.3.3 +pkgrel=1 +pkgdesc="A simple flow-based testing framework" +url="https://github.com/RaRe-Technologies/testflo"; +license=('Apache') +arch=('any') +depends=('python-six' 'python-coverage') +makedepends=('python-setuptools') +source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz";) +sha512sums=('cf3d8c53a5b7364f6261c391753651efc8b1eaa9785968d52eb182c88d51cdcfd199ca0d645ea01c0c87e3fe2163d17780c59c46cdac7e9aaefc3190d6bd2997') + +prepare() { + cd testflo-$pkgver + sed -i 's/from distutils.core/from setuptools/' setup.py +} + +build() { + cd testflo-$pkgver + python setup.py build +} + +package() { + cd testflo-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-testflo/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 23:53:54 Author: felixonmars Revision: 411009 upgpkg: python-testflo 1.3.3-1 Modified: python-testflo/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 22:20:35 UTC (rev 411008) +++ PKGBUILD2018-12-03 23:53:54 UTC (rev 411009) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-testflo -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="A simple flow-based testing framework" url="https://github.com/RaRe-Technologies/testflo"; @@ -10,7 +10,7 @@ depends=('python-six' 'python-coverage') makedepends=('python-setuptools') source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz";) -sha512sums=('481fbca3f725a70198b7dbb4844c3232b2b83103d630ad251efd1a69c18cc46305b4bf4da59d0e63d52eb5838c5f07a82685b77d6f584118100a68f31bb5ae0e') +sha512sums=('cf3d8c53a5b7364f6261c391753651efc8b1eaa9785968d52eb182c88d51cdcfd199ca0d645ea01c0c87e3fe2163d17780c59c46cdac7e9aaefc3190d6bd2997') prepare() { cd testflo-$pkgver
[arch-commits] Commit in wireshark/repos (5 files)
Date: Monday, December 3, 2018 @ 22:20:35 Author: anatolik Revision: 411008 archrelease: copy trunk to community-testing-x86_64 Added: wireshark/repos/community-testing-x86_64/ wireshark/repos/community-testing-x86_64/PKGBUILD (from rev 411007, wireshark/trunk/PKGBUILD) wireshark/repos/community-testing-x86_64/do_not_use_svn_version.patch (from rev 411007, wireshark/trunk/do_not_use_svn_version.patch) wireshark/repos/community-testing-x86_64/wireshark.install (from rev 411007, wireshark/trunk/wireshark.install) wireshark/repos/community-testing-x86_64/wireshark.sysusers (from rev 411007, wireshark/trunk/wireshark.sysusers) --+ PKGBUILD | 102 + do_not_use_svn_version.patch | 13 + wireshark.install|8 +++ wireshark.sysusers |1 4 files changed, 124 insertions(+) Copied: wireshark/repos/community-testing-x86_64/PKGBUILD (from rev 411007, wireshark/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2018-12-03 22:20:35 UTC (rev 411008) @@ -0,0 +1,102 @@ +# Maintainer: Levente Polyak +# Contributor: Timothy Redaelli +# Contributor: Guillaume ALAUX +# Contributor: Florian Pritz + +pkgbase=wireshark +pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt') +pkgver=2.6.5 +pkgrel=1 +pkgdesc='Network traffic and protocol analyzer/sniffer' +url='https://www.wireshark.org/' +arch=('x86_64') +license=('GPL2') +makedepends=('c-ares' 'libmaxminddb' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 'libpcap' 'bash' 'libssh' + 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme') +options=('!emptydirs') +source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz +wireshark.sysusers +do_not_use_svn_version.patch) +sha512sums=('fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f' + '3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990' + '847eac73c789b02f57f0ec378d086aea5a103cf0c6525c227d168ad67db08703686d4df37ed2ac95f47125cfcd5cafd472e2988f7f743428b291dc2aebe0f435') + +prepare() { + cd ${pkgbase}-${pkgver} + # Avoid ugly "svn rev unknown from unknown" version string + patch -p1 < "${srcdir}/do_not_use_svn_version.patch" +} + +build() { + cd ${pkgbase}-${pkgver} + ./autogen.sh + ./configure \ + --prefix=/usr \ + --with-qt=5 \ + --with-gtk=3 \ + --with-pcap \ + --with-zlib \ + --with-lua \ + --with-portaudio \ + --with-ssl \ + --with-krb5 \ + --with-c-ares \ + --with-maxmind + make all +} + +package_wireshark-cli() { + pkgdesc+=' - CLI version' + depends=('c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2') + install=wireshark.install + conflicts=(wireshark) + + cd ${pkgbase}-${pkgver} + + make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" uninstall-local + + # wireshark uid group is 150 + install -Dm644 "${srcdir}/wireshark.sysusers" "${pkgdir}/usr/lib/sysusers.d/wireshark.conf" + chgrp 150 "${pkgdir}/usr/bin/dumpcap" + chmod 754 "${pkgdir}/usr/bin/dumpcap" + rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk" + + # headers + install -Dm 644 *.h -t "${pkgdir}/usr/include/${pkgbase}" + for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem wiretap wsutil; do +install -Dm 644 ${d}/*.h -t "${pkgdir}/usr/include/${pkgbase}/${d}" + done +} + +package_wireshark-common() { + pkgdesc+=' - common files' + depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils') + + cd ${pkgbase}-${pkgver} + + make DESTDIR="${pkgdir}" install-data-local + rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop +} + +package_wireshark-gtk() { + pkgdesc+=' - GTK frontend' + depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 'wireshark-common') + replaces=(wireshark) + conflicts=(wireshark) + + cd ${pkgbase}-${pkgver} + install -Dm 755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk" + install -Dm 644 wireshark-gtk.desktop -t "${pkgdir}/usr/share/applications" +} + +package_wireshark-qt() { + pkgdesc+=' - Qt frontend' + depends=('desktop-file-utils' 'qt5-multimedia' 'wireshark-cli' 'wireshark-common') + + cd ${pkgbase}-${pkgver} + install -Dm 755 .libs/wireshark "${pkgdir}/usr/bin/wireshark" + install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications" +} + +# vim: ts=2 sw=2 et: Copied: wireshark/repos/community-testing-x86_64/do_not_use_svn_version.patch (from rev 411007, wireshark/trunk/do_not_use_svn_version.patch) ===
[arch-commits] Commit in wireshark/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 22:20:09 Author: anatolik Revision: 411007 upgpkg: wireshark 2.6.5-1 Modified: wireshark/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 22:19:28 UTC (rev 411006) +++ PKGBUILD2018-12-03 22:20:09 UTC (rev 411007) @@ -5,8 +5,8 @@ pkgbase=wireshark pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt') -pkgver=2.6.4 -pkgrel=2 +pkgver=2.6.5 +pkgrel=1 pkgdesc='Network traffic and protocol analyzer/sniffer' url='https://www.wireshark.org/' arch=('x86_64') @@ -17,7 +17,7 @@ source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz wireshark.sysusers do_not_use_svn_version.patch) -sha512sums=('bc740548901b30f2e44c2b0933717288615fa38edc5e092607a8b12c60ecfacaa5aa7c59d7644cf29238d0d636fbe03d85559a0f2de81a3bf8ceac55fcf9ff07' +sha512sums=('fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f' '3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990' '847eac73c789b02f57f0ec378d086aea5a103cf0c6525c227d168ad67db08703686d4df37ed2ac95f47125cfcd5cafd472e2988f7f743428b291dc2aebe0f435')
[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 22:19:28 Author: jlichtblau Revision: 411006 archrelease: copy trunk to community-any Added: youtube-dl/repos/community-any/PKGBUILD (from rev 411005, youtube-dl/trunk/PKGBUILD) Deleted: youtube-dl/repos/community-any/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 22:19:18 UTC (rev 411005) +++ PKGBUILD2018-12-03 22:19:28 UTC (rev 411006) @@ -1,35 +0,0 @@ -# Maintainer: Eric Bélanger -# Maintainer: Jaroslav Lichtblau - -pkgname=youtube-dl -pkgver=2018.11.23 -pkgrel=1 -pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" -arch=('any') -url="http://rg3.github.io/youtube-dl/"; -license=('custom') -depends=('python' 'python-setuptools') -optdepends=('ffmpeg: for video post-processing' -'rtmpdump: for rtmp streams support' -'atomicparsley: for embedding thumbnails into m4a files' -'python-crypto: for hlsnative downloader') -source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha256sums=('cf1fda52b5b6baaa625d80220c454c22876ae9e440d6c1e58ba4e529764bc00c' -'SKIP') -validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18' # Philipp Hagemeister - 'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. - -prepare() { - cd ${pkgname} - sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py - sed -i 's|etc/fish/completions|share/fish/completions|' setup.py -} - -package() { - cd ${pkgname} - python setup.py install --root="${pkgdir}/" --optimize=1 - mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \ - "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" - install -Dm644 youtube-dl.zsh "${pkgdir}/usr/share/zsh/site-functions/_youtube-dl" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 411005, youtube-dl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 22:19:28 UTC (rev 411006) @@ -0,0 +1,35 @@ +# Maintainer: Eric Bélanger +# Maintainer: Jaroslav Lichtblau + +pkgname=youtube-dl +pkgver=2018.12.03 +pkgrel=1 +pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" +arch=('any') +url="http://rg3.github.io/youtube-dl/"; +license=('custom') +depends=('python' 'python-setuptools') +optdepends=('ffmpeg: for video post-processing' +'rtmpdump: for rtmp streams support' +'atomicparsley: for embedding thumbnails into m4a files' +'python-cryptodome: for hlsnative downloader') +source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha256sums=('7ff247c0d2518d5def8dc7df9cff4c87a1c348fabca7238a8166d217772cd536' +'SKIP') +validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18' # Philipp Hagemeister + 'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. + +prepare() { + cd ${pkgname} + sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py + sed -i 's|etc/fish/completions|share/fish/completions|' setup.py +} + +package() { + cd ${pkgname} + python setup.py install --root="${pkgdir}/" --optimize=1 + mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \ + "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" + install -Dm644 youtube-dl.zsh "${pkgdir}/usr/share/zsh/site-functions/_youtube-dl" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 22:19:18 Author: jlichtblau Revision: 411005 upgpkg: youtube-dl 2018.12.03-1 - new upstream release Modified: youtube-dl/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 21:34:59 UTC (rev 411004) +++ PKGBUILD2018-12-03 22:19:18 UTC (rev 411005) @@ -2,7 +2,7 @@ # Maintainer: Jaroslav Lichtblau pkgname=youtube-dl -pkgver=2018.11.23 +pkgver=2018.12.03 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -12,9 +12,9 @@ optdepends=('ffmpeg: for video post-processing' 'rtmpdump: for rtmp streams support' 'atomicparsley: for embedding thumbnails into m4a files' -'python-crypto: for hlsnative downloader') +'python-cryptodome: for hlsnative downloader') source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha256sums=('cf1fda52b5b6baaa625d80220c454c22876ae9e440d6c1e58ba4e529764bc00c' +sha256sums=('7ff247c0d2518d5def8dc7df9cff4c87a1c348fabca7238a8166d217772cd536' 'SKIP') validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18' # Philipp Hagemeister 'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
[arch-commits] Commit in elfutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Monday, December 3, 2018 @ 21:50:55 Author: anatolik Revision: 340986 archrelease: copy trunk to testing-x86_64 Added: elfutils/repos/testing-x86_64/ elfutils/repos/testing-x86_64/PKGBUILD (from rev 340985, elfutils/trunk/PKGBUILD) --+ PKGBUILD | 53 + 1 file changed, 53 insertions(+) Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 340985, elfutils/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2018-12-03 21:50:55 UTC (rev 340986) @@ -0,0 +1,53 @@ +# Maintainer: Laurent Carlier +# Contributor: Stéphane Gaudreault +# Contributor: Andrej Gelenberg + +pkgbase=elfutils +pkgname=(elfutils libelf) +pkgver=0.175 +pkgrel=1 +pkgdesc="Utilities to handle ELF object files and DWARF debugging information" +arch=('x86_64') +url="https://sourceware.org/elfutils/"; +license=('LGPL3' 'GPL' 'GPL3') +depends=('gcc-libs' 'zlib' 'bzip2' 'xz') +options=('staticlibs') +source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}) +sha1sums=('361f835640ecffddc6d4543fb044eb53f673026f' + 'SKIP') +validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard + +build() { + cd ${pkgbase}-${pkgver} + + # fix make check with i686 + # https://sourceware.org/bugzilla/show_bug.cgi?id=22083 + export CFLAGS=${CFLAGS/-fno-plt} # fix make check with i686 + + CFLAGS+=" -g" # required for test-suite success + ./configure --prefix=/usr --program-prefix="eu-" --enable-deterministic-archives + + make +} + +check() { + cd ${pkgbase}-${pkgver} + + make check +} + +package_elfutils() { + depends=("libelf=$pkgver-$pkgrel") + + cd ${pkgbase}-${pkgver} + + make DESTDIR="${pkgdir}" install + + mkdir "${srcdir}"/libelf + mv "${pkgdir}"/usr/{lib,include} "${srcdir}/libelf" +} + +package_libelf() { + pkgdesc="Libraries to handle ELF object files and DWARF debugging information" + mv libelf "${pkgdir}/usr" +}
[arch-commits] Commit in elfutils/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 21:50:34 Author: anatolik Revision: 340985 upgpkg: elfutils 0.175-1 Modified: elfutils/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 20:00:27 UTC (rev 340984) +++ PKGBUILD2018-12-03 21:50:34 UTC (rev 340985) @@ -4,7 +4,7 @@ pkgbase=elfutils pkgname=(elfutils libelf) -pkgver=0.174 +pkgver=0.175 pkgrel=1 pkgdesc="Utilities to handle ELF object files and DWARF debugging information" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('gcc-libs' 'zlib' 'bzip2' 'xz') options=('staticlibs') source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}) -sha1sums=('95899ce5fa55002e46bf4e02d01a249516e296fd' +sha1sums=('361f835640ecffddc6d4543fb044eb53f673026f' 'SKIP') validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard
[arch-commits] Commit in (copyq copyq/repos copyq/trunk copyq/trunk/PKGBUILD)
Date: Monday, December 3, 2018 @ 21:34:44 Author: maximbaz Revision: 411003 copyq: import from AUR Added: copyq/ copyq/repos/ copyq/trunk/ copyq/trunk/PKGBUILD --+ PKGBUILD | 28 1 file changed, 28 insertions(+) Added: copyq/trunk/PKGBUILD === --- copyq/trunk/PKGBUILD(rev 0) +++ copyq/trunk/PKGBUILD2018-12-03 21:34:44 UTC (rev 411003) @@ -0,0 +1,28 @@ +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Batou +# Contributor: Karol "Kenji Takahashi" Woźniak + +pkgname=copyq +pkgver=3.7.1 +pkgrel=2 +pkgdesc="Clipboard manager with searchable and editable history" +url="https://github.com/hluk/${pkgname}"; +depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras') +makedepends=('cmake' 'qt5-tools') +license=('GPL3') +arch=('x86_64') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7') + +build() { +cd "CopyQ-${pkgver}" +cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT5=TRUE . +make +} + +package() { +cd "CopyQ-${pkgver}" +make DESTDIR="${pkgdir}" install +} + +# vim:set ts=4 sw=4 et:
[arch-commits] Commit in copyq/repos (community-x86_64 community-x86_64/PKGBUILD)
Date: Monday, December 3, 2018 @ 21:34:59 Author: maximbaz Revision: 411004 archrelease: copy trunk to community-x86_64 Added: copyq/repos/community-x86_64/ copyq/repos/community-x86_64/PKGBUILD (from rev 411003, copyq/trunk/PKGBUILD) --+ PKGBUILD | 28 1 file changed, 28 insertions(+) Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 411003, copyq/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2018-12-03 21:34:59 UTC (rev 411004) @@ -0,0 +1,28 @@ +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Batou +# Contributor: Karol "Kenji Takahashi" Woźniak + +pkgname=copyq +pkgver=3.7.1 +pkgrel=2 +pkgdesc="Clipboard manager with searchable and editable history" +url="https://github.com/hluk/${pkgname}"; +depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras') +makedepends=('cmake' 'qt5-tools') +license=('GPL3') +arch=('x86_64') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7') + +build() { +cd "CopyQ-${pkgver}" +cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT5=TRUE . +make +} + +package() { +cd "CopyQ-${pkgver}" +make DESTDIR="${pkgdir}" install +} + +# vim:set ts=4 sw=4 et:
[arch-commits] Commit in jupyter-notebook/repos (2 files)
Date: Monday, December 3, 2018 @ 20:36:03 Author: arojas Revision: 411002 archrelease: copy trunk to community-testing-any Added: jupyter-notebook/repos/community-testing-any/ jupyter-notebook/repos/community-testing-any/PKGBUILD (from rev 411001, jupyter-notebook/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: jupyter-notebook/repos/community-testing-any/PKGBUILD (from rev 411001, jupyter-notebook/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2018-12-03 20:36:03 UTC (rev 411002) @@ -0,0 +1,45 @@ +# Maintainer: Kyle Keen + +pkgname=jupyter-notebook +pkgver=5.7.2 +pkgrel=1 +pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" +arch=('any') +url="https://github.com/jupyter/notebook"; +license=('BSD') +depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado' + 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core' + 'python-jupyter_client' 'mathjax' 'python-send2trash' + 'jupyter-nbconvert' 'python-prometheus_client') +# Much of their official dependency tree appears inverted and circular? +makedepends=('python-setuptools' 'npm' 'git') +optdepends=('pandoc: notebook export') +source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";) +md5sums=('b26da893f3ddb83067ae20180ed84e94') + +# todo: report bug that mathjax and nbconvert is no longer optional + +build() { + cd "$srcdir/notebook-$pkgver" + + # FS45999 disable bundled mathjax + sed -i 's/^.*MathJax.*$//' bower.json + #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py + sed -i 's/ mj(/ #mj(/' setupbase.py + + # needs node, downloads a lot of stuff + python3 setup.py build +} + +package() { + cd "$srcdir/notebook-$pkgver" + + # needs node + python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0 + # FS45999 use system mathjax + ln -s /usr/share/mathjax \ + "$pkgdir/usr/lib/python3.7/site-packages/notebook/static/components/MathJax" + + install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} +
[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 20:35:36 Author: arojas Revision: 411001 Update to 5.7.2 Modified: jupyter-notebook/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 20:00:50 UTC (rev 411000) +++ PKGBUILD2018-12-03 20:35:36 UTC (rev 411001) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen pkgname=jupyter-notebook -pkgver=5.5.0 +pkgver=5.7.2 pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') @@ -10,12 +10,12 @@ depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado' 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core' 'python-jupyter_client' 'mathjax' 'python-send2trash' - 'jupyter-nbconvert') + 'jupyter-nbconvert' 'python-prometheus_client') # Much of their official dependency tree appears inverted and circular? makedepends=('python-setuptools' 'npm' 'git') optdepends=('pandoc: notebook export') source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";) -md5sums=('1225c53941dcb1a01885b08a4824') +md5sums=('b26da893f3ddb83067ae20180ed84e94') # todo: report bug that mathjax and nbconvert is no longer optional
[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 18:55:07 Author: eschwartz Revision: 410998 archrelease: copy trunk to community-any Added: firefox-noscript/repos/community-any/PKGBUILD (from rev 410997, firefox-noscript/trunk/PKGBUILD) Deleted: firefox-noscript/repos/community-any/PKGBUILD --+ PKGBUILD | 48 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 18:54:50 UTC (rev 410997) +++ PKGBUILD2018-12-03 18:55:07 UTC (rev 410998) @@ -1,24 +0,0 @@ -# Maintainer: Sergej Pupykin -# Maintainer: Eschwartz - -pkgname=firefox-noscript -pkgver=10.1.9.9 -pkgrel=1 -pkgdesc="Extension for firefox which disables script" -arch=('any') -url="https://noscript.net/"; -license=('GPL2') -groups=('firefox-addons') -makedepends=('unzip') -source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) -noextract=("noscript-${pkgver}.xpi") -sha256sums=('e7ec0345c2174e64c7552ab708a59c8efd7c1078fedda64d9c9ad06a899194b9') - -package() { - depends=('firefox') - - cd "${srcdir}" - _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}" - _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}" - install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi" -} Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 410997, firefox-noscript/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 18:55:07 UTC (rev 410998) @@ -0,0 +1,24 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Eschwartz + +pkgname=firefox-noscript +pkgver=10.2.0 +pkgrel=1 +pkgdesc="Extension for firefox which disables script" +arch=('any') +url="https://noscript.net/"; +license=('GPL2') +groups=('firefox-addons') +makedepends=('unzip') +source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) +noextract=("noscript-${pkgver}.xpi") +sha256sums=('23c7783eecabeb044aa1e38c93d43ce7c41957b1ea031016d39737712729c81d') + +package() { + depends=('firefox') + + cd "${srcdir}" + _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}" + _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}" + install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi" +}
[arch-commits] Commit in firefox-noscript/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 18:54:50 Author: eschwartz Revision: 410997 upgpkg: firefox-noscript 10.2.0-1 upstream release Modified: firefox-noscript/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 18:53:35 UTC (rev 410996) +++ PKGBUILD2018-12-03 18:54:50 UTC (rev 410997) @@ -2,7 +2,7 @@ # Maintainer: Eschwartz pkgname=firefox-noscript -pkgver=10.1.9.9 +pkgver=10.2.0 pkgrel=1 pkgdesc="Extension for firefox which disables script" arch=('any') @@ -12,7 +12,7 @@ makedepends=('unzip') source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi) noextract=("noscript-${pkgver}.xpi") -sha256sums=('e7ec0345c2174e64c7552ab708a59c8efd7c1078fedda64d9c9ad06a899194b9') +sha256sums=('23c7783eecabeb044aa1e38c93d43ce7c41957b1ea031016d39737712729c81d') package() { depends=('firefox')
[arch-commits] Commit in python-language-server/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 18:53:29 Author: maximbaz Revision: 410995 upgpkg: python-language-server 0.21.4-1 Modified: python-language-server/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 18:50:39 UTC (rev 410994) +++ PKGBUILD2018-12-03 18:53:29 UTC (rev 410995) @@ -3,7 +3,7 @@ pkgbase=python-language-server pkgname=(python-language-server python2-language-server) -pkgver=0.21.3 +pkgver=0.21.4 pkgrel=1 pkgdesc="An implementation of the Language Server Protocol for Python" arch=("any") @@ -18,7 +18,7 @@ "python2-autopep8" "python2-rope" "python2-mccabe" "python2-pydocstyle" "python2-jsonrpc-server" "python2-mock" "python2-jedi" "python2-future" "python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8") source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz";) -sha256sums=('07fe8720766cb2a2d79d1a2fe5775f3127aed90289d9acd3b09fc2117fbca21b') +sha256sums=('77869d8bbde2fdc789c2684fde490c2036009f70b95f7963ba02f51222130d31') prepare() { cp -r "$pkgname-$pkgver"{,-py2}
[arch-commits] Commit in python-language-server/repos/community-any (2 files)
Date: Monday, December 3, 2018 @ 18:53:35 Author: maximbaz Revision: 410996 archrelease: copy trunk to community-any Added: python-language-server/repos/community-any/PKGBUILD (from rev 410995, python-language-server/trunk/PKGBUILD) Deleted: python-language-server/repos/community-any/PKGBUILD --+ PKGBUILD | 144 ++--- 1 file changed, 72 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 18:53:29 UTC (rev 410995) +++ PKGBUILD2018-12-03 18:53:35 UTC (rev 410996) @@ -1,72 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: fenuks - -pkgbase=python-language-server -pkgname=(python-language-server python2-language-server) -pkgver=0.21.3 -pkgrel=1 -pkgdesc="An implementation of the Language Server Protocol for Python" -arch=("any") -url="https://github.com/palantir/python-language-server"; -license=("MIT") -makedepends=("python" "python-setuptools" - "python2" "python2-setuptools") -checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov" "python-pyflakes" - "python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle" - "autopep8" "python-rope" "python-pydocstyle" "python-jsonrpc-server" - "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" "python2-pyflakes" - "python2-autopep8" "python2-rope" "python2-mccabe" "python2-pydocstyle" "python2-jsonrpc-server" - "python2-mock" "python2-jedi" "python2-future" "python2-futures" "python2-yapf" "python2-pycodestyle" "python2-autopep8") -source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz";) -sha256sums=('07fe8720766cb2a2d79d1a2fe5775f3127aed90289d9acd3b09fc2117fbca21b') - -prepare() { - cp -r "$pkgname-$pkgver"{,-py2} -} - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" -python setup.py build - -cd "${srcdir}/${pkgname}-${pkgver}-py2" -python2 setup.py build -} - -check() { -cd "${srcdir}/${pkgname}-${pkgver}" -py.test - -cd "${srcdir}/${pkgname}-${pkgver}-py2" -py.test2 -} - -package_python-language-server() { -depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" "python-pluggy") -optdepends=( - "python-mccabe: for complexity checking" -"python-rope: for completions and renaming" - "python-pyflakes: for linter to detect various errors" - "python-pycodestyle: for style checking" - "autopep8: for code formatting" - "yapf: for code formatting (preferred over autopep8)" - "python-pydocstyle: for docstring style checking") -cd "${pkgbase}-${pkgver}" -python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build -install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python2-language-server() { -depends=("python2" "python2-jsonrpc-server" "python2-future" "python2-jedi" "python2-pluggy") -optdepends=( - "python2-mccabe: for complexity checking" -"python2-rope: for completions and renaming" - "python2-pyflakes: for linter to detect various errors" - "python2-pycodestyle: for style checking" - "python2-autopep8: for code formatting" - "python2-yapf: for code formatting (preferred over autopep8)" - "python2-pydocstyle: for docstring style checking") -cd "${pkgbase}-${pkgver}-py2" -python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build -mv "$pkgdir/usr/bin/pyls" "$pkgdir/usr/bin/pyls2" -install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: python-language-server/repos/community-any/PKGBUILD (from rev 410995, python-language-server/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 18:53:35 UTC (rev 410996) @@ -0,0 +1,72 @@ +# Maintainer: Morten Linderud +# Contributor: fenuks + +pkgbase=python-language-server +pkgname=(python-language-server python2-language-server) +pkgver=0.21.4 +pkgrel=1 +pkgdesc="An implementation of the Language Server Protocol for Python" +arch=("any") +url="https://github.com/palantir/python-language-server"; +license=("MIT") +makedepends=("python" "python-setuptools" + "python2" "python2-setuptools") +checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov" "python-pyflakes" + "python-mock" "python-jedi" "python-future" "yapf" "python-mccabe" "python-pycodestyle" + "autopep8" "python-rope" "python-pydocstyle" "python-jsonrpc-server" + "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" "python2-pyflakes" + "python2-autopep8" "python2-rope" "python2-mccabe" "python2-pydocstyle" "python2-jsonrpc-server" +
[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 18:50:39 Author: eschwartz Revision: 410994 archrelease: copy trunk to community-any Added: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 410993, firefox-adblock-plus/trunk/PKGBUILD) Deleted: firefox-adblock-plus/repos/community-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 18:50:24 UTC (rev 410993) +++ PKGBUILD2018-12-03 18:50:39 UTC (rev 410994) @@ -1,26 +0,0 @@ -# Maintainer: Sergej Pupykin -# Maintainer: Eli Schwartz - -pkgname=firefox-adblock-plus -pkgver=3.4.1 -pkgrel=1 -_file=1149776 -pkgdesc="Extension for firefox which block ads and banners" -arch=('any') -url="https://adblockplus.org/"; -license=('GPL3') -groups=('firefox-addons') -makedepends=('unzip') -# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ -source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";) -noextract=("adblock-plus-$pkgver.xpi") -sha256sums=('1d4d4ddf9f0fc99a5cfebc71f2540080248f4e71bad0a4b77020e14b07dc0084') - -package() { - depends=("firefox") - - cd "${srcdir}" - _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}" - _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}" - install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi" -} Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 410993, firefox-adblock-plus/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 18:50:39 UTC (rev 410994) @@ -0,0 +1,26 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Eli Schwartz + +pkgname=firefox-adblock-plus +pkgver=3.4.2 +pkgrel=1 +_file=1168281 +pkgdesc="Extension for firefox which block ads and banners" +arch=('any') +url="https://adblockplus.org/"; +license=('GPL3') +groups=('firefox-addons') +makedepends=('unzip') +# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ +source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";) +noextract=("adblock-plus-$pkgver.xpi") +sha256sums=('323dfd642bef52784df6e5f495d8d0a4d8fad19cd470bef7417d13dea9a95f8f') + +package() { + depends=("firefox") + + cd "${srcdir}" + _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}" + _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}" + install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi" +}
[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 18:50:24 Author: eschwartz Revision: 410993 upgpkg: firefox-adblock-plus 3.4.2-1 upstream release Modified: firefox-adblock-plus/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 18:30:47 UTC (rev 410992) +++ PKGBUILD2018-12-03 18:50:24 UTC (rev 410993) @@ -2,9 +2,9 @@ # Maintainer: Eli Schwartz pkgname=firefox-adblock-plus -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 -_file=1149776 +_file=1168281 pkgdesc="Extension for firefox which block ads and banners" arch=('any') url="https://adblockplus.org/"; @@ -14,7 +14,7 @@ # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";) noextract=("adblock-plus-$pkgver.xpi") -sha256sums=('1d4d4ddf9f0fc99a5cfebc71f2540080248f4e71bad0a4b77020e14b07dc0084') +sha256sums=('323dfd642bef52784df6e5f495d8d0a4d8fad19cd470bef7417d13dea9a95f8f') package() { depends=("firefox")
[arch-commits] Commit in graphicsmagick/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 18:45:25 Author: bisson Revision: 340983 archrelease: copy trunk to extra-x86_64 Added: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 340982, graphicsmagick/trunk/PKGBUILD) Deleted: graphicsmagick/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 18:44:55 UTC (rev 340982) +++ PKGBUILD2018-12-03 18:45:25 UTC (rev 340983) @@ -1,65 +0,0 @@ -# Maintainer: Ronald van Haren -# Maintainer: Gaetan Bisson -# Contributor: Jaroslav Lichtblau -# Contributor: Anton Leontiev - -pkgname=graphicsmagick -pkgver=1.3.30 -pkgrel=4 -pkgdesc='Image processing system' -url='http://www.graphicsmagick.org/' -arch=('x86_64') -license=('MIT') -optdepends=('jasper: jp2 module' -'libpng: png module' -'libwmf: wmf module' -'libxml2: msl, svg, url modules' -'libtiff: ps2, ps3, tiff modules' -'ghostscript: pdf, ps modules') -makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp') -depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') -source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";) -sha256sums=('d965e5c6559f55eec76c20231c095d4ae682ea0cbdd8453249ae8771405659f1') - -options=('!emptydirs' 'libtool') - -prepare() { - cd "${srcdir}/GraphicsMagick-${pkgver}" - sed -e "s:freetype_config='':freetype_config='/usr/bin/pkg-config freetype2':g" -i configure -} - -build() { - cd "${srcdir}/GraphicsMagick-${pkgver}" - ./configure \ - --prefix=/usr \ - --enable-shared \ - --with-modules \ - --with-perl \ - --with-gs-font-dir=/usr/share/fonts/Type1 \ - --with-quantum-depth=16 \ - --with-threads - make -} - -package() { - cd "${srcdir}/GraphicsMagick-${pkgver}" - - make DESTDIR="${pkgdir}" install - - # Install MIT license - install -Dm644 "Copyright.txt" "${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt" - - # Install perl bindings - # The patching was introduced in order to build perl module without installing package itself and - # not to introduce unnecessary path into LD_RUN_PATH - cd PerlMagick - sed -i -e "s:'LDDLFLAGS' => \"\(.*\)\":'LDDLFLAGS' => \"-L${pkgdir}/usr/lib \1\":" Makefile.PL - perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}" - sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile - make - make install - - # Remove perllocal.pod and .packlist - rm -r "${pkgdir}"/usr/lib/perl5/*/core_perl - rm "${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist -} Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 340982, graphicsmagick/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 18:45:25 UTC (rev 340983) @@ -0,0 +1,65 @@ +# Maintainer: Ronald van Haren +# Maintainer: Gaetan Bisson +# Contributor: Jaroslav Lichtblau +# Contributor: Anton Leontiev + +pkgname=graphicsmagick +pkgver=1.3.31 +pkgrel=1 +pkgdesc='Image processing system' +url='http://www.graphicsmagick.org/' +arch=('x86_64') +license=('MIT') +optdepends=('jasper: jp2 module' +'libpng: png module' +'libwmf: wmf module' +'libxml2: msl, svg, url modules' +'libtiff: ps2, ps3, tiff modules' +'ghostscript: pdf, ps modules') +makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp') +depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') +source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";) +sha256sums=('096bbb59d6f3abd32b562fc3b34ea90d88741dc5dd888731d61d17e100394278') + +options=('!emptydirs' 'libtool') + +prepare() { + cd "${srcdir}/GraphicsMagick-${pkgver}" + sed -e "s:freetype_config='':freetype_config='/usr/bin/pkg-config freetype2':g" -i configure +} + +build() { + cd "${srcdir}/GraphicsMagick-${pkgver}" + ./configure \ + --prefix=/usr \ + --enable-shared \ + --with-modules \ + --with-perl \ + --with-gs-font-dir=/usr/share/fonts/Type1 \ + --with-quantum-depth=16 \ + --with-threads + make +} + +package() { + cd "${srcdir}/GraphicsMagick-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # Install MIT license + install -Dm644 "Copyright.txt" "${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt" + + # Install
[arch-commits] Commit in graphicsmagick/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 18:44:55 Author: bisson Revision: 340982 upstream update Modified: graphicsmagick/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 17:27:54 UTC (rev 340981) +++ PKGBUILD2018-12-03 18:44:55 UTC (rev 340982) @@ -4,8 +4,8 @@ # Contributor: Anton Leontiev pkgname=graphicsmagick -pkgver=1.3.30 -pkgrel=4 +pkgver=1.3.31 +pkgrel=1 pkgdesc='Image processing system' url='http://www.graphicsmagick.org/' arch=('x86_64') @@ -19,7 +19,7 @@ makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp') depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz') source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";) -sha256sums=('d965e5c6559f55eec76c20231c095d4ae682ea0cbdd8453249ae8771405659f1') +sha256sums=('096bbb59d6f3abd32b562fc3b34ea90d88741dc5dd888731d61d17e100394278') options=('!emptydirs' 'libtool')
[arch-commits] Commit in ruby-mini_portile2/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 18:30:47 Author: anatolik Revision: 410992 archrelease: copy trunk to community-any Added: ruby-mini_portile2/repos/community-any/PKGBUILD (from rev 410991, ruby-mini_portile2/trunk/PKGBUILD) Deleted: ruby-mini_portile2/repos/community-any/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 18:30:16 UTC (rev 410991) +++ PKGBUILD2018-12-03 18:30:47 UTC (rev 410992) @@ -1,40 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Dmitry Kharitonov -# Contributor: Anatol Pomozov -# Contributor: eagletmt - -_gemname=mini_portile2 -pkgname=ruby-mini_portile2 -pkgver=2.3.0 -pkgrel=3 -pkgdesc='Simple autoconf builder for developers' -url='https://github.com/flavorjones/mini_portile' -arch=('any') -license=('MIT') -depends=('ruby') -options=('!emptydirs') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavorjones/mini_portile/archive/v${pkgver}.tar.gz) -sha256sums=('123d785b208946c6ed23771988ac75f047dab802cb5f9f8c288b5eb69ed19604') -sha512sums=('3b787db952899172a93010ecaa65425639bbdffe2f268d761a54de02271a542cfc0764f56eefaa4f4875d271231872c8a2da3177853dea70e3d3c349b5c3617f') - -prepare() { - cd mini_portile-${pkgver} - sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla - sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec -} - -build() { - cd mini_portile-${pkgver} - gem build ${_gemname}.gemspec -} - -package() { - cd mini_portile-${pkgver} - local _gemdir="$(gem env gemdir)" - gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem - rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" - install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}" -} - -# vim: ts=2 sw=2 et: Copied: ruby-mini_portile2/repos/community-any/PKGBUILD (from rev 410991, ruby-mini_portile2/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 18:30:47 UTC (rev 410992) @@ -0,0 +1,40 @@ +# Maintainer: Levente Polyak +# Contributor: Dmitry Kharitonov +# Contributor: Anatol Pomozov +# Contributor: eagletmt + +_gemname=mini_portile2 +pkgname=ruby-mini_portile2 +pkgver=2.4.0 +pkgrel=1 +pkgdesc='Simple autoconf builder for developers' +url='https://github.com/flavorjones/mini_portile' +arch=('any') +license=('MIT') +depends=('ruby') +options=('!emptydirs') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavorjones/mini_portile/archive/v${pkgver}.tar.gz) +sha256sums=('80b935100a5decb9f5be5f1adbc01ebcb81063c6a9c640a08435d7e7e47c29ec') +sha512sums=('f282617ad5401be5250c9c978e798a2d1c63b749febd898eae05ebb529f5dffea02a7a2adbbe6df69263db7b909f4304dc3ae6942007d032eac276ce030866f1') + +prepare() { + cd mini_portile-${pkgver} + sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla + sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec +} + +build() { + cd mini_portile-${pkgver} + gem build ${_gemname}.gemspec +} + +package() { + cd mini_portile-${pkgver} + local _gemdir="$(gem env gemdir)" + gem install -N --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem + rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" + install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" + install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in ruby-mini_portile2/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 18:30:16 Author: anatolik Revision: 410991 upgpkg: ruby-mini_portile2 2.4.0-1 Modified: ruby-mini_portile2/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 18:21:02 UTC (rev 410990) +++ PKGBUILD2018-12-03 18:30:16 UTC (rev 410991) @@ -5,8 +5,8 @@ _gemname=mini_portile2 pkgname=ruby-mini_portile2 -pkgver=2.3.0 -pkgrel=3 +pkgver=2.4.0 +pkgrel=1 pkgdesc='Simple autoconf builder for developers' url='https://github.com/flavorjones/mini_portile' arch=('any') @@ -14,8 +14,8 @@ depends=('ruby') options=('!emptydirs') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavorjones/mini_portile/archive/v${pkgver}.tar.gz) -sha256sums=('123d785b208946c6ed23771988ac75f047dab802cb5f9f8c288b5eb69ed19604') -sha512sums=('3b787db952899172a93010ecaa65425639bbdffe2f268d761a54de02271a542cfc0764f56eefaa4f4875d271231872c8a2da3177853dea70e3d3c349b5c3617f') +sha256sums=('80b935100a5decb9f5be5f1adbc01ebcb81063c6a9c640a08435d7e7e47c29ec') +sha512sums=('f282617ad5401be5250c9c978e798a2d1c63b749febd898eae05ebb529f5dffea02a7a2adbbe6df69263db7b909f4304dc3ae6942007d032eac276ce030866f1') prepare() { cd mini_portile-${pkgver} @@ -31,7 +31,7 @@ package() { cd mini_portile-${pkgver} local _gemdir="$(gem env gemdir)" - gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem + gem install -N --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
[arch-commits] Commit in bfgminer/repos (5 files)
Date: Monday, December 3, 2018 @ 18:21:02 Author: shibumi Revision: 410990 db-move: moved bfgminer from [community-testing] to [community] (x86_64) Added: bfgminer/repos/community-x86_64/PKGBUILD (from rev 410989, bfgminer/repos/community-testing-x86_64/PKGBUILD) bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch (from rev 410989, bfgminer/repos/community-testing-x86_64/remove-dangerous-rpath.patch) Deleted: bfgminer/repos/community-testing-x86_64/ bfgminer/repos/community-x86_64/PKGBUILD bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch ---+ /PKGBUILD | 45 +++ /remove-dangerous-rpath.patch | 21 ++ community-x86_64/PKGBUILD | 46 community-x86_64/remove-dangerous-rpath.patch | 21 -- 4 files changed, 66 insertions(+), 67 deletions(-) Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2018-12-03 18:20:58 UTC (rev 410989) +++ community-x86_64/PKGBUILD 2018-12-03 18:21:02 UTC (rev 410990) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Christian Rebischke -# Contributor: Timothy Redaelli -# Contributor: Andy Weidenbaum - -pkgname=bfgminer -pkgver=5.5.0 -pkgrel=1 -pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control and remote management. For FPGA/GPU/CPU Bitcoin mining." -arch=('x86_64') -depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors') -makedepends=('uthash' 'yasm') -optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA') -url='https://bitcointalk.org/?topic=877081' -license=('GPL3') -source=("http://luke.dashjr.org/programs/bitcoin/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.txz"; -'remove-dangerous-rpath.patch') -sha512sums=('d1adae473e01fcf1cd0efde74d3e8ce10609e520397d688bf4e226c1113c1606c782e3cfdba6847f1a3886cac30de6b5baa03b731aca86287d53bf01ef705cdb' - '087aa60d818ff37cb7a4edce7a34331a492b5e379a8e034d7a2e02b106bb6ea52b4ce6a1077f602987a2c30213bc185063990796a828ae95f60cff03c7a0bc3f') - -prepare() { - cd "${pkgname}"-"${pkgver}" - - patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch -} - -build() { - cd "${pkgname}"-"${pkgver}" - - ./configure --prefix=/usr \ ---sbindir=/usr/bin \ ---enable-cpumining \ ---enable-bfsb \ ---enable-metabank \ ---enable-scrypt \ ---enable-opencl \ ---with-udevrulesdir=/usr/lib/udev/rules.d - # --enable-knc (FS#33640) - make -} - -package() { - cd "${pkgname}"-"${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: bfgminer/repos/community-x86_64/PKGBUILD (from rev 410989, bfgminer/repos/community-testing-x86_64/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2018-12-03 18:21:02 UTC (rev 410990) @@ -0,0 +1,45 @@ +# Maintainer: Christian Rebischke +# Contributor: Timothy Redaelli +# Contributor: Andy Weidenbaum + +pkgname=bfgminer +pkgver=5.5.0 +pkgrel=2 +pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control and remote management. For FPGA/GPU/CPU Bitcoin mining." +arch=('x86_64') +depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors') +makedepends=('uthash' 'yasm') +optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA') +url='https://bitcointalk.org/?topic=877081' +license=('GPL3') +source=("http://luke.dashjr.org/programs/bitcoin/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.txz"; +'remove-dangerous-rpath.patch') +sha512sums=('d1adae473e01fcf1cd0efde74d3e8ce10609e520397d688bf4e226c1113c1606c782e3cfdba6847f1a3886cac30de6b5baa03b731aca86287d53bf01ef705cdb' + '087aa60d818ff37cb7a4edce7a34331a492b5e379a8e034d7a2e02b106bb6ea52b4ce6a1077f602987a2c30213bc185063990796a828ae95f60cff03c7a0bc3f') + +prepare() { + cd "${pkgname}"-"${pkgver}" + + patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch +} + +build() { + cd "${pkgname}"-"${pkgver}" + + ./configure --prefix=/usr \ +--sbindir=/usr/bin \ +--enable-cpumining \ +--enable-bfsb \ +--enable-metabank \ +--enable-scrypt \ +--enable-opencl \ +--with-udevrulesdir=/usr/lib/udev/rules.d + # --enable-knc (FS#33640) + make +} + +package() { + cd "${pkgname}"-"${pkgver}" + + make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/remove-dangerous-rpath.patch === --- community-x86_64/remove-dangerous-rpath.patch 2018-12-03 18:20:58 UTC (rev 410989) +++ community-x86_64/remove-dangerous-rpath.patch 2018-12-03 18:21:02 UTC (rev 410990) @@ -1,21 +0,0 @@ -diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure bfgminer-4.8.0-orig/configure 2014-10-04 20:54:28.717071865 -0
[arch-commits] Commit in libvirt-glib/repos (3 files)
Date: Monday, December 3, 2018 @ 18:20:58 Author: shibumi Revision: 410989 db-move: moved libvirt-glib from [community-testing] to [community] (x86_64) Added: libvirt-glib/repos/community-x86_64/PKGBUILD (from rev 410988, libvirt-glib/repos/community-testing-x86_64/PKGBUILD) Deleted: libvirt-glib/repos/community-testing-x86_64/ libvirt-glib/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 30 ++ community-x86_64/PKGBUILD | 30 -- 2 files changed, 30 insertions(+), 30 deletions(-) Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2018-12-03 18:20:56 UTC (rev 410988) +++ community-x86_64/PKGBUILD 2018-12-03 18:20:58 UTC (rev 410989) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Stefano Facchini - -pkgname=libvirt-glib -pkgver=1.0.0 -pkgrel=1 -pkgdesc="GLib bindings for libvirt" -arch=('i686' 'x86_64') -url="http://libvirt.org"; -license=('LGPL2.1') -depends=('libvirt' 'libcap-ng') -makedepends=('intltool' 'gobject-introspection' 'vala') -source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz) -sha256sums=('ca9158d01cc4d9e0218f94f8c9ee04ae367d8c3b4396daaebca2c4b89a2e8a47') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --disable-static \ - --with-python=/usr/bin/python2 - make -j1 -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: Copied: libvirt-glib/repos/community-x86_64/PKGBUILD (from rev 410988, libvirt-glib/repos/community-testing-x86_64/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2018-12-03 18:20:58 UTC (rev 410989) @@ -0,0 +1,30 @@ +# Maintainer: Christian Rebischke +# Contributor: Sergej Pupykin +# Contributor: Stefano Facchini + +pkgname=libvirt-glib +pkgver=2.0.0 +pkgrel=1 +pkgdesc="GLib bindings for libvirt" +arch=('x86_64') +url="http://libvirt.org"; +license=('LGPL2.1') +depends=('libvirt' 'libcap-ng') +makedepends=('intltool' 'gobject-introspection' 'vala' 'python') +optdepends=('python: support for python') +source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.gz";) +sha512sums=('6ead4c37c314eb5670c5aa282ce039a0182a71a20b349a5d9c78367381eb674fad0f2ca0f2e20e1e89ff7df2ac9f1640f20fdfa63d599d8a2538fb4c0fba4c3f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in libvirt/repos (27 files)
Date: Monday, December 3, 2018 @ 18:20:56 Author: shibumi Revision: 410988 db-move: moved libvirt from [community-testing] to [community] (x86_64) Added: libvirt/repos/community-x86_64/PKGBUILD (from rev 410987, libvirt/repos/community-testing-x86_64/PKGBUILD) libvirt/repos/community-x86_64/libvirt.install (from rev 410987, libvirt/repos/community-testing-x86_64/libvirt.install) libvirt/repos/community-x86_64/libvirt.sysusers.d (from rev 410987, libvirt/repos/community-testing-x86_64/libvirt.sysusers.d) libvirt/repos/community-x86_64/libvirtd-guests.conf.d (from rev 410987, libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d) libvirt/repos/community-x86_64/libvirtd.conf.d (from rev 410987, libvirt/repos/community-testing-x86_64/libvirtd.conf.d) Deleted: libvirt/repos/community-testing-x86_64/ libvirt/repos/community-x86_64/0001-Revert-src-Move-DLOPEN_LIBS-to-libraries-introducing.patch libvirt/repos/community-x86_64/0002-Revert-Fix-link-errors-in-tools-nss-and-tests.patch libvirt/repos/community-x86_64/0003-Revert-remote-daemon-Make-sure-that-JSON-symbols-are.patch libvirt/repos/community-x86_64/0004-Revert-util-jsoncompat-Stub-out-virJSONInitialize-wh.patch libvirt/repos/community-x86_64/0005-Revert-tests-qemucapsprobe-Fix-output-after-switchin.patch libvirt/repos/community-x86_64/0006-Revert-util-avoid-symbol-clash-between-json-librarie.patch libvirt/repos/community-x86_64/0007-Revert-tests-also-skip-qemuagenttest-with-old-jansso.patch libvirt/repos/community-x86_64/0008-Revert-m4-Introduce-STABLE_ORDERING_JANSSON.patch libvirt/repos/community-x86_64/0009-Revert-build-require-Jansson-if-QEMU-driver-is-enabl.patch libvirt/repos/community-x86_64/0010-Revert-build-switch-with-qemu-default-from-yes-to-ch.patch libvirt/repos/community-x86_64/0011-Revert-Remove-virJSONValueNewStringLen.patch libvirt/repos/community-x86_64/0012-Revert-build-remove-references-to-WITH_YAJL-for-SETU.patch libvirt/repos/community-x86_64/0013-Revert-Remove-functions-using-yajl.patch libvirt/repos/community-x86_64/0014-Revert-Switch-from-yajl-to-Jansson.patch libvirt/repos/community-x86_64/0015-Revert-build-undef-WITH_JANSSON-for-SETUID_RPC_CLIEN.patch libvirt/repos/community-x86_64/0016-Revert-build-add-with-jansson.patch libvirt/repos/community-x86_64/PKGBUILD libvirt/repos/community-x86_64/libvirt.install libvirt/repos/community-x86_64/libvirt.sysusers.d libvirt/repos/community-x86_64/libvirtd-guests.conf.d libvirt/repos/community-x86_64/libvirtd.conf.d --+ /PKGBUILD | 151 ++ /libvirt.install |9 /libvirt.sysusers.d |2 /libvirtd-guests.conf.d |9 /libvirtd.conf.d |1 community-x86_64/0001-Revert-src-Move-DLOPEN_LIBS-to-libraries-introducing.patch | 49 community-x86_64/0002-Revert-Fix-link-errors-in-tools-nss-and-tests.patch | 48 community-x86_64/0003-Revert-remote-daemon-Make-sure-that-JSON-symbols-are.patch | 63 community-x86_64/0004-Revert-util-jsoncompat-Stub-out-virJSONInitialize-wh.patch | 46 community-x86_64/0005-Revert-tests-qemucapsprobe-Fix-output-after-switchin.patch | 45 community-x86_64/0006-Revert-util-avoid-symbol-clash-between-json-librarie.patch | 514 -- community-x86_64/0007-Revert-tests-also-skip-qemuagenttest-with-old-jansso.patch | 40 community-x86_64/0008-Revert-m4-Introduce-STABLE_ORDERING_JANSSON.patch | 191 -- community-x86_64/0009-Revert-build-require-Jansson-if-QEMU-driver-is-enabl.patch | 39 community-x86_64/0010-Revert-build-switch-with-qemu-default-from-yes-to-ch.patch | 49 community-x86_64/0011-Revert-Remove-virJSONValueNewStringLen.patch | 83 - community-x86_64/0012-Revert-build-remove-references-to-WITH_YAJL-for-SETU.patch | 38 community-x86_64/0013-Revert-Remove-functions-using-yajl.patch | 578 --- community-x86_64/0014-Revert-Switch-from-yajl-to-Jansson.patch | 743 -- community-x86_64/0015-Revert-build-undef-WITH_JANSSON-for-SETUID_RPC_CLIEN.patch | 37 community-x86_64/0016-Revert-build-add-with-jansson.patch | 96 - community-x86_64/PKGBUILD | 151 -- community-x86_64/libvirt.install |9 community-x86_64/libvirt.sysusers.d |1 community-x86_64/libvirtd-guests.conf.d |9 community-x86_64/l
[arch-commits] Commit in mcollective/repos (5 files)
Date: Monday, December 3, 2018 @ 18:20:54 Author: shibumi Revision: 410987 db-move: moved mcollective from [community-testing] to [community] (any) Added: mcollective/repos/community-any/PKGBUILD (from rev 410986, mcollective/repos/community-testing-any/PKGBUILD) mcollective/repos/community-any/mcollective.service (from rev 410986, mcollective/repos/community-testing-any/mcollective.service) Deleted: mcollective/repos/community-any/PKGBUILD mcollective/repos/community-any/mcollective.service mcollective/repos/community-testing-any/ ---+ /PKGBUILD | 54 /mcollective.service | 15 ++ community-any/PKGBUILD| 54 community-any/mcollective.service | 15 -- 4 files changed, 69 insertions(+), 69 deletions(-) Deleted: community-any/PKGBUILD === --- community-any/PKGBUILD 2018-12-03 18:20:53 UTC (rev 410986) +++ community-any/PKGBUILD 2018-12-03 18:20:54 UTC (rev 410987) @@ -1,54 +0,0 @@ -# Maintainer: Thore Bödecker https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} - 'mcollective.service' -) -sha512sums=('7cec6386e2495e2fe7791b14ae6ca2f0ad89d1e85361719ec5eed9cee481b9c05e93bc375cb16df63b1b7859079fac25893b73a15cb6fac6b8d87f58882fd9b4' -'SKIP' - '132cdf7d4262ed3969ab09d2951bf79a3182e2a795a2778bd6f4d5d66b53b17f170a7b106e4499f73acdd4a0b29b48eb34fb7a1cd5cba36b70570a9775fda9b1') -validpgpkeys=( - '6F6B15509CF8E59E6E469F327F438280EF8D349F' # Puppet, Inc. Release Key -) - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ruby install.rb \ - --destdir="${pkgdir}" \ - --rdoc \ - --configs \ - --configdir="/etc/puppetlabs/${pkgname}" \ - --bindir="/usr/bin" \ - --sbindir="/usr/bin" \ - --plugindir="/usr/lib/${pkgname}" \ - --sitelibdir="$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]')" \ - --no-batch-files \ - --full - - find "${pkgdir}" -type d -name 'debian' -exec rm -rf {} + - find "${pkgdir}" -type d -name 'redhat' -exec rm -rf {} + - - install -D -m755 -d "${pkgdir}/usr/lib/${pkgname}" - - install -D -m644 "${srcdir}/mcollective.service" "${pkgdir}/usr/lib/systemd/system/mcollective.service" - - sed -i \ - -e "s|/usr/libexec/${pkgname}|/usr/lib/${pkgname}|g" \ - -e "s|/etc/${pkgname}|/etc/puppetlabs/${pkgname}|g" \ - "${pkgdir}/etc/puppetlabs/${pkgname}"/*.cfg -} Copied: mcollective/repos/community-any/PKGBUILD (from rev 410986, mcollective/repos/community-testing-any/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2018-12-03 18:20:54 UTC (rev 410987) @@ -0,0 +1,54 @@ +# Maintainer: Thore Bödecker https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} + 'mcollective.service' +) +sha512sums=('c3e5aab2da9f15eb53c30dbf301d0024bffb71bc78bb8b505de0484f3b4483a28a94fe208a7987ad9ee1cc5044ce59226ca77e164928ab7d61cc8cbf1b6ec98a' +'SKIP' + '132cdf7d4262ed3969ab09d2951bf79a3182e2a795a2778bd6f4d5d66b53b17f170a7b106e4499f73acdd4a0b29b48eb34fb7a1cd5cba36b70570a9775fda9b1') +validpgpkeys=( + '6F6B15509CF8E59E6E469F327F438280EF8D349F' # Puppet, Inc. Release Key +) + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ruby install.rb \ + --destdir="${pkgdir}" \ + --rdoc \ + --configs \ + --configdir="/etc/puppetlabs/${pkgname}" \ + --bindir="/usr/bin" \ + --sbindir="/usr/bin" \ + --plugindir="/usr/lib/${pkgname}" \ + --sitelibdir="$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]')" \ + --no-batch-files \ + --full + + find "${pkgdir}" -type d -name 'debian' -exec rm -rf {} + + find "${pkgdir}" -type d -name 'redhat' -exec rm -rf {} + + + install -D -m755 -d "${pkgdir}/usr/lib/${pkgname}" + + install -D -m644 "${srcdir}/mcollective.service" "${pkgdir}/usr/lib/systemd/system/mcollective.service" + + sed -i \ + -e "s|/usr/libexec/${pkgname}|/usr/lib/${pkgname}|g" \ + -e "s|/etc/${pkgname}|/etc/puppetlabs/${pkgname}|g" \ + "${pkgdir}/etc/puppetlabs/${pkgname}"/*.cfg +} Deleted: community-any/mcollective.service === --- community-any/mcollective.service 2018-12-03 18:20:53 UTC (rev 410986) +++ community-any/mcollective.service 2018-12-03 18:20:54 UTC (rev 410987) @@ -1,15 +0,0 @@ -[Unit] -Description=The Marionette Collective Daemon -After=network.target - -[Service] -Type=simple -StandardOutput=syslog -StandardError=syslog -PIDFile=/run/puppetlabs/mcollective.pid -ExecStart=/usr/bin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/run/puppetlabs/mcollective.pid -ExecReload=/usr/bin/kill -US
[arch-commits] Commit in puppet5/repos (4 files)
Date: Monday, December 3, 2018 @ 18:20:53 Author: shibumi Revision: 410986 db-move: moved puppet5 from [community-testing] to [community] (any) Added: puppet5/repos/community-any/ puppet5/repos/community-any/PKGBUILD (from rev 410985, puppet5/repos/community-testing-any/PKGBUILD) puppet5/repos/community-any/puppet.install (from rev 410985, puppet5/repos/community-testing-any/puppet.install) Deleted: puppet5/repos/community-testing-any/ + PKGBUILD | 61 +++ puppet.install |5 2 files changed, 66 insertions(+) Copied: puppet5/repos/community-any/PKGBUILD (from rev 410985, puppet5/repos/community-testing-any/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2018-12-03 18:20:53 UTC (rev 410986) @@ -0,0 +1,61 @@ +# Maintainer: Jonathan Steel +# Contributor: Greg Sutcliffe +# Contributor: Hyacinthe Cartiaux +# Contributor: Thomas S Hatch +# Contributor: Xavion +# Contributor: Miah Johnson +# Contributor: Dave Simons +# Contributor: Niels Abspoel + +_pkgname=puppet +pkgname=puppet5 +pkgver=5.5.8 +pkgrel=2 +pkgdesc="Server automation framework and application" +arch=('any') +url="https://puppet.com/products/open-source-projects"; +license=('Apache') +depends=('facter' 'hiera') +optdepends=('ruby-shadow: user password management') +backup=('etc/puppetlabs/puppet/auth.conf' +'etc/puppetlabs/puppet/puppet.conf') +install=$_pkgname.install +source=("https://downloads.puppetlabs.com/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc}) +sha512sums=('2ed960c0fcd4f6b0a7eacfffd8bc3ca88387bade0ce5ac6cbb247752f18927959286b1238c146d3d2bda7f8bee171fc502b44b129c4778feafbda90d993ee816' +'SKIP') +validpgpkeys=('6F6B15509CF8E59E6E469F327F438280EF8D349F') +conflicts=('puppet') +provides=('puppet') + +prepare() { + cd $_pkgname-$pkgver + + # FS#45044: fix file location + sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service +} + +package() { + cd $_pkgname-$pkgver + + ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \ +'puts RbConfig::CONFIG["vendorlibdir"]' )" + + install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d} + + echo 'u puppet 52 "Puppet" /var/lib/puppet' > \ +"$pkgdir"/usr/lib/sysusers.d/$_pkgname.conf + echo "d /run/puppetlabs 0755 $_pkgname $_pkgname -" > \ +"$pkgdir"/usr/lib/tmpfiles.d/$_pkgname.conf + + # systemd + install -Dm644 "$srcdir"/$_pkgname-$pkgver/ext/systemd/$_pkgname.service \ +"$pkgdir"/usr/lib/systemd/system/$_pkgname.service + + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE + + # Match permissions that puppet sets when running + install -dm775 "$pkgdir"/var/lib/puppet + chmod 750 "$pkgdir"/var/log/puppetlabs/puppet + + rm -r "$pkgdir"/var/run +} Copied: puppet5/repos/community-any/puppet.install (from rev 410985, puppet5/repos/community-testing-any/puppet.install) === --- community-any/puppet.install(rev 0) +++ community-any/puppet.install2018-12-03 18:20:53 UTC (rev 410986) @@ -0,0 +1,5 @@ +pre_remove() { + if [[ -f /run/puppetlabs/agent.pid ]]; then +systemctl stop puppet + fi +}
[arch-commits] Commit in puppet/repos (5 files)
Date: Monday, December 3, 2018 @ 18:20:52 Author: shibumi Revision: 410985 db-move: moved puppet from [community-testing] to [community] (any) Added: puppet/repos/community-any/PKGBUILD (from rev 410984, puppet/repos/community-testing-any/PKGBUILD) puppet/repos/community-any/puppet.install (from rev 410984, puppet/repos/community-testing-any/puppet.install) Deleted: puppet/repos/community-any/PKGBUILD puppet/repos/community-any/puppet.install puppet/repos/community-testing-any/ --+ /PKGBUILD| 102 + /puppet.install |5 ++ community-any/PKGBUILD | 57 -- community-any/puppet.install |5 -- 4 files changed, 107 insertions(+), 62 deletions(-) Deleted: community-any/PKGBUILD === --- community-any/PKGBUILD 2018-12-03 16:52:03 UTC (rev 410984) +++ community-any/PKGBUILD 2018-12-03 18:20:52 UTC (rev 410985) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel -# Contributor: Greg Sutcliffe -# Contributor: Hyacinthe Cartiaux -# Contributor: Thomas S Hatch -# Contributor: Xavion -# Contributor: Miah Johnson -# Contributor: Dave Simons -# Contributor: Niels Abspoel - -pkgname=puppet -pkgver=5.5.3 -pkgrel=1 -pkgdesc="Server automation framework and application" -arch=('any') -url="https://puppet.com/products/open-source-projects"; -license=('Apache') -depends=('facter' 'hiera') -optdepends=('ruby-shadow: user password management') -backup=('etc/puppetlabs/puppet/auth.conf' -'etc/puppetlabs/puppet/puppet.conf') -install=$pkgname.install -source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('919269a73cec0790ab68e4c7baede5ca') - -prepare() { - cd $pkgname-$pkgver - - # FS#45044: fix file location - sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service -} - -package() { - cd $pkgname-$pkgver - - ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \ -'puts RbConfig::CONFIG["vendorlibdir"]' )" - - install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d} - - echo 'u puppet 52 "Puppet" /var/lib/puppet' > \ -"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf - echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \ -"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf - - # systemd - install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \ -"$pkgdir"/usr/lib/systemd/system/$pkgname.service - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - - # Match permissions that puppet sets when running - install -dm775 "$pkgdir"/var/lib/puppet - chmod 750 "$pkgdir"/var/log/puppetlabs/puppet - - rm -r "$pkgdir"/var/run -} Copied: puppet/repos/community-any/PKGBUILD (from rev 410984, puppet/repos/community-testing-any/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2018-12-03 18:20:52 UTC (rev 410985) @@ -0,0 +1,102 @@ +# Maintainer: Christian Rebischke +# Contributor: Jonathan Steel +# Contributor: Greg Sutcliffe +# Contributor: Hyacinthe Cartiaux +# Contributor: Thomas S Hatch +# Contributor: Xavion +# Contributor: Miah Johnson +# Contributor: Dave Simons +# Contributor: Niels Abspoel +# Contributor: Tim Meusel + +pkgname=puppet +pkgver=6.0.4 +pkgrel=3 +pkgdesc="Server automation framework and application" +arch=('any') +url="https://puppet.com/products/open-source-projects"; +license=('Apache') +depends=('facter' 'hiera' 'ruby-semantic_puppet') +makedepends=('jq' 'git') +optdepends=('ruby-shadow: user password management') +backup=('etc/puppetlabs/puppet/auth.conf' +'etc/puppetlabs/puppet/puppet.conf' +'etc/puppetlabs/puppet/hiera.yaml') +install="$pkgname.install" +_augeas_commit=9e459bf2dab04218d54d8d582a44ab81b757336d +_cron_commit=5902877cd435f6616510826d0bc5e949f7bc5857 +_host_commit=6f5af66b913782fd0ce01f4b18b70f7ccf370e7c +_mount_commit=c583c11fe5cdfded5d460fdad14e432755981638 +_scheduled_commit=2e5f7cecf65c40f342f420146cda5e4b0aca75eb +_selinux_commit=4b183e1c3758b0db6235a8766f1c2434b650e17c +_sshkeys_commit=0609e86911bf7adc3caffb8d0659ed6af03409d3 +_yumrepo_commit=a13cb4691718bf969a436941192593a0bd5318bb +_zfs_commit=5580f8daba1460cd11fb2204b8d9b422e9a2e21b +_zone_commit=11db22ae85cf870a1d71c820ddf2f3d97de102ba + +source=("https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} + "augeas_core::git+https://github.com/puppetlabs/puppetlabs-augeas_core#commit=${_augeas_commit}"; + "cron_core::git+https://github.com/puppetlabs/puppetlabs-cron_core#commit=${_cron_commit}"; + "host_core::git+https://github.com/puppetlabs/puppetlabs-host_core#commit=${_host_commit}"; + "mount_core::git+https://github.com/puppetlabs/puppetlabs-mount_core#commit=${_mount_commit}"; + "sc
[arch-commits] Commit in qalculate-gtk/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 17:27:34 Author: arojas Revision: 340980 Update to 2.8.2 Modified: qalculate-gtk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 17:00:52 UTC (rev 340979) +++ PKGBUILD2018-12-03 17:27:34 UTC (rev 340980) @@ -1,7 +1,7 @@ # Maintainer: Eric Bélanger pkgname=qalculate-gtk -pkgver=2.8.1 +pkgver=2.8.2 pkgrel=1 pkgdesc="GTK frontend for libqalculate" arch=('x86_64') @@ -12,7 +12,7 @@ optdepends=('yelp: for displaying the help') options=('!makeflags') source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('ffee724099b0c327f3e82b0729ba48464cb7576b') +sha1sums=('b47efc8fdebf3803dcc726e067ed27ca5aa35859') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in qalculate-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 17:27:54 Author: arojas Revision: 340981 archrelease: copy trunk to extra-x86_64 Added: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 340980, qalculate-gtk/trunk/PKGBUILD) Deleted: qalculate-gtk/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 17:27:34 UTC (rev 340980) +++ PKGBUILD2018-12-03 17:27:54 UTC (rev 340981) @@ -1,26 +0,0 @@ -# Maintainer: Eric Bélanger - -pkgname=qalculate-gtk -pkgver=2.8.1 -pkgrel=1 -pkgdesc="GTK frontend for libqalculate" -arch=('x86_64') -url="http://qalculate.github.io/"; -license=('GPL') -depends=('libqalculate' 'gtk3') -makedepends=('intltool' 'rarian') -optdepends=('yelp: for displaying the help') -options=('!makeflags') -source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('ffee724099b0c327f3e82b0729ba48464cb7576b') - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 340980, qalculate-gtk/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 17:27:54 UTC (rev 340981) @@ -0,0 +1,26 @@ +# Maintainer: Eric Bélanger + +pkgname=qalculate-gtk +pkgver=2.8.2 +pkgrel=1 +pkgdesc="GTK frontend for libqalculate" +arch=('x86_64') +url="http://qalculate.github.io/"; +license=('GPL') +depends=('libqalculate' 'gtk3') +makedepends=('intltool' 'rarian') +optdepends=('yelp: for displaying the help') +options=('!makeflags') +source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) +sha1sums=('b47efc8fdebf3803dcc726e067ed27ca5aa35859') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libqalculate/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 17:00:52 Author: arojas Revision: 340979 archrelease: copy trunk to extra-x86_64 Added: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 340978, libqalculate/trunk/PKGBUILD) Deleted: libqalculate/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 17:00:27 UTC (rev 340978) +++ PKGBUILD2018-12-03 17:00:52 UTC (rev 340979) @@ -1,26 +0,0 @@ -# Maintainer: Eric Bélanger -# Maintainer: Antonio Rojas - -pkgname=libqalculate -pkgver=2.8.1 -pkgrel=1 -pkgdesc="Multi-purpose desktop calculator" -arch=(x86_64) -url="http://qalculate.github.io/"; -license=(GPL) -depends=(libxml2 curl mpfr) -makedepends=(intltool) -optdepends=('gnuplot: for plotting support') -source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('a901be570bbfad80f1fccb1839ef2d03f6f2b7a02b051df35d5b687a08396105') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 340978, libqalculate/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 17:00:52 UTC (rev 340979) @@ -0,0 +1,26 @@ +# Maintainer: Eric Bélanger +# Maintainer: Antonio Rojas + +pkgname=libqalculate +pkgver=2.8.2 +pkgrel=1 +pkgdesc="Multi-purpose desktop calculator" +arch=(x86_64) +url="http://qalculate.github.io/"; +license=(GPL) +depends=(libxml2 curl mpfr) +makedepends=(intltool) +optdepends=('gnuplot: for plotting support') +source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('12c41d9a56c89240d8f0e39cac98e66703c620b3a08cb6f39d54193199534a51') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libqalculate/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 17:00:27 Author: arojas Revision: 340978 Update to 2.8.2 Modified: libqalculate/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 16:29:46 UTC (rev 340977) +++ PKGBUILD2018-12-03 17:00:27 UTC (rev 340978) @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas pkgname=libqalculate -pkgver=2.8.1 +pkgver=2.8.2 pkgrel=1 pkgdesc="Multi-purpose desktop calculator" arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(intltool) optdepends=('gnuplot: for plotting support') source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('a901be570bbfad80f1fccb1839ef2d03f6f2b7a02b051df35d5b687a08396105') +sha256sums=('12c41d9a56c89240d8f0e39cac98e66703c620b3a08cb6f39d54193199534a51') build() { cd $pkgname-$pkgver
[arch-commits] Commit in fdkaac/repos (2 files)
Date: Monday, December 3, 2018 @ 16:52:03 Author: alucryd Revision: 410984 archrelease: copy trunk to community-staging-x86_64 Added: fdkaac/repos/community-staging-x86_64/ fdkaac/repos/community-staging-x86_64/PKGBUILD (from rev 410983, fdkaac/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: fdkaac/repos/community-staging-x86_64/PKGBUILD (from rev 410983, fdkaac/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-12-03 16:52:03 UTC (rev 410984) @@ -0,0 +1,38 @@ +# Maintainer: Maxime Gauduin +# Contributor: PelPix + +pkgname=fdkaac +pkgver=1.0.0 +pkgrel=1 +pkgdesc='Command line encoder frontend for libfdk-aac' +arch=(x86_64) +url='https://github.com/nu774/fdkaac' +license=(custom) +depends=(libfdk-aac.so) +makedepends=(git) +source=(git+https://github.com/nu774/fdkaac.git#tag=${pkgver}) +sha256sums=(SKIP) + +prepare() { + cd fdkaac + + autoreconf -fiv +} + +build() { + cd fdkaac + + ./configure \ +--prefix='/usr' \ +--disable-rpath + make +} + +package() { + cd fdkaac + + make DESTDIR="${pkgdir}" install + install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/fdkaac/ +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in fdkaac/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 16:51:55 Author: alucryd Revision: 410983 libfdk-aac rebuild: fdkaac 1.0.0-1 Modified: fdkaac/trunk/PKGBUILD --+ PKGBUILD | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 16:03:04 UTC (rev 410982) +++ PKGBUILD2018-12-03 16:51:55 UTC (rev 410983) @@ -2,24 +2,25 @@ # Contributor: PelPix pkgname=fdkaac -pkgver=0.6.3 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc='Command line encoder frontend for libfdk-aac' -arch=('x86_64') +arch=(x86_64) url='https://github.com/nu774/fdkaac' -license=('custom') -depends=('libfdk-aac.so') -source=("fdkaac-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('16ad555403743b0d288fd113b6d8451a4e787112d4edbfd2da36280a062290c6') +license=(custom) +depends=(libfdk-aac.so) +makedepends=(git) +source=(git+https://github.com/nu774/fdkaac.git#tag=${pkgver}) +sha256sums=(SKIP) prepare() { - cd fdkaac-${pkgver} + cd fdkaac - autoreconf -fi + autoreconf -fiv } build() { - cd fdkaac-${pkgver} + cd fdkaac ./configure \ --prefix='/usr' \ @@ -28,12 +29,10 @@ } package() { - cd fdkaac-${pkgver} + cd fdkaac make DESTDIR="${pkgdir}" install - - install -dm 755 "${pkgdir}"/usr/share/licenses/fdkaac - install -m 644 COPYING "${pkgdir}"/usr/share/licenses/fdkaac/ + install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/fdkaac/ } # vim: ts=2 sw=2 et:
[arch-commits] Commit in python-os-service-types/repos/community-any (2 files)
Date: Monday, December 3, 2018 @ 16:02:29 Author: felixonmars Revision: 410980 archrelease: copy trunk to community-any Added: python-os-service-types/repos/community-any/PKGBUILD (from rev 410979, python-os-service-types/trunk/PKGBUILD) Deleted: python-os-service-types/repos/community-any/PKGBUILD --+ PKGBUILD | 113 ++--- 1 file changed, 56 insertions(+), 57 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 16:02:07 UTC (rev 410979) +++ PKGBUILD2018-12-03 16:02:29 UTC (rev 410980) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace - -pkgbase=python-os-service-types -pkgname=(python-os-service-types python2-os-service-types) -pkgver=1.3.0 -pkgrel=1 -pkgdesc="Python library for consuming OpenStack sevice-types-authority data" -arch=('any') -url="https://pypi.python.org/pypi/os-service-types/$pkgver"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock') -options=('!emptydirs') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-service-types/archive/$pkgver.tar.gz";) -sha512sums=('b6c539d5b9facd7f400c1aeef69b9e5f5ef4acc9f7afdde6e8332838e31055a9a5f3cc521f5546bc84051eee9cf93acb02c58eb83e608ab7dbe247dc44133cb7') - -prepare() { - echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in - - cp -a os-service-types-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/os-service-types-$pkgver - python setup.py build - - cd "$srcdir"/os-service-types-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/os-service-types-$pkgver - stestr run - - cd "$srcdir"/os-service-types-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-os-service-types() { - depends=('python-pbr') - - cd "$srcdir"/os-service-types-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-os-service-types() { - depends=('python2-pbr') - - cd "$srcdir"/os-service-types-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-os-service-types/repos/community-any/PKGBUILD (from rev 410979, python-os-service-types/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 16:02:29 UTC (rev 410980) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace + +pkgbase=python-os-service-types +pkgname=(python-os-service-types python2-os-service-types) +pkgver=1.4.0 +pkgrel=1 +pkgdesc="Python library for consuming OpenStack sevice-types-authority data" +arch=('any') +url="https://pypi.python.org/pypi/os-service-types/$pkgver"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock') +options=('!emptydirs') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-service-types/archive/$pkgver.tar.gz";) +sha512sums=('4f809869cc1421a040ecde46cbb0d8d424c1246f81982e31e172de44c754afd6c459adbee29e00edde9b85df17e0f1db9a8a188770d5574b3a8032a0705d5a1f') + +prepare() { + echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in + + cp -a os-service-types-$pkgver{,-py2} + + export PBR_VERSION=$pkgver +} + +build() { + cd "$srcdir"/os-service-types-$pkgver + python setup.py build + + cd "$srcdir"/os-service-types-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/os-service-types-$pkgver + stestr run + + cd "$srcdir"/os-service-types-$pkgver-py2 + PYTHON=python2 stestr2 run +} + +package_python-os-service-types() { + depends=('python-pbr') + + cd "$srcdir"/os-service-types-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-os-service-types() { + depends=('python2-pbr') + + cd "$srcdir"/os-service-types-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-billiard/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 16:02:39 Author: felixonmars Revision: 410981 upgpkg: python-billiard 3.5.0.5-1 Modified: python-billiard/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 16:02:29 UTC (rev 410980) +++ PKGBUILD2018-12-03 16:02:39 UTC (rev 410981) @@ -4,7 +4,7 @@ pkgbase=python-billiard pkgname=('python-billiard' 'python2-billiard') -pkgver=3.5.0.4 +pkgver=3.5.0.5 pkgrel=1 pkgdesc="Python multiprocessing fork with improvements and bugfixes." arch=('x86_64') @@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 'python2-case') source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz";) -sha512sums=('8957bda01e9cc0b4de609b321e9b65f0855436e1d70cce31304ab4586437f9215d1d08b7a208f7672a75c21a68585df32cea7e666af1cae6b615de9430d45c5c') +sha512sums=('69593ea933c02580ba9807967556eb210e6a2210a8ae6d5f40de9155dbc2378e24df08de7d82252dbddc669dd33dbd012c719db6343ca78c28cee6d6a7dddb0e') prepare() { cp -a billiard-$pkgver{,-py2}
[arch-commits] Commit in python-os-service-types/trunk (PKGBUILD)
Date: Monday, December 3, 2018 @ 16:02:07 Author: felixonmars Revision: 410979 upgpkg: python-os-service-types 1.4.0-1 Modified: python-os-service-types/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-03 15:44:45 UTC (rev 410978) +++ PKGBUILD2018-12-03 16:02:07 UTC (rev 410979) @@ -3,7 +3,7 @@ pkgbase=python-os-service-types pkgname=(python-os-service-types python2-os-service-types) -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="Python library for consuming OpenStack sevice-types-authority data" arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock') options=('!emptydirs') source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-service-types/archive/$pkgver.tar.gz";) -sha512sums=('b6c539d5b9facd7f400c1aeef69b9e5f5ef4acc9f7afdde6e8332838e31055a9a5f3cc521f5546bc84051eee9cf93acb02c58eb83e608ab7dbe247dc44133cb7') +sha512sums=('4f809869cc1421a040ecde46cbb0d8d424c1246f81982e31e172de44c754afd6c459adbee29e00edde9b85df17e0f1db9a8a188770d5574b3a8032a0705d5a1f') prepare() { echo "global-include *.json" >> os-service-types-$pkgver/MANIFEST.in
[arch-commits] Commit in python-billiard/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 3, 2018 @ 16:03:04 Author: felixonmars Revision: 410982 archrelease: copy trunk to community-x86_64 Added: python-billiard/repos/community-x86_64/PKGBUILD (from rev 410981, python-billiard/trunk/PKGBUILD) Deleted: python-billiard/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 105 ++--- 1 file changed, 52 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 16:02:39 UTC (rev 410981) +++ PKGBUILD2018-12-03 16:03:04 UTC (rev 410982) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Benjamin A. Shelton -# Source: https://github.com/zancarius/archlinux-pkgbuilds - -pkgbase=python-billiard -pkgname=('python-billiard' 'python2-billiard') -pkgver=3.5.0.4 -pkgrel=1 -pkgdesc="Python multiprocessing fork with improvements and bugfixes." -arch=('x86_64') -url="https://pypi.org/project/billiard/"; -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 'python2-case') -source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz";) -sha512sums=('8957bda01e9cc0b4de609b321e9b65f0855436e1d70cce31304ab4586437f9215d1d08b7a208f7672a75c21a68585df32cea7e666af1cae6b615de9430d45c5c') - -prepare() { - cp -a billiard-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/billiard-$pkgver - python setup.py build - - cd "$srcdir"/billiard-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/billiard-$pkgver - python setup.py pytest - - cd "$srcdir"/billiard-$pkgver-py2 - python2 setup.py pytest -} - -package_python-billiard() { - depends=('python') - - cd "$srcdir"/billiard-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 --skip-build - install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-billiard() { - depends=('python2') - - cd "$srcdir"/billiard-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build - install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-billiard/repos/community-x86_64/PKGBUILD (from rev 410981, python-billiard/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 16:03:04 UTC (rev 410982) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Benjamin A. Shelton +# Source: https://github.com/zancarius/archlinux-pkgbuilds + +pkgbase=python-billiard +pkgname=('python-billiard' 'python2-billiard') +pkgver=3.5.0.5 +pkgrel=1 +pkgdesc="Python multiprocessing fork with improvements and bugfixes." +arch=('x86_64') +url="https://pypi.org/project/billiard/"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 'python2-case') +source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz";) +sha512sums=('69593ea933c02580ba9807967556eb210e6a2210a8ae6d5f40de9155dbc2378e24df08de7d82252dbddc669dd33dbd012c719db6343ca78c28cee6d6a7dddb0e') + +prepare() { + cp -a billiard-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/billiard-$pkgver + python setup.py build + + cd "$srcdir"/billiard-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/billiard-$pkgver + python setup.py pytest + + cd "$srcdir"/billiard-$pkgver-py2 + python2 setup.py pytest +} + +package_python-billiard() { + depends=('python') + + cd "$srcdir"/billiard-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 --skip-build + install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-billiard() { + depends=('python2') + + cd "$srcdir"/billiard-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build + install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in python-zope-deprecation/repos/community-any (2 files)
Date: Monday, December 3, 2018 @ 15:44:45 Author: felixonmars Revision: 410978 archrelease: copy trunk to community-any Added: python-zope-deprecation/repos/community-any/PKGBUILD (from rev 410977, python-zope-deprecation/trunk/PKGBUILD) Deleted: python-zope-deprecation/repos/community-any/PKGBUILD --+ PKGBUILD | 101 ++--- 1 file changed, 50 insertions(+), 51 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-03 15:44:19 UTC (rev 410977) +++ PKGBUILD2018-12-03 15:44:45 UTC (rev 410978) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-zope-deprecation -pkgname=('python-zope-deprecation' 'python2-zope-deprecation') -pkgver=4.3.0 -pkgrel=2 -pkgdesc="Zope Deprecation Infrastructure" -arch=('any') -url="https://github.com/zopefoundation/zope.deprecation"; -license=('ZPL') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-nose' 'python2-nose') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz";) -sha512sums=('a1eb90897c39e0a3caf9012ee43a32894e3bc69e78cfa2d3d76f37b745d72e6746ac0f5269ac23a9aef569195fdfc100c1e61ad1b121e9a162cb1427f88d7e1e') - -prepare() { - cp -a zope.deprecation-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/zope.deprecation-$pkgver - python setup.py build - - cd "$srcdir"/zope.deprecation-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/zope.deprecation-$pkgver - nosetests3 - - cd "$srcdir"/zope.deprecation-$pkgver-py2 - nosetests2 -} - -package_python-zope-deprecation() { - depends=('python-setuptools') - - cd zope.deprecation-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-zope-deprecation() { - depends=('python2-setuptools') - - cd zope.deprecation-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-zope-deprecation/repos/community-any/PKGBUILD (from rev 410977, python-zope-deprecation/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-03 15:44:45 UTC (rev 410978) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan + +pkgbase=python-zope-deprecation +pkgname=('python-zope-deprecation' 'python2-zope-deprecation') +pkgver=4.4.0 +pkgrel=1 +pkgdesc="Zope Deprecation Infrastructure" +arch=('any') +url="https://github.com/zopefoundation/zope.deprecation"; +license=('ZPL') +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-nose' 'python2-nose') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz";) +sha512sums=('d8632a3442eee059383014bb3341b30897ad8f9206b71bc586c873c4cccf5f87296edaf18f1e1c93878f480e3b0e8e1c1936ac19ed327f4ab227402ebbc73e0e') + +prepare() { + cp -a zope.deprecation-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/zope.deprecation-$pkgver + python setup.py build + + cd "$srcdir"/zope.deprecation-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/zope.deprecation-$pkgver + nosetests3 + + cd "$srcdir"/zope.deprecation-$pkgver-py2 + nosetests2 +} + +package_python-zope-deprecation() { + depends=('python-setuptools') + + cd zope.deprecation-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-zope-deprecation() { + depends=('python2-setuptools') + + cd zope.deprecation-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 +} + +# vim:set ts=2 sw=2 et: