[arch-commits] Commit in pandoc/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:43:26 Author: fyan Revision: 144055 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: pandoc/repos/community-staging-i686/ pandoc/repos/community-staging-i686/PKGBUILD (from rev 144054, pandoc/trunk/PKGBUILD) pandoc/repos/community-staging-i686/pandoc.install (from rev 144054, pandoc/trunk/pandoc.install) pandoc/repos/community-staging-x86_64/ pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 144054, pandoc/trunk/PKGBUILD) pandoc/repos/community-staging-x86_64/pandoc.install (from rev 144054, pandoc/trunk/pandoc.install) -+ community-staging-i686/PKGBUILD | 63 ++ community-staging-i686/pandoc.install | 18 community-staging-x86_64/PKGBUILD | 63 ++ community-staging-x86_64/pandoc.install | 18 4 files changed, 162 insertions(+) Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 144054, pandoc/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:43:26 UTC (rev 144055) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc +pkgver=1.15.0.6 +pkgrel=2 +pkgdesc="Conversion between markup formats" +url="http://pandoc.org"; +license=("GPL") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-http" "haskell-juicypixels" "haskell-sha" "haskell-aeson" + "haskell-base64-bytestring" "haskell-blaze-html" "haskell-blaze-markup" + "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" "haskell-mtl" + "haskell-extensible-exceptions" "haskell-filemanip" "haskell-haddock-library" + "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" "haskell-syb" + "haskell-http-client-tls" "haskell-http-types" "haskell-text" "haskell-texmath" + "haskell-network" "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" + "haskell-random" "haskell-scientific" "haskell-tagsoup" "haskell-temporary" + "haskell-network-uri" "haskell-unordered-containers" "haskell-zip-archive" + "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib") +optdepends=('haskell-pandoc-citeproc: for citation rendering with pandoc-citeproc filter') +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('d950968142526d5a765af7dfb26b47c3f60d4f883aa9d9eab668614179f1ed46') + +prepare() { +# Allowed by upstream already +sed -e 's|http-types >= 0.8 && < 0.9|http-types >= 0.8 \&\& < 0.10|' \ +-e 's|syb >= 0.1 && < 0.6|syb >= 0.1 \&\& < 0.7|' \ +-e 's|aeson >= 0.7 && < 0.10|aeson >= 0.7 \&\& < 0.11|' \ +-e 's|aeson >= 0.7.0.5 && < 0.10|aeson >= 0.7.0.5 \&\& < 0.11|' \ +-i $pkgname-$pkgver/$pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-old-locale -fnetwork-uri -fhttps -f-trypandoc -f-embed_data_files +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/man/man1" +install -d -m755 "${pkgdir}/usr/share/man/man5" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING" +} Copied: pandoc/repos/community-staging-i686/pandoc.install (from rev 144054, pandoc/trunk/pandoc.install) === --- community-staging-i686/pandoc.install (rev 0) +++ community-staging-i686/pandoc.install 2015-10-15 06:43:26 UTC (rev 144055) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/pandoc +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/re
[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:42:58 Author: fyan Revision: 144054 upgpkg: pandoc 1.15.0.6-2 rebuild with scientific-0.3.4.2, cookie-0.4.1.6, haddock-library-1.2.1 Modified: pandoc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:21:44 UTC (rev 144053) +++ PKGBUILD2015-10-15 06:42:58 UTC (rev 144054) @@ -4,7 +4,7 @@ pkgname=pandoc pkgver=1.15.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="Conversion between markup formats" url="http://pandoc.org"; license=("GPL")
[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)
Date: Thursday, October 15, 2015 @ 08:23:53 Author: tpowa Revision: 249341 #46714 update MROUTE options for IPV4 and IPV6 Modified: linux/trunk/PKGBUILD linux/trunk/config linux/trunk/config.x86_64 ---+ PKGBUILD |4 ++-- config|8 +--- config.x86_64 |8 +--- 3 files changed, 12 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 21:28:27 UTC (rev 249340) +++ PKGBUILD2015-10-15 06:23:53 UTC (rev 249341) @@ -28,8 +28,8 @@ 'SKIP' 'e0e066f3fc5f310644e9f3f3ede47db7ac040f44782f0a5cf75ce2c940444972' 'SKIP' -'e6f6f804f98ad321ce3e4395924993b51decb89699fde369391ccbb4bae928b2' -'a071aaa327d2b3577fa4709b47ed5fe81c7914d168607f3db905fdbf226247e7' +'6921399a0e304f6c64cff17226ce3f20ebe8194f14ebcd318989f2515d8248ad' +'c3be602e0ce609b5fe5af2e631b01c8fba376a0c434206deca3d101b62685262' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' '0b1e41ba59ae45f5929963aa22fdc53bc8ffb4534e976cec046269d1a462197b' Modified: config === --- config 2015-10-14 21:28:27 UTC (rev 249340) +++ config 2015-10-15 06:23:53 UTC (rev 249341) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.2.0-2 Kernel Configuration +# Linux/x86 4.2.3-1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -818,7 +818,7 @@ CONFIG_NET_IPGRE=m # CONFIG_NET_IPGRE_BROADCAST is not set CONFIG_IP_MROUTE=y -# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MROUTE_MULTIPLE_TABLES=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y CONFIG_SYN_COOKIES=y @@ -880,7 +880,9 @@ CONFIG_IPV6_GRE=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y -# CONFIG_IPV6_MROUTE is not set +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_PIMSM_V2=y CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y CONFIG_NET_PTP_CLASSIFY=y Modified: config.x86_64 === --- config.x86_64 2015-10-14 21:28:27 UTC (rev 249340) +++ config.x86_64 2015-10-15 06:23:53 UTC (rev 249341) @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.2.0-2 Kernel Configuration +# Linux/x86 4.2.3-1 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -813,7 +813,7 @@ CONFIG_NET_IPGRE=m # CONFIG_NET_IPGRE_BROADCAST is not set CONFIG_IP_MROUTE=y -# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MROUTE_MULTIPLE_TABLES=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y CONFIG_SYN_COOKIES=y @@ -875,7 +875,9 @@ CONFIG_IPV6_GRE=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_SUBTREES=y -# CONFIG_IPV6_MROUTE is not set +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_PIMSM_V2=y CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y CONFIG_NET_PTP_CLASSIFY=y
[arch-commits] Commit in haskell-texmath/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:21:44 Author: fyan Revision: 144053 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-texmath/repos/community-staging-i686/ haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 144052, haskell-texmath/trunk/PKGBUILD) haskell-texmath/repos/community-staging-i686/haskell-texmath.install (from rev 144052, haskell-texmath/trunk/haskell-texmath.install) haskell-texmath/repos/community-staging-x86_64/ haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 144052, haskell-texmath/trunk/PKGBUILD) haskell-texmath/repos/community-staging-x86_64/haskell-texmath.install (from rev 144052, haskell-texmath/trunk/haskell-texmath.install) --+ community-staging-i686/PKGBUILD | 44 + community-staging-i686/haskell-texmath.install | 18 community-staging-x86_64/PKGBUILD| 44 + community-staging-x86_64/haskell-texmath.install | 18 4 files changed, 124 insertions(+) Copied: haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 144052, haskell-texmath/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:21:44 UTC (rev 144053) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=texmath +pkgname=haskell-texmath +pkgver=0.8.3 +pkgrel=3 +pkgdesc="Conversion between formats used to represent mathematics." +url="http://github.com/jgm/texmath"; +license=("GPL") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" + "haskell-parsec" "haskell-syb" "haskell-xml") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('553d4e8785caf97370aa8d1b626c0e310fe0a1dec15abf2b146dc2ee219e1d34') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fnetwork-uri -f-executable +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-texmath/repos/community-staging-i686/haskell-texmath.install (from rev 144052, haskell-texmath/trunk/haskell-texmath.install) === --- community-staging-i686/haskell-texmath.install (rev 0) +++ community-staging-i686/haskell-texmath.install 2015-10-15 06:21:44 UTC (rev 144053) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-texmath +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 144052, haskell-texmath/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:21:44 UTC (rev 144053) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=texmath +pkgname=haskell-texmath +pkgver=0.8.3 +pkgrel=3 +pkgdesc="Conversion between formats used to represent mathematics." +url="http://github.com/jgm/texmath"; +license=("GPL") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" + "haskell-parsec" "haskell-syb" "haskell-xml") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/
[arch-commits] Commit in haskell-texmath/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:21:17 Author: fyan Revision: 144052 upgpkg: haskell-texmath 0.8.3-3 rebuild with scientific-0.3.4.2 Modified: haskell-texmath/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:16:04 UTC (rev 144051) +++ PKGBUILD2015-10-15 06:21:17 UTC (rev 144052) @@ -5,7 +5,7 @@ _hkgname=texmath pkgname=haskell-texmath pkgver=0.8.3 -pkgrel=2 +pkgrel=3 pkgdesc="Conversion between formats used to represent mathematics." url="http://github.com/jgm/texmath"; license=("GPL")
[arch-commits] Commit in haskell-xml-conduit/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:16:04 Author: fyan Revision: 144051 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-xml-conduit/repos/community-staging-i686/ haskell-xml-conduit/repos/community-staging-i686/PKGBUILD (from rev 144050, haskell-xml-conduit/trunk/PKGBUILD) haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install (from rev 144050, haskell-xml-conduit/trunk/haskell-xml-conduit.install) haskell-xml-conduit/repos/community-staging-x86_64/ haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 144050, haskell-xml-conduit/trunk/PKGBUILD) haskell-xml-conduit/repos/community-staging-x86_64/haskell-xml-conduit.install (from rev 144050, haskell-xml-conduit/trunk/haskell-xml-conduit.install) --+ community-staging-i686/PKGBUILD | 45 + community-staging-i686/haskell-xml-conduit.install | 18 ++ community-staging-x86_64/PKGBUILD| 45 + community-staging-x86_64/haskell-xml-conduit.install | 18 ++ 4 files changed, 126 insertions(+) Copied: haskell-xml-conduit/repos/community-staging-i686/PKGBUILD (from rev 144050, haskell-xml-conduit/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:16:04 UTC (rev 144051) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=xml-conduit +pkgname=haskell-xml-conduit +pkgver=1.3.2 +pkgrel=1 +pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package." +url="http://github.com/snoyberg/xml"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-attoparsec" "haskell-blaze-builder" "haskell-text" + "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra" + "haskell-data-default" "haskell-monad-control" "haskell-resourcet" + "haskell-blaze-html" "haskell-xml-types") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('d45d056e2e7a1ebb0572b630eb8223aac3bd1ce2419bea8074e6607f2a0a06c6') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install (from rev 144050, haskell-xml-conduit/trunk/haskell-xml-conduit.install) === --- community-staging-i686/haskell-xml-conduit.install (rev 0) +++ community-staging-i686/haskell-xml-conduit.install 2015-10-15 06:16:04 UTC (rev 144051) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-xml-conduit +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 144050, haskell-xml-conduit/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:16:04 UTC (rev 144051) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=xml-conduit +pkgname=haskell-xml-conduit +pkgver=1.3.2 +pkgrel=1 +pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package." +url="http://github.com/snoyberg/xml"; +
[arch-commits] Commit in haskell-xml-conduit/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:15:37 Author: fyan Revision: 144050 upgpkg: haskell-xml-conduit 1.3.2-1 Modified: haskell-xml-conduit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:14:13 UTC (rev 144049) +++ PKGBUILD2015-10-15 06:15:37 UTC (rev 144050) @@ -4,7 +4,7 @@ _hkgname=xml-conduit pkgname=haskell-xml-conduit -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package." url="http://github.com/snoyberg/xml"; @@ -17,7 +17,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install="${pkgname}.install" -sha256sums=('19e65bb1753f99c8a9f2011f2088639db3b8c06f72d29fea1464f623879b8f24') +sha256sums=('d45d056e2e7a1ebb0572b630eb8223aac3bd1ce2419bea8074e6607f2a0a06c6') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in haskell-pandoc-types/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:14:13 Author: fyan Revision: 144049 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-pandoc-types/repos/community-staging-i686/ haskell-pandoc-types/repos/community-staging-i686/PKGBUILD (from rev 144048, haskell-pandoc-types/trunk/PKGBUILD) haskell-pandoc-types/repos/community-staging-i686/haskell-pandoc-types.install (from rev 144048, haskell-pandoc-types/trunk/haskell-pandoc-types.install) haskell-pandoc-types/repos/community-staging-x86_64/ haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 144048, haskell-pandoc-types/trunk/PKGBUILD) haskell-pandoc-types/repos/community-staging-x86_64/haskell-pandoc-types.install (from rev 144048, haskell-pandoc-types/trunk/haskell-pandoc-types.install) ---+ community-staging-i686/PKGBUILD | 42 community-staging-i686/haskell-pandoc-types.install | 18 ++ community-staging-x86_64/PKGBUILD | 42 community-staging-x86_64/haskell-pandoc-types.install | 18 ++ 4 files changed, 120 insertions(+) Copied: haskell-pandoc-types/repos/community-staging-i686/PKGBUILD (from rev 144048, haskell-pandoc-types/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:14:13 UTC (rev 144049) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=pandoc-types +pkgname=haskell-pandoc-types +pkgver=1.12.4.7 +pkgrel=3 +pkgdesc="Types for representing a structured document" +url="http://johnmacfarlane.net/pandoc"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('560ca3291b5558cf810b17f3bee40b17a4aee1671d38cf468c42aab666081681') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-pandoc-types/repos/community-staging-i686/haskell-pandoc-types.install (from rev 144048, haskell-pandoc-types/trunk/haskell-pandoc-types.install) === --- community-staging-i686/haskell-pandoc-types.install (rev 0) +++ community-staging-i686/haskell-pandoc-types.install 2015-10-15 06:14:13 UTC (rev 144049) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-pandoc-types +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 144048, haskell-pandoc-types/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:14:13 UTC (rev 144049) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=pandoc-types +pkgname=haskell-pandoc-types +pkgver=1.12.4.7 +pkgrel=3 +pkgdesc="Types for representing a structured document" +url="http://johnmacfarlane.net/pandoc"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/$
[arch-commits] Commit in haskell-pandoc-types/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:13:46 Author: fyan Revision: 144048 upgpkg: haskell-pandoc-types 1.12.4.7-3 rebuild with scientific-0.3.4.2 Modified: haskell-pandoc-types/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:11:22 UTC (rev 144047) +++ PKGBUILD2015-10-15 06:13:46 UTC (rev 144048) @@ -5,7 +5,7 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types pkgver=1.12.4.7 -pkgrel=2 +pkgrel=3 pkgdesc="Types for representing a structured document" url="http://johnmacfarlane.net/pandoc"; license=("custom:BSD3")
[arch-commits] Commit in haskell-yaml/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:10:54 Author: fyan Revision: 144046 upgpkg: haskell-yaml 0.8.15.1-3 rebuild with scientific-0.3.4.2 Modified: haskell-yaml/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:07:14 UTC (rev 144045) +++ PKGBUILD2015-10-15 06:10:54 UTC (rev 144046) @@ -5,7 +5,7 @@ _hkgname=yaml pkgname=haskell-yaml pkgver=0.8.15.1 -pkgrel=2 +pkgrel=3 pkgdesc="Support for parsing and rendering YAML documents." url="http://github.com/snoyberg/yaml/"; license=("custom:BSD3")
[arch-commits] Commit in haskell-yaml/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:11:22 Author: fyan Revision: 144047 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-yaml/repos/community-staging-i686/ haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 144046, haskell-yaml/trunk/PKGBUILD) haskell-yaml/repos/community-staging-i686/haskell-yaml.install (from rev 144046, haskell-yaml/trunk/haskell-yaml.install) haskell-yaml/repos/community-staging-x86_64/ haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 144046, haskell-yaml/trunk/PKGBUILD) haskell-yaml/repos/community-staging-x86_64/haskell-yaml.install (from rev 144046, haskell-yaml/trunk/haskell-yaml.install) ---+ community-staging-i686/PKGBUILD | 45 community-staging-i686/haskell-yaml.install | 18 + community-staging-x86_64/PKGBUILD | 45 community-staging-x86_64/haskell-yaml.install | 18 + 4 files changed, 126 insertions(+) Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 144046, haskell-yaml/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:11:22 UTC (rev 144047) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yaml +pkgname=haskell-yaml +pkgver=0.8.15.1 +pkgrel=3 +pkgdesc="Support for parsing and rendering YAML documents." +url="http://github.com/snoyberg/yaml/"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" + "haskell-enclosed-exceptions" "haskell-resourcet" "haskell-scientific" "haskell-text" + "haskell-unordered-containers") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('1db2b881cce7a22f2179e05cdcb9294aac09e9c9f882b1fa4fa9bedacb20cc6c') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-no-unicode -f-system-libyaml -f-no-exe +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-yaml/repos/community-staging-i686/haskell-yaml.install (from rev 144046, haskell-yaml/trunk/haskell-yaml.install) === --- community-staging-i686/haskell-yaml.install (rev 0) +++ community-staging-i686/haskell-yaml.install 2015-10-15 06:11:22 UTC (rev 144047) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-yaml +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 144046, haskell-yaml/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:11:22 UTC (rev 144047) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yaml +pkgname=haskell-yaml +pkgver=0.8.15.1 +pkgrel=3 +pkgdesc="Support for parsing and rendering YAML documents." +url="http://github.com/snoyberg/yaml/"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector" + "haskell-enclosed-exceptions" "haskell-resourcet" "haskell-scientific" "haskell-text"
[arch-commits] Commit in haskell-conduit-extra/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:07:14 Author: fyan Revision: 144045 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-conduit-extra/repos/community-staging-i686/ haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 144044, haskell-conduit-extra/trunk/PKGBUILD) haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install (from rev 144044, haskell-conduit-extra/trunk/haskell-conduit-extra.install) haskell-conduit-extra/repos/community-staging-x86_64/ haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 144044, haskell-conduit-extra/trunk/PKGBUILD) haskell-conduit-extra/repos/community-staging-x86_64/haskell-conduit-extra.install (from rev 144044, haskell-conduit-extra/trunk/haskell-conduit-extra.install) + community-staging-i686/PKGBUILD| 44 +++ community-staging-i686/haskell-conduit-extra.install | 18 ++ community-staging-x86_64/PKGBUILD | 44 +++ community-staging-x86_64/haskell-conduit-extra.install | 18 ++ 4 files changed, 124 insertions(+) Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 144044, haskell-conduit-extra/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:07:14 UTC (rev 144045) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=conduit-extra +pkgname=haskell-conduit-extra +pkgver=1.1.9.1 +pkgrel=2 +pkgdesc="Batteries included conduit: adapters for common libraries." +url="http://github.com/snoyberg/conduit"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" + "haskell-monad-control" "haskell-network" "haskell-primitive" "haskell-resourcet" + "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-transformers-base") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('3f1be15bef32652caa9a98e175c95614c0f6d04ca29c35d30ddbc940a90fa0a3') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install (from rev 144044, haskell-conduit-extra/trunk/haskell-conduit-extra.install) === --- community-staging-i686/haskell-conduit-extra.install (rev 0) +++ community-staging-i686/haskell-conduit-extra.install2015-10-15 06:07:14 UTC (rev 144045) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-conduit-extra +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 144044, haskell-conduit-extra/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:07:14 UTC (rev 144045) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=conduit-extra +pkgname=haskell-conduit-extra +pkgver=1.1.9.1 +pkgrel=2 +pkgdesc="Batteries included conduit: adapters for common
[arch-commits] Commit in haskell-conduit-extra/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:06:47 Author: fyan Revision: 144044 upgpkg: haskell-conduit-extra 1.1.9.1-2 rebuild with scientific-0.3.4.2 Modified: haskell-conduit-extra/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:03:02 UTC (rev 144043) +++ PKGBUILD2015-10-15 06:06:47 UTC (rev 144044) @@ -5,7 +5,7 @@ _hkgname=conduit-extra pkgname=haskell-conduit-extra pkgver=1.1.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="Batteries included conduit: adapters for common libraries." url="http://github.com/snoyberg/conduit"; license=("MIT")
[arch-commits] Commit in haskell-aeson-pretty/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:03:02 Author: fyan Revision: 144043 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-aeson-pretty/repos/community-staging-i686/ haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 144041, haskell-aeson-pretty/trunk/PKGBUILD) haskell-aeson-pretty/repos/community-staging-i686/haskell-aeson-pretty.install (from rev 144041, haskell-aeson-pretty/trunk/haskell-aeson-pretty.install) haskell-aeson-pretty/repos/community-staging-x86_64/ haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 144042, haskell-aeson-pretty/trunk/PKGBUILD) haskell-aeson-pretty/repos/community-staging-x86_64/haskell-aeson-pretty.install (from rev 144042, haskell-aeson-pretty/trunk/haskell-aeson-pretty.install) ---+ community-staging-i686/PKGBUILD | 44 community-staging-i686/haskell-aeson-pretty.install | 18 ++ community-staging-x86_64/PKGBUILD | 44 community-staging-x86_64/haskell-aeson-pretty.install | 18 ++ 4 files changed, 124 insertions(+) Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 144041, haskell-aeson-pretty/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:03:02 UTC (rev 144043) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=aeson-pretty +pkgname=haskell-aeson-pretty +pkgver=0.7.2 +pkgrel=2 +pkgdesc="JSON pretty-printing library and command-line tool." +url="http://github.com/informatikr/aeson-pretty"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-cmdargs" + "haskell-text" "haskell-unordered-containers" "haskell-vector") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-lib-only +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-aeson-pretty/repos/community-staging-i686/haskell-aeson-pretty.install (from rev 144041, haskell-aeson-pretty/trunk/haskell-aeson-pretty.install) === --- community-staging-i686/haskell-aeson-pretty.install (rev 0) +++ community-staging-i686/haskell-aeson-pretty.install 2015-10-15 06:03:02 UTC (rev 144043) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-aeson-pretty +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 144042, haskell-aeson-pretty/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:03:02 UTC (rev 144043) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=aeson-pretty +pkgname=haskell-aeson-pretty +pkgver=0.7.2 +pkgrel=2 +pkgdesc="JSON pretty-printing library and command-line tool." +url="http://github.com/informatikr/aeson-pretty"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-ae
[arch-commits] Commit in haskell-aeson-pretty/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:02:34 Author: fyan Revision: 144041 upgpkg: haskell-aeson-pretty 0.7.2-2 rebuild with scientific-0.3.4.2 Modified: haskell-aeson-pretty/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 06:02:15 UTC (rev 144040) +++ PKGBUILD2015-10-15 06:02:34 UTC (rev 144041) @@ -5,7 +5,7 @@ _hkgname=aeson-pretty pkgname=haskell-aeson-pretty pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="JSON pretty-printing library and command-line tool." url="http://github.com/informatikr/aeson-pretty"; license=("custom:BSD3")
[arch-commits] Commit in haskell-http-client-tls/repos (6 files)
Date: Thursday, October 15, 2015 @ 08:02:44 Author: fyan Revision: 144042 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-http-client-tls/repos/community-staging-i686/ haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 144040, haskell-http-client-tls/trunk/PKGBUILD) haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install (from rev 144040, haskell-http-client-tls/trunk/haskell-http-client-tls.install) haskell-http-client-tls/repos/community-staging-x86_64/ haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from rev 144040, haskell-http-client-tls/trunk/PKGBUILD) haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install (from rev 144041, haskell-http-client-tls/trunk/haskell-http-client-tls.install) --+ community-staging-i686/PKGBUILD | 43 + community-staging-i686/haskell-http-client-tls.install | 18 + community-staging-x86_64/PKGBUILD| 43 + community-staging-x86_64/haskell-http-client-tls.install | 18 + 4 files changed, 122 insertions(+) Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 144040, haskell-http-client-tls/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 06:02:44 UTC (rev 144042) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client-tls +pkgname=haskell-http-client-tls +pkgver=0.2.2 +pkgrel=2 +pkgdesc="http-client backend using the connection package and tls library" +url="https://github.com/snoyberg/http-client"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-connection" "haskell-data-default-class" "haskell-http-client" + "haskell-network" "haskell-tls") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install (from rev 144040, haskell-http-client-tls/trunk/haskell-http-client-tls.install) === --- community-staging-i686/haskell-http-client-tls.install (rev 0) +++ community-staging-i686/haskell-http-client-tls.install 2015-10-15 06:02:44 UTC (rev 144042) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-http-client-tls +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from rev 144040, haskell-http-client-tls/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 06:02:44 UTC (rev 144042) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client-tls +pkgname=haskell-http-client-tls +pkgver=0.2.2 +pkgrel=2 +pkgdesc="http-client backend using the connection package and tls library" +url="https://github.com/snoyberg/http-client"; +li
[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 08:02:15 Author: fyan Revision: 144040 upgpkg: haskell-http-client-tls 0.2.2-2 rebuild with cookie-0.4.1.6 Modified: haskell-http-client-tls/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:59:26 UTC (rev 144039) +++ PKGBUILD2015-10-15 06:02:15 UTC (rev 144040) @@ -5,7 +5,7 @@ _hkgname=http-client-tls pkgname=haskell-http-client-tls pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="http-client backend using the connection package and tls library" url="https://github.com/snoyberg/http-client"; license=("MIT")
[arch-commits] Commit in haddock/repos (8 files)
Date: Thursday, October 15, 2015 @ 07:59:26 Author: fyan Revision: 144039 archrelease: copy trunk to community-x86_64, community-i686 Added: haddock/repos/community-i686/PKGBUILD (from rev 144038, haddock/trunk/PKGBUILD) haddock/repos/community-i686/haddock.install (from rev 144038, haddock/trunk/haddock.install) haddock/repos/community-x86_64/PKGBUILD (from rev 144038, haddock/trunk/PKGBUILD) haddock/repos/community-x86_64/haddock.install (from rev 144038, haddock/trunk/haddock.install) Deleted: haddock/repos/community-i686/PKGBUILD haddock/repos/community-i686/haddock.install haddock/repos/community-x86_64/PKGBUILD haddock/repos/community-x86_64/haddock.install --+ /PKGBUILD| 98 + /haddock.install | 50 ++ community-i686/PKGBUILD | 49 -- community-i686/haddock.install | 25 - community-x86_64/PKGBUILD| 49 -- community-x86_64/haddock.install | 25 - 6 files changed, 148 insertions(+), 148 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-15 05:58:53 UTC (rev 144038) +++ community-i686/PKGBUILD 2015-10-15 05:59:26 UTC (rev 144039) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=haddock -pkgver=2.16.1 -pkgrel=3 -pkgdesc='Tool for generating documentation for Haskell libraries' -url='http://hackage.haskell.org/package/haddock/' -license=('custom:BSD3') -arch=('x86_64' 'i686') -makedepends=('alex' 'happy') -depends=('ghc=7.10.2' 'haskell-ghc-paths' 'haskell-haddock-api') -install="$pkgname.install" -options=('staticlibs') -source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9') -sha256sums=('46ecd130cb5ad2b5c7452c843f9b75e976f1416d1cf17e6436d65c2c0bdbd6d6') - -build() { - cd "$pkgname-$pkgver" - - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ ---prefix=/usr --docdir=/usr/share/doc/"$pkgname" \ ---libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd "$pkgname-$pkgver" - -# install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" - install -Dm744 unregister.sh \ -"$pkgdir/usr/share/haskell/$pkgname/unregister.sh" - install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries" - ln -s "/usr/share/doc/$pkgname/html" \ -"$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname" - runhaskell Setup copy --destdir="$pkgdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" - mv "$pkgdir/usr/bin/haddock" "$pkgdir/usr/bin/haddock-cabal" -} - -# vim:set ts=2 sw=2 et: Copied: haddock/repos/community-i686/PKGBUILD (from rev 144038, haddock/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-15 05:59:26 UTC (rev 144039) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=haddock +pkgver=2.16.1 +pkgrel=4 +pkgdesc='Tool for generating documentation for Haskell libraries' +url='http://hackage.haskell.org/package/haddock/' +license=('custom:BSD3') +arch=('x86_64' 'i686') +makedepends=('alex' 'happy') +depends=('ghc=7.10.2' 'haskell-ghc-paths' 'haskell-haddock-api') +install="$pkgname.install" +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('0a0fa6abfecd1f3094b66f99e91a9aed72ffd11d3038a1e0ae6fec1db849cba9') +sha256sums=('46ecd130cb5ad2b5c7452c843f9b75e976f1416d1cf17e6436d65c2c0bdbd6d6') + +build() { + cd "$pkgname-$pkgver" + + runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ +--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \ +--libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + runhaskell Setup haddock + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { + cd "$pkgname-$pkgver" + +# install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -Dm744 unregister.sh \ +"$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries" + ln -s "/usr/share/doc/$pkgname/html
[arch-commits] Commit in haskell-aeson/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:58:48 Author: fyan Revision: 144037 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-aeson/repos/community-staging-i686/ haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 144036, haskell-aeson/trunk/PKGBUILD) haskell-aeson/repos/community-staging-i686/haskell-aeson.install (from rev 144036, haskell-aeson/trunk/haskell-aeson.install) haskell-aeson/repos/community-staging-x86_64/ haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 144036, haskell-aeson/trunk/PKGBUILD) haskell-aeson/repos/community-staging-x86_64/haskell-aeson.install (from rev 144036, haskell-aeson/trunk/haskell-aeson.install) + community-staging-i686/PKGBUILD| 42 +++ community-staging-i686/haskell-aeson.install | 23 community-staging-x86_64/PKGBUILD | 42 +++ community-staging-x86_64/haskell-aeson.install | 23 4 files changed, 130 insertions(+) Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 144036, haskell-aeson/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:58:48 UTC (rev 144037) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy +# Contributor: Daniel Micay + +pkgname=haskell-aeson +_hkgname=aeson +pkgver=0.10.0.0 +pkgrel=2 +pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." +url="https://github.com/bos/aeson"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=("ghc=7.10.2" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl' + 'haskell-syb' 'haskell-vector' 'haskell-dlist') +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +options=('staticlibs') +install=$pkgname.install +md5sums=('a7f29ab57d21f7aa5d2889b2b386b2a1') + +build() { + cd "$srcdir/$_hkgname-$pkgver" + runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + runhaskell Setup haddock + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { + cd "$srcdir/$_hkgname-$pkgver" + install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh" + install -m744 unregister.sh "$pkgdir/usr/share/haskell/$pkgname/unregister.sh" + install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries" + ln -s /usr/share/doc/$pkgname/html "$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname" + runhaskell Setup copy --destdir="$pkgdir" + rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE" +} Copied: haskell-aeson/repos/community-staging-i686/haskell-aeson.install (from rev 144036, haskell-aeson/trunk/haskell-aeson.install) === --- community-staging-i686/haskell-aeson.install (rev 0) +++ community-staging-i686/haskell-aeson.install2015-10-15 05:58:48 UTC (rev 144037) @@ -0,0 +1,23 @@ +HS_DIR=usr/share/haskell/haskell-aeson + +post_install() { + $HS_DIR/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} + +pre_upgrade() { + $HS_DIR/unregister.sh +} + +post_upgrade() { + $HS_DIR/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} + +pre_remove() { + $HS_DIR/unregister.sh +} + +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 144036, haskell-aeson/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:58:48 UTC (rev 144037) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy +# Contributor: Daniel Micay + +pkgname=haskell-aeson +_hkgname=aeson +pkgver=0.10.0.0 +pkgrel=2 +pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." +url="https://github.com/bos/aeson"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('ghc') +depends=("ghc=7.10.2" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl' + 'haskell-syb' 'haskell-vector' 'haskell-dlist') +source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";) +options=('staticlibs') +install=$pkgname.install +md5sums=('a7f29ab57d21f7aa5d2889b2b386b2a1') + +build() { + cd "$srcdir/$
[arch-commits] Commit in haddock/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:58:53 Author: fyan Revision: 144038 upgpkg: haddock 2.16.1-4 rebuild with haddock-library-1.2.1 Modified: haddock/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:58:48 UTC (rev 144037) +++ PKGBUILD2015-10-15 05:58:53 UTC (rev 144038) @@ -5,7 +5,7 @@ pkgname=haddock pkgver=2.16.1 -pkgrel=3 +pkgrel=4 pkgdesc='Tool for generating documentation for Haskell libraries' url='http://hackage.haskell.org/package/haddock/' license=('custom:BSD3')
[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:58:21 Author: fyan Revision: 144036 upgpkg: haskell-aeson 0.10.0.0-2 rebuild with scientific-0.3.4.2 Modified: haskell-aeson/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:54:51 UTC (rev 144035) +++ PKGBUILD2015-10-15 05:58:21 UTC (rev 144036) @@ -6,7 +6,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=0.10.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson"; license=("GPL")
[arch-commits] Commit in haskell-http-client/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:54:51 Author: fyan Revision: 144035 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-http-client/repos/community-staging-i686/ haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 144034, haskell-http-client/trunk/PKGBUILD) haskell-http-client/repos/community-staging-i686/haskell-http-client.install (from rev 144034, haskell-http-client/trunk/haskell-http-client.install) haskell-http-client/repos/community-staging-x86_64/ haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 144034, haskell-http-client/trunk/PKGBUILD) haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install (from rev 144034, haskell-http-client/trunk/haskell-http-client.install) --+ community-staging-i686/PKGBUILD | 45 + community-staging-i686/haskell-http-client.install | 18 ++ community-staging-x86_64/PKGBUILD| 45 + community-staging-x86_64/haskell-http-client.install | 18 ++ 4 files changed, 126 insertions(+) Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 144034, haskell-http-client/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:54:51 UTC (rev 144035) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client +pkgname=haskell-http-client +pkgver=0.4.24 +pkgrel=2 +pkgdesc="An HTTP client engine, intended as a base layer for more user-friendly packages." +url="https://github.com/snoyberg/http-client"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-case-insensitive" + "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" "haskell-http-types" + "haskell-mime-types" "haskell-network" "haskell-network-uri" "haskell-random" + "haskell-streaming-commons" "haskell-text") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('93e4182ef9d3e8b45b75cca0f63b20457823e5aeaba46f6a16de47d7e618e177') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-http-client/repos/community-staging-i686/haskell-http-client.install (from rev 144034, haskell-http-client/trunk/haskell-http-client.install) === --- community-staging-i686/haskell-http-client.install (rev 0) +++ community-staging-i686/haskell-http-client.install 2015-10-15 05:54:51 UTC (rev 144035) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-http-client +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 144034, haskell-http-client/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:54:51 UTC (rev 144035) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client +pkgname=haskell-http-client +pkgver=0.4.24 +pkgrel=2 +pkgdesc="An HTTP client en
[arch-commits] Commit in haskell-http-client/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:54:24 Author: fyan Revision: 144034 upgpkg: haskell-http-client 0.4.24-2 rebuild with cookie-0.4.1.6 Modified: haskell-http-client/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:53:22 UTC (rev 144033) +++ PKGBUILD2015-10-15 05:54:24 UTC (rev 144034) @@ -5,7 +5,7 @@ _hkgname=http-client pkgname=haskell-http-client pkgver=0.4.24 -pkgrel=1 +pkgrel=2 pkgdesc="An HTTP client engine, intended as a base layer for more user-friendly packages." url="https://github.com/snoyberg/http-client"; license=("MIT")
[arch-commits] Commit in haskell-haddock-api/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:53:22 Author: fyan Revision: 144033 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-haddock-api/repos/community-staging-i686/ haskell-haddock-api/repos/community-staging-i686/PKGBUILD (from rev 144032, haskell-haddock-api/trunk/PKGBUILD) haskell-haddock-api/repos/community-staging-i686/haskell-haddock-api.install (from rev 144032, haskell-haddock-api/trunk/haskell-haddock-api.install) haskell-haddock-api/repos/community-staging-x86_64/ haskell-haddock-api/repos/community-staging-x86_64/PKGBUILD (from rev 144032, haskell-haddock-api/trunk/PKGBUILD) haskell-haddock-api/repos/community-staging-x86_64/haskell-haddock-api.install (from rev 144032, haskell-haddock-api/trunk/haskell-haddock-api.install) --+ community-staging-i686/PKGBUILD | 43 + community-staging-i686/haskell-haddock-api.install | 20 +++ community-staging-x86_64/PKGBUILD| 43 + community-staging-x86_64/haskell-haddock-api.install | 20 +++ 4 files changed, 126 insertions(+) Copied: haskell-haddock-api/repos/community-staging-i686/PKGBUILD (from rev 144032, haskell-haddock-api/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:53:22 UTC (rev 144033) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=haskell-haddock-api +pkgver=2.16.1 +pkgrel=2 +pkgdesc="A documentation-generation tool for Haskell libraries" +url="http://www.haskell.org/haddock/"; +license=("BSD3") +arch=('i686' 'x86_64') +makedepends=() +depends=("ghc=7.10.2" + "haskell-ghc-paths" + "haskell-haddock-library") +options=('strip' 'staticlibs') +source=("https://hackage.haskell.org/package/haddock-api-${pkgver}/haddock-api-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('e2061d67e3de2bb39a98225712f119ef21a62567afac361bd9b2ddf0ba2aedea') + +build() { +cd "${srcdir}/haddock-api-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/haddock-api-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/haddock-api" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-haddock-api/repos/community-staging-i686/haskell-haddock-api.install (from rev 144032, haskell-haddock-api/trunk/haskell-haddock-api.install) === --- community-staging-i686/haskell-haddock-api.install (rev 0) +++ community-staging-i686/haskell-haddock-api.install 2015-10-15 05:53:22 UTC (rev 144033) @@ -0,0 +1,20 @@ +# custom variables +pkgname=haskell-haddock-api +HS_DIR=usr/share/haskell/${pkgname} + +# functions +post_install() { +${HS_DIR}/register.sh +} + +pre_upgrade() { +${HS_DIR}/unregister.sh +} + +post_upgrade() { +${HS_DIR}/register.sh +} + +pre_remove() { +${HS_DIR}/unregister.sh +} Copied: haskell-haddock-api/repos/community-staging-x86_64/PKGBUILD (from rev 144032, haskell-haddock-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:53:22 UTC (rev 144033) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=haskell-haddock-api +pkgver=2.16.1 +pkgrel=2 +pkgdesc="A documentation-generation tool for Haskell libraries" +url="http://www.haskell.org/haddock/"; +license=("BSD3") +arch=('i686' 'x86_64') +makedepends=() +depends=("ghc=7.10.2" + "haskell-ghc-paths" + "haskell-haddock-library") +options=('strip' 'staticlibs') +source=("https://hackage.haskell.org/package/haddock-api-${pkgver}/haddock-api-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('e2061d67e3de2bb39a98225712f119ef21a62567afac361bd9b2ddf0ba2aedea') + +build() { +cd "${srcdir}/haddock-api-${pkgver}" + +runhask
[arch-commits] Commit in haskell-haddock-api/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:52:50 Author: fyan Revision: 144032 upgpkg: haskell-haddock-api 2.16.1-2 rebuild with haddock-library-1.2.1 Modified: haskell-haddock-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:50:59 UTC (rev 144031) +++ PKGBUILD2015-10-15 05:52:50 UTC (rev 144032) @@ -3,7 +3,7 @@ pkgname=haskell-haddock-api pkgver=2.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="A documentation-generation tool for Haskell libraries" url="http://www.haskell.org/haddock/"; license=("BSD3")
[arch-commits] Commit in haskell-attoparsec/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:50:59 Author: fyan Revision: 144031 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-attoparsec/repos/community-staging-i686/ haskell-attoparsec/repos/community-staging-i686/PKGBUILD (from rev 144030, haskell-attoparsec/trunk/PKGBUILD) haskell-attoparsec/repos/community-staging-i686/haskell-attoparsec.install (from rev 144030, haskell-attoparsec/trunk/haskell-attoparsec.install) haskell-attoparsec/repos/community-staging-x86_64/ haskell-attoparsec/repos/community-staging-x86_64/PKGBUILD (from rev 144030, haskell-attoparsec/trunk/PKGBUILD) haskell-attoparsec/repos/community-staging-x86_64/haskell-attoparsec.install (from rev 144030, haskell-attoparsec/trunk/haskell-attoparsec.install) -+ community-staging-i686/PKGBUILD | 43 ++ community-staging-i686/haskell-attoparsec.install | 18 +++ community-staging-x86_64/PKGBUILD | 43 ++ community-staging-x86_64/haskell-attoparsec.install | 18 +++ 4 files changed, 122 insertions(+) Copied: haskell-attoparsec/repos/community-staging-i686/PKGBUILD (from rev 144030, haskell-attoparsec/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:50:59 UTC (rev 144031) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=attoparsec +pkgname=haskell-attoparsec +pkgver=0.13.0.1 +pkgrel=4 +pkgdesc="Fast combinator parsing for bytestrings and text" +url="https://github.com/bos/attoparsec"; +license=("BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-scientific" "haskell-text") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('ce880acb45142eafd872e01d9af57d8dbb95c9f2b9a27f01ca9912ba4e9ef932') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-developer +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-attoparsec/repos/community-staging-i686/haskell-attoparsec.install (from rev 144030, haskell-attoparsec/trunk/haskell-attoparsec.install) === --- community-staging-i686/haskell-attoparsec.install (rev 0) +++ community-staging-i686/haskell-attoparsec.install 2015-10-15 05:50:59 UTC (rev 144031) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-attoparsec +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-attoparsec/repos/community-staging-x86_64/PKGBUILD (from rev 144030, haskell-attoparsec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:50:59 UTC (rev 144031) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=attoparsec +pkgname=haskell-attoparsec +pkgver=0.13.0.1 +pkgrel=4 +pkgdesc="Fast combinator parsing for bytestrings and text" +url="https://github.com/bos/attoparsec"; +license=("BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-scientific" "haskell-text") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.ins
[arch-commits] Commit in haskell-attoparsec/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:50:29 Author: fyan Revision: 144030 upgpkg: haskell-attoparsec 0.13.0.1-4 rebuild with scientific-0.3.4.2 Modified: haskell-attoparsec/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:49:42 UTC (rev 144029) +++ PKGBUILD2015-10-15 05:50:29 UTC (rev 144030) @@ -5,7 +5,7 @@ _hkgname=attoparsec pkgname=haskell-attoparsec pkgver=0.13.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Fast combinator parsing for bytestrings and text" url="https://github.com/bos/attoparsec"; license=("BSD3")
[arch-commits] Commit in haskell-haddock-library/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:49:42 Author: fyan Revision: 144029 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-haddock-library/repos/community-staging-i686/ haskell-haddock-library/repos/community-staging-i686/PKGBUILD (from rev 144028, haskell-haddock-library/trunk/PKGBUILD) haskell-haddock-library/repos/community-staging-i686/haskell-haddock-library.install (from rev 144028, haskell-haddock-library/trunk/haskell-haddock-library.install) haskell-haddock-library/repos/community-staging-x86_64/ haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from rev 144028, haskell-haddock-library/trunk/PKGBUILD) haskell-haddock-library/repos/community-staging-x86_64/haskell-haddock-library.install (from rev 144028, haskell-haddock-library/trunk/haskell-haddock-library.install) --+ community-staging-i686/PKGBUILD | 41 + community-staging-i686/haskell-haddock-library.install | 20 ++ community-staging-x86_64/PKGBUILD| 41 + community-staging-x86_64/haskell-haddock-library.install | 20 ++ 4 files changed, 122 insertions(+) Copied: haskell-haddock-library/repos/community-staging-i686/PKGBUILD (from rev 144028, haskell-haddock-library/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:49:42 UTC (rev 144029) @@ -0,0 +1,41 @@ +# $Id: PKGBUILD 124882 2014-12-29 22:07:40Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=haskell-haddock-library +pkgver=1.2.1 +pkgrel=1 +pkgdesc="A documentation-generation tool for Haskell libraries" +url="http://www.haskell.org/haddock/"; +license=("BSD3") +arch=('i686' 'x86_64') +makedepends=() +depends=("ghc=7.10.2") +options=('strip' 'staticlibs') +install="${pkgname}.install" +source=("http://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz";) +sha256sums=('0fb1a09d2b6f5339bc008a8ebf6519f22d27f65cfcc682488a7b67e8ee151056') + +build() { +cd "${srcdir}/haddock-library-${pkgver}" + +runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/haddock-library-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/haddock-library" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-haddock-library/repos/community-staging-i686/haskell-haddock-library.install (from rev 144028, haskell-haddock-library/trunk/haskell-haddock-library.install) === --- community-staging-i686/haskell-haddock-library.install (rev 0) +++ community-staging-i686/haskell-haddock-library.install 2015-10-15 05:49:42 UTC (rev 144029) @@ -0,0 +1,20 @@ +# custom variables +pkgname=haskell-haddock-library +HS_DIR=usr/share/haskell/${pkgname} + +# functions +post_install() { +${HS_DIR}/register.sh +} + +pre_upgrade() { +${HS_DIR}/unregister.sh +} + +post_upgrade() { +${HS_DIR}/register.sh +} + +pre_remove() { +${HS_DIR}/unregister.sh +} Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from rev 144028, haskell-haddock-library/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:49:42 UTC (rev 144029) @@ -0,0 +1,41 @@ +# $Id: PKGBUILD 124882 2014-12-29 22:07:40Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=haskell-haddock-library +pkgver=1.2.1 +pkgrel=1 +pkgdesc="A documentation-generation tool for Haskell libraries" +url="http://www.haskell.org/haddock/"; +license=("BSD3") +arch=('i686' 'x86_64') +makedepends=() +depends=("ghc=7.10.2") +options=('strip' 'staticlibs') +install="${pkgname}.install" +source=("http://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz";) +sha256sums=('0fb1a09d2b6
[arch-commits] Commit in haskell-haddock-library/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:49:09 Author: fyan Revision: 144028 upgpkg: haskell-haddock-library 1.2.1-1 Modified: haskell-haddock-library/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:47:07 UTC (rev 144027) +++ PKGBUILD2015-10-15 05:49:09 UTC (rev 144028) @@ -2,8 +2,8 @@ # Maintainer: Sergej Pupykin pkgname=haskell-haddock-library -pkgver=1.2.0 -pkgrel=4 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A documentation-generation tool for Haskell libraries" url="http://www.haskell.org/haddock/"; license=("BSD3") @@ -13,7 +13,7 @@ options=('strip' 'staticlibs') install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz";) -sha256sums=('a62848b4c291eec9cbdff3031cc71b454b880d8e742cfb15bc06ed3e61c4c84d') +sha256sums=('0fb1a09d2b6f5339bc008a8ebf6519f22d27f65cfcc682488a7b67e8ee151056') build() { cd "${srcdir}/haddock-library-${pkgver}"
[arch-commits] Commit in haskell-scientific/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:47:07 Author: fyan Revision: 144027 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-scientific/repos/community-staging-i686/ haskell-scientific/repos/community-staging-i686/PKGBUILD (from rev 144026, haskell-scientific/trunk/PKGBUILD) haskell-scientific/repos/community-staging-i686/haskell-scientific.install (from rev 144026, haskell-scientific/trunk/haskell-scientific.install) haskell-scientific/repos/community-staging-x86_64/ haskell-scientific/repos/community-staging-x86_64/PKGBUILD (from rev 144026, haskell-scientific/trunk/PKGBUILD) haskell-scientific/repos/community-staging-x86_64/haskell-scientific.install (from rev 144026, haskell-scientific/trunk/haskell-scientific.install) -+ community-staging-i686/PKGBUILD | 43 ++ community-staging-i686/haskell-scientific.install | 18 +++ community-staging-x86_64/PKGBUILD | 43 ++ community-staging-x86_64/haskell-scientific.install | 18 +++ 4 files changed, 122 insertions(+) Copied: haskell-scientific/repos/community-staging-i686/PKGBUILD (from rev 144026, haskell-scientific/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:47:07 UTC (rev 144027) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=scientific +pkgname=haskell-scientific +pkgver=0.3.4.2 +pkgrel=1 +pkgdesc="Numbers represented using scientific notation" +url="https://github.com/basvandijk/scientific"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-hashable" "haskell-text" "haskell-vector") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +install="${pkgname}.install" +sha256sums=('f6d937039ee867d2ea4a5a4fc879c9e027e162da909b0c9957ff31a0f66c3556') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-integer-simple -fbytestring-builder +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-scientific/repos/community-staging-i686/haskell-scientific.install (from rev 144026, haskell-scientific/trunk/haskell-scientific.install) === --- community-staging-i686/haskell-scientific.install (rev 0) +++ community-staging-i686/haskell-scientific.install 2015-10-15 05:47:07 UTC (rev 144027) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-scientific +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} \ No newline at end of file Copied: haskell-scientific/repos/community-staging-x86_64/PKGBUILD (from rev 144026, haskell-scientific/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:47:07 UTC (rev 144027) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=scientific +pkgname=haskell-scientific +pkgver=0.3.4.2 +pkgrel=1 +pkgdesc="Numbers represented using scientific notation" +url="https://github.com/basvandijk/scientific"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=7.10.2" "haskell-hashable" "haskell-text" "haskell-vector") +options=('staticlibs') +source=("http://hackage.has
[arch-commits] Commit in haskell-scientific/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:46:37 Author: fyan Revision: 144026 upgpkg: haskell-scientific 0.3.4.2-1 Modified: haskell-scientific/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:46:27 UTC (rev 144025) +++ PKGBUILD2015-10-15 05:46:37 UTC (rev 144026) @@ -4,7 +4,7 @@ _hkgname=scientific pkgname=haskell-scientific -pkgver=0.3.4.1 +pkgver=0.3.4.2 pkgrel=1 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific"; @@ -14,7 +14,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) install="${pkgname}.install" -sha256sums=('f330ee1d819ad82efb42028c806b2bb3d13aaf6a60267a36764d4bb678a085f8') +sha256sums=('f6d937039ee867d2ea4a5a4fc879c9e027e162da909b0c9957ff31a0f66c3556') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in haskell-cookie/repos (6 files)
Date: Thursday, October 15, 2015 @ 07:46:27 Author: fyan Revision: 144025 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-cookie/repos/community-staging-i686/ haskell-cookie/repos/community-staging-i686/PKGBUILD (from rev 144024, haskell-cookie/trunk/PKGBUILD) haskell-cookie/repos/community-staging-i686/haskell-cookie.install (from rev 144024, haskell-cookie/trunk/haskell-cookie.install) haskell-cookie/repos/community-staging-x86_64/ haskell-cookie/repos/community-staging-x86_64/PKGBUILD (from rev 144024, haskell-cookie/trunk/PKGBUILD) haskell-cookie/repos/community-staging-x86_64/haskell-cookie.install (from rev 144024, haskell-cookie/trunk/haskell-cookie.install) -+ community-staging-i686/PKGBUILD | 41 ++ community-staging-i686/haskell-cookie.install | 18 + community-staging-x86_64/PKGBUILD | 41 ++ community-staging-x86_64/haskell-cookie.install | 18 + 4 files changed, 118 insertions(+) Copied: haskell-cookie/repos/community-staging-i686/PKGBUILD (from rev 144024, haskell-cookie/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-15 05:46:27 UTC (rev 144025) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy +# Contributor: hauzer + +_hkgname=cookie +pkgname=haskell-cookie +pkgver=0.4.1.6 +pkgrel=1 +pkgdesc="HTTP cookie parsing and rendering" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 'haskell-old-locale' 'haskell-text') +options=('staticlibs') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('0ecc47492d973e99af56f14a4e2b304a') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri +runhaskell Setup build +runhaskell Setup haddock +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/${pkgname}/register.sh" +install-m744 unregister.sh "${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s /usr/share/doc/${pkgname}/html "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-cookie/repos/community-staging-i686/haskell-cookie.install (from rev 144024, haskell-cookie/trunk/haskell-cookie.install) === --- community-staging-i686/haskell-cookie.install (rev 0) +++ community-staging-i686/haskell-cookie.install 2015-10-15 05:46:27 UTC (rev 144025) @@ -0,0 +1,18 @@ +HS_DIR=usr/share/haskell/haskell-cookie +post_install() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_upgrade() { + ${HS_DIR}/unregister.sh +} +post_upgrade() { + ${HS_DIR}/register.sh + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} +pre_remove() { + ${HS_DIR}/unregister.sh +} +post_remove() { + (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) +} Copied: haskell-cookie/repos/community-staging-x86_64/PKGBUILD (from rev 144024, haskell-cookie/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-15 05:46:27 UTC (rev 144025) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Nagy +# Contributor: hauzer + +_hkgname=cookie +pkgname=haskell-cookie +pkgver=0.4.1.6 +pkgrel=1 +pkgdesc="HTTP cookie parsing and rendering" +url="http://hackage.haskell.org/package/${_hkgname}"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-data-default' 'haskell-old-locale' 'haskell-text') +options=('staticlibs') +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +install=${pkgname}.install +md5sums=('0ecc47492d973e99af56f14a4e2b304a') + +build() { +
[arch-commits] Commit in haskell-cookie/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:45:56 Author: fyan Revision: 144024 upgpkg: haskell-cookie 0.4.1.6-1 Modified: haskell-cookie/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:32:55 UTC (rev 144023) +++ PKGBUILD2015-10-15 05:45:56 UTC (rev 144024) @@ -5,8 +5,8 @@ _hkgname=cookie pkgname=haskell-cookie -pkgver=0.4.1.4 -pkgrel=2 +pkgver=0.4.1.6 +pkgrel=1 pkgdesc="HTTP cookie parsing and rendering" url="http://hackage.haskell.org/package/${_hkgname}"; license=('custom:BSD3') @@ -15,7 +15,7 @@ options=('staticlibs') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('488c3a187fb1e3c4d60557c45d97cbf2') +md5sums=('0ecc47492d973e99af56f14a4e2b304a') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
[arch-commits] Commit in hiawatha/repos (12 files)
Date: Thursday, October 15, 2015 @ 07:32:55 Author: kkeen Revision: 144023 archrelease: copy trunk to community-i686, community-x86_64 Added: hiawatha/repos/community-i686/PKGBUILD (from rev 144022, hiawatha/trunk/PKGBUILD) hiawatha/repos/community-i686/hiawatha.conf.sample (from rev 144022, hiawatha/trunk/hiawatha.conf.sample) hiawatha/repos/community-i686/hiawatha.service (from rev 144022, hiawatha/trunk/hiawatha.service) hiawatha/repos/community-x86_64/PKGBUILD (from rev 144022, hiawatha/trunk/PKGBUILD) hiawatha/repos/community-x86_64/hiawatha.conf.sample (from rev 144022, hiawatha/trunk/hiawatha.conf.sample) hiawatha/repos/community-x86_64/hiawatha.service (from rev 144022, hiawatha/trunk/hiawatha.service) Deleted: hiawatha/repos/community-i686/PKGBUILD hiawatha/repos/community-i686/hiawatha.conf.sample hiawatha/repos/community-i686/hiawatha.service hiawatha/repos/community-x86_64/PKGBUILD hiawatha/repos/community-x86_64/hiawatha.conf.sample hiawatha/repos/community-x86_64/hiawatha.service ---+ /PKGBUILD | 180 + /hiawatha.conf.sample | 228 /hiawatha.service | 32 community-i686/PKGBUILD | 95 - community-i686/hiawatha.conf.sample | 114 community-i686/hiawatha.service | 16 -- community-x86_64/PKGBUILD | 95 - community-x86_64/hiawatha.conf.sample | 114 community-x86_64/hiawatha.service | 16 -- 9 files changed, 440 insertions(+), 450 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-15 05:32:33 UTC (rev 144022) +++ community-i686/PKGBUILD 2015-10-15 05:32:55 UTC (rev 144023) @@ -1,95 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Contributor: Kurt Marasco -# Contributor: Pascal Ernster - -pkgname=hiawatha -pkgver=9.14 -pkgrel=1 -pkgdesc="Secure and advanced webserver" -url="https://www.hiawatha-webserver.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -depends=('libxslt' 'mbedtls') -optdepends=('php-fpm: PHP fastcgi') -makedepends=('cmake') -backup=( -'etc/hiawatha/hiawatha.conf' -'etc/hiawatha/cgi-wrapper.conf' -'etc/hiawatha/mimetype.conf' -) - -source=( -"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"; -'hiawatha.conf.sample' -'hiawatha.service' -) -sha256sums=('79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa' -'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7' -'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - sed -i 's/www-data/http/g' extra/logrotate.in - - # mbedtls tweaks lifted from - # https://www.hiawatha-webserver.org/source.raw/CMakeLists.txt - sed -i 's|MBEDTLS_LIBRARY "mbedtls"|MBEDTLS_LIBRARIES "mbedtls" "mbedx509" "mbedcrypto"|' CMakeLists.txt - sed -i 's|MBEDTLS_LIBRARY|MBEDTLS_LIBRARIES|' CMakeLists.txt - - mkdir -p build - cd build - - cmake ../ -DCMAKE_INSTALL_PREFIX="/" \ --DCMAKE_INSTALL_BINDIR="/usr/bin" \ --DCMAKE_INSTALL_SBINDIR="/usr/bin" \ --DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \ --DCMAKE_INSTALL_LIBDIR="/usr/lib" \ --DCMAKE_INSTALL_MANDIR="/usr/share/man" \ --DCONFIG_DIR="/etc/hiawatha" \ --DLOG_DIR="/var/log/hiawatha" \ --DPID_DIR="/run" \ --DENABLE_TLS=ON \ --DUSE_SYSTEM_MBEDTLS=ON \ --DWEBROOT_DIR="/srv/http/hiawatha" \ --DWORK_DIR="/var/lib/hiawatha" - - make - - # Features enabled by default - # -DENABLE_CACHE - # -DENABLE_IPV6 - # -DENABLE_RPROXY - # -DENABLE_TOOLKIT - # -DENABLE_XSLT - - # Features disabled by default - # -DENABLE_DEBUG - # -DENABLE_MONITOR - # -DENABLE_TOMAHAWK -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir/" install - - rmdir "$pkgdir/run" - rm "$pkgdir/srv/http/hiawatha/index.html" - rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha" - - # Update stock hiawatha.conf - sed -e 's|#ServerId = www-data|ServerId = http|' \ - -e 's|/var/www/|/srv/http/|g' \ - -e 's|//|/|g' \ - -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \ - -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \ - -e 's|# Extension = php|&\n# SessionTimeout = 30|g' \ - -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \ - -i "$pkgdir/etc/hiawatha/hiawatha.conf" - - install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha" - install -Dm755 "$srcdir/hiawatha.service" "$pkgdir/usr/lib/systemd/system/hiawatha.service" - install -Dm644 "$srcdir/hiawatha.
[arch-commits] Commit in hiawatha/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:32:33 Author: kkeen Revision: 144022 upgpkg: hiawatha 9.15-1 Modified: hiawatha/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 05:28:36 UTC (rev 144021) +++ PKGBUILD2015-10-15 05:32:33 UTC (rev 144022) @@ -4,7 +4,7 @@ # Contributor: Pascal Ernster pkgname=hiawatha -pkgver=9.14 +pkgver=9.15 pkgrel=1 pkgdesc="Secure and advanced webserver" url="https://www.hiawatha-webserver.org/"; @@ -24,7 +24,7 @@ 'hiawatha.conf.sample' 'hiawatha.service' ) -sha256sums=('79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa' +sha256sums=('e9252133a1114095d1a9a89144b88828ee3b9754f435bd88270f7bf444dd9421' '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7' 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155') @@ -33,11 +33,6 @@ sed -i 's/www-data/http/g' extra/logrotate.in - # mbedtls tweaks lifted from - # https://www.hiawatha-webserver.org/source.raw/CMakeLists.txt - sed -i 's|MBEDTLS_LIBRARY "mbedtls"|MBEDTLS_LIBRARIES "mbedtls" "mbedx509" "mbedcrypto"|' CMakeLists.txt - sed -i 's|MBEDTLS_LIBRARY|MBEDTLS_LIBRARIES|' CMakeLists.txt - mkdir -p build cd build
[arch-commits] Commit in mbedtls/repos (4 files)
Date: Thursday, October 15, 2015 @ 07:28:36 Author: kkeen Revision: 144021 archrelease: copy trunk to community-i686, community-x86_64 Added: mbedtls/repos/community-i686/PKGBUILD (from rev 144020, mbedtls/trunk/PKGBUILD) mbedtls/repos/community-x86_64/PKGBUILD (from rev 144020, mbedtls/trunk/PKGBUILD) Deleted: mbedtls/repos/community-i686/PKGBUILD mbedtls/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 94 community-i686/PKGBUILD | 47 -- community-x86_64/PKGBUILD | 47 -- 3 files changed, 94 insertions(+), 94 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-15 05:26:26 UTC (rev 144020) +++ community-i686/PKGBUILD 2015-10-15 05:28:36 UTC (rev 144021) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Contributor: Mihai Militaru -# Contributor: carstene1ns - -pkgname=mbedtls -pkgver=2.1.1 -pkgrel=1 -pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl" -arch=('i686' 'x86_64') -url="https://tls.mbed.org"; -license=('Apache') -provides=('polarssl') -replaces=('polarssl') -conflicts=('polarssl') -#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"; -source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";) -#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";) -sha1sums=('fa38657ad39afac54aab274b038133c24d063120') -depends=('glibc') -options=('staticlibs') - -# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch -# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD -# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD - -prepare() { - cd "$pkgname-$pkgver" - # enable flags for non-embedded systems - sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h - sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h -} - -build() { - cd "$pkgname-$pkgver" - LDFLAGS+=" -I../include " make SHARED=1 no_test -} - -check() { - cd "$pkgname-$pkgver" - make SHARED=1 check -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir/usr" install -} Copied: mbedtls/repos/community-i686/PKGBUILD (from rev 144020, mbedtls/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-15 05:28:36 UTC (rev 144021) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Kyle Keen +# Contributor: Mihai Militaru +# Contributor: carstene1ns + +pkgname=mbedtls +pkgver=2.1.2 +pkgrel=1 +pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl" +arch=('i686' 'x86_64') +url="https://tls.mbed.org"; +license=('Apache') +provides=('polarssl') +replaces=('polarssl') +conflicts=('polarssl') +#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"; +source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";) +#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";) +sha1sums=('44c4b71971a68086bb4d68b82688015812fd3962') +depends=('glibc') +options=('staticlibs') + +# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch +# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD +# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD + +prepare() { + cd "$pkgname-$pkgver" + # enable flags for non-embedded systems + sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h + sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h +} + +build() { + cd "$pkgname-$pkgver" + LDFLAGS+=" -I../include " make SHARED=1 no_test +} + +check() { + cd "$pkgname-$pkgver" + make SHARED=1 check +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir/usr" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-10-15 05:26:26 UTC (rev 144020) +++ community-x86_64/PKGBUILD 2015-10-15 05:28:36 UTC (rev 144021) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Contributor: Mihai Militaru -# Contributor: carstene1ns - -pkgname=mbedtls -pkgver=2.1.1 -pkgrel=1 -pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl" -arch=('i686' 'x86_64') -url="https://tls.mbed.org"; -license=('Apache') -provides=('polarssl') -replaces=('polarssl') -conflicts=('polarssl') -#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"; -source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";) -#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";) -sha1sums=('fa38657ad39afac54aab274b038133c24d063120') -depends=('glibc') -options=('staticlibs') - -# http://sourc
[arch-commits] Commit in mbedtls/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 07:26:26 Author: kkeen Revision: 144020 upgpkg: mbedtls 2.1.2-1 Modified: mbedtls/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 03:06:19 UTC (rev 144019) +++ PKGBUILD2015-10-15 05:26:26 UTC (rev 144020) @@ -4,7 +4,7 @@ # Contributor: carstene1ns pkgname=mbedtls -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ #source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"; source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";) #source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";) -sha1sums=('fa38657ad39afac54aab274b038133c24d063120') +sha1sums=('44c4b71971a68086bb4d68b82688015812fd3962') depends=('glibc') options=('staticlibs')
[arch-commits] Commit in wireshark/repos (10 files)
Date: Thursday, October 15, 2015 @ 05:06:19 Author: anatolik Revision: 144019 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: wireshark/repos/community-testing-i686/ wireshark/repos/community-testing-i686/PKGBUILD (from rev 144018, wireshark/trunk/PKGBUILD) wireshark/repos/community-testing-i686/wireshark-gtk.install (from rev 144018, wireshark/trunk/wireshark-gtk.install) wireshark/repos/community-testing-i686/wireshark-qt.install (from rev 144018, wireshark/trunk/wireshark-qt.install) wireshark/repos/community-testing-i686/wireshark.install (from rev 144018, wireshark/trunk/wireshark.install) wireshark/repos/community-testing-x86_64/ wireshark/repos/community-testing-x86_64/PKGBUILD (from rev 144018, wireshark/trunk/PKGBUILD) wireshark/repos/community-testing-x86_64/wireshark-gtk.install (from rev 144018, wireshark/trunk/wireshark-gtk.install) wireshark/repos/community-testing-x86_64/wireshark-qt.install (from rev 144018, wireshark/trunk/wireshark-qt.install) wireshark/repos/community-testing-x86_64/wireshark.install (from rev 144018, wireshark/trunk/wireshark.install) + community-testing-i686/PKGBUILD| 95 +++ community-testing-i686/wireshark-gtk.install | 12 ++ community-testing-i686/wireshark-qt.install| 11 ++ community-testing-i686/wireshark.install | 18 community-testing-x86_64/PKGBUILD | 95 +++ community-testing-x86_64/wireshark-gtk.install | 12 ++ community-testing-x86_64/wireshark-qt.install | 11 ++ community-testing-x86_64/wireshark.install | 18 8 files changed, 272 insertions(+) Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 144018, wireshark/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-10-15 03:06:19 UTC (rev 144019) @@ -0,0 +1,95 @@ +# $Id$ +# Maintainer: Timothy Redaelli +# Contributor: Guillaume ALAUX +# Contributor: Florian Pritz +pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt') +pkgbase=wireshark +pkgver=1.12.8 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL2') +makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio' + 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme') +url='http://www.wireshark.org/' +source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2) +sha1sums=('d8c23120525a2f3505e822b7684e7367bcd0ba70') + +prepare() { + cd ${pkgbase}-${pkgver} + sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am +} + +build() { + cd ${pkgbase}-${pkgver} + + ./autogen.sh + ./configure \ + --prefix=/usr \ + --with-qt \ + --with-gtk3=yes \ + --with-pcap \ + --with-zlib \ + --with-lua \ + --with-portaudio \ + --with-ssl \ + --with-krb5 + make all +} + +package_wireshark-cli() { + pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version' + depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua52') + install=wireshark.install + conflicts=(wireshark) + + cd ${pkgbase}-${pkgver} + + make DESTDIR="${pkgdir}" install + + #wireshark uid group is 150 + chgrp 150 "${pkgdir}/usr/bin/dumpcap" + chmod 754 "${pkgdir}/usr/bin/dumpcap" + rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt" + + # Headers + install -dm755 "${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil} + + install -m644 color.h config.h register.h ws_symbol_export.h "${pkgdir}/usr/include/${pkgbase}" + for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem wiretap wsutil; do +install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d} + done +} + +package_wireshark-gtk() { + pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK frontend' + depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme') + install=wireshark-gtk.install + replaces=(wireshark) + conflicts=(wireshark) + + cd ${pkgbase}-${pkgver} + + install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark" + for d in 16 32 48; do +install -Dm644 image/hi${d}-app-wireshark.png \ + "${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png" + done + + for d in 16 24 32 48 64 128 256 ; do +install -Dm644 image/WiresharkDoc-${d}.png \ + "${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png" + done + install -Dm644 wireshark.desktop "${pkgdir}/usr/share/applications/wireshark.desktop" +} + +package_wireshark-qt() { + pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt frontend' + depends=('qt4' 'wireshark-cli') + install
[arch-commits] Commit in wireshark/trunk (PKGBUILD configure-pixmap-fix.diff)
Date: Thursday, October 15, 2015 @ 05:05:08 Author: anatolik Revision: 144018 upgpkg: wireshark 1.12.8-1 Modified: wireshark/trunk/PKGBUILD Deleted: wireshark/trunk/configure-pixmap-fix.diff ---+ PKGBUILD |9 +++-- configure-pixmap-fix.diff | 14 -- 2 files changed, 3 insertions(+), 20 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 02:41:44 UTC (rev 144017) +++ PKGBUILD2015-10-15 03:05:08 UTC (rev 144018) @@ -4,7 +4,7 @@ # Contributor: Florian Pritz pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt') pkgbase=wireshark -pkgver=1.12.7 +pkgver=1.12.8 pkgrel=1 arch=('i686' 'x86_64') license=('GPL2') @@ -11,15 +11,12 @@ makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme') url='http://www.wireshark.org/' -source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2 -configure-pixmap-fix.diff) -sha1sums=('bed365bacfd0b5c653d8568ad25e52957659bd9f' - 'c383bad83442d75f44afe1737848b9dee4f35b8f') +source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2) +sha1sums=('d8c23120525a2f3505e822b7684e7367bcd0ba70') prepare() { cd ${pkgbase}-${pkgver} sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am - patch -uNp0 -i ../configure-pixmap-fix.diff } build() { Deleted: configure-pixmap-fix.diff === --- configure-pixmap-fix.diff 2015-10-15 02:41:44 UTC (rev 144017) +++ configure-pixmap-fix.diff 2015-10-15 03:05:08 UTC (rev 144018) @@ -1,14 +0,0 @@ configure.ac 2015-03-14 10:52:22.187482157 -0500 -+++ configure.ac 2015-03-14 10:53:01.040495936 -0500 -@@ -1531,7 +1531,10 @@ - if test "$have_gtk" = "yes" ; then - # If we have GTK then add flags for it. - -- CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS" -+ # 2015-03-04 - disabled to fix SegFault, see -+ # https://trac.macports.org/ticket/46850 -+ # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195980#c45 -+ #CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS" - CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS" - if test \( $gtk_config_major_version -eq 3 -a $gtk_config_minor_version -ge 10 \) ; then - ## Allow use of deprecated & disable deprecated warnings if Gtk >= 3.10;
[arch-commits] Commit in subsurface-marble/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 04:41:44 Author: bisson Revision: 144017 remove unneeded dependency Modified: subsurface-marble/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 02:38:45 UTC (rev 144016) +++ PKGBUILD2015-10-15 02:41:44 UTC (rev 144017) @@ -10,7 +10,7 @@ url='http://git.subsurface-divelog.org/' license=('GPL' 'LGPL' 'FDL') arch=('i686' 'x86_64') -makedepends=('cmake' 'git') +makedepends=('cmake') depends=('qt5-'{script,svg,tools,webkit} 'marble-data') source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) sha1sums=('492a2a9b3afacc6e36be15721cfaa103710fd4e3')
[arch-commits] Commit in evemu/repos (4 files)
Date: Thursday, October 15, 2015 @ 04:38:45 Author: anatolik Revision: 144016 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: evemu/repos/community-testing-i686/ evemu/repos/community-testing-i686/PKGBUILD (from rev 144015, evemu/trunk/PKGBUILD) evemu/repos/community-testing-x86_64/ evemu/repos/community-testing-x86_64/PKGBUILD (from rev 144015, evemu/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 34 ++ community-testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: evemu/repos/community-testing-i686/PKGBUILD (from rev 144015, evemu/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-10-15 02:38:45 UTC (rev 144016) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Nicolas Quiénot < niQo at aur > +# Contributor: Damián Nohales + +pkgname=evemu +pkgver=2.3.1 +pkgrel=1 +pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay' +arch=(i686 x86_64) +url='http://www.freedesktop.org/wiki/Evemu' +license=(GPL3) +depends=(libevdev python2) +source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires +sha1sums=('3f9f9ca195a9ca93857b0df952080679de95b7d7' + 'SKIP') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Tests have to be run as 'root' + # make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: evemu/repos/community-testing-x86_64/PKGBUILD (from rev 144015, evemu/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-10-15 02:38:45 UTC (rev 144016) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Nicolas Quiénot < niQo at aur > +# Contributor: Damián Nohales + +pkgname=evemu +pkgver=2.3.1 +pkgrel=1 +pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay' +arch=(i686 x86_64) +url='http://www.freedesktop.org/wiki/Evemu' +license=(GPL3) +depends=(libevdev python2) +source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires +sha1sums=('3f9f9ca195a9ca93857b0df952080679de95b7d7' + 'SKIP') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Tests have to be run as 'root' + # make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in ibus-table/repos/community-any (4 files)
Date: Thursday, October 15, 2015 @ 03:59:59 Author: fyan Revision: 144015 archrelease: copy trunk to community-any Added: ibus-table/repos/community-any/PKGBUILD (from rev 144014, ibus-table/trunk/PKGBUILD) ibus-table/repos/community-any/sgml_fix.patch (from rev 144014, ibus-table/trunk/sgml_fix.patch) Deleted: ibus-table/repos/community-any/PKGBUILD ibus-table/repos/community-any/sgml_fix.patch + PKGBUILD | 84 +++ sgml_fix.patch | 48 +++ 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-10-15 01:59:38 UTC (rev 144014) +++ PKGBUILD2015-10-15 01:59:59 UTC (rev 144015) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: coderoar -# Contributor: leemars -# Contributor: Daniel J Griffiths - -pkgname=ibus-table -pkgver=1.9.6 -pkgrel=2 -pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on' -arch=('any') -url="http://code.google.com/p/ibus/"; -license=('LGPL') -makedepends=('git' 'docbook2x' 'docbook-sgml') -depends=('python-pyenchant' 'ibus' 'aspell-en') -source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver"; -sgml_fix.patch) -sha512sums=('SKIP' - '930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880') - -prepare() { - cd ${pkgname} - - patch -p1 -i ../sgml_fix.patch -} - -build() { - cd $pkgname - - PYTHON=/usr/bin/python3 ./autogen.sh \ ---prefix=/usr \ ---libexecdir=/usr/lib/ibus - - make -} - -package() { - cd ${pkgname} - - make DESTDIR="${pkgdir}" install -} - Copied: ibus-table/repos/community-any/PKGBUILD (from rev 144014, ibus-table/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-10-15 01:59:59 UTC (rev 144015) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: coderoar +# Contributor: leemars +# Contributor: Daniel J Griffiths + +pkgname=ibus-table +pkgver=1.9.7 +pkgrel=1 +pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on' +arch=('any') +url="http://code.google.com/p/ibus/"; +license=('LGPL') +makedepends=('git' 'docbook2x' 'docbook-sgml') +depends=('python-pyenchant' 'ibus' 'aspell-en') +source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver"; +sgml_fix.patch) +sha512sums=('SKIP' + '930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880') + +prepare() { + cd ${pkgname} + + patch -p1 -i ../sgml_fix.patch +} + +build() { + cd $pkgname + + PYTHON=/usr/bin/python3 ./autogen.sh \ +--prefix=/usr \ +--libexecdir=/usr/lib/ibus + + make +} + +package() { + cd ${pkgname} + + make DESTDIR="${pkgdir}" install +} + Deleted: sgml_fix.patch === --- sgml_fix.patch 2015-10-15 01:59:38 UTC (rev 144014) +++ sgml_fix.patch 2015-10-15 01:59:59 UTC (rev 144015) @@ -1,24 +0,0 @@ -diff --git a/engine/Makefile.am b/engine/Makefile.am -index 1334876..1836439 100644 a/engine/Makefile.am -+++ b/engine/Makefile.am -@@ -21,6 +21,7 @@ - - DOC2MAN = docbook2man - SGML = ibus-table-createdb.sgml -+XML = ibus-table-createdb.xml - BUILT_MANS = ibus-table-createdb.1 - man_MANS = $(BUILT_MANS) - -@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \ - - ${man_MANS}: ${SGML} - $(AM_V_GEN) $(RM) $@; \ -- $(DOC2MAN) ${SGML}; \ -- $(RM) manpage.* -+ SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > ${XML}; \ -+ $(DOC2MAN) ${XML}; \ -+ $(RM) manpage.* ${XML} - - table.xml: table.xml.in - ( \ Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 144014, ibus-table/trunk/sgml_fix.patch) === --- sgml_fix.patch (rev 0) +++ sgml_fix.patch 2015-10-15 01:59:59 UTC (rev 144015) @@ -0,0 +1,24 @@ +diff --git a/engine/Makefile.am b/engine/Makefile.am +index 1334876..1836439 100644 +--- a/engine/Makefile.am b/engine/Makefile.am +@@ -21,6 +21,7 @@ + + DOC2MAN = docbook2man + SGML = ibus-table-createdb.sgml ++XML = ibus-table-createdb.xml + BUILT_MANS = ibus-table-createdb.1 + man_MANS = $(BUILT_MANS) + +@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \ + + ${man_MANS}: ${SGML} + $(AM_V_GEN) $(RM) $@; \ +- $(DOC2MAN) ${SGML}; \ +- $(RM) manpage.* ++ SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > ${XML}; \ ++ $(DOC2MAN) ${XML}; \ ++ $(RM) manpage.* ${XML} + + table.xml: table.xml.in + ( \
[arch-commits] Commit in ibus-table/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 03:59:38 Author: fyan Revision: 144014 upgpkg: ibus-table 1.9.7-1 Modified: ibus-table/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-15 01:44:15 UTC (rev 144013) +++ PKGBUILD2015-10-15 01:59:38 UTC (rev 144014) @@ -5,8 +5,8 @@ # Contributor: Daniel J Griffiths pkgname=ibus-table -pkgver=1.9.6 -pkgrel=2 +pkgver=1.9.7 +pkgrel=1 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on' arch=('any') url="http://code.google.com/p/ibus/";
[arch-commits] Commit in (jake jake/repos jake/trunk jake/trunk/PKGBUILD)
Date: Thursday, October 15, 2015 @ 03:43:56 Author: fyan Revision: 144012 addpkg: jake 8.0.12-1 Added: jake/ jake/repos/ jake/trunk/ jake/trunk/PKGBUILD --+ PKGBUILD | 20 1 file changed, 20 insertions(+) Added: jake/trunk/PKGBUILD === --- jake/trunk/PKGBUILD (rev 0) +++ jake/trunk/PKGBUILD 2015-10-15 01:43:56 UTC (rev 144012) @@ -0,0 +1,20 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=jake +pkgver=8.0.12 +pkgrel=1 +pkgdesc="JavaScript build tool, similar to Make or Rake" +arch=('any') +url="http://jakejs.com"; +license=('Apache') +depends=('nodejs') +makedepends=('npm') +source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";) +noextract=($pkgname-$pkgver.tgz) +md5sums=('3ecd463ba4b0d1f613694be389d9b9ad') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz + rm -r "$pkgdir"/usr/etc +} Property changes on: jake/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in jake/repos (community-any community-any/PKGBUILD)
Date: Thursday, October 15, 2015 @ 03:44:15 Author: fyan Revision: 144013 archrelease: copy trunk to community-any Added: jake/repos/community-any/ jake/repos/community-any/PKGBUILD (from rev 144012, jake/trunk/PKGBUILD) --+ PKGBUILD | 20 1 file changed, 20 insertions(+) Copied: jake/repos/community-any/PKGBUILD (from rev 144012, jake/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2015-10-15 01:44:15 UTC (rev 144013) @@ -0,0 +1,20 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=jake +pkgver=8.0.12 +pkgrel=1 +pkgdesc="JavaScript build tool, similar to Make or Rake" +arch=('any') +url="http://jakejs.com"; +license=('Apache') +depends=('nodejs') +makedepends=('npm') +source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";) +noextract=($pkgname-$pkgver.tgz) +md5sums=('3ecd463ba4b0d1f613694be389d9b9ad') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz + rm -r "$pkgdir"/usr/etc +}
[arch-commits] Commit in evemu/trunk (PKGBUILD)
Date: Thursday, October 15, 2015 @ 00:33:46 Author: anatolik Revision: 144011 upgpkg: evemu 2.3.1-1 Modified: evemu/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 20:14:32 UTC (rev 144010) +++ PKGBUILD2015-10-14 22:33:46 UTC (rev 144011) @@ -4,7 +4,7 @@ # Contributor: Damián Nohales pkgname=evemu -pkgver=2.2.0 +pkgver=2.3.1 pkgrel=1 pkgdesc='Tools and bindings for kernel input event device emulation and data capture and replay' arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(libevdev python2) source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires -sha1sums=('e2ab233d683160bcddf24d95637eed1c7fec5979' +sha1sums=('3f9f9ca195a9ca93857b0df952080679de95b7d7' 'SKIP') build() {
[arch-commits] Commit in gnome-online-accounts/repos (8 files)
Date: Wednesday, October 14, 2015 @ 23:28:27 Author: heftig Revision: 249340 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 249339, gnome-online-accounts/trunk/PKGBUILD) gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install (from rev 249339, gnome-online-accounts/trunk/gnome-online-accounts.install) gnome-online-accounts/repos/extra-x86_64/PKGBUILD (from rev 249339, gnome-online-accounts/trunk/PKGBUILD) gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install (from rev 249339, gnome-online-accounts/trunk/gnome-online-accounts.install) Deleted: gnome-online-accounts/repos/extra-i686/PKGBUILD gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install gnome-online-accounts/repos/extra-x86_64/PKGBUILD gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install + /PKGBUILD | 62 +++ /gnome-online-accounts.install | 24 ++ extra-i686/PKGBUILD| 31 - extra-i686/gnome-online-accounts.install | 12 - extra-x86_64/PKGBUILD | 31 - extra-x86_64/gnome-online-accounts.install | 12 - 6 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 21:27:21 UTC (rev 249339) +++ extra-i686/PKGBUILD 2015-10-14 21:28:27 UTC (rev 249340) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-online-accounts -pkgver=3.18.0 -pkgrel=3 -pkgdesc="GNOME service to access online accounts" -arch=(i686 x86_64) -url="http://www.gnome.org"; -license=('GPL') -depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') -makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') -optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)' -'gvfs-google: Google Drive') -install=$pkgname.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \ ---enable-media-server --enable-kerberos --enable-lastfm - make -} - -package() { - cd $pkgname-$pkgver - make -j1 DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 249339, gnome-online-accounts/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 21:28:27 UTC (rev 249340) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-online-accounts +pkgver=3.18.1 +pkgrel=1 +pkgdesc="GNOME service to access online accounts" +arch=(i686 x86_64) +url="http://www.gnome.org"; +license=('GPL') +depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') +makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') +optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)' +'gvfs-google: Google Drive') +install=$pkgname.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('6cde6b0966936c533447da8a23cade74de33b7dd6a801e1f8198b890e776c2c2') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \ +--enable-media-server --enable-kerberos --enable-lastfm + make +} + +package() { + cd $pkgname-$pkgver + make -j1 DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-i686/gnome-online-accounts.install === --- extra-i686/gnome-online-accounts.install2015-10-14 21:27:21 UTC (rev 249339) +++ extra-i686/gnome-online-accounts.install2015-10-14 21:28:27 UTC (rev 249340) @@ -1,12 +0,0 @@ -post_install () { -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install (from rev 249339, gnome-online-accounts/trunk/gnome-online-accounts.install) === --- extra-i686/gnome-online-accounts.install(rev 0) +++ extra-i686/gnome-online-accounts.install2015-10-14 21:28:27 UTC (rev 249340) @@ -0,0 +1,12 @@ +post_install () { +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +glib-compile-schemas /usr/share/glib-2.0/schemas +} +
[arch-commits] Commit in gnome-session/repos (12 files)
Date: Wednesday, October 14, 2015 @ 23:27:21 Author: heftig Revision: 249339 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-session/repos/extra-i686/PKGBUILD (from rev 249338, gnome-session/trunk/PKGBUILD) gnome-session/repos/extra-i686/gnome-session.install (from rev 249338, gnome-session/trunk/gnome-session.install) gnome-session/repos/extra-i686/timeout.patch (from rev 249338, gnome-session/trunk/timeout.patch) gnome-session/repos/extra-x86_64/PKGBUILD (from rev 249338, gnome-session/trunk/PKGBUILD) gnome-session/repos/extra-x86_64/gnome-session.install (from rev 249338, gnome-session/trunk/gnome-session.install) gnome-session/repos/extra-x86_64/timeout.patch (from rev 249338, gnome-session/trunk/timeout.patch) Deleted: gnome-session/repos/extra-i686/PKGBUILD gnome-session/repos/extra-i686/gnome-session.install gnome-session/repos/extra-i686/timeout.patch gnome-session/repos/extra-x86_64/PKGBUILD gnome-session/repos/extra-x86_64/gnome-session.install gnome-session/repos/extra-x86_64/timeout.patch + /PKGBUILD | 78 +++ /gnome-session.install | 24 ++ /timeout.patch | 48 + extra-i686/PKGBUILD| 39 - extra-i686/gnome-session.install | 12 - extra-i686/timeout.patch | 24 -- extra-x86_64/PKGBUILD | 39 - extra-x86_64/gnome-session.install | 12 - extra-x86_64/timeout.patch | 24 -- 9 files changed, 150 insertions(+), 150 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 21:26:22 UTC (rev 249338) +++ extra-i686/PKGBUILD 2015-10-14 21:27:21 UTC (rev 249339) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=gnome-session -pkgver=3.18.0 -pkgrel=1 -pkgdesc="The GNOME Session Handler" -arch=(i686 x86_64) -license=(GPL LGPL) -depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop - json-glib libgl libsm libxtst systemd) -makedepends=(intltool mesa gtk-doc xtrans) -options=('!emptydirs') -install=gnome-session.install -url="http://www.gnome.org"; -groups=(gnome) -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz -timeout.patch) -sha256sums=('ba23d0e41e90f238103835603eded0f30a7cc56506b68168899377785aec706f' -'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc') - -prepare() { - cd $pkgname-$pkgver - - # Increase timeout, for slow machines - patch -Np1 -i ../timeout.patch -} -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --libexecdir=/usr/lib/gnome-session \ - --disable-schemas-compile --enable-systemd --disable-gconf - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-session/repos/extra-i686/PKGBUILD (from rev 249338, gnome-session/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 21:27:21 UTC (rev 249339) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-session +pkgver=3.18.1.1 +pkgrel=1 +pkgdesc="The GNOME Session Handler" +arch=(i686 x86_64) +license=(GPL LGPL) +depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop + json-glib libgl libsm libxtst systemd) +makedepends=(intltool mesa gtk-doc xtrans) +options=('!emptydirs') +install=gnome-session.install +url="http://www.gnome.org"; +groups=(gnome) +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz +timeout.patch) +sha256sums=('a5ccaafcb5c485b41052d1e067d0eced171b76cbc691a4771bddbfc7c28f05d2' +'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc') + +prepare() { + cd $pkgname-$pkgver + + # Increase timeout, for slow machines + patch -Np1 -i ../timeout.patch +} +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib/gnome-session \ + --disable-schemas-compile --enable-systemd --disable-gconf + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/gnome-session.install === --- extra-i686/gnome-session.install2015-10-14 21:26:22 UTC (rev 249338) +++ extra-i686/gnome-session.install2015-10-14 21:27:21 UTC (rev 249339) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { -
[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 23:26:22 Author: heftig Revision: 249338 3.18.1 Modified: gnome-online-accounts/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 21:26:18 UTC (rev 249337) +++ PKGBUILD2015-10-14 21:26:22 UTC (rev 249338) @@ -2,8 +2,8 @@ # Maintainer: Ionut Biru pkgname=gnome-online-accounts -pkgver=3.18.0 -pkgrel=3 +pkgver=3.18.1 +pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) url="http://www.gnome.org"; @@ -14,7 +14,7 @@ 'gvfs-google: Google Drive') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34') +sha256sums=('6cde6b0966936c533447da8a23cade74de33b7dd6a801e1f8198b890e776c2c2') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-session/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 23:26:18 Author: heftig Revision: 249337 3.18.1.1 Modified: gnome-session/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 19:05:36 UTC (rev 249336) +++ PKGBUILD2015-10-14 21:26:18 UTC (rev 249337) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-session -pkgver=3.18.0 +pkgver=3.18.1.1 pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) @@ -14,9 +14,9 @@ install=gnome-session.install url="http://www.gnome.org"; groups=(gnome) -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz timeout.patch) -sha256sums=('ba23d0e41e90f238103835603eded0f30a7cc56506b68168899377785aec706f' +sha256sums=('a5ccaafcb5c485b41052d1e067d0eced171b76cbc691a4771bddbfc7c28f05d2' '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc') prepare() {
[arch-commits] Commit in subsurface-marble/repos (10 files)
Date: Wednesday, October 14, 2015 @ 22:14:32 Author: bisson Revision: 144010 db-move: moved subsurface-marble from [community-staging] to [community] (i686, x86_64) Added: subsurface-marble/repos/community-i686/PKGBUILD (from rev 144009, subsurface-marble/repos/community-staging-i686/PKGBUILD) subsurface-marble/repos/community-i686/qt55.patch (from rev 144009, subsurface-marble/repos/community-staging-i686/qt55.patch) subsurface-marble/repos/community-x86_64/PKGBUILD (from rev 144009, subsurface-marble/repos/community-staging-x86_64/PKGBUILD) subsurface-marble/repos/community-x86_64/qt55.patch (from rev 144009, subsurface-marble/repos/community-staging-x86_64/qt55.patch) Deleted: subsurface-marble/repos/community-i686/PKGBUILD subsurface-marble/repos/community-i686/qt55.patch subsurface-marble/repos/community-staging-i686/ subsurface-marble/repos/community-staging-x86_64/ subsurface-marble/repos/community-x86_64/PKGBUILD subsurface-marble/repos/community-x86_64/qt55.patch -+ /PKGBUILD | 96 ++ /qt55.patch | 596 ++ community-i686/PKGBUILD | 54 --- community-i686/qt55.patch | 298 - community-x86_64/PKGBUILD | 54 --- community-x86_64/qt55.patch | 298 - 6 files changed, 692 insertions(+), 704 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 144009:144010 to see the changes.
[arch-commits] Commit in subsurface/repos (12 files)
Date: Wednesday, October 14, 2015 @ 22:14:30 Author: bisson Revision: 144008 db-move: moved subsurface from [community-staging] to [community] (i686, x86_64) Added: subsurface/repos/community-i686/PKGBUILD (from rev 144007, subsurface/repos/community-staging-i686/PKGBUILD) subsurface/repos/community-i686/install (from rev 144007, subsurface/repos/community-staging-i686/install) subsurface/repos/community-x86_64/PKGBUILD (from rev 144007, subsurface/repos/community-staging-x86_64/PKGBUILD) subsurface/repos/community-x86_64/install (from rev 144007, subsurface/repos/community-staging-x86_64/install) Deleted: subsurface/repos/community-i686/PKGBUILD subsurface/repos/community-i686/install subsurface/repos/community-i686/libgit2.patch subsurface/repos/community-staging-i686/ subsurface/repos/community-staging-x86_64/ subsurface/repos/community-x86_64/PKGBUILD subsurface/repos/community-x86_64/install subsurface/repos/community-x86_64/libgit2.patch + /PKGBUILD | 82 +++ /install | 22 ++ community-i686/PKGBUILD| 40 --- community-i686/install | 11 - community-i686/libgit2.patch | 19 - community-x86_64/PKGBUILD | 40 --- community-x86_64/install | 11 - community-x86_64/libgit2.patch | 19 - 8 files changed, 104 insertions(+), 140 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-14 20:05:16 UTC (rev 144007) +++ community-i686/PKGBUILD 2015-10-14 20:14:30 UTC (rev 144008) @@ -1,40 +0,0 @@ -# $Id$ -# Contributor: Francois Boulogne -# Maintainer: Gaetan Bisson - -pkgname=subsurface -_pkgname=Subsurface -pkgver=4.4.2 -pkgrel=2 -pkgdesc='Divelog program' -url='http://subsurface-divelog.org/' -license=('GPL2') -arch=('i686' 'x86_64') -depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' - 'subsurface-libdc' 'subsurface-marble') -source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz"; -'libgit2.patch') -sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea' - 'd36e5d3182254a0a5d1940308a7878febdcfdef8') - -install=install - -prepare() { - cd "${srcdir}/${_pkgname}-${pkgver}" - patch -p1 -i ../libgit2.patch -} - -build() { - cd "${srcdir}/${_pkgname}-${pkgver}" - qmake-qt5 \ - -config release \ - SPECIAL_MARBLE_PREFIX=1 \ - INCLUDEPATH+='/usr/include/subsurface' \ - - make -} - -package() { - cd "${srcdir}/${_pkgname}-${pkgver}" - make INSTALL_ROOT="${pkgdir}" install -} Copied: subsurface/repos/community-i686/PKGBUILD (from rev 144007, subsurface/repos/community-staging-i686/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-14 20:14:30 UTC (rev 144008) @@ -0,0 +1,41 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface +_pkgname=Subsurface +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Divelog program' +url='http://subsurface-divelog.org/' +license=('GPL2') +arch=('i686' 'x86_64') +makedepends=('cmake' 'asciidoc') +depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' + 'subsurface-libdc' 'subsurface-marble' + 'qt5-connectivity' 'grantlee-qt5') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1') + +install=install + +prepare() { + cd "${srcdir}/${_pkgname}-${pkgver}" + sed 's:/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} Copied: subsurface/repos/community-i686/install (from rev 144007, subsurface/repos/community-staging-i686/install) === --- community-i686/install (rev 0) +++ community-i686/install 2015-10-14 20:14:30 UTC (rev 144008) @@ -0,0 +1,11 @@ +post_upgrade() { + type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} Deleted: community-i686/libgit2.patch === --- community-i686/libgit2.patch2015-10-14 20:05:16 UTC (rev 144007) +++ community-i686/libgit2.patch2015-10-14 20:14:30 UTC (rev 144008) @@ -1,19 +0,0 @@ -diff -Naur old/save-git.c new/save-git.c old/save-git.c 2015-05-04 07:59:10.0 -1000 -+++ new/save-git.c 2015-08-28 15:33:01.298869918 -1000 -@@ -34,6 +34,15 @@ -
[arch-commits] Commit in subsurface-libdc/repos (6 files)
Date: Wednesday, October 14, 2015 @ 22:14:31 Author: bisson Revision: 144009 db-move: moved subsurface-libdc from [community-staging] to [community] (i686, x86_64) Added: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 144008, subsurface-libdc/repos/community-staging-i686/PKGBUILD) subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 144008, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD) Deleted: subsurface-libdc/repos/community-i686/PKGBUILD subsurface-libdc/repos/community-staging-i686/ subsurface-libdc/repos/community-staging-x86_64/ subsurface-libdc/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 66 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 66 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-14 20:14:30 UTC (rev 144008) +++ community-i686/PKGBUILD 2015-10-14 20:14:31 UTC (rev 144009) @@ -1,34 +0,0 @@ -# $Id$ -# Contributor: Francois Boulogne -# Maintainer: Gaetan Bisson - -pkgname=subsurface-libdc -_pkgname=libdc -pkgver=4.4.1 -pkgrel=1 -pkgdesc='Library for communication with dive computers' -url='http://git.subsurface-divelog.org/' -license=('LGPL') -arch=('i686' 'x86_64') -makedepends=('git') -source=("git://subsurface-divelog.org/libdc#commit=71cb47287de262d8dc5ecd9d88946d46fbf96f00") -sha1sums=('SKIP') - -conflicts=('libdivecomputer') -provides=('libdivecomputer') -replaces=('libdivecomputer') - -build() { - cd "${srcdir}/${_pkgname}" - autoreconf --install - ./configure \ - --prefix=/usr \ - --program-prefix="${_pkgname}-" \ - - make -} - -package() { - cd "${srcdir}/${_pkgname}" - make DESTDIR="${pkgdir}" install -} Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 144008, subsurface-libdc/repos/community-staging-i686/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-14 20:14:31 UTC (rev 144009) @@ -0,0 +1,33 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface-libdc +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Library for communication with dive computers' +url='http://git.subsurface-divelog.org/' +license=('LGPL') +arch=('i686' 'x86_64') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee') + +conflicts=('libdivecomputer') +provides=('libdivecomputer') +replaces=('libdivecomputer') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + autoreconf --install + ./configure \ + --prefix=/usr \ + --program-prefix=libdc- \ + + make +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-10-14 20:14:30 UTC (rev 144008) +++ community-x86_64/PKGBUILD 2015-10-14 20:14:31 UTC (rev 144009) @@ -1,34 +0,0 @@ -# $Id$ -# Contributor: Francois Boulogne -# Maintainer: Gaetan Bisson - -pkgname=subsurface-libdc -_pkgname=libdc -pkgver=4.4.1 -pkgrel=1 -pkgdesc='Library for communication with dive computers' -url='http://git.subsurface-divelog.org/' -license=('LGPL') -arch=('i686' 'x86_64') -makedepends=('git') -source=("git://subsurface-divelog.org/libdc#commit=71cb47287de262d8dc5ecd9d88946d46fbf96f00") -sha1sums=('SKIP') - -conflicts=('libdivecomputer') -provides=('libdivecomputer') -replaces=('libdivecomputer') - -build() { - cd "${srcdir}/${_pkgname}" - autoreconf --install - ./configure \ - --prefix=/usr \ - --program-prefix="${_pkgname}-" \ - - make -} - -package() { - cd "${srcdir}/${_pkgname}" - make DESTDIR="${pkgdir}" install -} Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 144008, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-10-14 20:14:31 UTC (rev 144009) @@ -0,0 +1,33 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface-libdc +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Library for communication with dive computers' +url='http://git.subsurface-divelog.org/' +license=('LGPL') +arch=('i686' 'x86_64') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('655aa6254e
[arch-commits] Commit in subsurface/trunk (PKGBUILD libgit2.patch)
Date: Wednesday, October 14, 2015 @ 22:04:43 Author: bisson Revision: 144006 upstream update Modified: subsurface/trunk/PKGBUILD Deleted: subsurface/trunk/libgit2.patch ---+ PKGBUILD | 29 +++-- libgit2.patch | 19 --- 2 files changed, 15 insertions(+), 33 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 19:41:55 UTC (rev 144005) +++ PKGBUILD2015-10-14 20:04:43 UTC (rev 144006) @@ -4,37 +4,38 @@ pkgname=subsurface _pkgname=Subsurface -pkgver=4.4.2 -pkgrel=2 +pkgver=4.5.0 +pkgrel=1 pkgdesc='Divelog program' url='http://subsurface-divelog.org/' license=('GPL2') arch=('i686' 'x86_64') +makedepends=('cmake' 'asciidoc') depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' - 'subsurface-libdc' 'subsurface-marble') -source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz"; -'libgit2.patch') -sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea' - 'd36e5d3182254a0a5d1940308a7878febdcfdef8') + 'subsurface-libdc' 'subsurface-marble' + 'qt5-connectivity' 'grantlee-qt5') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1') install=install prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" - patch -p1 -i ../libgit2.patch + sed 's:= 23) -+ #define git_branch_create(out, repo, branch_name, target, force, signature, log_message) \ -+ git_branch_create(out, repo, branch_name, target, force) -+ #define git_reference_set_target(out, ref, id, author, log_message) \ -+ git_reference_set_target(out, ref, id, log_message) -+#endif - - #define VA_BUF(b, fmt) do { va_list args; va_start(args, fmt); put_vformat(b, fmt, args); va_end(args); } while (0) -
[arch-commits] Commit in subsurface/repos (6 files)
Date: Wednesday, October 14, 2015 @ 22:05:16 Author: bisson Revision: 144007 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: subsurface/repos/community-staging-i686/ subsurface/repos/community-staging-i686/PKGBUILD (from rev 144006, subsurface/trunk/PKGBUILD) subsurface/repos/community-staging-i686/install (from rev 144006, subsurface/trunk/install) subsurface/repos/community-staging-x86_64/ subsurface/repos/community-staging-x86_64/PKGBUILD (from rev 144006, subsurface/trunk/PKGBUILD) subsurface/repos/community-staging-x86_64/install (from rev 144006, subsurface/trunk/install) ---+ community-staging-i686/PKGBUILD | 41 community-staging-i686/install| 11 + community-staging-x86_64/PKGBUILD | 41 community-staging-x86_64/install | 11 + 4 files changed, 104 insertions(+) Copied: subsurface/repos/community-staging-i686/PKGBUILD (from rev 144006, subsurface/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-14 20:05:16 UTC (rev 144007) @@ -0,0 +1,41 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface +_pkgname=Subsurface +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Divelog program' +url='http://subsurface-divelog.org/' +license=('GPL2') +arch=('i686' 'x86_64') +makedepends=('cmake' 'asciidoc') +depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' + 'subsurface-libdc' 'subsurface-marble' + 'qt5-connectivity' 'grantlee-qt5') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1') + +install=install + +prepare() { + cd "${srcdir}/${_pkgname}-${pkgver}" + sed 's:/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} Copied: subsurface/repos/community-staging-x86_64/PKGBUILD (from rev 144006, subsurface/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-14 20:05:16 UTC (rev 144007) @@ -0,0 +1,41 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface +_pkgname=Subsurface +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Divelog program' +url='http://subsurface-divelog.org/' +license=('GPL2') +arch=('i686' 'x86_64') +makedepends=('cmake' 'asciidoc') +depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2' + 'subsurface-libdc' 'subsurface-marble' + 'qt5-connectivity' 'grantlee-qt5') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('1e5e72076d329b8283d4871609af080b787c71f1') + +install=install + +prepare() { + cd "${srcdir}/${_pkgname}-${pkgver}" + sed 's:/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +}
[arch-commits] Commit in subsurface-libdc/repos (4 files)
Date: Wednesday, October 14, 2015 @ 21:41:46 Author: bisson Revision: 144004 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: subsurface-libdc/repos/community-staging-i686/ subsurface-libdc/repos/community-staging-i686/PKGBUILD (from rev 144003, subsurface-libdc/trunk/PKGBUILD) subsurface-libdc/repos/community-staging-x86_64/ subsurface-libdc/repos/community-staging-x86_64/PKGBUILD (from rev 144003, subsurface-libdc/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 33 + community-staging-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: subsurface-libdc/repos/community-staging-i686/PKGBUILD (from rev 144003, subsurface-libdc/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-14 19:41:46 UTC (rev 144004) @@ -0,0 +1,33 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface-libdc +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Library for communication with dive computers' +url='http://git.subsurface-divelog.org/' +license=('LGPL') +arch=('i686' 'x86_64') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee') + +conflicts=('libdivecomputer') +provides=('libdivecomputer') +replaces=('libdivecomputer') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + autoreconf --install + ./configure \ + --prefix=/usr \ + --program-prefix=libdc- \ + + make +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: subsurface-libdc/repos/community-staging-x86_64/PKGBUILD (from rev 144003, subsurface-libdc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-10-14 19:41:46 UTC (rev 144004) @@ -0,0 +1,33 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface-libdc +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Library for communication with dive computers' +url='http://git.subsurface-divelog.org/' +license=('LGPL') +arch=('i686' 'x86_64') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee') + +conflicts=('libdivecomputer') +provides=('libdivecomputer') +replaces=('libdivecomputer') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + autoreconf --install + ./configure \ + --prefix=/usr \ + --program-prefix=libdc- \ + + make +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in subsurface-marble/trunk (qt55.patch)
Date: Wednesday, October 14, 2015 @ 21:41:55 Author: bisson Revision: 144005 remove unneeded patch Deleted: subsurface-marble/trunk/qt55.patch + qt55.patch | 298 --- 1 file changed, 298 deletions(-) Deleted: qt55.patch === --- qt55.patch 2015-10-14 19:41:46 UTC (rev 144004) +++ qt55.patch 2015-10-14 19:41:55 UTC (rev 144005) @@ -1,298 +0,0 @@ -From: Anke Boersma -Date: Sun, 28 Jun 2015 15:46:06 + (+0200) -Subject: Fix compilation with Qt 5.5 -X-Git-Url: http://git.subsurface-divelog.org/?p=marble.git;a=commitdiff_plain;h=11c7e96e96c11ae24a485ce34f95925365acc4f4 - -Fix compilation with Qt 5.5 - -(cherry picked from commit 92748d6ad115879b38fc3034a0c244b594ca3ba9) - -diff --git a/src/lib/marble/DiscCache.cpp b/src/lib/marble/DiscCache.cpp -index d6199e6..c7bcc0d 100644 a/src/lib/marble/DiscCache.cpp -+++ b/src/lib/marble/DiscCache.cpp -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - - using namespace Marble; - -diff --git a/src/lib/marble/geodata/data/GeoDataCoordinates.cpp b/src/lib/marble/geodata/data/GeoDataCoordinates.cpp -index 94cda07..d1616fe 100644 a/src/lib/marble/geodata/data/GeoDataCoordinates.cpp -+++ b/src/lib/marble/geodata/data/GeoDataCoordinates.cpp -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - - #include "MarbleGlobal.h" - #include "MarbleDebug.h" -diff --git a/src/lib/marble/geodata/data/GeoDataGeometry.cpp b/src/lib/marble/geodata/data/GeoDataGeometry.cpp -index d0206ee..527ba4f 100644 a/src/lib/marble/geodata/data/GeoDataGeometry.cpp -+++ b/src/lib/marble/geodata/data/GeoDataGeometry.cpp -@@ -21,6 +21,8 @@ - - #include "MarbleDebug.h" - -+#include -+ - - namespace Marble - { -diff --git a/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp b/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp -index 1ec0c78..eb96091 100644 a/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp -+++ b/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp -@@ -12,6 +12,7 @@ - #include "GeoDataLabelStyle.h" - - #include -+#include - - #include "GeoDataTypes.h" - -diff --git a/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp b/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp -index f0bbe6b..54a25bc 100644 a/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp -+++ b/src/lib/marble/geodata/data/GeoDataLatLonAltBox.cpp -@@ -18,6 +18,8 @@ - - #include "GeoDataTypes.h" - -+#include -+ - namespace Marble - { - -diff --git a/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp b/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp -index 5dd7834..ac2c635 100644 a/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp -+++ b/src/lib/marble/geodata/data/GeoDataLatLonBox.cpp -@@ -18,6 +18,8 @@ - - #include "GeoDataTypes.h" - -+#include -+ - namespace Marble - { - -diff --git a/src/lib/marble/geodata/data/GeoDataLineString.cpp b/src/lib/marble/geodata/data/GeoDataLineString.cpp -index 8864518..e210f60 100644 a/src/lib/marble/geodata/data/GeoDataLineString.cpp -+++ b/src/lib/marble/geodata/data/GeoDataLineString.cpp -@@ -18,6 +18,8 @@ - #include "Quaternion.h" - #include "MarbleDebug.h" - -+#include -+ - - namespace Marble - { -diff --git a/src/lib/marble/geodata/data/GeoDataLineStyle.cpp b/src/lib/marble/geodata/data/GeoDataLineStyle.cpp -index 2e54493..e2817d2 100644 a/src/lib/marble/geodata/data/GeoDataLineStyle.cpp -+++ b/src/lib/marble/geodata/data/GeoDataLineStyle.cpp -@@ -13,6 +13,8 @@ - - #include "GeoDataTypes.h" - -+#include -+ - namespace Marble - { - -diff --git a/src/lib/marble/geodata/data/GeoDataMultiGeometry.cpp b/src/lib/marble/geodata/data/GeoDataMultiGeometry.cpp -index 15e8ebe..8dcdfcf 100644 a/src/lib/marble/geodata/data/GeoDataMultiGeometry.cpp -+++ b/src/lib/marble/geodata/data/GeoDataMultiGeometry.cpp -@@ -19,6 +19,8 @@ - - #include "MarbleDebug.h" - -+#include -+ - - namespace Marble - { -diff --git a/src/lib/marble/geodata/data/GeoDataMultiTrack.cpp b/src/lib/marble/geodata/data/GeoDataMultiTrack.cpp -index 57f35e5..667cefd 100644 a/src/lib/marble/geodata/data/GeoDataMultiTrack.cpp -+++ b/src/lib/marble/geodata/data/GeoDataMultiTrack.cpp -@@ -18,6 +18,8 @@ - - #include "MarbleDebug.h" - -+#include -+ - - namespace Marble - { -diff --git a/src/lib/marble/geodata/data/GeoDataPolyStyle.cpp b/src/lib/marble/geodata/data/GeoDataPolyStyle.cpp -index 4c5df09..e9fc307 100644 a/src/lib/marble/geodata/data/GeoDataPolyStyle.cpp -+++ b/src/lib/marble/geodata/data/GeoDataPolyStyle.cpp -@@ -13,6 +13,8 @@ - - #include "GeoDataTypes.h" - -+#include -+ - namespace Marble - { - -diff --git a/src/lib/marble/geodata/data/GeoDataPolygon.cpp b/src/lib/marble/geodata/data/GeoDataPolygon.cpp -index 9ae7091..b20cb3c 100644 a/src/lib/marble/geodata/data/GeoDataPolygon.cpp -+++ b/src/lib/marble/geodata/data/GeoDataPolygon.cpp -@@ -15
[arch-commits] Commit in subsurface-libdc/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 21:41:24 Author: bisson Revision: 144003 upstream update Modified: subsurface-libdc/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 19:38:38 UTC (rev 144002) +++ PKGBUILD2015-10-14 19:41:24 UTC (rev 144003) @@ -3,15 +3,15 @@ # Maintainer: Gaetan Bisson pkgname=subsurface-libdc -_pkgname=libdc -pkgver=4.4.1 +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.0 pkgrel=1 pkgdesc='Library for communication with dive computers' url='http://git.subsurface-divelog.org/' license=('LGPL') arch=('i686' 'x86_64') -source=("http://subsurface-divelog.org/downloads/${pkgname}-${pkgver}.tgz";) -sha1sums=('9bd54156dfe4de408092d844955d7a782ab007a6') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('655aa6254e709e675708483d03e3aefbfc8cefee') conflicts=('libdivecomputer') provides=('libdivecomputer') @@ -18,16 +18,16 @@ replaces=('libdivecomputer') build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${_pkgname}-${pkgver}" autoreconf --install ./configure \ --prefix=/usr \ - --program-prefix="${_pkgname}-" \ + --program-prefix=libdc- \ make } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in subsurface-marble/repos (6 files)
Date: Wednesday, October 14, 2015 @ 21:38:38 Author: bisson Revision: 144002 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: subsurface-marble/repos/community-staging-i686/ subsurface-marble/repos/community-staging-i686/PKGBUILD (from rev 144001, subsurface-marble/trunk/PKGBUILD) subsurface-marble/repos/community-staging-i686/qt55.patch (from rev 144001, subsurface-marble/trunk/qt55.patch) subsurface-marble/repos/community-staging-x86_64/ subsurface-marble/repos/community-staging-x86_64/PKGBUILD (from rev 144001, subsurface-marble/trunk/PKGBUILD) subsurface-marble/repos/community-staging-x86_64/qt55.patch (from rev 144001, subsurface-marble/trunk/qt55.patch) -+ community-staging-i686/PKGBUILD | 48 + community-staging-i686/qt55.patch | 298 ++ community-staging-x86_64/PKGBUILD | 48 + community-staging-x86_64/qt55.patch | 298 ++ 4 files changed, 692 insertions(+) Copied: subsurface-marble/repos/community-staging-i686/PKGBUILD (from rev 144001, subsurface-marble/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-10-14 19:38:38 UTC (rev 144002) @@ -0,0 +1,48 @@ +# $Id$ +# Contributor: Francois Boulogne +# Maintainer: Gaetan Bisson + +pkgname=subsurface-marble +_pkgname=marble-subsurface-branch +pkgver=4.5.0 +pkgrel=1 +pkgdesc='Virtual Globe' +url='http://git.subsurface-divelog.org/' +license=('GPL' 'LGPL' 'FDL') +arch=('i686' 'x86_64') +makedepends=('cmake' 'git') +depends=('qt5-'{script,svg,tools,webkit} 'marble-data') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('492a2a9b3afacc6e36be15721cfaa103710fd4e3') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DQT5BUILD=ON \ + -DQTONLY=ON \ + -DBUILD_MARBLE_APPS=OFF \ + -DBUILD_MARBLE_EXAMPLES=OFF \ + -DBUILD_MARBLE_TESTS=OFF \ + -DBUILD_MARBLE_TOOLS=OFF \ + -DBUILD_TESTING=OFF \ + -DWITH_DESIGNER_PLUGIN=OFF \ + -DBUILD_WITH_DBUS=OFF \ + . +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + cd "${pkgdir}/usr" + mv include subsurface + install -d include + mv subsurface include +rm -fr share/{appdata,icons} + + # Provided by marble-data, avoids conflicts. + rm share/marble/cmake/FindMarble.cmake + rm -fr share/marble/data +} Copied: subsurface-marble/repos/community-staging-i686/qt55.patch (from rev 144001, subsurface-marble/trunk/qt55.patch) === --- community-staging-i686/qt55.patch (rev 0) +++ community-staging-i686/qt55.patch 2015-10-14 19:38:38 UTC (rev 144002) @@ -0,0 +1,298 @@ +From: Anke Boersma +Date: Sun, 28 Jun 2015 15:46:06 + (+0200) +Subject: Fix compilation with Qt 5.5 +X-Git-Url: http://git.subsurface-divelog.org/?p=marble.git;a=commitdiff_plain;h=11c7e96e96c11ae24a485ce34f95925365acc4f4 + +Fix compilation with Qt 5.5 + +(cherry picked from commit 92748d6ad115879b38fc3034a0c244b594ca3ba9) +--- + +diff --git a/src/lib/marble/DiscCache.cpp b/src/lib/marble/DiscCache.cpp +index d6199e6..c7bcc0d 100644 +--- a/src/lib/marble/DiscCache.cpp b/src/lib/marble/DiscCache.cpp +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + using namespace Marble; + +diff --git a/src/lib/marble/geodata/data/GeoDataCoordinates.cpp b/src/lib/marble/geodata/data/GeoDataCoordinates.cpp +index 94cda07..d1616fe 100644 +--- a/src/lib/marble/geodata/data/GeoDataCoordinates.cpp b/src/lib/marble/geodata/data/GeoDataCoordinates.cpp +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "MarbleGlobal.h" + #include "MarbleDebug.h" +diff --git a/src/lib/marble/geodata/data/GeoDataGeometry.cpp b/src/lib/marble/geodata/data/GeoDataGeometry.cpp +index d0206ee..527ba4f 100644 +--- a/src/lib/marble/geodata/data/GeoDataGeometry.cpp b/src/lib/marble/geodata/data/GeoDataGeometry.cpp +@@ -21,6 +21,8 @@ + + #include "MarbleDebug.h" + ++#include ++ + + namespace Marble + { +diff --git a/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp b/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp +index 1ec0c78..eb96091 100644 +--- a/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp b/src/lib/marble/geodata/data/GeoDataLabelStyle.cpp +@@ -12,6 +12,7 @@ + #include "GeoDataLabelStyle.h" + + #include ++#include + + #include "GeoDataTypes.h" + +diff --git a/src/lib/marble/geodata/data/GeoDataL
[arch-commits] Commit in subsurface-marble/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 21:38:11 Author: bisson Revision: 144001 upstream update Modified: subsurface-marble/trunk/PKGBUILD --+ PKGBUILD | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 19:20:05 UTC (rev 144000) +++ PKGBUILD2015-10-14 19:38:11 UTC (rev 144001) @@ -3,26 +3,20 @@ # Maintainer: Gaetan Bisson pkgname=subsurface-marble -pkgver=4.4.1 -pkgrel=3 +_pkgname=marble-subsurface-branch +pkgver=4.5.0 +pkgrel=1 pkgdesc='Virtual Globe' url='http://git.subsurface-divelog.org/' license=('GPL' 'LGPL' 'FDL') arch=('i686' 'x86_64') -makedepends=('cmake') +makedepends=('cmake' 'git') depends=('qt5-'{script,svg,tools,webkit} 'marble-data') -source=("http://subsurface-divelog.org/downloads/${pkgname}-${pkgver}.tgz"; -'qt55.patch') -sha1sums=('4867a8219cd2dcf478414ad91ff4479ad2afc1a3' - 'ae862f9a740b4ccffb7a20f7c3711798e90cec14') +source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";) +sha1sums=('492a2a9b3afacc6e36be15721cfaa103710fd4e3') -prepare() { - cd "${srcdir}/${pkgname}" - patch -p1 -i ../qt55.patch -} - build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${_pkgname}-${pkgver}" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ @@ -39,7 +33,7 @@ } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install cd "${pkgdir}/usr"
[arch-commits] Commit in jmol/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 14, 2015 @ 21:20:05 Author: arojas Revision: 144000 archrelease: copy trunk to community-any Added: jmol/repos/community-any/PKGBUILD (from rev 143999, jmol/trunk/PKGBUILD) Deleted: jmol/repos/community-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-10-14 19:19:23 UTC (rev 143999) +++ PKGBUILD2015-10-14 19:20:05 UTC (rev 144000) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: James Spencer - -pkgname=jmol -pkgver=14.2.15 -_pkgver=14.2.15_2015.07.09 -pkgrel=1 -pkgdesc="a Java 3D viewer for chemical structures" -arch=(any) -url="http://jmol.sourceforge.net"; -license=(LGPL) -depends=(java-runtime) -makedepends=(unzip) -source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.2/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";) -sha1sums=('e0b0813e3a4bfa6c49bdc988051963389508e89e') - -package() { - cd $pkgname-$_pkgver - - mkdir -p "$pkgdir"/usr/share/$pkgname - mkdir -p "$pkgdir"/usr/bin - - unzip jsmol.zip -d "$pkgdir"/usr/share/ - rm jsmol.zip - - cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname - ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname -} Copied: jmol/repos/community-any/PKGBUILD (from rev 143999, jmol/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-10-14 19:20:05 UTC (rev 144000) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: James Spencer + +pkgname=jmol +pkgver=14.4.0 +_pkgver=14.4.0_2015.10.13 +pkgrel=1 +pkgdesc="a Java 3D viewer for chemical structures" +arch=(any) +url="http://jmol.sourceforge.net"; +license=(LGPL) +depends=(java-runtime) +makedepends=(unzip) +source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";) +sha1sums=('23f80c993783d0dd0ae071330033e56df9215848') + +package() { + cd $pkgname-$_pkgver + + mkdir -p "$pkgdir"/usr/share/$pkgname + mkdir -p "$pkgdir"/usr/bin + + unzip jsmol.zip -d "$pkgdir"/usr/share/ + rm jsmol.zip + + cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname + ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname +}
[arch-commits] Commit in jmol/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 21:19:23 Author: arojas Revision: 143999 Update to 14.4.0 Modified: jmol/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 19:15:51 UTC (rev 143998) +++ PKGBUILD2015-10-14 19:19:23 UTC (rev 143999) @@ -3,8 +3,8 @@ # Contributor: James Spencer pkgname=jmol -pkgver=14.2.15 -_pkgver=14.2.15_2015.07.09 +pkgver=14.4.0 +_pkgver=14.4.0_2015.10.13 pkgrel=1 pkgdesc="a Java 3D viewer for chemical structures" arch=(any) @@ -12,8 +12,8 @@ license=(LGPL) depends=(java-runtime) makedepends=(unzip) -source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.2/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";) -sha1sums=('e0b0813e3a4bfa6c49bdc988051963389508e89e') +source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz";) +sha1sums=('23f80c993783d0dd0ae071330033e56df9215848') package() { cd $pkgname-$_pkgver
[arch-commits] Commit in python-rpy2/repos (4 files)
Date: Wednesday, October 14, 2015 @ 21:15:51 Author: arojas Revision: 143998 archrelease: copy trunk to community-i686, community-x86_64 Added: python-rpy2/repos/community-i686/PKGBUILD (from rev 143997, python-rpy2/trunk/PKGBUILD) python-rpy2/repos/community-x86_64/PKGBUILD (from rev 143997, python-rpy2/trunk/PKGBUILD) Deleted: python-rpy2/repos/community-i686/PKGBUILD python-rpy2/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 80 community-i686/PKGBUILD | 40 -- community-x86_64/PKGBUILD | 40 -- 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-14 19:15:01 UTC (rev 143997) +++ community-i686/PKGBUILD 2015-10-14 19:15:51 UTC (rev 143998) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Oliver Sherouse -# Contributor: David Scholl -# Contributor: David Pretty - -pkgbase=python-rpy2 -pkgname=(python2-rpy2 python-rpy2) -pkgver=2.7.0 -pkgrel=2 -pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." -arch=(i686 x86_64) -url="http://rpy.sourceforge.net/"; -license=(MPL GPL LGPL) -makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r) -source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";) -md5sums=('afd9ea81a03640b60240b7d53518e652') - -prepare() { - cd rpy2-$pkgver - sed -i "s:Rlapack:lapack:" setup.py - sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py - sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py -} - -package_python2-rpy2() { - depends=(python2-numpy r python2-singledispatch) - cd rpy2-$pkgver - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i "$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py -} - -package_python-rpy2() { - depends=(python-numpy r) - cd rpy2-$pkgver - - python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 -} - Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 143997, python-rpy2/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-14 19:15:51 UTC (rev 143998) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Oliver Sherouse +# Contributor: David Scholl +# Contributor: David Pretty + +pkgbase=python-rpy2 +pkgname=(python2-rpy2 python-rpy2) +pkgver=2.7.1 +pkgrel=1 +pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." +arch=(i686 x86_64) +url="http://rpy.sourceforge.net/"; +license=(MPL GPL LGPL) +makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r) +source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";) +md5sums=('3aa1d45940816e4902a1172f7ef76708') + +prepare() { + cd rpy2-$pkgver + sed -i "s:Rlapack:lapack:" setup.py + sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py + sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py +} + +package_python2-rpy2() { + depends=(python2-numpy r python2-singledispatch) + cd rpy2-$pkgver + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i "$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py +} + +package_python-rpy2() { + depends=(python-numpy r) + cd rpy2-$pkgver + + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 +} + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-10-14 19:15:01 UTC (rev 143997) +++ community-x86_64/PKGBUILD 2015-10-14 19:15:51 UTC (rev 143998) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Oliver Sherouse -# Contributor: David Scholl -# Contributor: David Pretty - -pkgbase=python-rpy2 -pkgname=(python2-rpy2 python-rpy2) -pkgver=2.7.0 -pkgrel=2 -pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." -arch=(i686 x86_64) -url="http://rpy.sourceforge.net/"; -license=(MPL GPL LGPL) -makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r) -source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";) -md5sums=('afd9ea81a03640b60240b7d53518e652') - -prepare() { - cd rpy2-$pkgver - sed -i "s:Rlapack:lapack:" setup.py - sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py - sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py -} - -package_python2-rpy2() { - depends=(python2-numpy r python2-singledispat
[arch-commits] Commit in python-rpy2/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 21:15:01 Author: arojas Revision: 143997 Update to 2.7.1 Modified: python-rpy2/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 18:51:41 UTC (rev 143996) +++ PKGBUILD2015-10-14 19:15:01 UTC (rev 143997) @@ -6,8 +6,8 @@ pkgbase=python-rpy2 pkgname=(python2-rpy2 python-rpy2) -pkgver=2.7.0 -pkgrel=2 +pkgver=2.7.1 +pkgrel=1 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." arch=(i686 x86_64) url="http://rpy.sourceforge.net/"; @@ -14,7 +14,7 @@ license=(MPL GPL LGPL) makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r) source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";) -md5sums=('afd9ea81a03640b60240b7d53518e652') +md5sums=('3aa1d45940816e4902a1172f7ef76708') prepare() { cd rpy2-$pkgver
[arch-commits] Commit in sddm/repos (8 files)
Date: Wednesday, October 14, 2015 @ 21:05:36 Author: arojas Revision: 249336 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sddm/repos/extra-i686/PKGBUILD (from rev 249335, sddm/trunk/PKGBUILD) sddm/repos/extra-i686/sddm.install (from rev 249335, sddm/trunk/sddm.install) sddm/repos/extra-x86_64/PKGBUILD (from rev 249335, sddm/trunk/PKGBUILD) sddm/repos/extra-x86_64/sddm.install (from rev 249335, sddm/trunk/sddm.install) Deleted: sddm/repos/extra-i686/PKGBUILD sddm/repos/extra-i686/sddm.install sddm/repos/extra-x86_64/PKGBUILD sddm/repos/extra-x86_64/sddm.install ---+ /PKGBUILD | 98 /sddm.install | 48 + extra-i686/PKGBUILD | 45 extra-i686/sddm.install | 24 -- extra-x86_64/PKGBUILD | 45 extra-x86_64/sddm.install | 24 -- 6 files changed, 146 insertions(+), 138 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 19:04:54 UTC (rev 249335) +++ extra-i686/PKGBUILD 2015-10-14 19:05:36 UTC (rev 249336) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=sddm -pkgver=0.12.0 -pkgrel=3 -pkgdesc='QML based X11 display manager' -arch=('i686' 'x86_64') -url='http://github.com/sddm/sddm' -license=('GPL') -depends=('qt5-declarative') -makedepends=('cmake' 'python-docutils' 'qt5-tools') -install="${pkgname}.install" -backup=('usr/share/sddm/scripts/Xsetup' -'etc/pam.d/sddm') -provides=('display-manager') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; - fix-segfault.patch::"https://github.com/davispuh/sddm/commit/671c11d0.patch";) -md5sums=('e3261ac93a50c71c973cc79b85387765' - '208f3b1b49792984989172dd809a03bf') - -prepare() { - mkdir -p build - -# Fix segfault https://github.com/sddm/sddm/issues/489 - cd $pkgname-$pkgver - patch -p1 -i ../fix-segfault.patch -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \ --DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \ --DBUILD_MAN_PAGES=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: sddm/repos/extra-i686/PKGBUILD (from rev 249335, sddm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 19:05:36 UTC (rev 249336) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=sddm +pkgver=0.12.0 +pkgrel=4 +pkgdesc='QML based X11 display manager' +arch=('i686' 'x86_64') +url='http://github.com/sddm/sddm' +license=('GPL') +depends=('qt5-declarative') +makedepends=('cmake' 'python-docutils' 'qt5-tools') +install="${pkgname}.install" +backup=('usr/share/sddm/scripts/Xsetup' +'etc/pam.d/sddm') +provides=('display-manager') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; + fix-segfault.patch::"https://github.com/davispuh/sddm/commit/671c11d0.patch"; + CVE-2015-0856.patch::"https://github.com/sddm/sddm/commit/4cfed6b0.patch";) +md5sums=('e3261ac93a50c71c973cc79b85387765' + '208f3b1b49792984989172dd809a03bf' + '80eb7eddd8d3d259a6c28e83b9394575') + +prepare() { + mkdir -p build + +# Fix segfault https://github.com/sddm/sddm/issues/489 + cd $pkgname-$pkgver + patch -p1 -i ../fix-segfault.patch +# Fix CVE-2015-0856 + patch -p1 -i ../CVE-2015-0856.patch +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \ +-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \ +-DBUILD_MAN_PAGES=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/sddm.install === --- extra-i686/sddm.install 2015-10-14 19:04:54 UTC (rev 249335) +++ extra-i686/sddm.install 2015-10-14 19:05:36 UTC (rev 249336) @@ -1,24 +0,0 @@ -post_install() { - if ! getent group sddm > /dev/null; then - groupadd --system sddm - fi - if ! getent passwd sddm > /dev/null; then - useradd -c "Simple Desktop Display Manager" --system -d /var/lib/sddm -s /usr/bin/nologin -g sddm sddm - passwd -l sddm > /dev/null - fi - mkdir -p /var/lib/sddm - chown -R sddm:sddm /var/lib/sddm > /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { -
[arch-commits] Commit in sddm/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 21:04:54 Author: arojas Revision: 249335 Fix CVE-2015-0856 Modified: sddm/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 17:34:07 UTC (rev 249334) +++ PKGBUILD2015-10-14 19:04:54 UTC (rev 249335) @@ -4,7 +4,7 @@ pkgname=sddm pkgver=0.12.0 -pkgrel=3 +pkgrel=4 pkgdesc='QML based X11 display manager' arch=('i686' 'x86_64') url='http://github.com/sddm/sddm' @@ -16,9 +16,11 @@ 'etc/pam.d/sddm') provides=('display-manager') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; - fix-segfault.patch::"https://github.com/davispuh/sddm/commit/671c11d0.patch";) + fix-segfault.patch::"https://github.com/davispuh/sddm/commit/671c11d0.patch"; + CVE-2015-0856.patch::"https://github.com/sddm/sddm/commit/4cfed6b0.patch";) md5sums=('e3261ac93a50c71c973cc79b85387765' - '208f3b1b49792984989172dd809a03bf') + '208f3b1b49792984989172dd809a03bf' + '80eb7eddd8d3d259a6c28e83b9394575') prepare() { mkdir -p build @@ -26,6 +28,8 @@ # Fix segfault https://github.com/sddm/sddm/issues/489 cd $pkgname-$pkgver patch -p1 -i ../fix-segfault.patch +# Fix CVE-2015-0856 + patch -p1 -i ../CVE-2015-0856.patch } build() {
[arch-commits] Commit in appstream/repos (4 files)
Date: Wednesday, October 14, 2015 @ 20:51:41 Author: arojas Revision: 143996 archrelease: copy trunk to community-i686, community-x86_64 Added: appstream/repos/community-i686/PKGBUILD (from rev 143995, appstream/trunk/PKGBUILD) appstream/repos/community-x86_64/PKGBUILD (from rev 143995, appstream/trunk/PKGBUILD) Deleted: appstream/repos/community-i686/PKGBUILD appstream/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 90 community-i686/PKGBUILD | 45 -- community-x86_64/PKGBUILD | 45 -- 3 files changed, 90 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-14 18:51:12 UTC (rev 143995) +++ community-i686/PKGBUILD 2015-10-14 18:51:41 UTC (rev 143996) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Jameson Pugh -# Contributor: Tim Jester-Pfadt gmx.de> - -pkgbase=appstream -pkgname=(appstream appstream-qt) -pkgver=0.8.4 -pkgrel=1 -pkgdesc="Provides a standard for creating app stores across distributions" -arch=(i686 x86_64) -url="http://distributions.freedesktop.org/wiki/AppStream"; -license=(GPL) -depends=(xapian-core polkit libyaml libxml2) -makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) -source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) -sha256sums=('9f2be8277bef8ec85de0c9d5fc99363d3a5b2e8786b3c0657ba67fd69917d87a') - -prepare() { - mkdir -p build -} - -build() { - cd build - - cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib - make -} - -package_appstream() { - cd build - - make DESTDIR="$pkgdir" install - -# provided by -qt subpackage - rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*} -} - -package_appstream-qt() { - pkgdesc=('Qt5 interface for AppStream') - depends=(appstream qt5-base) - - cd build/qt - make DESTDIR="$pkgdir" install -} Copied: appstream/repos/community-i686/PKGBUILD (from rev 143995, appstream/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-14 18:51:41 UTC (rev 143996) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Jameson Pugh +# Contributor: Tim Jester-Pfadt gmx.de> + +pkgbase=appstream +pkgname=(appstream appstream-qt) +pkgver=0.8.5 +pkgrel=1 +pkgdesc="Provides a standard for creating app stores across distributions" +arch=(i686 x86_64) +url="http://distributions.freedesktop.org/wiki/AppStream"; +license=(GPL) +depends=(xapian-core polkit libyaml libxml2 protobuf) +makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) +source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) +sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155') + +prepare() { + mkdir -p build +} + +build() { + cd build + + cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package_appstream() { + cd build + + make DESTDIR="$pkgdir" install + +# provided by -qt subpackage + rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*} +} + +package_appstream-qt() { + pkgdesc=('Qt5 interface for AppStream') + depends=(appstream qt5-base) + + cd build/qt + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-10-14 18:51:12 UTC (rev 143995) +++ community-x86_64/PKGBUILD 2015-10-14 18:51:41 UTC (rev 143996) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Jameson Pugh -# Contributor: Tim Jester-Pfadt gmx.de> - -pkgbase=appstream -pkgname=(appstream appstream-qt) -pkgver=0.8.4 -pkgrel=1 -pkgdesc="Provides a standard for creating app stores across distributions" -arch=(i686 x86_64) -url="http://distributions.freedesktop.org/wiki/AppStream"; -license=(GPL) -depends=(xapian-core polkit libyaml libxml2) -makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) -source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) -sha256sums=('9f2be8277bef8ec85de0c9d5fc99363d3a5b2e8786b3c0657ba67fd69917d87a') - -prepare() { - mkdir -p build -} - -build() { - cd build - - cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib - make -} - -package_appstream() { - cd build - - make DESTDIR="$pkgdir" install - -# provided by -qt subpackage - rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*} -} - -package_appstream-qt() { - pkgdesc=('Qt5 interface for AppStream') - depends=(appstre
[arch-commits] Commit in appstream/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 20:51:12 Author: arojas Revision: 143995 Update to 0.8.5 Modified: appstream/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 16:38:25 UTC (rev 143994) +++ PKGBUILD2015-10-14 18:51:12 UTC (rev 143995) @@ -5,16 +5,16 @@ pkgbase=appstream pkgname=(appstream appstream-qt) -pkgver=0.8.4 +pkgver=0.8.5 pkgrel=1 pkgdesc="Provides a standard for creating app stores across distributions" arch=(i686 x86_64) url="http://distributions.freedesktop.org/wiki/AppStream"; license=(GPL) -depends=(xapian-core polkit libyaml libxml2) +depends=(xapian-core polkit libyaml libxml2 protobuf) makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) -sha256sums=('9f2be8277bef8ec85de0c9d5fc99363d3a5b2e8786b3c0657ba67fd69917d87a') +sha256sums=('d7fdc9dbef7450ddec23dd5bb577103f0469a53dbcf6d3a61e61fa73f1f46155') prepare() { mkdir -p build
[arch-commits] Commit in orca/repos/extra-any (4 files)
Date: Wednesday, October 14, 2015 @ 19:34:07 Author: heftig Revision: 249334 archrelease: copy trunk to extra-any Added: orca/repos/extra-any/PKGBUILD (from rev 249333, orca/trunk/PKGBUILD) orca/repos/extra-any/orca.install (from rev 249333, orca/trunk/orca.install) Deleted: orca/repos/extra-any/PKGBUILD orca/repos/extra-any/orca.install --+ PKGBUILD | 60 - orca.install | 22 ++-- 2 files changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-10-14 17:13:50 UTC (rev 249333) +++ PKGBUILD2015-10-14 17:34:07 UTC (rev 249334) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: William Rea - -pkgname=orca -pkgver=3.18.0 -pkgrel=1 -pkgdesc="Screen reader for individuals who are blind or visually impaired" -arch=(any) -license=('LGPL') -url="http://www.gnome.org/projects/orca"; -install=orca.install -depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty - xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas) -makedepends=(itstool intltool python2) -groups=(gnome-extra) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('ad9de2761d8172086f70d2aabb2a10b723a5e57ac213c8a21f4658b6869e35f0') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: orca/repos/extra-any/PKGBUILD (from rev 249333, orca/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-10-14 17:34:07 UTC (rev 249334) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: William Rea + +pkgname=orca +pkgver=3.18.1 +pkgrel=1 +pkgdesc="Screen reader for individuals who are blind or visually impaired" +arch=(any) +license=('LGPL') +url="http://www.gnome.org/projects/orca"; +install=orca.install +depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty + xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas) +makedepends=(itstool intltool python2) +groups=(gnome-extra) +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('dc36242b1814582f3e8448879e282e2b0c005d1c49617767c6ad28eb85c2a757') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: orca.install === --- orca.install2015-10-14 17:13:50 UTC (rev 249333) +++ orca.install2015-10-14 17:34:07 UTC (rev 249334) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: orca/repos/extra-any/orca.install (from rev 249333, orca/trunk/orca.install) === --- orca.install(rev 0) +++ orca.install2015-10-14 17:34:07 UTC (rev 249334) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 14, 2015 @ 18:38:25 Author: seblu Revision: 143994 archrelease: copy trunk to community-any Added: glances/repos/community-any/PKGBUILD (from rev 143993, glances/trunk/PKGBUILD) Deleted: glances/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-10-14 16:38:16 UTC (rev 143993) +++ PKGBUILD2015-10-14 16:38:25 UTC (rev 143994) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Bartłomiej Piotrowski -# Contributor: Francois Boulogne - -pkgname=glances -pkgver=2.5 -pkgrel=1 -pkgdesc='CLI curses-based monitoring tool' -arch=('any') -url='https://github.com/nicolargo/glances' -license=('LGPL') -depends=('python' 'python-psutil' 'python-setuptools') -optdepends=('python-bottle: web server support' -'hddtemp: HDD temperature monitoring support' -'python-matplotlib: for graphical/chart support') -source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";) -md5sums=('70a7825a7b32048885f18ad3f8500294') - -package() { - cd Glances-$pkgver - python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - # remove html doc - rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images} -} - -# vim:set ts=2 sw=2 et: Copied: glances/repos/community-any/PKGBUILD (from rev 143993, glances/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-10-14 16:38:25 UTC (rev 143994) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Bartłomiej Piotrowski +# Contributor: Francois Boulogne + +pkgname=glances +pkgver=2.5.1 +pkgrel=1 +pkgdesc='CLI curses-based monitoring tool' +arch=('any') +url='https://github.com/nicolargo/glances' +license=('LGPL') +depends=('python' 'python-psutil' 'python-setuptools') +optdepends=('python-bottle: web server support' +'hddtemp: HDD temperature monitoring support' +'python-matplotlib: for graphical/chart support') +source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";) +md5sums=('b8a7815353cf10e1aafffc6f4f235926') + +package() { + cd Glances-$pkgver + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + # remove html doc + rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images} +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in glances/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 18:38:16 Author: seblu Revision: 143993 upgpkg: glances 2.5.1-1 Modified: glances/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 16:36:26 UTC (rev 143992) +++ PKGBUILD2015-10-14 16:38:16 UTC (rev 143993) @@ -4,7 +4,7 @@ # Contributor: Francois Boulogne pkgname=glances -pkgver=2.5 +pkgver=2.5.1 pkgrel=1 pkgdesc='CLI curses-based monitoring tool' arch=('any') @@ -15,7 +15,7 @@ 'hddtemp: HDD temperature monitoring support' 'python-matplotlib: for graphical/chart support') source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";) -md5sums=('70a7825a7b32048885f18ad3f8500294') +md5sums=('b8a7815353cf10e1aafffc6f4f235926') package() { cd Glances-$pkgver
[arch-commits] Commit in docker/repos/community-x86_64 (8 files)
Date: Wednesday, October 14, 2015 @ 18:36:26 Author: seblu Revision: 143992 archrelease: copy trunk to community-x86_64 Added: docker/repos/community-x86_64/01-golang15.patch (from rev 143991, docker/trunk/01-golang15.patch) docker/repos/community-x86_64/PKGBUILD (from rev 143991, docker/trunk/PKGBUILD) docker/repos/community-x86_64/docker.install (from rev 143991, docker/trunk/docker.install) docker/repos/community-x86_64/docker.sysusers (from rev 143991, docker/trunk/docker.sysusers) Deleted: docker/repos/community-x86_64/01-golang15.patch docker/repos/community-x86_64/PKGBUILD docker/repos/community-x86_64/docker.install docker/repos/community-x86_64/docker.sysusers ---+ 01-golang15.patch | 174 ++-- PKGBUILD | 126 ++--- docker.install| 26 +++ docker.sysusers |2 4 files changed, 164 insertions(+), 164 deletions(-) Deleted: 01-golang15.patch === --- 01-golang15.patch 2015-10-14 16:35:34 UTC (rev 143991) +++ 01-golang15.patch 2015-10-14 16:36:26 UTC (rev 143992) @@ -1,87 +0,0 @@ -From 0a426878b52e9eaa243df117ece0608804c28d29 Mon Sep 17 00:00:00 2001 -From: Vincent Batts -Date: Fri, 7 Aug 2015 10:18:20 -0400 -Subject: [PATCH] devicemapper: fix zero-sized field access - -Fixes: #15279 - -Due to -https://github.com/golang/go/commit/7904946eeb35faece61bbf6f5b3cc8be2f519c17 -the devices field is dropped. - -This solution works on go1.4 and go1.5 - -Signed-off-by: Vincent Batts - -Vincent Batts - daemon/graphdriver/devmapper/deviceset.go | 14 +- - pkg/devicemapper/devmapper_wrapper.go | 18 +++--- - 2 files changed, 24 insertions(+), 8 deletions(-) - -diff --git a/daemon/graphdriver/devmapper/deviceset.go b/daemon/graphdriver/devmapper/deviceset.go -index 3c90fed..e3106fc 100644 a/daemon/graphdriver/devmapper/deviceset.go -+++ b/daemon/graphdriver/devmapper/deviceset.go -@@ -1485,12 +1485,16 @@ func (devices *DeviceSet) deactivatePool() error { - if err != nil { - return err - } -- if d, err := devicemapper.GetDeps(devname); err == nil { -- // Access to more Debug output -- logrus.Debugf("[devmapper] devicemapper.GetDeps() %s: %#v", devname, d) -+ -+ if devinfo.Exists == 0 { -+ return nil - } -- if devinfo.Exists != 0 { -- return devicemapper.RemoveDevice(devname) -+ if err := devicemapper.RemoveDevice(devname); err != nil { -+ return err -+ } -+ -+ if d, err := devicemapper.GetDeps(devname); err == nil { -+ logrus.Warnf("[devmapper] device %s still has %d active dependents", devname, d.Count) - } - - return nil -diff --git a/pkg/devicemapper/devmapper_wrapper.go b/pkg/devicemapper/devmapper_wrapper.go -index 87c2003..44ca772 100644 a/pkg/devicemapper/devmapper_wrapper.go -+++ b/pkg/devicemapper/devmapper_wrapper.go -@@ -38,7 +38,10 @@ static void log_with_errno_init() - */ - import "C" - --import "unsafe" -+import ( -+ "reflect" -+ "unsafe" -+) - - type ( - CDmTask C.struct_dm_task -@@ -184,12 +187,21 @@ func dmTaskGetDepsFct(task *CDmTask) *Deps { - if Cdeps == nil { - return nil - } -+ -+ // golang issue: https://github.com/golang/go/issues/11925 -+ hdr := reflect.SliceHeader{ -+ Data: uintptr(unsafe.Pointer(uintptr(unsafe.Pointer(Cdeps)) + unsafe.Sizeof(*Cdeps))), -+ Len: int(Cdeps.count), -+ Cap: int(Cdeps.count), -+ } -+ devices := *(*[]C.uint64_t)(unsafe.Pointer(&hdr)) -+ - deps := &Deps{ - Count: uint32(Cdeps.count), - Filler: uint32(Cdeps.filler), - } -- for _, device := range Cdeps.device { -- deps.Device = append(deps.Device, (uint64)(device)) -+ for _, device := range devices { -+ deps.Device = append(deps.Device, uint64(device)) - } - return deps - } Copied: docker/repos/community-x86_64/01-golang15.patch (from rev 143991, docker/trunk/01-golang15.patch) === --- 01-golang15.patch (rev 0) +++ 01-golang15.patch 2015-10-14 16:36:26 UTC (rev 143992) @@ -0,0 +1,87 @@ +From 0a426878b52e9eaa243df117ece0608804c28d29 Mon Sep 17 00:00:00 2001 +From: Vincent Batts +Date: Fri, 7 Aug 2015 10:18:20 -0400 +Subject: [PATCH] devicemapper: fix zero-sized field access + +Fixes: #15279 + +Due to +https://github.com/golang/go/commit/7904946eeb35faece61bbf6f5b3cc8be2f519c17 +the devices field is dropped. + +This solution works on go1.4 and go1.5 + +Signed-off-by: Vincent Batts + +Vincent Batts +--- + daemon/graphdriver/devmapper/deviceset.go | 14 +- + pkg/devicemapper/devmapper_wrapper.go
[arch-commits] Commit in docker/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 18:35:34 Author: seblu Revision: 143991 upgpkg: docker 1:1.8.3-1 Modified: docker/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 12:27:18 UTC (rev 143990) +++ PKGBUILD2015-10-14 16:35:34 UTC (rev 143991) @@ -2,7 +2,7 @@ # Maintainer: Sébastien "Seblu" Luttringer pkgname=docker -pkgver=1.8.2 +pkgver=1.8.3 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container'
[arch-commits] Commit in orca/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 18:14:06 Author: heftig Revision: 249331 3.18.1 Modified: orca/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 15:49:13 UTC (rev 249330) +++ PKGBUILD2015-10-14 16:14:06 UTC (rev 249331) @@ -4,7 +4,7 @@ # Contributor: William Rea pkgname=orca -pkgver=3.18.0 +pkgver=3.18.1 pkgrel=1 pkgdesc="Screen reader for individuals who are blind or visually impaired" arch=(any) @@ -16,7 +16,7 @@ makedepends=(itstool intltool python2) groups=(gnome-extra) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('ad9de2761d8172086f70d2aabb2a10b723a5e57ac213c8a21f4658b6869e35f0') +sha256sums=('dc36242b1814582f3e8448879e282e2b0c005d1c49617767c6ad28eb85c2a757') build() { cd $pkgname-$pkgver
[arch-commits] Commit in glib2/repos (10 files)
Date: Wednesday, October 14, 2015 @ 16:41:37 Author: heftig Revision: 249328 archrelease: copy trunk to testing-i686, testing-x86_64 Added: glib2/repos/testing-i686/PKGBUILD (from rev 249327, glib2/trunk/PKGBUILD) glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from rev 249327, glib2/trunk/revert-warn-glib-compile-schemas.patch) glib2/repos/testing-x86_64/PKGBUILD (from rev 249327, glib2/trunk/PKGBUILD) glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch (from rev 249327, glib2/trunk/revert-warn-glib-compile-schemas.patch) Deleted: glib2/repos/testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch glib2/repos/testing-i686/PKGBUILD glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch glib2/repos/testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch glib2/repos/testing-x86_64/PKGBUILD glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch ---+ /PKGBUILD | 146 ++ /revert-warn-glib-compile-schemas.patch | 66 testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch | 74 - testing-i686/PKGBUILD | 76 - testing-i686/revert-warn-glib-compile-schemas.patch | 33 -- testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch | 74 - testing-x86_64/PKGBUILD | 76 - testing-x86_64/revert-warn-glib-compile-schemas.patch | 33 -- 8 files changed, 212 insertions(+), 366 deletions(-) Deleted: testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch === --- testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 2015-10-14 14:35:58 UTC (rev 249327) +++ testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 2015-10-14 14:41:37 UTC (rev 249328) @@ -1,74 +0,0 @@ -From 19a560f9491c4964e7093e22cb3876fc53a442e6 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Wed, 23 Sep 2015 23:16:04 +0200 -Subject: [PATCH] Revert "list store: Fix a parameter check" - -This reverts commit d28639507db2029b8f184a5d93e9d8c28acc1955. - -Bogus commit changing the behavior of g_sequence_search in violation -of the documentation. Breaks GStreamer test suite. - glib/gsequence.c | 18 +++--- - 1 file changed, 7 insertions(+), 11 deletions(-) - -diff --git a/glib/gsequence.c b/glib/gsequence.c -index 75c1f76..76e24e7 100644 a/glib/gsequence.c -+++ b/glib/gsequence.c -@@ -139,8 +139,7 @@ static GSequenceNode *node_find_closest (GSequenceNode *haystack, - GSequenceNode*needle, - GSequenceNode*end, - GSequenceIterCompareFunc cmp, -- gpointer user_data, -- gboolean return_match); -+ gpointer user_data); - static gint node_get_length(GSequenceNode*node); - static void node_free (GSequenceNode*node, - GSequence*seq); -@@ -1080,7 +1079,7 @@ g_sequence_search_iter (GSequence*seq, - dummy = g_sequence_append (tmp_seq, data); - - node = node_find_closest (seq->end_node, dummy, --seq->end_node, iter_cmp, cmp_data, TRUE); -+seq->end_node, iter_cmp, cmp_data); - - g_sequence_free (tmp_seq); - -@@ -1734,8 +1733,7 @@ node_find_closest (GSequenceNode*haystack, -GSequenceNode*needle, -GSequenceNode*end, -GSequenceIterCompareFunc iter_cmp, -- gpointer cmp_data, -- gboolean return_match) -+ gpointer cmp_data) - { - GSequenceNode *best; - gint c; -@@ -1765,12 +1763,10 @@ node_find_closest (GSequenceNode*haystack, - } - while (haystack != NULL); - -- /* If the best node is smaller than the data, then move one step -- * to the right to make sure the best one is strictly bigger than the data. -- * We do return the last exact match or the node after it, depending on -- * the return_match argument. -+ /* If the best node is smaller or equal to the data, then move one step -+ * to the right to make sure the best one is strictly bigger than the data -*/ -- if (best != end && (c < 0 || (c == 0 && !return_match))) -+ if (best != end && c <= 0) -
[arch-commits] Commit in empathy/repos (8 files)
Date: Wednesday, October 14, 2015 @ 16:35:58 Author: heftig Revision: 249327 archrelease: copy trunk to extra-i686, extra-x86_64 Added: empathy/repos/extra-i686/PKGBUILD (from rev 249326, empathy/trunk/PKGBUILD) empathy/repos/extra-i686/empathy.install (from rev 249326, empathy/trunk/empathy.install) empathy/repos/extra-x86_64/PKGBUILD (from rev 249326, empathy/trunk/PKGBUILD) empathy/repos/extra-x86_64/empathy.install (from rev 249326, empathy/trunk/empathy.install) Deleted: empathy/repos/extra-i686/PKGBUILD empathy/repos/extra-i686/empathy.install empathy/repos/extra-x86_64/PKGBUILD empathy/repos/extra-x86_64/empathy.install --+ /PKGBUILD| 78 + /empathy.install | 32 extra-i686/PKGBUILD | 39 extra-i686/empathy.install | 16 extra-x86_64/PKGBUILD| 39 extra-x86_64/empathy.install | 16 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 14:29:56 UTC (rev 249326) +++ extra-i686/PKGBUILD 2015-10-14 14:35:58 UTC (rev 249327) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=empathy -pkgver=3.12.10 -pkgrel=3 -pkgdesc="A GNOME instant messaging client using the Telepathy framework." -arch=(i686 x86_64) -url="http://live.gnome.org/Empathy"; -license=(GPL2) -depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk - telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2 - geocode-glib cheese libchamplain libgudev) -makedepends=(intltool itstool docbook-xsl python2) -optdepends=('telepathy-gabble: XMPP/Jabber support' -'telepathy-idle: IRC support' -'telepathy-salut: Link-local XMPP support' -'telepathy-rakia: SIP support' -'telepathy-haze: libpurple support') -options=('!makeflags') -groups=(gnome) -install=empathy.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/empathy \ - --disable-static - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: empathy/repos/extra-i686/PKGBUILD (from rev 249326, empathy/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 14:35:58 UTC (rev 249327) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=empathy +pkgver=3.12.11 +pkgrel=1 +pkgdesc="A GNOME instant messaging client using the Telepathy framework." +arch=(i686 x86_64) +url="http://live.gnome.org/Empathy"; +license=(GPL2) +depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk + telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2 + geocode-glib cheese libchamplain libgudev) +makedepends=(intltool itstool docbook-xsl python2) +optdepends=('telepathy-gabble: XMPP/Jabber support' +'telepathy-idle: IRC support' +'telepathy-salut: Link-local XMPP support' +'telepathy-rakia: SIP support' +'telepathy-haze: libpurple support') +options=('!makeflags') +groups=(gnome) +install=empathy.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/empathy \ + --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/empathy.install === --- extra-i686/empathy.install 2015-10-14 14:29:56 UTC (rev 249326) +++ extra-i686/empathy.install 2015-10-14 14:35:58 UTC (rev 249327) @@ -1,16 +0,0 @@ -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -update-desktop-database -q -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -echo "To use Empathy you need to install at least one Telepathy connection manager." -} - -post_upgrade() { -glib-compile-schemas /usr/share/glib-2.0/schemas -update-desktop-database -q -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_remo
[arch-commits] Commit in empathy/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 16:29:56 Author: heftig Revision: 249326 3.12.11 Modified: empathy/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 14:24:09 UTC (rev 249325) +++ PKGBUILD2015-10-14 14:29:56 UTC (rev 249326) @@ -2,8 +2,8 @@ # Maintainer: Ionut Biru pkgname=empathy -pkgver=3.12.10 -pkgrel=3 +pkgver=3.12.11 +pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=(i686 x86_64) url="http://live.gnome.org/Empathy"; @@ -21,7 +21,7 @@ groups=(gnome) install=empathy.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb') +sha256sums=('d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487') build() { cd $pkgname-$pkgver
[arch-commits] Commit in glib2/trunk (2 files)
Date: Wednesday, October 14, 2015 @ 16:24:09 Author: heftig Revision: 249325 2.46.1 Modified: glib2/trunk/PKGBUILD Deleted: glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch + 0001-Revert-list-store-Fix-a-parameter-check.patch | 74 --- PKGBUILD |9 -- 2 files changed, 3 insertions(+), 80 deletions(-) Deleted: 0001-Revert-list-store-Fix-a-parameter-check.patch === --- 0001-Revert-list-store-Fix-a-parameter-check.patch 2015-10-14 09:10:51 UTC (rev 249324) +++ 0001-Revert-list-store-Fix-a-parameter-check.patch 2015-10-14 14:24:09 UTC (rev 249325) @@ -1,74 +0,0 @@ -From 19a560f9491c4964e7093e22cb3876fc53a442e6 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Wed, 23 Sep 2015 23:16:04 +0200 -Subject: [PATCH] Revert "list store: Fix a parameter check" - -This reverts commit d28639507db2029b8f184a5d93e9d8c28acc1955. - -Bogus commit changing the behavior of g_sequence_search in violation -of the documentation. Breaks GStreamer test suite. - glib/gsequence.c | 18 +++--- - 1 file changed, 7 insertions(+), 11 deletions(-) - -diff --git a/glib/gsequence.c b/glib/gsequence.c -index 75c1f76..76e24e7 100644 a/glib/gsequence.c -+++ b/glib/gsequence.c -@@ -139,8 +139,7 @@ static GSequenceNode *node_find_closest (GSequenceNode *haystack, - GSequenceNode*needle, - GSequenceNode*end, - GSequenceIterCompareFunc cmp, -- gpointer user_data, -- gboolean return_match); -+ gpointer user_data); - static gint node_get_length(GSequenceNode*node); - static void node_free (GSequenceNode*node, - GSequence*seq); -@@ -1080,7 +1079,7 @@ g_sequence_search_iter (GSequence*seq, - dummy = g_sequence_append (tmp_seq, data); - - node = node_find_closest (seq->end_node, dummy, --seq->end_node, iter_cmp, cmp_data, TRUE); -+seq->end_node, iter_cmp, cmp_data); - - g_sequence_free (tmp_seq); - -@@ -1734,8 +1733,7 @@ node_find_closest (GSequenceNode*haystack, -GSequenceNode*needle, -GSequenceNode*end, -GSequenceIterCompareFunc iter_cmp, -- gpointer cmp_data, -- gboolean return_match) -+ gpointer cmp_data) - { - GSequenceNode *best; - gint c; -@@ -1765,12 +1763,10 @@ node_find_closest (GSequenceNode*haystack, - } - while (haystack != NULL); - -- /* If the best node is smaller than the data, then move one step -- * to the right to make sure the best one is strictly bigger than the data. -- * We do return the last exact match or the node after it, depending on -- * the return_match argument. -+ /* If the best node is smaller or equal to the data, then move one step -+ * to the right to make sure the best one is strictly bigger than the data -*/ -- if (best != end && (c < 0 || (c == 0 && !return_match))) -+ if (best != end && c <= 0) - best = node_get_next (best); - - return best; -@@ -1992,7 +1988,7 @@ node_insert_sorted (GSequenceNode*node, - { - GSequenceNode *closest; - -- closest = node_find_closest (node, new, end, iter_cmp, cmp_data, FALSE); -+ closest = node_find_closest (node, new, end, iter_cmp, cmp_data); - - node_unlink (new); - --- -2.5.3 - Modified: PKGBUILD === --- PKGBUILD2015-10-14 09:10:51 UTC (rev 249324) +++ PKGBUILD2015-10-14 14:24:09 UTC (rev 249325) @@ -3,22 +3,19 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.46.0 -pkgrel=3 +pkgver=2.46.1 +pkgrel=1 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/"; arch=(i686 x86_64) makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'libelf') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz -0001-Revert-list-store-Fix-a-parameter-check.patch revert-warn-glib-compile-schemas.patch) -sha256sums=('b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4' -'261ae2d2c7b94460f33ab569540313e21c9a50af38a7ebe8412e49f5b309af35' +sha256sums=('5a1f03b952ebc3a7e9f612b8724f70898183e31503db329b4f15d07163c8fdfb' '049240975cd2f1c88fbe7deb2
[arch-commits] Commit in gst-python/repos (4 files)
Date: Wednesday, October 14, 2015 @ 14:27:18 Author: spupykin Revision: 143990 archrelease: copy trunk to community-i686, community-x86_64 Added: gst-python/repos/community-i686/PKGBUILD (from rev 143989, gst-python/trunk/PKGBUILD) gst-python/repos/community-x86_64/PKGBUILD (from rev 143989, gst-python/trunk/PKGBUILD) Deleted: gst-python/repos/community-i686/PKGBUILD gst-python/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 52 community-i686/PKGBUILD | 26 -- community-x86_64/PKGBUILD | 26 -- 3 files changed, 52 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-14 12:26:38 UTC (rev 143989) +++ community-i686/PKGBUILD 2015-10-14 12:27:18 UTC (rev 143990) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Jan de Groot - -pkgname=gst-python -pkgver=1.5.2 -pkgrel=1 -pkgdesc="Python bindings for GStreamer" -arch=('i686' 'x86_64') -license=('LGPL') -url="http://gstreamer.freedesktop.org/"; -depends=('python-gobject' 'gst-plugins-base') -makedepends=('pkg-config') -source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz) -md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34') - -build() { - cd "${srcdir}/gst-python-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/gst-python-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gst-python/repos/community-i686/PKGBUILD (from rev 143989, gst-python/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-14 12:27:18 UTC (rev 143990) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Jan de Groot + +pkgname=gst-python +pkgver=1.6.0 +pkgrel=1 +pkgdesc="Python bindings for GStreamer" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://gstreamer.freedesktop.org/"; +depends=('python-gobject' 'gst-plugins-base') +makedepends=('pkg-config') +source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz) +md5sums=('498792e9e1b61a90de1e28cf04e88a9e') + +build() { + cd "${srcdir}/gst-python-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/gst-python-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-10-14 12:26:38 UTC (rev 143989) +++ community-x86_64/PKGBUILD 2015-10-14 12:27:18 UTC (rev 143990) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Jan de Groot - -pkgname=gst-python -pkgver=1.5.2 -pkgrel=1 -pkgdesc="Python bindings for GStreamer" -arch=('i686' 'x86_64') -license=('LGPL') -url="http://gstreamer.freedesktop.org/"; -depends=('python-gobject' 'gst-plugins-base') -makedepends=('pkg-config') -source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz) -md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34') - -build() { - cd "${srcdir}/gst-python-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/gst-python-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gst-python/repos/community-x86_64/PKGBUILD (from rev 143989, gst-python/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-10-14 12:27:18 UTC (rev 143990) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Jan de Groot + +pkgname=gst-python +pkgver=1.6.0 +pkgrel=1 +pkgdesc="Python bindings for GStreamer" +arch=('i686' 'x86_64') +license=('LGPL') +url="http://gstreamer.freedesktop.org/"; +depends=('python-gobject' 'gst-plugins-base') +makedepends=('pkg-config') +source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz) +md5sums=('498792e9e1b61a90de1e28cf04e88a9e') + +build() { + cd "${srcdir}/gst-python-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/gst-python-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in python2-m2crypto/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 14:26:10 Author: spupykin Revision: 143988 upgpkg: python2-m2crypto 0.22.5-1 upd Modified: python2-m2crypto/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 12:26:07 UTC (rev 143987) +++ PKGBUILD2015-10-14 12:26:10 UTC (rev 143988) @@ -4,17 +4,18 @@ # Contributor: William Rea pkgname=python2-m2crypto -pkgver=0.22.3 +pkgver=0.22.5 pkgrel=1 pkgdesc="A crypto and SSL toolkit for Python" arch=('i686' 'x86_64') -url="https://github.com/martinpaljak/M2Crypto"; +url="https://pypi.python.org/pypi/M2Crypto"; license=('BSD') depends=('python2' 'openssl') makedepends=('swig' 'python2-setuptools') -source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz"; +#source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz"; +source=("https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz"; "LICENSE") -md5sums=('b99418d3797b28d95b784a0a56735923' +md5sums=('f84eb07aa1687f39bc26ee7b1ba5a105' 'b0e1f0b7d0ce8a62c18b1287b991800e') build() {
[arch-commits] Commit in gst-python/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 14:26:07 Author: spupykin Revision: 143987 upgpkg: gst-python 1.6.0-1 upd Modified: gst-python/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 07:58:04 UTC (rev 143986) +++ PKGBUILD2015-10-14 12:26:07 UTC (rev 143987) @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot pkgname=gst-python -pkgver=1.5.2 +pkgver=1.6.0 pkgrel=1 pkgdesc="Python bindings for GStreamer" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('python-gobject' 'gst-plugins-base') makedepends=('pkg-config') source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz) -md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34') +md5sums=('498792e9e1b61a90de1e28cf04e88a9e') build() { cd "${srcdir}/gst-python-${pkgver}"
[arch-commits] Commit in python2-m2crypto/repos (12 files)
Date: Wednesday, October 14, 2015 @ 14:26:38 Author: spupykin Revision: 143989 archrelease: copy trunk to community-i686, community-x86_64 Added: python2-m2crypto/repos/community-i686/LICENSE (from rev 143988, python2-m2crypto/trunk/LICENSE) python2-m2crypto/repos/community-i686/PKGBUILD (from rev 143988, python2-m2crypto/trunk/PKGBUILD) python2-m2crypto/repos/community-i686/openssl1.patch (from rev 143988, python2-m2crypto/trunk/openssl1.patch) python2-m2crypto/repos/community-x86_64/LICENSE (from rev 143988, python2-m2crypto/trunk/LICENSE) python2-m2crypto/repos/community-x86_64/PKGBUILD (from rev 143988, python2-m2crypto/trunk/PKGBUILD) python2-m2crypto/repos/community-x86_64/openssl1.patch (from rev 143988, python2-m2crypto/trunk/openssl1.patch) Deleted: python2-m2crypto/repos/community-i686/LICENSE python2-m2crypto/repos/community-i686/PKGBUILD python2-m2crypto/repos/community-i686/openssl1.patch python2-m2crypto/repos/community-x86_64/LICENSE python2-m2crypto/repos/community-x86_64/PKGBUILD python2-m2crypto/repos/community-x86_64/openssl1.patch -+ /LICENSE| 52 + /PKGBUILD | 60 ++ /openssl1.patch | 1062 ++ community-i686/LICENSE | 26 community-i686/PKGBUILD | 29 - community-i686/openssl1.patch | 531 --- community-x86_64/LICENSE| 26 community-x86_64/PKGBUILD | 29 - community-x86_64/openssl1.patch | 531 --- 9 files changed, 1174 insertions(+), 1172 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 143988:143989 to see the changes.
[arch-commits] Commit in gnome-terminal/repos (8 files)
Date: Wednesday, October 14, 2015 @ 11:10:51 Author: heftig Revision: 249324 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-terminal/repos/extra-i686/PKGBUILD (from rev 249323, gnome-terminal/trunk/PKGBUILD) gnome-terminal/repos/extra-i686/gnome-terminal.install (from rev 249323, gnome-terminal/trunk/gnome-terminal.install) gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 249323, gnome-terminal/trunk/PKGBUILD) gnome-terminal/repos/extra-x86_64/gnome-terminal.install (from rev 249323, gnome-terminal/trunk/gnome-terminal.install) Deleted: gnome-terminal/repos/extra-i686/PKGBUILD gnome-terminal/repos/extra-i686/gnome-terminal.install gnome-terminal/repos/extra-x86_64/PKGBUILD gnome-terminal/repos/extra-x86_64/gnome-terminal.install -+ /PKGBUILD | 72 ++ /gnome-terminal.install | 26 extra-i686/PKGBUILD | 36 - extra-i686/gnome-terminal.install | 13 -- extra-x86_64/PKGBUILD | 36 - extra-x86_64/gnome-terminal.install | 13 -- 6 files changed, 98 insertions(+), 98 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 09:10:08 UTC (rev 249323) +++ extra-i686/PKGBUILD 2015-10-14 09:10:51 UTC (rev 249324) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-terminal -pkgver=3.18.0 -pkgrel=1 -pkgdesc="The GNOME Terminal Emulator" -arch=(i686 x86_64) -license=(GPL) -depends=(vte3 gsettings-desktop-schemas dconf) -makedepends=(intltool itstool docbook-xsl desktop-file-utils - libnautilus-extension appdata-tools gnome-shell gconf vala) -optdepends=('gconf: settings migration when upgrading from older version') -options=('!emptydirs') -url="http://www.gnome.org"; -groups=('gnome') -install=gnome-terminal.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('776642502b57b7a6b5f099291b660c0b4a4ff2b3024d15a2f5b33c4286c9dce6') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-terminal/repos/extra-i686/PKGBUILD (from rev 249323, gnome-terminal/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 09:10:51 UTC (rev 249324) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-terminal +pkgver=3.18.1 +pkgrel=1 +pkgdesc="The GNOME Terminal Emulator" +arch=(i686 x86_64) +license=(GPL) +depends=(vte3 gsettings-desktop-schemas dconf) +makedepends=(intltool itstool docbook-xsl desktop-file-utils + libnautilus-extension appdata-tools gnome-shell gconf vala) +optdepends=('gconf: settings migration when upgrading from older version') +options=('!emptydirs') +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-terminal.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('6eecc81f38c8019d9f49b8950cd814da88d84a8d98c9da98a57be06a1b9f4119') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/gnome-terminal.install === --- extra-i686/gnome-terminal.install 2015-10-14 09:10:08 UTC (rev 249323) +++ extra-i686/gnome-terminal.install 2015-10-14 09:10:51 UTC (rev 249324) @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -pre_upgrade() { - if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then -gconfpkg --uninstall gnome-terminal - fi -} - -post_upgrade() { - post_install $1 -} Copied: gnome-terminal/repos/extra-i686/gnome-terminal.install (from rev 249323, gnome-terminal/trunk/gnome-terminal.install) === --- extra-i686/gnome-terminal.install (rev 0) +++ extra-i686/gnome-terminal.install 2015-10-14 09:10:51 UTC (rev 249324) @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +pre_upgrade() { + if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then +gconfpkg --uninstall gnome-terminal + fi +} + +post_upgrade() { + post_install $1 +} Delet
[arch-commits] Commit in vte3/repos (4 files)
Date: Wednesday, October 14, 2015 @ 11:10:08 Author: heftig Revision: 249323 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vte3/repos/extra-i686/PKGBUILD (from rev 249322, vte3/trunk/PKGBUILD) vte3/repos/extra-x86_64/PKGBUILD (from rev 249322, vte3/trunk/PKGBUILD) Deleted: vte3/repos/extra-i686/PKGBUILD vte3/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 39 extra-x86_64/PKGBUILD | 39 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 09:09:08 UTC (rev 249322) +++ extra-i686/PKGBUILD 2015-10-14 09:10:08 UTC (rev 249323) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgbase=vte3 -pkgname=(vte3 vte-common) -pkgver=0.42.0 -pkgrel=1 -pkgdesc="Virtual Terminal Emulator widget for use with GTK3" -arch=('i686' 'x86_64') -license=('LGPL') -options=('!emptydirs') -makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala') -url="http://www.gnome.org"; -source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('2168f79d2043cbbe6d4375d01e54cebda71bb6f5d9dc8ad658b9a1dc1052de04') - -build() { - cd "vte-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/vte \ - --localstatedir=/var --disable-static \ - --enable-introspection - make -} - -package_vte3(){ - depends=('gtk3' 'vte-common') - cd "vte-$pkgver" - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/etc/profile.d/vte.sh -} - -package_vte-common() { - pkgdesc="Common files used by vte and vte3" - cd "vte-$pkgver" - - install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh -} Copied: vte3/repos/extra-i686/PKGBUILD (from rev 249322, vte3/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 09:10:08 UTC (rev 249323) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgbase=vte3 +pkgname=(vte3 vte-common) +pkgver=0.42.1 +pkgrel=1 +pkgdesc="Virtual Terminal Emulator widget for use with GTK3" +arch=('i686' 'x86_64') +license=('LGPL') +options=('!emptydirs') +makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala') +url="http://www.gnome.org"; +source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) +sha256sums=('9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34') + +build() { + cd "vte-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/vte \ + --localstatedir=/var --disable-static \ + --enable-introspection + make +} + +package_vte3(){ + depends=('gtk3' 'vte-common') + cd "vte-$pkgver" + make DESTDIR="$pkgdir" install + + rm "$pkgdir"/etc/profile.d/vte.sh +} + +package_vte-common() { + pkgdesc="Common files used by vte and vte3" + cd "vte-$pkgver" + + install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-10-14 09:09:08 UTC (rev 249322) +++ extra-x86_64/PKGBUILD 2015-10-14 09:10:08 UTC (rev 249323) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgbase=vte3 -pkgname=(vte3 vte-common) -pkgver=0.42.0 -pkgrel=1 -pkgdesc="Virtual Terminal Emulator widget for use with GTK3" -arch=('i686' 'x86_64') -license=('LGPL') -options=('!emptydirs') -makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala') -url="http://www.gnome.org"; -source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('2168f79d2043cbbe6d4375d01e54cebda71bb6f5d9dc8ad658b9a1dc1052de04') - -build() { - cd "vte-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/vte \ - --localstatedir=/var --disable-static \ - --enable-introspection - make -} - -package_vte3(){ - depends=('gtk3' 'vte-common') - cd "vte-$pkgver" - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/etc/profile.d/vte.sh -} - -package_vte-common() { - pkgdesc="Common files used by vte and vte3" - cd "vte-$pkgver" - - install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh -} Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 249322, vte3/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-10-14 09:10:08 UTC (rev 249323) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgbase=vte3 +pkgname=(vte3 vte-common) +pkgver=0.42.1 +pkgrel=1 +pkgdesc="Virtual Terminal Emulator widget for use with GTK3" +arch=('i686' 'x86_64') +license=('LGPL') +options=('!emptydirs') +makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala') +u
[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 11:09:08 Author: heftig Revision: 249322 3.18.1 Modified: gnome-terminal/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 09:06:25 UTC (rev 249321) +++ PKGBUILD2015-10-14 09:09:08 UTC (rev 249322) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-terminal -pkgver=3.18.0 +pkgver=3.18.1 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) @@ -16,7 +16,7 @@ groups=('gnome') install=gnome-terminal.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('776642502b57b7a6b5f099291b660c0b4a4ff2b3024d15a2f5b33c4286c9dce6') +sha256sums=('6eecc81f38c8019d9f49b8950cd814da88d84a8d98c9da98a57be06a1b9f4119') build() { cd $pkgname-$pkgver
[arch-commits] Commit in vte3/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 11:06:25 Author: heftig Revision: 249321 0.42.1 Modified: vte3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 08:31:29 UTC (rev 249320) +++ PKGBUILD2015-10-14 09:06:25 UTC (rev 249321) @@ -3,7 +3,7 @@ pkgbase=vte3 pkgname=(vte3 vte-common) -pkgver=0.42.0 +pkgver=0.42.1 pkgrel=1 pkgdesc="Virtual Terminal Emulator widget for use with GTK3" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala') url="http://www.gnome.org"; source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('2168f79d2043cbbe6d4375d01e54cebda71bb6f5d9dc8ad658b9a1dc1052de04') +sha256sums=('9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34') build() { cd "vte-$pkgver"
[arch-commits] Commit in ffmpeg/repos (4 files)
Date: Wednesday, October 14, 2015 @ 10:31:29 Author: alucryd Revision: 249320 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ffmpeg/repos/extra-i686/PKGBUILD (from rev 249319, ffmpeg/trunk/PKGBUILD) ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 249319, ffmpeg/trunk/PKGBUILD) Deleted: ffmpeg/repos/extra-i686/PKGBUILD ffmpeg/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 172 extra-i686/PKGBUILD | 86 extra-x86_64/PKGBUILD | 86 3 files changed, 172 insertions(+), 172 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-10-14 08:31:15 UTC (rev 249319) +++ extra-i686/PKGBUILD 2015-10-14 08:31:29 UTC (rev 249320) @@ -1,86 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Maintainer: Bartłomiej Piotrowski -# Maintainer: Maxime Gauduin -# Contributor: Tom Newsom -# Contributor: Paul Mattal - -pkgname=ffmpeg -pkgver=2.8 -pkgrel=2 -epoch=1 -pkgdesc='Complete solution to record, convert and stream audio and video' -arch=('i686' 'x86_64') -url='http://ffmpeg.org/' -license=('GPL3') -depends=( - 'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass' - 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora' - 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' - 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' - 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so' -) -makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm') -optdepends=('ladspa: LADSPA filters') -provides=( - 'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so' - 'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so' - 'libswscale.so' -) -source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) -validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel -md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2' - 'SKIP') - -build() { - cd $pkgname-$pkgver - - ./configure \ ---prefix=/usr \ ---disable-debug \ ---disable-static \ ---disable-stripping \ ---enable-avisynth \ ---enable-avresample \ ---enable-fontconfig \ ---enable-gnutls \ ---enable-gpl \ ---enable-ladspa \ ---enable-libass \ ---enable-libbluray \ ---enable-libfreetype \ ---enable-libfribidi \ ---enable-libgsm \ ---enable-libmodplug \ ---enable-libmp3lame \ ---enable-libopencore_amrnb \ ---enable-libopencore_amrwb \ ---enable-libopenjpeg \ ---enable-libopus \ ---enable-libpulse \ ---enable-libschroedinger \ ---enable-libsoxr \ ---enable-libspeex \ ---enable-libssh \ ---enable-libtheora \ ---enable-libv4l2 \ ---enable-libvorbis \ ---enable-libvpx \ ---enable-libwebp \ ---enable-libx264 \ ---enable-libx265 \ ---enable-libxvid \ ---enable-shared \ ---enable-version3 \ ---enable-x11grab \ - - make - make tools/qt-faststart - make doc/ff{mpeg,play,server}.1 -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install install-man - install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart -} Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 249319, ffmpeg/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-10-14 08:31:29 UTC (rev 249320) @@ -0,0 +1,86 @@ +# $Id$ +# Maintainer: Ionut Biru +# Maintainer: Bartłomiej Piotrowski +# Maintainer: Maxime Gauduin +# Contributor: Tom Newsom +# Contributor: Paul Mattal + +pkgname=ffmpeg +pkgver=2.8.1 +pkgrel=2 +epoch=1 +pkgdesc='Complete solution to record, convert and stream audio and video' +arch=('i686' 'x86_64') +url='http://ffmpeg.org/' +license=('GPL3') +depends=( + 'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass' + 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora' + 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' + 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' + 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so' +) +makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm') +optdepends=('ladspa: LADSPA filters') +provides=( + 'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so' + 'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so' + 'libswscale.so' +) +source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) +validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel +md5sums=('63b2cfeea930e942ff7579fd0064c5be' + 'SKIP') + +build() { + cd $pkgname-$pkgver + + ./configure \ +--prefix=/usr \ +--disable-debug \ +--disable-static \ +-
[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 10:31:15 Author: alucryd Revision: 249319 upgpkg: ffmpeg 1:2.8.1-2 Modified: ffmpeg/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 06:14:27 UTC (rev 249318) +++ PKGBUILD2015-10-14 08:31:15 UTC (rev 249319) @@ -6,7 +6,7 @@ # Contributor: Paul Mattal pkgname=ffmpeg -pkgver=2.8 +pkgver=2.8.1 pkgrel=2 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' @@ -29,7 +29,7 @@ ) source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel -md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2' +md5sums=('63b2cfeea930e942ff7579fd0064c5be' 'SKIP') build() {
[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (4 files)
Date: Wednesday, October 14, 2015 @ 09:58:04 Author: alucryd Revision: 143986 archrelease: copy trunk to multilib-x86_64 Added: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 143985, lib32-gtk3/trunk/PKGBUILD) lib32-gtk3/repos/multilib-x86_64/gtk3.install (from rev 143985, lib32-gtk3/trunk/gtk3.install) Deleted: lib32-gtk3/repos/multilib-x86_64/PKGBUILD lib32-gtk3/repos/multilib-x86_64/gtk3.install --+ PKGBUILD | 100 - gtk3.install | 26 +++--- 2 files changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-10-14 07:46:43 UTC (rev 143985) +++ PKGBUILD2015-10-14 07:58:04 UTC (rev 143986) @@ -1,50 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: josephgbr -# Contributor: GordonGR - -pkgname=lib32-gtk3 -pkgver=3.18.2 -pkgrel=1 -pkgdesc='GObject-based multi-platform GUI toolkit (v3)' -arch=('x86_64') -license=('LGPL') -url='http://www.gtk.org/' -depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2' - 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' - 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama' - 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest') -makedepends=('gcc-multilib' 'gobject-introspection') -install='gtk3.install' -source=("http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz";) -sha256sums=('5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152') - -build() { - cd gtk+-${pkgver} - - export CC='gcc -m32' - export CXX='/bin/false' - export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' - - ./configure \ ---prefix='/usr' \ ---libdir='/usr/lib32' \ ---localstatedir='/var' \ ---sysconfdir='/etc' \ ---enable-{broadway,wayland,x11}-backend \ ---disable-libcanberra \ ---disable-schemas-compile - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -package() { - cd gtk+-${pkgver} - - make DESTDIR="${pkgdir}" install - mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32} - rm "${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}} - rm -rf "${pkgdir}"/{etc,usr/{include,share}} -} - -# vim: ts=2 sw=2 et: Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 143985, lib32-gtk3/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-10-14 07:58:04 UTC (rev 143986) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: josephgbr +# Contributor: GordonGR + +pkgname=lib32-gtk3 +pkgver=3.18.2 +pkgrel=2 +pkgdesc='GObject-based multi-platform GUI toolkit (v3)' +arch=('x86_64') +license=('LGPL') +url='http://www.gtk.org/' +depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2' + 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg' + 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama' + 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest') +makedepends=('gcc-multilib' 'gobject-introspection') +install='gtk3.install' +source=("http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz";) +sha256sums=('5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152') + +build() { + cd gtk+-${pkgver} + + export CC='gcc -m32' + export CXX='/bin/false' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--localstatedir='/var' \ +--sysconfdir='/etc' \ +--enable-{broadway,wayland,x11}-backend \ +--disable-libcanberra \ +--disable-schemas-compile + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd gtk+-${pkgver} + + make DESTDIR="${pkgdir}" install + mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32} + rm "${pkgdir}"/usr/bin/{broadwayd,gtk-{builder-tool,encode-symbolic-svg,launch,update-icon-cache},gtk3-{demo,demo-application,icon-browser,widget-factory}} + rm -rf "${pkgdir}"/{etc,usr/{include,share}} +} + +# vim: ts=2 sw=2 et: Deleted: gtk3.install === --- gtk3.install2015-10-14 07:46:43 UTC (rev 143985) +++ gtk3.install2015-10-14 07:58:04 UTC (rev 143986) @@ -1,13 +0,0 @@ -post_install() { - GTK_PATH=/usr/lib32/gtk-3.0 /usr/bin/gtk-query-immodules-3.0-32 --update-cache -} - -post_upgrade() { - post_install -} - -pre_remove() { - rm -f /usr/lib32/gtk-3.0/3.0.0/immodules.cache -} - -# vim: ts=2 sw=2 et: Copied: lib32-gtk3/repos/multilib-x86_64/gtk3.install (from rev 143985, lib32-gtk3/trunk/gtk3.install) === --- gtk3.install
[arch-commits] Commit in lib32-librsvg (4 files)
Date: Wednesday, October 14, 2015 @ 09:46:43 Author: alucryd Revision: 143985 archrelease: copy trunk to multilib-x86_64 Added: lib32-librsvg/repos/ lib32-librsvg/repos/multilib-x86_64/ lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 143984, lib32-librsvg/trunk/PKGBUILD) lib32-librsvg/repos/multilib-x86_64/librsvg.install (from rev 143984, lib32-librsvg/trunk/librsvg.install) -+ PKGBUILD| 41 + librsvg.install | 13 + 2 files changed, 54 insertions(+) Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 143984, lib32-librsvg/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2015-10-14 07:46:43 UTC (rev 143985) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: jtts +# Contributor: Jan de Groot + +pkgname=lib32-librsvg +pkgver=2.40.11 +pkgrel=1 +pkgdesc='A SVG viewing library (32-bit)' +arch=('x86_64') +url='https://live.gnome.org/LibRsvg' +license=('LGPL') +depends=('lib32-gdk-pixbuf2' 'lib32-libcroco' 'lib32-pango' 'librsvg') +makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python2' 'vala') +install='librsvg.install' +source=("http://ftp.gnome.org/pub/gnome/sources/librsvg/${pkgver:0:4}/librsvg-${pkgver}.tar.xz";) +sha256sums=('611ac0f544debd0c9bf1ef5509c990d218e83dd1d8c83297075c4b29796a2e02') + +build() { + cd librsvg-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--enable-vala \ +--disable-static + make +} + +package() { + cd librsvg-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}} +} + +# vim: ts=2 sw=2 et: Copied: lib32-librsvg/repos/multilib-x86_64/librsvg.install (from rev 143984, lib32-librsvg/trunk/librsvg.install) === --- repos/multilib-x86_64/librsvg.install (rev 0) +++ repos/multilib-x86_64/librsvg.install 2015-10-14 07:46:43 UTC (rev 143985) @@ -0,0 +1,13 @@ +post_install() { + gdk-pixbuf-query-loaders-32 --update-cache +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lib32-libcroco (3 files)
Date: Wednesday, October 14, 2015 @ 09:45:05 Author: alucryd Revision: 143984 archrelease: copy trunk to multilib-x86_64 Added: lib32-libcroco/repos/ lib32-libcroco/repos/multilib-x86_64/ lib32-libcroco/repos/multilib-x86_64/PKGBUILD (from rev 143983, lib32-libcroco/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: lib32-libcroco/repos/multilib-x86_64/PKGBUILD (from rev 143983, lib32-libcroco/trunk/PKGBUILD) === --- repos/multilib-x86_64/PKGBUILD (rev 0) +++ repos/multilib-x86_64/PKGBUILD 2015-10-14 07:45:05 UTC (rev 143984) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: GordonGR +# Contributor: speps + +pkgname=lib32-libcroco +pkgver=0.6.8 +pkgrel=2 +pkgdesc='GNOME CSS2 parsing and manipulation toolkit' +arch=('x86_64') +url="http://www.gnome.org/"; +license=('LGPL') +depends=('lib32-glib2' 'lib32-libxml2' 'libcroco') +makedepends=('gcc-multilib') +source=("http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-${pkgver}.tar.xz";) +md5sums=('767e73c4174f75b99695d4530fd9bb80') + +build() { + cd libcroco-${pkgver} + + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + ./configure \ +--prefix='/usr' \ +--libdir='/usr/lib32' \ +--disable-static + make +} + +package() { + cd libcroco-${pkgver} + + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}"/usr/{bin,include,share} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (11 files)
Date: Wednesday, October 14, 2015 @ 09:44:00 Author: alucryd Revision: 143983 Build lib32-gtk3 against lib32-librsvg Added: lib32-libcroco/ lib32-libcroco/lib32-librsvg/ lib32-libcroco/lib32-librsvg/.SRCINFO lib32-libcroco/lib32-librsvg/PKGBUILD lib32-libcroco/trunk/ lib32-libcroco/trunk/PKGBUILD lib32-librsvg/ lib32-librsvg/trunk/ lib32-librsvg/trunk/PKGBUILD lib32-librsvg/trunk/librsvg.install Modified: lib32-gtk3/trunk/PKGBUILD ---+ lib32-gtk3/trunk/PKGBUILD |4 +- lib32-libcroco/lib32-librsvg/.SRCINFO | 24 ++ lib32-libcroco/lib32-librsvg/PKGBUILD | 52 lib32-libcroco/trunk/PKGBUILD | 39 lib32-librsvg/trunk/PKGBUILD | 41 + lib32-librsvg/trunk/librsvg.install | 13 6 files changed, 171 insertions(+), 2 deletions(-) Modified: lib32-gtk3/trunk/PKGBUILD === --- lib32-gtk3/trunk/PKGBUILD 2015-10-14 07:37:11 UTC (rev 143982) +++ lib32-gtk3/trunk/PKGBUILD 2015-10-14 07:44:00 UTC (rev 143983) @@ -5,13 +5,13 @@ pkgname=lib32-gtk3 pkgver=3.18.2 -pkgrel=1 +pkgrel=2 pkgdesc='GObject-based multi-platform GUI toolkit (v3)' arch=('x86_64') license=('LGPL') url='http://www.gtk.org/' depends=('gtk3' 'lib32-at-spi2-atk' 'lib32-colord' 'lib32-gdk-pixbuf2' - 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' + 'lib32-json-glib' 'lib32-libcups' 'lib32-libepoxy' 'lib32-librsvg' 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxinerama' 'lib32-libxkbcommon' 'lib32-libxrandr' 'lib32-pango' 'lib32-rest') makedepends=('gcc-multilib' 'gobject-introspection') Added: lib32-libcroco/lib32-librsvg/.SRCINFO === --- lib32-libcroco/lib32-librsvg/.SRCINFO (rev 0) +++ lib32-libcroco/lib32-librsvg/.SRCINFO 2015-10-14 07:44:00 UTC (rev 143983) @@ -0,0 +1,24 @@ +pkgbase = lib32-librsvg + pkgdesc = A SVG viewing library (32-bit) + pkgver = 2.40.11 + pkgrel = 1 + url = https://live.gnome.org/LibRsvg + arch = x86_64 + license = LGPL + makedepends = gcc-multilib + makedepends = intltool + makedepends = gobject-introspection + makedepends = vala + makedepends = python2 + depends = lib32-gdk-pixbuf2 + depends = lib32-pango + depends = lib32-libcroco + depends = librsvg + options = !emptydirs + source = http://ftp.gnome.org/pub/gnome/sources/librsvg/2.40/librsvg-2.40.11.tar.xz + source = librsvg-gtk-optional.patch::https://bug712693.bugzilla-attachments.gnome.org/attachment.cgi?id=260258 + sha256sums = 611ac0f544debd0c9bf1ef5509c990d218e83dd1d8c83297075c4b29796a2e02 + sha256sums = 060ad4965c51d334da543970f959022d519bd3e714c1ee22c4cf9081e875c1e3 + +pkgname = lib32-librsvg + Added: lib32-libcroco/lib32-librsvg/PKGBUILD === --- lib32-libcroco/lib32-librsvg/PKGBUILD (rev 0) +++ lib32-libcroco/lib32-librsvg/PKGBUILD 2015-10-14 07:44:00 UTC (rev 143983) @@ -0,0 +1,52 @@ +# Maintainer: jtts +# Contributor: Jan de Groot + +_pkgbasename=librsvg +pkgname=lib32-$_pkgbasename +pkgver=2.40.11 +pkgrel=1 +#epoch=1 +pkgdesc="A SVG viewing library (32-bit)" +arch=(x86_64) +license=(LGPL) +depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco $_pkgbasename) +makedepends=(gcc-multilib intltool gobject-introspection vala python2) +options=('!emptydirs') +url="https://live.gnome.org/LibRsvg"; +#install=librsvg.install +source=("http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz"; + librsvg-gtk-optional.patch::https://bug712693.bugzilla-attachments.gnome.org/attachment.cgi?id=260258) +sha256sums=('611ac0f544debd0c9bf1ef5509c990d218e83dd1d8c83297075c4b29796a2e02' +'060ad4965c51d334da543970f959022d519bd3e714c1ee22c4cf9081e875c1e3') + +prepare() { + cd $_pkgbasename-$pkgver + sed -e s/configure.in/configure.ac/ -e s/GTK\ 3.0\:\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ /GTK\+\ \$GTK3_REQUIRED\ or\ later\:\ \ \ \ \ \ \ \ \ \ \ / <../librsvg-gtk-optional.patch | patch -p1 + autoconf + aclocal + automake +} + +build() { + export CC="gcc -m32" + export CXX="g++ -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + cd $_pkgbasename-$pkgver + ./configure --prefix=/usr --disable-static --enable-vala \ + --libdir=/usr/lib32 \ + --disable-gtk-doc \ + --disable-gtk-doc-html \ + --disable-gtk-doc-pdf \ + --without-gtk3 \ + --enable-introspection=yes + make +} + +package() { + cd $_pkgbasename-$pkgver + make DESTDIR="$pkgdir" install + + # remove unneeded stuff + rm -fr ${
[arch-commits] Commit in rmlint/repos (4 files)
Date: Wednesday, October 14, 2015 @ 09:37:11 Author: mtorromeo Revision: 143982 archrelease: copy trunk to community-i686, community-x86_64 Added: rmlint/repos/community-i686/PKGBUILD (from rev 143981, rmlint/trunk/PKGBUILD) rmlint/repos/community-x86_64/PKGBUILD (from rev 143981, rmlint/trunk/PKGBUILD) Deleted: rmlint/repos/community-i686/PKGBUILD rmlint/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 54 community-i686/PKGBUILD | 26 - community-x86_64/PKGBUILD | 26 - 3 files changed, 54 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-10-14 07:36:39 UTC (rev 143981) +++ community-i686/PKGBUILD 2015-10-14 07:37:11 UTC (rev 143982) @@ -1,26 +0,0 @@ -# Maintainer: Blisfull -# Contributer: SahibBommelig -# rmlint PKBUILD for ArchLinux - -pkgname=rmlint -pkgver=2.2.0 -pkgrel=1 -pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes" -arch=('i686' 'x86_64') -url="https://github.com/sahib/rmlint"; -license=('GPL3') -depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf') -makedepends=('scons' 'python-sphinx' 'gettext') -source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('b684aa73ec80423e1cc5e9cee9ae466f0ed0c6a2e5a88482a07d3306465ee6f1') - -build() { -cd "$srcdir"/$pkgname-$pkgver -scons config -scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr -} - -package() { -cd "$srcdir"/$pkgname-$pkgver -scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr -} Copied: rmlint/repos/community-i686/PKGBUILD (from rev 143981, rmlint/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-14 07:37:11 UTC (rev 143982) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contributor: Blisfull +# Contributor: SahibBommelig + +pkgname=rmlint +pkgver=2.2.1 +pkgrel=1 +pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes" +arch=('i686' 'x86_64') +url="https://github.com/sahib/rmlint"; +license=('GPL3') +depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf') +makedepends=('scons' 'python-sphinx' 'gettext') +source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886') + +build() { +cd "$srcdir"/$pkgname-$pkgver +scons config +scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr +} + +package() { +cd "$srcdir"/$pkgname-$pkgver +scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-10-14 07:36:39 UTC (rev 143981) +++ community-x86_64/PKGBUILD 2015-10-14 07:37:11 UTC (rev 143982) @@ -1,26 +0,0 @@ -# Maintainer: Blisfull -# Contributer: SahibBommelig -# rmlint PKBUILD for ArchLinux - -pkgname=rmlint -pkgver=2.2.0 -pkgrel=1 -pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes" -arch=('i686' 'x86_64') -url="https://github.com/sahib/rmlint"; -license=('GPL3') -depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf') -makedepends=('scons' 'python-sphinx' 'gettext') -source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('b684aa73ec80423e1cc5e9cee9ae466f0ed0c6a2e5a88482a07d3306465ee6f1') - -build() { -cd "$srcdir"/$pkgname-$pkgver -scons config -scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr -} - -package() { -cd "$srcdir"/$pkgname-$pkgver -scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr -} Copied: rmlint/repos/community-x86_64/PKGBUILD (from rev 143981, rmlint/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-10-14 07:37:11 UTC (rev 143982) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contributor: Blisfull +# Contributor: SahibBommelig + +pkgname=rmlint +pkgver=2.2.1 +pkgrel=1 +pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes" +arch=('i686' 'x86_64') +url="https://github.com/sahib/rmlint"; +license=('GPL3') +depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf') +makedepends=('scons' 'python-sphinx' 'gettext') +source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886') + +build() { +cd "$srcdir"/$pkgname-$pkgver +
[arch-commits] Commit in rmlint/trunk (PKGBUILD)
Date: Wednesday, October 14, 2015 @ 09:36:39 Author: mtorromeo Revision: 143981 upgpkg: rmlint 2.2.1-1 Updated to 2.2.1 Modified: rmlint/trunk/PKGBUILD (contents, properties) --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-14 06:22:31 UTC (rev 143980) +++ PKGBUILD2015-10-14 07:36:39 UTC (rev 143981) @@ -1,9 +1,10 @@ -# Maintainer: Blisfull -# Contributer: SahibBommelig -# rmlint PKBUILD for ArchLinux +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contributor: Blisfull +# Contributor: SahibBommelig pkgname=rmlint -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes" arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf') makedepends=('scons' 'python-sphinx' 'gettext') source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('b684aa73ec80423e1cc5e9cee9ae466f0ed0c6a2e5a88482a07d3306465ee6f1') +sha256sums=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886') build() { cd "$srcdir"/$pkgname-$pkgver Property changes on: rmlint/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property