[arch-commits] Commit in stylish-haskell/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 07:58:36 Author: felixonmars Revision: 197336 upgpkg: stylish-haskell 0.6.5.0-1 Modified: stylish-haskell/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 07:55:37 UTC (rev 197335) +++ PKGBUILD2016-11-29 07:58:36 UTC (rev 197336) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team pkgname=stylish-haskell -pkgver=0.6.4.0 -pkgrel=7 +pkgver=0.6.5.0 +pkgrel=1 pkgdesc="Haskell code prettifier" url="https://github.com/jaspervdj/stylish-haskell"; license=("custom:BSD3") @@ -13,7 +13,7 @@ makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl" "haskell-optparse-applicative" "haskell-strict" "haskell-syb" "haskell-yaml") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676') +sha256sums=('aeee182f8b6a9492eedd12a45cd9a4abb677e95e1789ddd8681e699f27a5ea78') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in stylish-haskell/repos (4 files)
Date: Tuesday, November 29, 2016 @ 07:59:10 Author: felixonmars Revision: 197337 archrelease: copy trunk to community-i686, community-x86_64 Added: stylish-haskell/repos/community-i686/PKGBUILD (from rev 197336, stylish-haskell/trunk/PKGBUILD) stylish-haskell/repos/community-x86_64/PKGBUILD (from rev 197336, stylish-haskell/trunk/PKGBUILD) Deleted: stylish-haskell/repos/community-i686/PKGBUILD stylish-haskell/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 66 community-i686/PKGBUILD | 33 -- community-x86_64/PKGBUILD | 33 -- 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-29 07:58:36 UTC (rev 197336) +++ community-i686/PKGBUILD 2016-11-29 07:59:10 UTC (rev 197337) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -pkgname=stylish-haskell -pkgver=0.6.4.0 -pkgrel=7 -pkgdesc="Haskell code prettifier" -url="https://github.com/jaspervdj/stylish-haskell"; -license=("custom:BSD3") -arch=('i686' 'x86_64') -depends=('gmp' 'libffi') -makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl" - "haskell-optparse-applicative" "haskell-strict" "haskell-syb" "haskell-yaml") -source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" - -runhaskell Setup configure -O --prefix=/usr \ ---docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" -runhaskell Setup build -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -runhaskell Setup copy --destdir="${pkgdir}" -rm -r "$pkgdir"/usr/{lib,share/doc} - -install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" -} Copied: stylish-haskell/repos/community-i686/PKGBUILD (from rev 197336, stylish-haskell/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-29 07:59:10 UTC (rev 197337) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=stylish-haskell +pkgver=0.6.5.0 +pkgrel=1 +pkgdesc="Haskell code prettifier" +url="https://github.com/jaspervdj/stylish-haskell"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi') +makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl" + "haskell-optparse-applicative" "haskell-strict" "haskell-syb" "haskell-yaml") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('aeee182f8b6a9492eedd12a45cd9a4abb677e95e1789ddd8681e699f27a5ea78') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr \ +--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/{lib,share/doc} + +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-29 07:58:36 UTC (rev 197336) +++ community-x86_64/PKGBUILD 2016-11-29 07:59:10 UTC (rev 197337) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Arch Haskell Team - -pkgname=stylish-haskell -pkgver=0.6.4.0 -pkgrel=7 -pkgdesc="Haskell code prettifier" -url="https://github.com/jaspervdj/stylish-haskell"; -license=("custom:BSD3") -arch=('i686' 'x86_64') -depends=('gmp' 'libffi') -makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl" - "haskell-optparse-applicative" "haskell-strict" "haskell-syb" "haskell-yaml") -source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" - -runhaskell Setup configure -O --prefix=/usr \ ---docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" -runhaskell Setup build -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -runhaskell Setup copy --destdir="${pkgdir}" -rm -r "$pkgdir"/usr/{lib,share/doc} - -install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -rm -f "${pkgdir}/usr/share/doc/${pkgname}/L
[arch-commits] Commit in deepin-terminal/repos (4 files)
Date: Tuesday, November 29, 2016 @ 07:55:37 Author: felixonmars Revision: 197335 archrelease: copy trunk to community-i686, community-x86_64 Added: deepin-terminal/repos/community-i686/PKGBUILD (from rev 197334, deepin-terminal/trunk/PKGBUILD) deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 197334, deepin-terminal/trunk/PKGBUILD) Deleted: deepin-terminal/repos/community-i686/PKGBUILD deepin-terminal/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 37 -- community-x86_64/PKGBUILD | 37 -- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-29 07:55:09 UTC (rev 197334) +++ community-i686/PKGBUILD 2016-11-29 07:55:37 UTC (rev 197335) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-terminal -pkgver=2.1.3 -pkgrel=1 -pkgdesc='Default terminal emulation application for Deepin' -arch=('i686' 'x86_64') -url="https://github.com/manateelazycat/deepin-terminal"; -license=('GPL3') -depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 'deepin-menu') -makedepends=('git' 'vala' 'cmake') -groups=('deepin-extra') -options=(!emptydirs) -source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";) -sha256sums=('SKIP') - -prepare() { - mkdir -p build - - sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c -} - -build() { - cd build - cmake \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ -../deepin-terminal - make -} - -package() { - make -C build DESTDIR="$pkgdir" install -} Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 197334, deepin-terminal/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-29 07:55:37 UTC (rev 197335) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-terminal +pkgver=2.1.4 +pkgrel=1 +pkgdesc='Default terminal emulation application for Deepin' +arch=('i686' 'x86_64') +url="https://github.com/manateelazycat/deepin-terminal"; +license=('GPL3') +depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 'deepin-menu') +makedepends=('git' 'vala' 'cmake') +groups=('deepin-extra') +options=(!emptydirs) +source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";) +sha256sums=('SKIP') + +prepare() { + mkdir -p build + + sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c +} + +build() { + cd build + cmake \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +../deepin-terminal + make +} + +package() { + make -C build DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-29 07:55:09 UTC (rev 197334) +++ community-x86_64/PKGBUILD 2016-11-29 07:55:37 UTC (rev 197335) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-terminal -pkgver=2.1.3 -pkgrel=1 -pkgdesc='Default terminal emulation application for Deepin' -arch=('i686' 'x86_64') -url="https://github.com/manateelazycat/deepin-terminal"; -license=('GPL3') -depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 'deepin-menu') -makedepends=('git' 'vala' 'cmake') -groups=('deepin-extra') -options=(!emptydirs) -source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";) -sha256sums=('SKIP') - -prepare() { - mkdir -p build - - sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c -} - -build() { - cd build - cmake \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ -../deepin-terminal - make -} - -package() { - make -C build DESTDIR="$pkgdir" install -} Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 197334, deepin-terminal/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-29 07:55:37 UTC (rev 197335) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-terminal +pkgver=2.1.4 +pkgrel=1 +pkgdesc='Default terminal emulation application for Deepin' +arch=('i686' 'x86_64') +url="https
[arch-commits] Commit in deepin-terminal/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 07:55:09 Author: felixonmars Revision: 197334 upgpkg: deepin-terminal 2.1.4-1 Modified: deepin-terminal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 07:40:00 UTC (rev 197333) +++ PKGBUILD2016-11-29 07:55:09 UTC (rev 197334) @@ -4,7 +4,7 @@ # Contributor: Xu Fasheng pkgname=deepin-terminal -pkgver=2.1.3 +pkgver=2.1.4 pkgrel=1 pkgdesc='Default terminal emulation application for Deepin' arch=('i686' 'x86_64')
[arch-commits] Commit in python-pytools/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, November 29, 2016 @ 07:40:00 Author: felixonmars Revision: 197333 archrelease: copy trunk to community-any Added: python-pytools/repos/community-any/PKGBUILD (from rev 197332, python-pytools/trunk/PKGBUILD) Deleted: python-pytools/repos/community-any/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-29 07:39:09 UTC (rev 197332) +++ PKGBUILD2016-11-29 07:40:00 UTC (rev 197333) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Stéphane Gaudreault - -pkgbase=python-pytools -pkgname=('python2-pytools' 'python-pytools') -pkgver=2016.2.4 -pkgrel=1 -pkgdesc="A collection of tools for Python" -arch=('any') -url="http://mathema.tician.de/software/pytools"; -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator' - 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 'python-numpy' - 'python2-numpy') -checkdepends=('python-pytest-runner' 'python2-pytest-runner') -source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";) -sha512sums=('40fc58a6fbc7bb8dfb02b3a648e14221a6d0e47516dc9f87dc3642491315fca11aad6f8171922c53dba290653f22a01ec4b6293d92949309fe6d7a579e47b2ac') - -prepare() { - cp -a pytools-$pkgver{,-python2} -} - -build() { - cd "$srcdir"/pytools-$pkgver - python setup.py build - - cd "$srcdir"/pytools-$pkgver-python2 - python2 setup.py build -} - -check() { - cd "$srcdir"/pytools-$pkgver - python setup.py ptr - - cd "$srcdir"/pytools-$pkgver-python2 - python2 setup.py ptr -} - -package_python-pytools(){ - depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy') - - cd pytools-$pkgver - python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 -} - -package_python2-pytools() { - depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy') - - cd pytools-$pkgver-python2 - python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 -} Copied: python-pytools/repos/community-any/PKGBUILD (from rev 197332, python-pytools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-29 07:40:00 UTC (rev 197333) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Stéphane Gaudreault + +pkgbase=python-pytools +pkgname=('python2-pytools' 'python-pytools') +pkgver=2016.2.5 +pkgrel=1 +pkgdesc="A collection of tools for Python" +arch=('any') +url="http://mathema.tician.de/software/pytools"; +license=('MIT') +makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator' + 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 'python-numpy' + 'python2-numpy') +checkdepends=('python-pytest-runner' 'python2-pytest-runner') +source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";) +sha512sums=('d01be8604cf74172a12607f18414d1fbe1c4909c8a77e3cbed671a6af0dbc4c6df9d814793f53184c40f0faa01001b20f562758382a1edd78e8cd4e143f923f9') + +prepare() { + cp -a pytools-$pkgver{,-python2} +} + +build() { + cd "$srcdir"/pytools-$pkgver + python setup.py build + + cd "$srcdir"/pytools-$pkgver-python2 + python2 setup.py build +} + +check() { + cd "$srcdir"/pytools-$pkgver + python setup.py ptr + + cd "$srcdir"/pytools-$pkgver-python2 + python2 setup.py ptr +} + +package_python-pytools(){ + depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy') + + cd pytools-$pkgver + python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 +} + +package_python2-pytools() { + depends=('python2-six' 'python2-decorator' 'python2-appdirs' 'python2-numpy') + + cd pytools-$pkgver-python2 + python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 +}
[arch-commits] Commit in python-pytools/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 07:39:09 Author: felixonmars Revision: 197332 upgpkg: python-pytools 2016.2.5-1 Modified: python-pytools/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 07:20:24 UTC (rev 197331) +++ PKGBUILD2016-11-29 07:39:09 UTC (rev 197332) @@ -4,7 +4,7 @@ pkgbase=python-pytools pkgname=('python2-pytools' 'python-pytools') -pkgver=2016.2.4 +pkgver=2016.2.5 pkgrel=1 pkgdesc="A collection of tools for Python" arch=('any') @@ -15,7 +15,7 @@ 'python2-numpy') checkdepends=('python-pytest-runner' 'python2-pytest-runner') source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";) -sha512sums=('40fc58a6fbc7bb8dfb02b3a648e14221a6d0e47516dc9f87dc3642491315fca11aad6f8171922c53dba290653f22a01ec4b6293d92949309fe6d7a579e47b2ac') +sha512sums=('d01be8604cf74172a12607f18414d1fbe1c4909c8a77e3cbed671a6af0dbc4c6df9d814793f53184c40f0faa01001b20f562758382a1edd78e8cd4e143f923f9') prepare() { cp -a pytools-$pkgver{,-python2}
[arch-commits] Commit in lokalize/repos (8 files)
Date: Tuesday, November 29, 2016 @ 07:26:17 Author: arojas Revision: 282318 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 282317, lokalize/kde-unstable/PKGBUILD) lokalize/repos/kde-unstable-i686/fix-python2-path.patch (from rev 282317, lokalize/kde-unstable/fix-python2-path.patch) lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 282317, lokalize/kde-unstable/PKGBUILD) lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch (from rev 282317, lokalize/kde-unstable/fix-python2-path.patch) Deleted: lokalize/repos/kde-unstable-i686/PKGBUILD lokalize/repos/kde-unstable-i686/fix-python2-path.patch lokalize/repos/kde-unstable-x86_64/PKGBUILD lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch + /PKGBUILD | 84 +++ /fix-python2-path.patch| 44 ++ kde-unstable-i686/PKGBUILD | 42 - kde-unstable-i686/fix-python2-path.patch | 22 --- kde-unstable-x86_64/PKGBUILD | 42 - kde-unstable-x86_64/fix-python2-path.patch | 22 --- 6 files changed, 128 insertions(+), 128 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-11-29 07:25:45 UTC (rev 282317) +++ kde-unstable-i686/PKGBUILD 2016-11-29 07:26:17 UTC (rev 282318) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=lokalize -pkgver=16.11.80 -pkgrel=1 -pkgdesc='Computer-Aided Translation System' -url='http://kde.org/applications/development/lokalize/' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdesdk') -depends=('kross' 'hunspell' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'python' 'kdoctools') -conflicts=('kdesdk-lokalize') -replaces=('kdesdk-lokalize') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz"{,.sig}) -sha1sums=('d07953c6213eaf84c60518c5fac96135c66ed747' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../lokalize-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR=$pkgdir install - - # Fix python 2 path - sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ -"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py -} Copied: lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 282317, lokalize/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-11-29 07:26:17 UTC (rev 282318) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=lokalize +pkgver=16.11.80 +pkgrel=2 +pkgdesc='Computer-Aided Translation System' +url='http://kde.org/applications/development/lokalize/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdesdk') +depends=('kross' 'hunspell' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'python' 'kdoctools') +conflicts=('kdesdk-lokalize') +replaces=('kdesdk-lokalize') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz"{,.sig}) +sha1sums=('d07953c6213eaf84c60518c5fac96135c66ed747' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../lokalize-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install + + # Fix python 2 path + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ +"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py +} Deleted: kde-unstable-i686/fix-python2-path.patch === --- kde-unstable-i686/fix-python2-path.patch2016-11-29 07:25:45 UTC (rev 282317) +++ kde-unstable-i686/fix-python2-path.patch2016-11-29 07:26:17 UTC (rev 282318) @@ -1,22 +0,0 @@ kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 11:22:42.12002 +0100 -+++ kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 +0100 -@@ -114,7 +114,7 @@ - print >>sys.stderr, "Execution failed:", e - - cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % (ourPath,xliffpathname,xlifftemplatepathname,xliffpathname) --if os.name!='nt': cmd='python '+cmd -+if os.name!='nt': cmd='python2 '+cmd - else: cmd=cmd.replace('/','\\') -
[arch-commits] Commit in lokalize/kde-unstable (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 07:25:45 Author: arojas Revision: 282317 hunspell 1.5 rebuild Modified: lokalize/kde-unstable/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 06:55:05 UTC (rev 282316) +++ PKGBUILD2016-11-29 07:25:45 UTC (rev 282317) @@ -4,7 +4,7 @@ pkgname=lokalize pkgver=16.11.80 -pkgrel=1 +pkgrel=2 pkgdesc='Computer-Aided Translation System' url='http://kde.org/applications/development/lokalize/' arch=('i686' 'x86_64')
[arch-commits] Commit in speedcrunch/repos (4 files)
Date: Tuesday, November 29, 2016 @ 07:20:24 Author: arojas Revision: 197331 archrelease: copy trunk to community-i686, community-x86_64 Added: speedcrunch/repos/community-i686/PKGBUILD (from rev 197330, speedcrunch/trunk/PKGBUILD) speedcrunch/repos/community-x86_64/PKGBUILD (from rev 197330, speedcrunch/trunk/PKGBUILD) Deleted: speedcrunch/repos/community-i686/PKGBUILD speedcrunch/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 54 community-i686/PKGBUILD | 27 -- community-x86_64/PKGBUILD | 27 -- 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-29 07:19:56 UTC (rev 197330) +++ community-i686/PKGBUILD 2016-11-29 07:20:24 UTC (rev 197331) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Ronald van Haren -# Contributor: Daniel J Griffiths - -pkgname=speedcrunch -pkgver=0.11 -pkgrel=3 -pkgdesc="Simple but powerful calculator using Qt" -arch=('i686' 'x86_64') -url="http://speedcrunch.org/"; -license=('GPL2') -depends=('qt4') -makedepends=('cmake') -source=("$pkgname-$pkgver.tar.gz::https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz";) -md5sums=('0d4458d98a3630cc121ca04d5a36e38c') - -build() { - cd SpeedCrunch-$pkgver/src - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4 - make -} - -package() { - cd SpeedCrunch-$pkgver/src - make DESTDIR="$pkgdir" install -} Copied: speedcrunch/repos/community-i686/PKGBUILD (from rev 197330, speedcrunch/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-29 07:20:24 UTC (rev 197331) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Ronald van Haren +# Contributor: Daniel J Griffiths + +pkgname=speedcrunch +pkgver=0.12.0 +pkgrel=1 +pkgdesc="Simple but powerful calculator using Qt" +arch=(i686 x86_64) +url="http://speedcrunch.org/"; +license=(GPL2) +depends=(qt5-tools) +makedepends=(cmake) +source=("https://bitbucket.org/heldercorreia/speedcrunch/get/release-$pkgver.tar.bz2";) +md5sums=('f294f00d9ab8153ad4f2bebaaa93176c') + +build() { + cd */src + cmake . -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd */src + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-29 07:19:56 UTC (rev 197330) +++ community-x86_64/PKGBUILD 2016-11-29 07:20:24 UTC (rev 197331) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Ronald van Haren -# Contributor: Daniel J Griffiths - -pkgname=speedcrunch -pkgver=0.11 -pkgrel=3 -pkgdesc="Simple but powerful calculator using Qt" -arch=('i686' 'x86_64') -url="http://speedcrunch.org/"; -license=('GPL2') -depends=('qt4') -makedepends=('cmake') -source=("$pkgname-$pkgver.tar.gz::https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz";) -md5sums=('0d4458d98a3630cc121ca04d5a36e38c') - -build() { - cd SpeedCrunch-$pkgver/src - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4 - make -} - -package() { - cd SpeedCrunch-$pkgver/src - make DESTDIR="$pkgdir" install -} Copied: speedcrunch/repos/community-x86_64/PKGBUILD (from rev 197330, speedcrunch/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-29 07:20:24 UTC (rev 197331) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Ronald van Haren +# Contributor: Daniel J Griffiths + +pkgname=speedcrunch +pkgver=0.12.0 +pkgrel=1 +pkgdesc="Simple but powerful calculator using Qt" +arch=(i686 x86_64) +url="http://speedcrunch.org/"; +license=(GPL2) +depends=(qt5-tools) +makedepends=(cmake) +source=("https://bitbucket.org/heldercorreia/speedcrunch/get/release-$pkgver.tar.bz2";) +md5sums=('f294f00d9ab8153ad4f2bebaaa93176c') + +build() { + cd */src + cmake . -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd */src + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in speedcrunch/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 07:19:56 Author: arojas Revision: 197330 Update to 0.12.0 Modified: speedcrunch/trunk/PKGBUILD --+ PKGBUILD | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 06:46:52 UTC (rev 197329) +++ PKGBUILD2016-11-29 07:19:56 UTC (rev 197330) @@ -4,24 +4,24 @@ # Contributor: Daniel J Griffiths pkgname=speedcrunch -pkgver=0.11 -pkgrel=3 +pkgver=0.12.0 +pkgrel=1 pkgdesc="Simple but powerful calculator using Qt" -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://speedcrunch.org/"; -license=('GPL2') -depends=('qt4') -makedepends=('cmake') -source=("$pkgname-$pkgver.tar.gz::https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz";) -md5sums=('0d4458d98a3630cc121ca04d5a36e38c') +license=(GPL2) +depends=(qt5-tools) +makedepends=(cmake) +source=("https://bitbucket.org/heldercorreia/speedcrunch/get/release-$pkgver.tar.bz2";) +md5sums=('f294f00d9ab8153ad4f2bebaaa93176c') build() { - cd SpeedCrunch-$pkgver/src - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4 - make + cd */src + cmake . -DCMAKE_INSTALL_PREFIX=/usr + make } package() { - cd SpeedCrunch-$pkgver/src - make DESTDIR="$pkgdir" install + cd */src + make DESTDIR="$pkgdir" install }
[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)
Date: Tuesday, November 29, 2016 @ 06:55:05 Author: foutrelis Revision: 282316 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xfce4-clipman-plugin/repos/extra-i686/PKGBUILD (from rev 282315, xfce4-clipman-plugin/trunk/PKGBUILD) xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 282315, xfce4-clipman-plugin/trunk/PKGBUILD) Deleted: xfce4-clipman-plugin/repos/extra-i686/PKGBUILD xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 36 extra-x86_64/PKGBUILD | 36 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-11-29 06:54:42 UTC (rev 282315) +++ extra-i686/PKGBUILD 2016-11-29 06:55:05 UTC (rev 282316) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: tobias -# Contributor: Aurelien Foret - -pkgname=xfce4-clipman-plugin -pkgver=1.4.0 -pkgrel=1 -pkgdesc="A clipboard plugin for the Xfce4 panel" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"; -groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxtst' 'qrencode') -makedepends=('intltool') -source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib \ ---localstatedir=/var \ ---disable-debug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: xfce4-clipman-plugin/repos/extra-i686/PKGBUILD (from rev 282315, xfce4-clipman-plugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-11-29 06:55:05 UTC (rev 282316) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: tobias +# Contributor: Aurelien Foret + +pkgname=xfce4-clipman-plugin +pkgver=1.4.1 +pkgrel=1 +pkgdesc="A clipboard plugin for the Xfce4 panel" +arch=('i686' 'x86_64') +license=('GPL2') +url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"; +groups=('xfce4-goodies') +depends=('xfce4-panel' 'libxtst' 'qrencode') +makedepends=('intltool') +source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib \ +--localstatedir=/var \ +--disable-debug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-11-29 06:54:42 UTC (rev 282315) +++ extra-x86_64/PKGBUILD 2016-11-29 06:55:05 UTC (rev 282316) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras -# Contributor: tobias -# Contributor: Aurelien Foret - -pkgname=xfce4-clipman-plugin -pkgver=1.4.0 -pkgrel=1 -pkgdesc="A clipboard plugin for the Xfce4 panel" -arch=('i686' 'x86_64') -license=('GPL2') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"; -groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxtst' 'qrencode') -makedepends=('intltool') -source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib \ ---localstatedir=/var \ ---disable-debug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 282315, xfce4-clipman-plugin/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-11-29 06:55:05 UTC (rev 282316) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: tobias +# Contributor: Aurelien Foret + +pkgname=xfce4-clipman-plugin +pkgver=1.4.1 +pkgrel=1 +pkgdesc="A clipboard plugin for the Xfce4 panel" +arch=('i686' 'x86_64') +license=('GPL2') +url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"; +groups=('xfce4-goodies') +depends=('xfce4-panel' 'libxtst' 'qr
[arch-commits] Commit in xfce4-clipman-plugin/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 06:54:42 Author: foutrelis Revision: 282315 upgpkg: xfce4-clipman-plugin 1.4.1-1 New upstream release. Modified: xfce4-clipman-plugin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 06:53:13 UTC (rev 282314) +++ PKGBUILD2016-11-29 06:54:42 UTC (rev 282315) @@ -4,7 +4,7 @@ # Contributor: Aurelien Foret pkgname=xfce4-clipman-plugin -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="A clipboard plugin for the Xfce4 panel" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('xfce4-panel' 'libxtst' 'qrencode') makedepends=('intltool') source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294') +sha256sums=('341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in linux/repos (30 files)
Date: Tuesday, November 29, 2016 @ 06:53:13 Author: tpowa Revision: 282314 db-move: moved linux from [testing] to [core] (i686, x86_64) Added: linux/repos/core-i686/99-linux.hook (from rev 282313, linux/repos/testing-i686/99-linux.hook) linux/repos/core-i686/PKGBUILD (from rev 282313, linux/repos/testing-i686/PKGBUILD) linux/repos/core-i686/change-default-console-loglevel.patch (from rev 282313, linux/repos/testing-i686/change-default-console-loglevel.patch) linux/repos/core-i686/config (from rev 282313, linux/repos/testing-i686/config) linux/repos/core-i686/config.x86_64 (from rev 282313, linux/repos/testing-i686/config.x86_64) linux/repos/core-i686/linux.install (from rev 282313, linux/repos/testing-i686/linux.install) linux/repos/core-i686/linux.preset (from rev 282313, linux/repos/testing-i686/linux.preset) linux/repos/core-x86_64/99-linux.hook (from rev 282313, linux/repos/testing-x86_64/99-linux.hook) linux/repos/core-x86_64/PKGBUILD (from rev 282313, linux/repos/testing-x86_64/PKGBUILD) linux/repos/core-x86_64/change-default-console-loglevel.patch (from rev 282313, linux/repos/testing-x86_64/change-default-console-loglevel.patch) linux/repos/core-x86_64/config (from rev 282313, linux/repos/testing-x86_64/config) linux/repos/core-x86_64/config.x86_64 (from rev 282313, linux/repos/testing-x86_64/config.x86_64) linux/repos/core-x86_64/linux.install (from rev 282313, linux/repos/testing-x86_64/linux.install) linux/repos/core-x86_64/linux.preset (from rev 282313, linux/repos/testing-x86_64/linux.preset) Deleted: linux/repos/core-i686/99-linux.hook linux/repos/core-i686/PKGBUILD linux/repos/core-i686/change-default-console-loglevel.patch linux/repos/core-i686/config linux/repos/core-i686/config.x86_64 linux/repos/core-i686/linux.install linux/repos/core-i686/linux.preset linux/repos/core-x86_64/99-linux.hook linux/repos/core-x86_64/PKGBUILD linux/repos/core-x86_64/change-default-console-loglevel.patch linux/repos/core-x86_64/config linux/repos/core-x86_64/config.x86_64 linux/repos/core-x86_64/linux.install linux/repos/core-x86_64/linux.preset linux/repos/testing-i686/ linux/repos/testing-x86_64/ ---+ /99-linux.hook| 22 /PKGBUILD | 602 /change-default-console-loglevel.patch| 22 /config |16414 /config.x86_64|15916 +++ /linux.install| 54 /linux.preset | 28 core-i686/99-linux.hook | 11 core-i686/PKGBUILD| 301 core-i686/change-default-console-loglevel.patch | 11 core-i686/config | 8207 -- core-i686/config.x86_64 | 7958 - core-i686/linux.install | 27 core-i686/linux.preset| 14 core-x86_64/99-linux.hook | 11 core-x86_64/PKGBUILD | 301 core-x86_64/change-default-console-loglevel.patch | 11 core-x86_64/config| 8207 -- core-x86_64/config.x86_64 | 7958 - core-x86_64/linux.install | 27 core-x86_64/linux.preset | 14 21 files changed, 33058 insertions(+), 33058 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 282313:282314 to see the changes.
[arch-commits] Commit in lib32-icu/trunk (PKGBUILD icu-58.1-iterator-reset.patch)
Date: Tuesday, November 29, 2016 @ 06:40:59 Author: foutrelis Revision: 197291 upgpkg: lib32-icu 58.1-2 Fix ucol_getKeywordValuesForLocale() bug. Added: lib32-icu/trunk/icu-58.1-iterator-reset.patch Modified: lib32-icu/trunk/PKGBUILD ---+ PKGBUILD | 15 +++- icu-58.1-iterator-reset.patch | 124 2 files changed, 136 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 06:15:48 UTC (rev 197290) +++ PKGBUILD2016-11-29 06:40:59 UTC (rev 197291) @@ -2,7 +2,7 @@ pkgname=lib32-icu pkgver=58.1 -pkgrel=1 +pkgrel=2 pkgdesc="International Components for Unicode library (32 bit)" arch=('x86_64') url="http://www.icu-project.org/"; @@ -9,9 +9,18 @@ license=('custom:icu') depends=('lib32-gcc-libs' 'icu') makedepends=('gcc-multilib') -source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz) -md5sums=('1901302aaff1c1633ef81862663d2917') +source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz +icu-58.1-iterator-reset.patch) +md5sums=('1901302aaff1c1633ef81862663d2917' + '8c09ae284967def053e9579d64d0f83c') +prepare() { + cd icu/source + + # http://bugs.icu-project.org/trac/ticket/12827 + patch -Np4 -i ${srcdir}/icu-58.1-iterator-reset.patch +} + build() { export CC='gcc -m32' export CXX='g++ -m32' Added: icu-58.1-iterator-reset.patch === --- icu-58.1-iterator-reset.patch (rev 0) +++ icu-58.1-iterator-reset.patch 2016-11-29 06:40:59 UTC (rev 197291) @@ -0,0 +1,124 @@ +Index: /icu/trunk/source/common/ulist.c +=== +--- /icu/trunk/source/common/ulist.c (revision 39483) /icu/trunk/source/common/ulist.c (revision 39484) +@@ -30,5 +30,4 @@ + + int32_t size; +-int32_t currentIndex; + }; + +@@ -52,5 +51,4 @@ + newList->tail = NULL; + newList->size = 0; +-newList->currentIndex = -1; + + return newList; +@@ -81,6 +79,7 @@ + p->next->previous = p->previous; + } +-list->curr = NULL; +-list->currentIndex = 0; ++if (p == list->curr) { ++list->curr = p->next; ++} + --list->size; + if (p->forceDelete) { +@@ -151,5 +150,4 @@ + list->head->previous = newItem; + list->head = newItem; +-list->currentIndex++; + } + +@@ -194,5 +192,4 @@ + curr = list->curr; + list->curr = curr->next; +-list->currentIndex++; + + return curr->data; +@@ -210,5 +207,4 @@ + if (list != NULL) { + list->curr = list->head; +-list->currentIndex = 0; + } + } +@@ -273,3 +269,2 @@ + return (UList *)(en->context); + } +- +Index: /icu/trunk/source/i18n/ucol_res.cpp +=== +--- /icu/trunk/source/i18n/ucol_res.cpp(revision 39483) /icu/trunk/source/i18n/ucol_res.cpp(revision 39484) +@@ -681,4 +681,5 @@ + } + memcpy(en, &defaultKeywordValues, sizeof(UEnumeration)); ++ulist_resetList(sink.values); // Initialize the iterator. + en->context = sink.values; + sink.values = NULL; // Avoid deletion in the sink destructor. +Index: /icu/trunk/source/test/intltest/apicoll.cpp +=== +--- /icu/trunk/source/test/intltest/apicoll.cpp(revision 39483) /icu/trunk/source/test/intltest/apicoll.cpp(revision 39484) +@@ -82,14 +82,7 @@ + col = Collator::createInstance(Locale::getEnglish(), success); + if (U_FAILURE(success)){ +-errcheckln(success, "Default Collator creation failed. - %s", u_errorName(success)); +-return; +-} +- +-StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); +-if (U_FAILURE(success)){ +-errcheckln(success, "Get Keyword Values for Locale failed. - %s", u_errorName(success)); +-return; +-} +-delete kwEnum; ++errcheckln(success, "English Collator creation failed. - %s", u_errorName(success)); ++return; ++} + + col->getVersion(versionArray); +@@ -230,4 +223,27 @@ + delete aFrCol; + delete junk; ++} ++ ++void CollationAPITest::TestKeywordValues() { ++IcuTestErrorCode errorCode(*this, "TestKeywordValues"); ++LocalPointer col(Collator::createInstance(Locale::getEnglish(), errorCode)); ++if (errorCode.logIfFailureAndReset("English Collator creation failed")) { ++return; ++} ++ ++LocalPointer kwEnum( ++col->getKeywordValuesForLocale("collation", Locale::getEnglish(), TRUE, errorCode)); ++if (errorCode.logIfFailureAndReset("Get Keyword Values for English Collator failed")) { ++r
[arch-commits] Commit in lib32-icu/repos/multilib-staging-x86_64 (3 files)
Date: Tuesday, November 29, 2016 @ 06:41:06 Author: foutrelis Revision: 197292 archrelease: copy trunk to multilib-staging-x86_64 Added: lib32-icu/repos/multilib-staging-x86_64/PKGBUILD (from rev 197291, lib32-icu/trunk/PKGBUILD) lib32-icu/repos/multilib-staging-x86_64/icu-58.1-iterator-reset.patch (from rev 197291, lib32-icu/trunk/icu-58.1-iterator-reset.patch) Deleted: lib32-icu/repos/multilib-staging-x86_64/PKGBUILD ---+ PKGBUILD | 99 +-- icu-58.1-iterator-reset.patch | 124 2 files changed, 178 insertions(+), 45 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-29 06:40:59 UTC (rev 197291) +++ PKGBUILD2016-11-29 06:41:06 UTC (rev 197292) @@ -1,45 +0,0 @@ -# Maintainer: josephgbr - -pkgname=lib32-icu -pkgver=58.1 -pkgrel=1 -pkgdesc="International Components for Unicode library (32 bit)" -arch=('x86_64') -url="http://www.icu-project.org/"; -license=('custom:icu') -depends=('lib32-gcc-libs' 'icu') -makedepends=('gcc-multilib') -source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz) -md5sums=('1901302aaff1c1633ef81862663d2917') - -build() { - export CC='gcc -m32' - export CXX='g++ -m32' - export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' - - cd icu/source - - ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib32 - - make -} - -check() { - cd "$srcdir/icu/source" - make -k check # passes all -} - -package() { - cd icu/source - - make -j1 DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}/usr"/{include,sbin,share} - - # keep icu-config-32 - find "${pkgdir}/usr/bin" -type f -not -name icu-config -delete - mv "${pkgdir}/usr/bin"/icu-config{,-32} - - install -d m644 "${pkgdir}/usr/share/licenses" - ln -s icu "${pkgdir}/usr/share/licenses/${pkgname}" -} - Copied: lib32-icu/repos/multilib-staging-x86_64/PKGBUILD (from rev 197291, lib32-icu/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-29 06:41:06 UTC (rev 197292) @@ -0,0 +1,54 @@ +# Maintainer: josephgbr + +pkgname=lib32-icu +pkgver=58.1 +pkgrel=2 +pkgdesc="International Components for Unicode library (32 bit)" +arch=('x86_64') +url="http://www.icu-project.org/"; +license=('custom:icu') +depends=('lib32-gcc-libs' 'icu') +makedepends=('gcc-multilib') +source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz +icu-58.1-iterator-reset.patch) +md5sums=('1901302aaff1c1633ef81862663d2917' + '8c09ae284967def053e9579d64d0f83c') + +prepare() { + cd icu/source + + # http://bugs.icu-project.org/trac/ticket/12827 + patch -Np4 -i ${srcdir}/icu-58.1-iterator-reset.patch +} + +build() { + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + + cd icu/source + + ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib32 + + make +} + +check() { + cd "$srcdir/icu/source" + make -k check # passes all +} + +package() { + cd icu/source + + make -j1 DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr"/{include,sbin,share} + + # keep icu-config-32 + find "${pkgdir}/usr/bin" -type f -not -name icu-config -delete + mv "${pkgdir}/usr/bin"/icu-config{,-32} + + install -d m644 "${pkgdir}/usr/share/licenses" + ln -s icu "${pkgdir}/usr/share/licenses/${pkgname}" +} + Copied: lib32-icu/repos/multilib-staging-x86_64/icu-58.1-iterator-reset.patch (from rev 197291, lib32-icu/trunk/icu-58.1-iterator-reset.patch) === --- icu-58.1-iterator-reset.patch (rev 0) +++ icu-58.1-iterator-reset.patch 2016-11-29 06:41:06 UTC (rev 197292) @@ -0,0 +1,124 @@ +Index: /icu/trunk/source/common/ulist.c +=== +--- /icu/trunk/source/common/ulist.c (revision 39483) /icu/trunk/source/common/ulist.c (revision 39484) +@@ -30,5 +30,4 @@ + + int32_t size; +-int32_t currentIndex; + }; + +@@ -52,5 +51,4 @@ + newList->tail = NULL; + newList->size = 0; +-newList->currentIndex = -1; + + return newList; +@@ -81,6 +79,7 @@ + p->next->previous = p->previous; + } +-list->curr = NULL; +-list->currentIndex = 0; ++if (p == list->curr) { ++list->curr = p->next; ++} + --list->size; + if (p->forceDelete) { +@@ -151,5 +150,4 @@ + list->head->previous = newItem; + list->head = newItem; +-list->currentIndex++; + } + +@@ -194,5 +192,4 @@ + curr = list->curr; + list->curr = curr->next; +-list->currentIndex++; + + return curr->data; +@@ -210,5 +207,4 @@ + if (list != NULL) { + list-
[arch-commits] Commit in icu/repos (10 files)
Date: Tuesday, November 29, 2016 @ 06:36:30 Author: foutrelis Revision: 282275 archrelease: copy trunk to staging-i686, staging-x86_64 Added: icu/repos/staging-i686/PKGBUILD (from rev 282274, icu/trunk/PKGBUILD) icu/repos/staging-i686/icu-58.1-iterator-reset.patch (from rev 282274, icu/trunk/icu-58.1-iterator-reset.patch) icu/repos/staging-i686/icu.8198.revert.icu5431.patch (from rev 282274, icu/trunk/icu.8198.revert.icu5431.patch) icu/repos/staging-x86_64/PKGBUILD (from rev 282274, icu/trunk/PKGBUILD) icu/repos/staging-x86_64/icu-58.1-iterator-reset.patch (from rev 282274, icu/trunk/icu-58.1-iterator-reset.patch) icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch (from rev 282274, icu/trunk/icu.8198.revert.icu5431.patch) Deleted: icu/repos/staging-i686/PKGBUILD icu/repos/staging-i686/icu.8198.revert.icu5431.patch icu/repos/staging-x86_64/PKGBUILD icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch --+ /PKGBUILD| 110 ++ /icu.8198.revert.icu5431.patch | 258 + staging-i686/PKGBUILD| 49 staging-i686/icu-58.1-iterator-reset.patch | 124 staging-i686/icu.8198.revert.icu5431.patch | 129 staging-x86_64/PKGBUILD | 49 staging-x86_64/icu-58.1-iterator-reset.patch | 124 staging-x86_64/icu.8198.revert.icu5431.patch | 129 8 files changed, 616 insertions(+), 356 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2016-11-29 06:36:17 UTC (rev 282274) +++ staging-i686/PKGBUILD 2016-11-29 06:36:30 UTC (rev 282275) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: Art Gramlich - -pkgname=icu -pkgver=58.1 -pkgrel=1 -pkgdesc="International Components for Unicode library" -arch=(i686 x86_64) -url="http://www.icu-project.org/"; -license=('custom:icu') -depends=('gcc-libs>=4.7.1-5' 'sh') -#makedepends=('clang') -# no https available -source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz - http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz) -# icu.8198.revert.icu5431.patch) -# upstream offers md5sum checks, only asc file for md5sum check -md5sums=('1901302aaff1c1633ef81862663d2917') -# 'ebd5470fc969c75e52baf4af94a9ee82') - -# that file is no more present in current release, asume the bug to be fixed. -#prepare() { -# cd icu/source -# # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200 -# patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch -#} - -build() { - cd icu/source - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --sbindir=/usr/bin - make -} - -check() { - cd icu/source - make -k check # passes all -} - -package() { - cd icu/source - make -j1 DESTDIR=${pkgdir} install - - # Install license - install -Dm644 ${srcdir}/icu/license.html ${pkgdir}/usr/share/licenses/icu/license.html -} Copied: icu/repos/staging-i686/PKGBUILD (from rev 282274, icu/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-11-29 06:36:30 UTC (rev 282275) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Art Gramlich + +pkgname=icu +pkgver=58.1 +pkgrel=2 +pkgdesc="International Components for Unicode library" +arch=(i686 x86_64) +url="http://www.icu-project.org/"; +license=('custom:icu') +depends=('gcc-libs>=4.7.1-5' 'sh') +#makedepends=('clang') +# no https available +source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz + http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz + icu-58.1-iterator-reset.patch) +# icu.8198.revert.icu5431.patch) +# upstream offers md5sum checks, only asc file for md5sum check +md5sums=('1901302aaff1c1633ef81862663d2917' + '8c09ae284967def053e9579d64d0f83c') +# 'ebd5470fc969c75e52baf4af94a9ee82') + +prepare() { + cd icu/source + +# that file is no more present in current release, asume the bug to be fixed. +# # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200 +# patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch + + # http://bugs.icu-project.org/trac/ticket/12827 + patch -Np4 -i ${srcdir}/icu-58.1-iterator-reset.patch +} + +build() { + cd icu/source + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --sbindir=/usr/bin + make +} + +check() { + cd icu/source + make -k check # passes all +} + +package() { + cd icu/source + make -j1
[arch-commits] Commit in icu/trunk (PKGBUILD icu-58.1-iterator-reset.patch)
Date: Tuesday, November 29, 2016 @ 06:36:17 Author: foutrelis Revision: 282274 upgpkg: icu 58.1-2 Fix ucol_getKeywordValuesForLocale() bug causing segfaults in Firefox. Added: icu/trunk/icu-58.1-iterator-reset.patch Modified: icu/trunk/PKGBUILD ---+ PKGBUILD | 18 +++-- icu-58.1-iterator-reset.patch | 124 2 files changed, 136 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 05:09:48 UTC (rev 282273) +++ PKGBUILD2016-11-29 06:36:17 UTC (rev 282274) @@ -4,7 +4,7 @@ pkgname=icu pkgver=58.1 -pkgrel=1 +pkgrel=2 pkgdesc="International Components for Unicode library" arch=(i686 x86_64) url="http://www.icu-project.org/"; @@ -13,19 +13,25 @@ #makedepends=('clang') # no https available source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz - http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz) + http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz + icu-58.1-iterator-reset.patch) # icu.8198.revert.icu5431.patch) # upstream offers md5sum checks, only asc file for md5sum check -md5sums=('1901302aaff1c1633ef81862663d2917') +md5sums=('1901302aaff1c1633ef81862663d2917' + '8c09ae284967def053e9579d64d0f83c') # 'ebd5470fc969c75e52baf4af94a9ee82') +prepare() { + cd icu/source + # that file is no more present in current release, asume the bug to be fixed. -#prepare() { -# cd icu/source # # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200 # patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch -#} + # http://bugs.icu-project.org/trac/ticket/12827 + patch -Np4 -i ${srcdir}/icu-58.1-iterator-reset.patch +} + build() { cd icu/source ./configure --prefix=/usr \ Added: icu-58.1-iterator-reset.patch === --- icu-58.1-iterator-reset.patch (rev 0) +++ icu-58.1-iterator-reset.patch 2016-11-29 06:36:17 UTC (rev 282274) @@ -0,0 +1,124 @@ +Index: /icu/trunk/source/common/ulist.c +=== +--- /icu/trunk/source/common/ulist.c (revision 39483) /icu/trunk/source/common/ulist.c (revision 39484) +@@ -30,5 +30,4 @@ + + int32_t size; +-int32_t currentIndex; + }; + +@@ -52,5 +51,4 @@ + newList->tail = NULL; + newList->size = 0; +-newList->currentIndex = -1; + + return newList; +@@ -81,6 +79,7 @@ + p->next->previous = p->previous; + } +-list->curr = NULL; +-list->currentIndex = 0; ++if (p == list->curr) { ++list->curr = p->next; ++} + --list->size; + if (p->forceDelete) { +@@ -151,5 +150,4 @@ + list->head->previous = newItem; + list->head = newItem; +-list->currentIndex++; + } + +@@ -194,5 +192,4 @@ + curr = list->curr; + list->curr = curr->next; +-list->currentIndex++; + + return curr->data; +@@ -210,5 +207,4 @@ + if (list != NULL) { + list->curr = list->head; +-list->currentIndex = 0; + } + } +@@ -273,3 +269,2 @@ + return (UList *)(en->context); + } +- +Index: /icu/trunk/source/i18n/ucol_res.cpp +=== +--- /icu/trunk/source/i18n/ucol_res.cpp(revision 39483) /icu/trunk/source/i18n/ucol_res.cpp(revision 39484) +@@ -681,4 +681,5 @@ + } + memcpy(en, &defaultKeywordValues, sizeof(UEnumeration)); ++ulist_resetList(sink.values); // Initialize the iterator. + en->context = sink.values; + sink.values = NULL; // Avoid deletion in the sink destructor. +Index: /icu/trunk/source/test/intltest/apicoll.cpp +=== +--- /icu/trunk/source/test/intltest/apicoll.cpp(revision 39483) /icu/trunk/source/test/intltest/apicoll.cpp(revision 39484) +@@ -82,14 +82,7 @@ + col = Collator::createInstance(Locale::getEnglish(), success); + if (U_FAILURE(success)){ +-errcheckln(success, "Default Collator creation failed. - %s", u_errorName(success)); +-return; +-} +- +-StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); +-if (U_FAILURE(success)){ +-errcheckln(success, "Get Keyword Values for Locale failed. - %s", u_errorName(success)); +-return; +-} +-delete kwEnum; ++errcheckln(success, "English Collator creation failed. - %s", u_errorName(success)); ++return; ++} + + col->getVersion(versionArray); +@@ -230,4 +223,27 @@ + delete aFrCol; + delete junk; ++} ++ ++void CollationAPITest::TestKe
[arch-commits] Commit in python-sh/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 06:15:48 Author: felixonmars Revision: 197290 fix tests Modified: python-sh/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 05:52:21 UTC (rev 197289) +++ PKGBUILD2016-11-29 06:15:48 UTC (rev 197290) @@ -11,7 +11,7 @@ url='http://pypi.python.org/pypi/sh' license=('MIT') makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-coverage' 'python2-coverage') +checkdepends=('python-coverage' 'python2-coverage' 'lsof') source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";) md5sums=('62f322f720f32f8af896f1572b1c1053') @@ -29,10 +29,10 @@ check() { cd "$srcdir"/sh-$pkgver - python sh.py travis || warning "Tests failed" + python sh.py travis cd "$srcdir"/sh-$pkgver-py2 - python2 sh.py travis || warning "Tests failed" + python2 sh.py travis } package_python-sh() {
[arch-commits] Commit in python-sh/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 05:52:07 Author: felixonmars Revision: 197288 upgpkg: python-sh 1.12.2-1 Modified: python-sh/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 05:33:22 UTC (rev 197287) +++ PKGBUILD2016-11-29 05:52:07 UTC (rev 197288) @@ -4,7 +4,7 @@ # Contributor: Alexander Rødseth pkgname=("python-sh" "python2-sh") -pkgver=1.12.0 +pkgver=1.12.2 pkgrel=1 pkgdesc='Subprocess interface that allows you to call any program as if it were a function' arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-coverage' 'python2-coverage') source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";) -md5sums=('7d64fcb51713ecb118dc58776ea8741f') +md5sums=('62f322f720f32f8af896f1572b1c1053') prepare() { cp -a sh-$pkgver{,-py2}
[arch-commits] Commit in python-sh/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, November 29, 2016 @ 05:52:21 Author: felixonmars Revision: 197289 archrelease: copy trunk to community-any Added: python-sh/repos/community-any/PKGBUILD (from rev 197288, python-sh/trunk/PKGBUILD) Deleted: python-sh/repos/community-any/PKGBUILD --+ PKGBUILD | 108 ++--- 1 file changed, 54 insertions(+), 54 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-29 05:52:07 UTC (rev 197288) +++ PKGBUILD2016-11-29 05:52:21 UTC (rev 197289) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Daniel Wallace -# Contributor: Alexander Rødseth - -pkgname=("python-sh" "python2-sh") -pkgver=1.12.0 -pkgrel=1 -pkgdesc='Subprocess interface that allows you to call any program as if it were a function' -arch=('any') -url='http://pypi.python.org/pypi/sh' -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-coverage' 'python2-coverage') -source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";) -md5sums=('7d64fcb51713ecb118dc58776ea8741f') - -prepare() { - cp -a sh-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/sh-$pkgver - python setup.py build - - cd "$srcdir"/sh-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/sh-$pkgver - python sh.py travis || warning "Tests failed" - - cd "$srcdir"/sh-$pkgver-py2 - python2 sh.py travis || warning "Tests failed" -} - -package_python-sh() { - depends=('python') - - cd sh-$pkgver - python setup.py install -O1 --root="$pkgdir" - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE -} - -package_python2-sh() { - depends=('python2') - - cd sh-$pkgver-py2 - python2 setup.py install -O1 --root="$pkgdir" - install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE -} - -# vim:set ts=2 sw=2 et: Copied: python-sh/repos/community-any/PKGBUILD (from rev 197288, python-sh/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-29 05:52:21 UTC (rev 197289) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Daniel Wallace +# Contributor: Alexander Rødseth + +pkgname=("python-sh" "python2-sh") +pkgver=1.12.2 +pkgrel=1 +pkgdesc='Subprocess interface that allows you to call any program as if it were a function' +arch=('any') +url='http://pypi.python.org/pypi/sh' +license=('MIT') +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-coverage' 'python2-coverage') +source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";) +md5sums=('62f322f720f32f8af896f1572b1c1053') + +prepare() { + cp -a sh-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/sh-$pkgver + python setup.py build + + cd "$srcdir"/sh-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/sh-$pkgver + python sh.py travis || warning "Tests failed" + + cd "$srcdir"/sh-$pkgver-py2 + python2 sh.py travis || warning "Tests failed" +} + +package_python-sh() { + depends=('python') + + cd sh-$pkgver + python setup.py install -O1 --root="$pkgdir" + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE +} + +package_python2-sh() { + depends=('python2') + + cd sh-$pkgver-py2 + python2 setup.py install -O1 --root="$pkgdir" + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in eslint/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, November 29, 2016 @ 05:33:22 Author: felixonmars Revision: 197287 archrelease: copy trunk to community-any Added: eslint/repos/community-any/PKGBUILD (from rev 197286, eslint/trunk/PKGBUILD) Deleted: eslint/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-29 05:33:07 UTC (rev 197286) +++ PKGBUILD2016-11-29 05:33:22 UTC (rev 197287) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=eslint -pkgver=3.11.0 -pkgrel=1 -pkgdesc='An AST-based pattern checker for JavaScript' -arch=('any') -url='http://eslint.org' -license=('MIT') -depends=('nodejs' 'acorn') -makedepends=('npm') -source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) -noextract=($pkgname-$pkgver.tgz) -md5sums=('4242ba091ee483b1b486cb8932c0b0c9') - -package() { - npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz - rm -r "$pkgdir"/usr/etc - - # Fix permissions - find "$pkgdir/usr" -type d -exec chmod 755 '{}' + - - install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" - ln -s ../../../lib/node_modules/eslint/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - # Experimental dedup - cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules - for dep in acorn; do -rm -r $dep; -npm link $dep; - done -} Copied: eslint/repos/community-any/PKGBUILD (from rev 197286, eslint/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-29 05:33:22 UTC (rev 197287) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=eslint +pkgver=3.11.1 +pkgrel=1 +pkgdesc='An AST-based pattern checker for JavaScript' +arch=('any') +url='http://eslint.org' +license=('MIT') +depends=('nodejs' 'acorn') +makedepends=('npm') +source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) +noextract=($pkgname-$pkgver.tgz) +md5sums=('79543354c413d0c4c48073dd518e0ebd') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz + rm -r "$pkgdir"/usr/etc + + # Fix permissions + find "$pkgdir/usr" -type d -exec chmod 755 '{}' + + + install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" + ln -s ../../../lib/node_modules/eslint/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + # Experimental dedup + cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules + for dep in acorn; do +rm -r $dep; +npm link $dep; + done +}
[arch-commits] Commit in eslint/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 05:33:07 Author: felixonmars Revision: 197286 upgpkg: eslint 3.11.1-1 Modified: eslint/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 05:11:29 UTC (rev 197285) +++ PKGBUILD2016-11-29 05:33:07 UTC (rev 197286) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=eslint -pkgver=3.11.0 +pkgver=3.11.1 pkgrel=1 pkgdesc='An AST-based pattern checker for JavaScript' arch=('any') @@ -12,7 +12,7 @@ makedepends=('npm') source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) -md5sums=('4242ba091ee483b1b486cb8932c0b0c9') +md5sums=('79543354c413d0c4c48073dd518e0ebd') package() { npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
[arch-commits] Commit in python2-formencode/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, November 29, 2016 @ 00:13:27 Author: arodseth Revision: 197211 archrelease: copy trunk to community-any Added: python2-formencode/repos/community-any/PKGBUILD (from rev 197210, python2-formencode/trunk/PKGBUILD) Deleted: python2-formencode/repos/community-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-29 00:13:18 UTC (rev 197210) +++ PKGBUILD2016-11-29 00:13:27 UTC (rev 197211) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Aaron Griffin -# Contributor: Todd Maynard - -pkgname=python2-formencode -pkgver=1.3.0a1 -pkgrel=2 -pkgdesc='HTML form validation, generation, and conversion' -arch=('any') -license=('PSF') -url='http://formencode.org' -depends=('python2') -makedepends=('setuptools') -replaces=('python-formencode<=1.2.4-1') -source=("http://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz";) -sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d') - -package() { - cd "FormEncode-$pkgver" - - python2 setup.py install --root="$pkgdir" install - - # Removing documentation that conflicts with other packages - rm -rf "$pkgdir/usr/lib/python2.7/site-packages/docs" -} - -# vim:set ts=2 sw=2 et: Copied: python2-formencode/repos/community-any/PKGBUILD (from rev 197210, python2-formencode/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-29 00:13:27 UTC (rev 197211) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Aaron Griffin +# Contributor: Todd Maynard + +pkgname=python2-formencode +pkgver=1.3.0a1 +pkgrel=3 +pkgdesc='HTML form validation, generation and conversion' +arch=('any') +license=('PSF') +url='http://formencode.org/' +depends=('python2') +makedepends=('python2-setuptools') +replaces=('python-formencode<=1.2.4-1') +source=("https://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz";) +sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d') + +package() { + cd "FormEncode-$pkgver" + + python2 setup.py install --root="$pkgdir" install + + # Removing documentation that conflicts with other packages + rm -rf "$pkgdir/usr/lib/python2.7/site-packages/docs" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python2-formencode/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 00:13:18 Author: arodseth Revision: 197210 upgpkg: python2-formencode 1.3.0a1-3 Modified: python2-formencode/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-29 00:05:56 UTC (rev 197209) +++ PKGBUILD2016-11-29 00:13:18 UTC (rev 197210) @@ -1,19 +1,19 @@ # $Id$ -# Maintainer: Alexander Rødseth +# Maintainer: Alexander F Rødseth # Contributor: Aaron Griffin # Contributor: Todd Maynard pkgname=python2-formencode pkgver=1.3.0a1 -pkgrel=2 -pkgdesc='HTML form validation, generation, and conversion' +pkgrel=3 +pkgdesc='HTML form validation, generation and conversion' arch=('any') license=('PSF') -url='http://formencode.org' +url='http://formencode.org/' depends=('python2') -makedepends=('setuptools') +makedepends=('python2-setuptools') replaces=('python-formencode<=1.2.4-1') -source=("http://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz";) +source=("https://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz";) sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d') package() {
[arch-commits] Commit in cargo/repos (4 files)
Date: Tuesday, November 29, 2016 @ 00:05:56 Author: arodseth Revision: 197209 archrelease: copy trunk to community-x86_64, community-i686 Added: cargo/repos/community-i686/PKGBUILD (from rev 197208, cargo/trunk/PKGBUILD) cargo/repos/community-x86_64/PKGBUILD (from rev 197208, cargo/trunk/PKGBUILD) Deleted: cargo/repos/community-i686/PKGBUILD cargo/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 108 community-i686/PKGBUILD | 51 community-x86_64/PKGBUILD | 51 3 files changed, 108 insertions(+), 102 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-29 00:05:40 UTC (rev 197208) +++ community-i686/PKGBUILD 2016-11-29 00:05:56 UTC (rev 197209) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Christopher Reimer - -pkgname=cargo -pkgver=0.14.0 -pkgrel=1 -pkgdesc='Rust package manager' -url='http://crates.io/' -arch=('x86_64' 'i686') -license=('APACHE' 'MIT' 'custom') -depends=('curl' 'rust') -makedepends=('git' 'python' 'cmake') -groups=('rust') -options=('!emptydirs') -source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cd "$pkgname" - - git submodule update --init --recursive - sed 's^share/doc^share/licenses^g' -i Makefile.in -} - -build() { - cd "$pkgname" - - ./configure --prefix=/usr --enable-optimize - make -} - -package() { - cd "$pkgname" - - make DESTDIR="$pkgdir" install - - # Remove files that contains references to $srcdir or $pkgdir, - # or that conflicts with the rust package. - rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh} - - install -d "$pkgdir/usr/share/bash-completion/completions" - mv "$pkgdir/usr/etc/bash_completion.d/cargo" \ -"$pkgdir/usr/share/bash-completion/completions/cargo" - - for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do -install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f" - done -} - -# vim:set ts=2 sw=2 et: Copied: cargo/repos/community-i686/PKGBUILD (from rev 197208, cargo/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-29 00:05:56 UTC (rev 197209) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Christopher Reimer + +pkgname=cargo +pkgver=0.14.0 +pkgrel=2 +pkgdesc='Rust package manager' +url='http://crates.io/' +arch=('x86_64' 'i686') +license=('APACHE' 'MIT' 'custom') +depends=('curl' 'rust') +makedepends=('git' 'setconf' 'python' 'cmake') +groups=('rust') +options=('!emptydirs') +source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cd "$pkgname" + + git submodule update --init --recursive + sed 's^share/doc^share/licenses^g' -i Makefile.in + + # Upstream forgot to bump the version number, FS#51939 + setconf Makefile.in CFG_RELEASE_NUM="$pkgver" +} + +build() { + cd "$pkgname" + + ./configure --prefix=/usr --enable-optimize + make +} + +package() { + cd "$pkgname" + + make DESTDIR="$pkgdir" install + + # Remove files that contains references to $srcdir or $pkgdir, + # or that conflicts with the rust package. + rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh} + + install -d "$pkgdir/usr/share/bash-completion/completions" + mv "$pkgdir/usr/etc/bash_completion.d/cargo" \ +"$pkgdir/usr/share/bash-completion/completions/cargo" + + for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do +install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f" + done +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-29 00:05:40 UTC (rev 197208) +++ community-x86_64/PKGBUILD 2016-11-29 00:05:56 UTC (rev 197209) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Christopher Reimer - -pkgname=cargo -pkgver=0.14.0 -pkgrel=1 -pkgdesc='Rust package manager' -url='http://crates.io/' -arch=('x86_64' 'i686') -license=('APACHE' 'MIT' 'custom') -depends=('curl' 'rust') -makedepends=('git' 'python' 'cmake') -groups=('rust') -options=('!emptydirs') -source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cd "$pkgname" - - git submodule update --init --recursive - sed 's^share/doc^share/licenses^g' -i Makefile.in -} - -build() { - cd "$pkgname" - - ./configure --prefix=/usr --enable-optimize - make -} - -package() { - cd "$pkgname" - - make DESTDIR="$pkgdir" install - - # Remove files that contains references to $srcdir or $pkgdir, - # or that conflicts with the rust package. - rm -f "$pkgdir/usr/lib/rustlib/"{install.
[arch-commits] Commit in cargo/trunk (PKGBUILD)
Date: Tuesday, November 29, 2016 @ 00:05:40 Author: arodseth Revision: 197208 upgpkg: cargo 0.14.0-2 Modified: cargo/trunk/PKGBUILD --+ PKGBUILD |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 23:36:30 UTC (rev 197207) +++ PKGBUILD2016-11-29 00:05:40 UTC (rev 197208) @@ -4,13 +4,13 @@ pkgname=cargo pkgver=0.14.0 -pkgrel=1 +pkgrel=2 pkgdesc='Rust package manager' url='http://crates.io/' arch=('x86_64' 'i686') license=('APACHE' 'MIT' 'custom') depends=('curl' 'rust') -makedepends=('git' 'python' 'cmake') +makedepends=('git' 'setconf' 'python' 'cmake') groups=('rust') options=('!emptydirs') source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";) @@ -21,6 +21,9 @@ git submodule update --init --recursive sed 's^share/doc^share/licenses^g' -i Makefile.in + + # Upstream forgot to bump the version number, FS#51939 + setconf Makefile.in CFG_RELEASE_NUM="$pkgver" } build() {
[arch-commits] Commit in salt/repos/community-any (4 files)
Date: Monday, November 28, 2016 @ 23:36:30 Author: demize Revision: 197207 archrelease: copy trunk to community-any Added: salt/repos/community-any/PKGBUILD (from rev 197206, salt/trunk/PKGBUILD) salt/repos/community-any/salt.install (from rev 197206, salt/trunk/salt.install) Deleted: salt/repos/community-any/PKGBUILD salt/repos/community-any/salt.install --+ PKGBUILD | 112 - salt.install | 44 +++--- 2 files changed, 78 insertions(+), 78 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-28 23:36:20 UTC (rev 197206) +++ PKGBUILD2016-11-28 23:36:30 UTC (rev 197207) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Johannes Löthberg -# Contributor: Sébastien Luttringer -# Contributor: Daniel Wallace -# Contributor: Christer Edwards - -pkgname=salt -pkgver=2016.3.4 -pkgrel=1 - -pkgdesc='Central system and configuration manager' -arch=('any') -url='http://saltstack.org/' -license=('Apache') - -replaces=('salt-zmq' 'salt-raet') -conflicts=('salt-zmq' 'salt-raet') - -depends=('python2-jinja' - 'python2-msgpack' - 'python2-yaml' - 'python2-markupsafe' - 'python2-requests' - 'python2-pyzmq' - 'python2-crypto' - 'python2-m2crypto' - 'python2-systemd' - 'python2-tornado') -optdepends=('dmidecode: decode SMBIOS/DMI tables' -'python2-pygit2: gitfs support') - -backup=('etc/salt/master' -'etc/salt/minion') - -install=salt.install -source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";) -md5sums=('9a110f379d8af6be9b0a692430cc17a6') - -package() { - cd salt-$pkgver - python2 setup.py clean - python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1 - - # default config - install -Dm644 conf/master "$pkgdir/etc/salt/master" - install -Dm644 conf/minion "$pkgdir/etc/salt/minion" - - # systemd services - for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do -install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc" - done - install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt" - install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt" -} - -# vim:set ts=2 sw=2 et: Copied: salt/repos/community-any/PKGBUILD (from rev 197206, salt/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-28 23:36:30 UTC (rev 197207) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Johannes Löthberg +# Contributor: Sébastien Luttringer +# Contributor: Daniel Wallace +# Contributor: Christer Edwards + +pkgname=salt +pkgver=2016.11.0 +pkgrel=1 + +pkgdesc='Central system and configuration manager' +arch=('any') +url='http://saltstack.org/' +license=('Apache') + +replaces=('salt-zmq' 'salt-raet') +conflicts=('salt-zmq' 'salt-raet') + +depends=('python2-jinja' + 'python2-msgpack' + 'python2-yaml' + 'python2-markupsafe' + 'python2-requests' + 'python2-pyzmq' + 'python2-crypto' + 'python2-m2crypto' + 'python2-systemd' + 'python2-tornado') +optdepends=('dmidecode: decode SMBIOS/DMI tables' +'python2-pygit2: gitfs support') + +backup=('etc/salt/master' +'etc/salt/minion') + +install=salt.install +source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";) +md5sums=('eced07a652cc6a31870fc098d5325a9c') + +package() { + cd salt-$pkgver + python2 setup.py clean + python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1 + + # default config + install -Dm644 conf/master "$pkgdir/etc/salt/master" + install -Dm644 conf/minion "$pkgdir/etc/salt/minion" + + # systemd services + for _svc in salt-master.service salt-syndic.service salt-minion.service salt-api.service; do +install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc" + done + install -Dm644 pkg/salt.bash "$pkgdir/usr/share/bash-completion/completions/salt" + install -Dm644 pkg/zsh_completion.zsh "$pkgdir/usr/share/zsh/site-functions/_salt" +} + +# vim:set ts=2 sw=2 et: Deleted: salt.install === --- salt.install2016-11-28 23:36:20 UTC (rev 197206) +++ salt.install2016-11-28 23:36:30 UTC (rev 197207) @@ -1,22 +0,0 @@ -#!/bin/bash - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then -cat << EOF -==> Since version 2014.1.1-2, salt-master runs by default as root user. -==> You need to manually update your configuration and remove the salt user and -==> group to follow the new default behavior. -EOF - fi - - if [[ "$(vercmp $2 2016.3.3-1)" -le 0 ]]; then -
[arch-commits] Commit in salt/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 23:36:20 Author: demize Revision: 197206 upgpkg: salt 2016.11.0-1 Modified: salt/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 23:32:57 UTC (rev 197205) +++ PKGBUILD2016-11-28 23:36:20 UTC (rev 197206) @@ -5,7 +5,7 @@ # Contributor: Christer Edwards pkgname=salt -pkgver=2016.3.4 +pkgver=2016.11.0 pkgrel=1 pkgdesc='Central system and configuration manager' @@ -34,7 +34,7 @@ install=salt.install source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";) -md5sums=('9a110f379d8af6be9b0a692430cc17a6') +md5sums=('eced07a652cc6a31870fc098d5325a9c') package() { cd salt-$pkgver
[arch-commits] Commit in python-pyswip/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 23:32:46 Author: arodseth Revision: 197204 upgpkg: python-pyswip 0.2.3-4 Modified: python-pyswip/trunk/PKGBUILD (contents, properties) --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 23:18:11 UTC (rev 197203) +++ PKGBUILD2016-11-28 23:32:46 UTC (rev 197204) @@ -3,14 +3,14 @@ pkgname=python-pyswip pkgver=0.2.3 -pkgrel=3 +pkgrel=4 pkgdesc='Python wrapper for SWI-Prolog' arch=('any') url='https://github.com/yuce/pyswip' license=('MIT') depends=('python' 'swi-prolog') -makedepends=('setuptools' 'git') -source=("git://github.com/yuce/pyswip.git#commit=72771d9") +makedepends=('python-setuptools' 'git') +source=("git://github.com/yuce/pyswip#commit=72771d9") sha256sums=('SKIP') build() { Property changes on: python-pyswip/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in python-pyswip/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, November 28, 2016 @ 23:32:57 Author: arodseth Revision: 197205 archrelease: copy trunk to community-any Added: python-pyswip/repos/community-any/PKGBUILD (from rev 197204, python-pyswip/trunk/PKGBUILD) Deleted: python-pyswip/repos/community-any/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-28 23:32:46 UTC (rev 197204) +++ PKGBUILD2016-11-28 23:32:57 UTC (rev 197205) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth - -pkgname=python-pyswip -pkgver=0.2.3 -pkgrel=3 -pkgdesc='Python wrapper for SWI-Prolog' -arch=('any') -url='https://github.com/yuce/pyswip' -license=('MIT') -depends=('python' 'swi-prolog') -makedepends=('setuptools' 'git') -source=("git://github.com/yuce/pyswip.git#commit=72771d9") -sha256sums=('SKIP') - -build() { - cd pyswip - - python setup.py build -} - -check() { - cd pyswip - - python setup.py check -} - -package() { - cd pyswip - - python setup.py install --prefix=/usr --root="$pkgdir" - install -d "$pkgdir/usr/share/doc/$pkgname" - cp -R examples "$pkgdir/usr/share/doc/$pkgname" - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} - -# vim:set ts=2 sw=2 et: Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 197204, python-pyswip/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-28 23:32:57 UTC (rev 197205) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Alexander F Rødseth + +pkgname=python-pyswip +pkgver=0.2.3 +pkgrel=4 +pkgdesc='Python wrapper for SWI-Prolog' +arch=('any') +url='https://github.com/yuce/pyswip' +license=('MIT') +depends=('python' 'swi-prolog') +makedepends=('python-setuptools' 'git') +source=("git://github.com/yuce/pyswip#commit=72771d9") +sha256sums=('SKIP') + +build() { + cd pyswip + + python setup.py build +} + +check() { + cd pyswip + + python setup.py check +} + +package() { + cd pyswip + + python setup.py install --prefix=/usr --root="$pkgdir" + install -d "$pkgdir/usr/share/doc/$pkgname" + cp -R examples "$pkgdir/usr/share/doc/$pkgname" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in libgexiv2/repos (4 files)
Date: Monday, November 28, 2016 @ 23:18:11 Author: arodseth Revision: 197203 archrelease: copy trunk to community-x86_64, community-i686 Added: libgexiv2/repos/community-i686/PKGBUILD (from rev 197202, libgexiv2/trunk/PKGBUILD) libgexiv2/repos/community-x86_64/PKGBUILD (from rev 197202, libgexiv2/trunk/PKGBUILD) Deleted: libgexiv2/repos/community-i686/PKGBUILD libgexiv2/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 31 - community-x86_64/PKGBUILD | 31 - 3 files changed, 76 insertions(+), 62 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-28 23:17:57 UTC (rev 197202) +++ community-i686/PKGBUILD 2016-11-28 23:18:11 UTC (rev 197203) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Ionut Biru - -pkgname=libgexiv2 -pkgver=0.10.4 -pkgrel=1 -pkgdesc='GObject-based wrapper around the Exiv2 library' -url='https://wiki.gnome.org/Projects/gexiv2' -arch=('x86_64' 'i686') -license=('GPL2') -depends=('exiv2' 'glib2') -makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection') -source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz";) -sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4') - -build() { - cd "${pkgname/lib/}-$pkgver" - - # In order for the build process to include any python-related files, - # 'import gi; print(gi._overridesdir)' must work with either python or - # python2. The gi module is provided by python-gobject and python2-gobject. - ./configure --prefix=/usr --enable-introspection - make -} - -package() { - make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 197202, libgexiv2/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-28 23:18:11 UTC (rev 197203) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Ionut Biru + +pkgname=libgexiv2 +pkgver=0.10.4 +pkgrel=2 +pkgdesc='GObject-based wrapper around the Exiv2 library' +url='https://wiki.gnome.org/Projects/gexiv2' +arch=('x86_64' 'i686') +license=('GPL2') +depends=('exiv2' 'glib2') +makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 'setconf') +source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz";) +sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4') + +prepare() { + cd "${pkgname/lib/}-$pkgver" + + # fix FS#51673 + setconf Makefile.am typelibdir '$(libdir)/girepository-1.0' +} + +build() { + cd "${pkgname/lib/}-$pkgver" + + # In order for the build process to include any python-related files, + # 'import gi; print(gi._overridesdir)' must work with either python or + # python2. The gi module is provided by python-gobject and python2-gobject. + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-28 23:17:57 UTC (rev 197202) +++ community-x86_64/PKGBUILD 2016-11-28 23:18:11 UTC (rev 197203) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Ionut Biru - -pkgname=libgexiv2 -pkgver=0.10.4 -pkgrel=1 -pkgdesc='GObject-based wrapper around the Exiv2 library' -url='https://wiki.gnome.org/Projects/gexiv2' -arch=('x86_64' 'i686') -license=('GPL2') -depends=('exiv2' 'glib2') -makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection') -source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz";) -sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4') - -build() { - cd "${pkgname/lib/}-$pkgver" - - # In order for the build process to include any python-related files, - # 'import gi; print(gi._overridesdir)' must work with either python or - # python2. The gi module is provided by python-gobject and python2-gobject. - ./configure --prefix=/usr --enable-introspection - make -} - -package() { - make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 197202, libgexiv2/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-28 23:18:11 UTC (rev 197203) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Al
[arch-commits] Commit in libgexiv2/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 23:17:57 Author: arodseth Revision: 197202 upgpkg: libgexiv2 0.10.4-2 Modified: libgexiv2/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 22:58:06 UTC (rev 197201) +++ PKGBUILD2016-11-28 23:17:57 UTC (rev 197202) @@ -4,16 +4,23 @@ pkgname=libgexiv2 pkgver=0.10.4 -pkgrel=1 +pkgrel=2 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' arch=('x86_64' 'i686') license=('GPL2') depends=('exiv2' 'glib2') -makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection') +makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 'setconf') source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz";) sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4') +prepare() { + cd "${pkgname/lib/}-$pkgver" + + # fix FS#51673 + setconf Makefile.am typelibdir '$(libdir)/girepository-1.0' +} + build() { cd "${pkgname/lib/}-$pkgver"
[arch-commits] Commit in allegro/repos (4 files)
Date: Monday, November 28, 2016 @ 22:58:06 Author: arodseth Revision: 197201 archrelease: copy trunk to community-x86_64, community-i686 Added: allegro/repos/community-i686/PKGBUILD (from rev 197200, allegro/trunk/PKGBUILD) allegro/repos/community-x86_64/PKGBUILD (from rev 197200, allegro/trunk/PKGBUILD) Deleted: allegro/repos/community-i686/PKGBUILD allegro/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 78 community-i686/PKGBUILD | 39 -- community-x86_64/PKGBUILD | 39 -- 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-28 22:57:53 UTC (rev 197200) +++ community-i686/PKGBUILD 2016-11-28 22:58:06 UTC (rev 197201) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Ionut Biru -# Contributor: Tom Newsom -# Contributor: arjan - -pkgname=allegro -pkgver=5.2.1.1 -pkgrel=1 -pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') -url='http://liballeg.org/' -license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') -source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") -md5sums=('SKIP') - -build() { - mkdir -p build; cd build - - cmake "../${pkgname}${pkgver%%.*}" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON \ --G Ninja - - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install - - install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: allegro/repos/community-i686/PKGBUILD (from rev 197200, allegro/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-28 22:58:06 UTC (rev 197201) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Ionut Biru +# Contributor: Tom Newsom +# Contributor: arjan + +pkgname=allegro +pkgver=5.2.1.1 +pkgrel=2 +pkgdesc='Portable library mainly aimed at video game and multimedia programming' +arch=('x86_64' 'i686') +url='http://liballeg.org/' +license=('custom') +makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git' 'opusfile') +depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora' 'opusfile') +source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") +md5sums=('SKIP') + +build() { + mkdir -p build; cd build + + cmake "../${pkgname}${pkgver%%.*}" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWANT_DOCS=OFF \ +-DWANT_PHYSFS=ON \ +-G Ninja + + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install + + install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-28 22:57:53 UTC (rev 197200) +++ community-x86_64/PKGBUILD 2016-11-28 22:58:06 UTC (rev 197201) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Ionut Biru -# Contributor: Tom Newsom -# Contributor: arjan - -pkgname=allegro -pkgver=5.2.1.1 -pkgrel=1 -pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') -url='http://liballeg.org/' -license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') -source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") -md5sums=('SKIP') - -build() { - mkdir -p build; cd build - - cmake "../${pkgname}${pkgver%%.*}" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON \ --G Ninja - - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install - - install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 197200, allegro/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-28 22:58:06 UTC (rev 197201) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Ionut Biru +# Contributor: Tom Newsom +# Contributor: arjan + +pkgname=allegro +pkgver=5.2.
[arch-commits] Commit in allegro/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 22:57:53 Author: arodseth Revision: 197200 upgpkg: allegro 5.2.1.1-2 Modified: allegro/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:53:17 UTC (rev 197199) +++ PKGBUILD2016-11-28 22:57:53 UTC (rev 197200) @@ -6,13 +6,13 @@ pkgname=allegro pkgver=5.2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') url='http://liballeg.org/' license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') +makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git' 'opusfile') +depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora' 'opusfile') source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") md5sums=('SKIP')
[arch-commits] Commit in lib32-libindicator/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:53:17 Author: anthraxx Revision: 197199 drop i686 arch Modified: lib32-libindicator/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:51:47 UTC (rev 197198) +++ PKGBUILD2016-11-28 21:53:17 UTC (rev 197199) @@ -10,9 +10,9 @@ pkgrel=6 pkgdesc='Set of symbols and convenience functions for Ayatana indicators (32-bit)' url='https://launchpad.net/libindicator' -arch=('i686' 'x86_64') +arch=('x86_64') license=('GPL3') -makedepends=("lib32-gtk"{2,3} 'pkg-config') +makedepends=("lib32-gtk"{2,3}) source=(https://launchpad.net/${_pkgbase}/${pkgver%.*}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc}) sha512sums=('d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af' 'SKIP')
[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:52:23 Author: andyrtr Revision: 282197 use bsdtar instead of rpmextract; FS#51877 Modified: libreoffice-fresh-i18n/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:00:59 UTC (rev 282196) +++ PKGBUILD2016-11-28 21:52:23 UTC (rev 282197) @@ -13,7 +13,6 @@ arch=('any') url="http://www.documentfoundation.org"; license=('LGPL') -makedepends=('rpmextract') #https://download.documentfoundation.org/mirrors/all.html _url="https://download.documentfoundation.org/libreoffice/stable"; @@ -482,6 +481,7 @@ 'SKIP' '862830a2e5246e1ca6adb7d2f171ce6a6ac5f0cbdc45ea49a72554faba2be267' 'SKIP') +validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) " prepare() { for i in ${pkgname[@]}; do @@ -495,11 +495,11 @@ rm -vf *-dict-*.rpm || /bin/true for j in *.rpm - do rpmextract.sh $j + do bsdtar -x -f $j done # the helppack rpm goes also into the langpack dir -rpmextract.sh \ +bsdtar -x -f \ "${srcdir}"/LibreOffice_${_rcver}_Linux_x86_rpm_helppack_${_pkglang}/RPMS/*.rpm \ || true done
[arch-commits] Commit in lib32-libdbusmenu/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:51:47 Author: anthraxx Revision: 197198 drop i686 arch Modified: lib32-libdbusmenu/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:49:49 UTC (rev 197197) +++ PKGBUILD2016-11-28 21:51:47 UTC (rev 197198) @@ -11,9 +11,9 @@ pkgrel=2 pkgdesc='Library for passing menus over DBus (32-bit)' url='https://launchpad.net/libdbusmenu' -arch=('i686' 'x86_64') +arch=('x86_64') license=('GPL3' 'LGPL2.1' 'LGPL3') -makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 'lib32-gtk'{2,3} 'intltool' 'vala' 'valgrind-multilib' 'pkg-config') +makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 'lib32-gtk'{2,3} 'intltool' 'vala' 'valgrind-multilib') options=('!emptydirs') source=(https://launchpad.net/${_pkgbase}/${pkgver%.?}/${pkgver}/+download/${_pkgbase}-${pkgver}.tar.gz{,.asc}) sha512sums=('ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241'
[arch-commits] Commit in lib32-libappindicator/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:49:49 Author: anthraxx Revision: 197197 drop i686 arch Modified: lib32-libappindicator/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:47:21 UTC (rev 197196) +++ PKGBUILD2016-11-28 21:49:49 UTC (rev 197197) @@ -10,7 +10,7 @@ pkgrel=9 pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, KDE or Systray (32-bit)' url='https://launchpad.net/libappindicator' -arch=('i686' 'x86_64') +arch=('x86_64') license=('LGPL2.1' 'GPL3') makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'gtk-sharp-2' 'lib32-libdbusmenu-gtk'{2,3} 'lib32-libindicator-gtk'{2,3}
[arch-commits] Commit in lib32-freeglut/repos (2 files)
Date: Monday, November 28, 2016 @ 21:47:21 Author: anthraxx Revision: 197196 archrelease: copy trunk to multilib-x86_64 Added: lib32-freeglut/repos/multilib-x86_64/ lib32-freeglut/repos/multilib-x86_64/PKGBUILD (from rev 197195, lib32-freeglut/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: lib32-freeglut/repos/multilib-x86_64/PKGBUILD (from rev 197195, lib32-freeglut/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-11-28 21:47:21 UTC (rev 197196) @@ -0,0 +1,45 @@ +# Maintainer: Levente Polyak +# Contributor: Jan Alexander Steffens (heftig) +# Contributor: Eric Belanger +# Contributor: Tom Newsom + +_pkgname=freeglut +pkgname=lib32-${_pkgname} +pkgver=3.0.0 +pkgrel=1 +pkgdesc='Provides functionality for small OpenGL programs (32-bit)' +url='http://freeglut.sourceforge.net/' +arch=('x86_64') +license=('MIT') +depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut') +makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake') +replaces=('lib32-glut') +provides=('lib32-glut') +conflicts=('lib32-glut') +source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz) +sha512sums=('9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0') + +prepare() { + mkdir ${_pkgname}-${pkgver}/build +} + +build() { + cd ${_pkgname}-${pkgver}/build + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + cmake .. \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib32 \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd ${_pkgname}-${pkgver} + make -C build DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr/include" + install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Monday, November 28, 2016 @ 21:47:01 Author: anthraxx Revision: 197195 addpkg: lib32-freeglut 3.0.0-1 Added: lib32-freeglut/ lib32-freeglut/repos/ lib32-freeglut/trunk/ lib32-freeglut/trunk/PKGBUILD --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Added: lib32-freeglut/trunk/PKGBUILD === --- lib32-freeglut/trunk/PKGBUILD (rev 0) +++ lib32-freeglut/trunk/PKGBUILD 2016-11-28 21:47:01 UTC (rev 197195) @@ -0,0 +1,45 @@ +# Maintainer: Levente Polyak +# Contributor: Jan Alexander Steffens (heftig) +# Contributor: Eric Belanger +# Contributor: Tom Newsom + +_pkgname=freeglut +pkgname=lib32-${_pkgname} +pkgver=3.0.0 +pkgrel=1 +pkgdesc='Provides functionality for small OpenGL programs (32-bit)' +url='http://freeglut.sourceforge.net/' +arch=('x86_64') +license=('MIT') +depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut') +makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake') +replaces=('lib32-glut') +provides=('lib32-glut') +conflicts=('lib32-glut') +source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz) +sha512sums=('9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0') + +prepare() { + mkdir ${_pkgname}-${pkgver}/build +} + +build() { + cd ${_pkgname}-${pkgver}/build + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' + cmake .. \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib32 \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd ${_pkgname}-${pkgver} + make -C build DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr/include" + install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in arm-none-eabi-gcc/repos (6 files)
Date: Monday, November 28, 2016 @ 21:32:54 Author: anatolik Revision: 197194 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: arm-none-eabi-gcc/repos/community-testing-i686/ arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 197193, arm-none-eabi-gcc/trunk/PKGBUILD) arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch (from rev 197193, arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch) arm-none-eabi-gcc/repos/community-testing-x86_64/ arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 197193, arm-none-eabi-gcc/trunk/PKGBUILD) arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch (from rev 197193, arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch) --+ community-testing-i686/PKGBUILD | 127 ++ community-testing-i686/enable-with-multilib-list-for-arm.patch | 201 ++ community-testing-x86_64/PKGBUILD| 127 ++ community-testing-x86_64/enable-with-multilib-list-for-arm.patch | 201 ++ 4 files changed, 656 insertions(+) Copied: arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 197193, arm-none-eabi-gcc/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-11-28 21:32:54 UTC (rev 197194) @@ -0,0 +1,127 @@ +# Maintainer: Anatol Pomozov +# Contributor: Martin Schmölzer + +_target=arm-none-eabi +pkgname=$_target-gcc +pkgver=6.2.0 +_islver=0.17.1 +pkgrel=2 +_snapshot=6-20161124 +pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target' +arch=(i686 x86_64) +url='http://gcc.gnu.org/' +license=(GPL LGPL FDL) +depends=($_target-binutils zlib libmpc) +makedepends=(gmp mpfr $_target-newlib) +optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded systems') +options=(!emptydirs !strip) +source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2 +ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2 +http://isl.gforge.inria.fr/isl-$_islver.tar.bz2 +enable-with-multilib-list-for-arm.patch) +sha256sums=('17e80998bc633424ee41b0d6a5e9d317eaeb79283cdee7c81854a7d159c8b9d2' +'d6307bf9a59514087abac3cbaab3d99393a0abb519354f7e7834a8c842310daa' +'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690') + +if [ -n "$_snapshot" ]; then + _basedir=gcc-$_snapshot +else + _basedir=gcc-$pkgver +fi + +prepare() { + cd $_basedir + + # link isl for in-tree builds + ln -s ../isl-$_islver isl + + echo $pkgver > gcc/BASE-VER + + # hack! - some configure tests for header files using "$CPP $CPPFLAGS" + sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure + + patch -p1 < $srcdir/enable-with-multilib-list-for-arm.patch + + mkdir $srcdir/build-{gcc,gcc-nano} +} + +_build_gcc() { + $srcdir/$_basedir/configure \ +--target=$_target \ +--prefix=/usr \ +--with-sysroot=/usr/$_target \ +--with-native-system-header-dir=/include \ +--libexecdir=/usr/lib \ +--enable-languages=c,c++ \ +--enable-plugins \ +--disable-decimal-float \ +--disable-libffi \ +--disable-libgomp \ +--disable-libmudflap \ +--disable-libquadmath \ +--disable-libssp \ +--disable-libstdcxx-pch \ +--disable-nls \ +--disable-shared \ +--disable-threads \ +--disable-tls \ +--with-gnu-as \ +--with-gnu-ld \ +--with-system-zlib \ +--with-newlib \ +--with-headers=/usr/$_target/include \ +--with-python-dir=share/gcc-arm-none-eabi \ +--with-gmp \ +--with-mpfr \ +--with-mpc \ +--with-isl \ +--with-libelf \ +--enable-gnu-indirect-function \ +--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' \ +--with-pkgversion='Arch Repository' \ +--with-bugurl='https://bugs.archlinux.org/' \ +--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r + + make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0' +} + +build() { + cd $srcdir/build-gcc + export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections' + export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections' + _build_gcc + + # Build libstdc++ without exceptions support (the 'nano' variant) + cd $srcdir/build-gcc-nano + export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections -fno-exceptions' + export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections -fno-exceptions' + _build_gcc +} + +package() { + cd $srcdir/build-gcc + make DESTDIR="$pkgdir" install -j1 + + cd $srcdir/build-gcc-nano + make DESTDIR="$pkgdir.nano" install -j1 + # we need only libst
[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:31:58 Author: anatolik Revision: 197193 upgpkg: arm-none-eabi-gcc 6.2.0-2 Modified: arm-none-eabi-gcc/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:29:59 UTC (rev 197192) +++ PKGBUILD2016-11-28 21:31:58 UTC (rev 197193) @@ -5,8 +5,8 @@ pkgname=$_target-gcc pkgver=6.2.0 _islver=0.17.1 -pkgrel=1 -_snapshot=6-20160825 +pkgrel=2 +_snapshot=6-20161124 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target' arch=(i686 x86_64) url='http://gcc.gnu.org/' @@ -19,7 +19,7 @@ ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2 enable-with-multilib-list-for-arm.patch) -sha256sums=('b1d433949d33baa4e7e5943a7688cf8d6a7c92d18a5b1acdb66c318a2a54d339' +sha256sums=('17e80998bc633424ee41b0d6a5e9d317eaeb79283cdee7c81854a7d159c8b9d2' 'd6307bf9a59514087abac3cbaab3d99393a0abb519354f7e7834a8c842310daa' 'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
[arch-commits] Commit in gambas3/repos (4 files)
Date: Monday, November 28, 2016 @ 21:29:59 Author: felixonmars Revision: 197192 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: gambas3/repos/community-staging-i686/ gambas3/repos/community-staging-i686/PKGBUILD (from rev 197191, gambas3/trunk/PKGBUILD) gambas3/repos/community-staging-x86_64/ gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 197191, gambas3/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 1165 community-staging-x86_64/PKGBUILD | 1165 2 files changed, 2330 insertions(+) Copied: gambas3/repos/community-staging-i686/PKGBUILD (from rev 197191, gambas3/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 21:29:59 UTC (rev 197192) @@ -0,0 +1,1165 @@ +# $Id$ +# Maintainer: Laurent Carlier +# Contributor : sebikul + +pkgbase=gambas3 +pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt' 'gambas3-gb-dbus' + 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db' + 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal' + 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 'gambas3-gb-gtk3' 'gambas3-gb-image-effect' + 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 'gambas3-gb-markdown' + 'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' + 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' + 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 'gambas3-gb-qt4' + 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner' + 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' + 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' + 'gambas3-gb-web-form' 'gambas3-gb-web' 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script') +pkgver=3.9.1 +pkgrel=3 +pkgdesc="A free development environment based on a Basic interpreter." +arch=('i686' 'x86_64') +url="http://gambas.sourceforge.net/"; +license=('GPL2') +groups=('gambas3') +makedepends=('intltool' 'mariadb' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils' + 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3' + 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 'librsvg' + 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 'sdl2_ttf' 'libxtst' + 'pcre' 'qtwebkit' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 'libsm' 'dbus' 'libxml2' + 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 'gtkglext' 'ncurses' +'gmime') +options=('!emptydirs' 'libtool') +source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";) +md5sums=('68949413f2ffc523e5b88ebaf3e3944a') + +create_dirs() { + install -dm755 ${pkgdir}/usr/lib/gambas3 + install -dm755 ${pkgdir}/usr/share/gambas3/info/control +} + +prepare() { + cd ${srcdir}/${pkgbase}-${pkgver} + + ./reconf-all +} + +build() { + cd ${srcdir}/${pkgbase}-${pkgver} + + ./configure --prefix=/usr + + make bindir=${pkgdir}/usr/bin + + mkdir -p ${srcdir}/fakeinstall + make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install +} + +package_gambas3-gb-args() { + depends=('gambas3-runtime') + pkgdesc="Command-line options analyzer component" + + cd ${srcdir}/fakeinstall + + create_dirs + + mv -v usr/lib/gambas3/gb.args.* ${pkgdir}/usr/lib/gambas3/ + mv -v usr/share/gambas3/info/gb.args.* ${pkgdir}/usr/share/gambas3/info/ +} + +package_gambas3-gb-cairo() { + depends=('gambas3-runtime' 'cairo') + pkgdesc="Cairo component" + + cd ${srcdir}/fakeinstall + + create_dirs + + mv -v usr/lib/gambas3/gb.cairo.* ${pkgdir}/usr/lib/gambas3/ + mv -v usr/share/gambas3/i
[arch-commits] Commit in gambas3/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:28:35 Author: felixonmars Revision: 197191 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: gambas3/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 21:06:58 UTC (rev 197190) +++ PKGBUILD2016-11-28 21:28:35 UTC (rev 197191) @@ -16,7 +16,7 @@ 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' 'gambas3-gb-web-form' 'gambas3-gb-web' 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script') pkgver=3.9.1 -pkgrel=2 +pkgrel=3 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64') url="http://gambas.sourceforge.net/";
[arch-commits] Commit in sigil/repos (4 files)
Date: Monday, November 28, 2016 @ 21:06:58 Author: foutrelis Revision: 197190 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: sigil/repos/community-staging-i686/ sigil/repos/community-staging-i686/PKGBUILD (from rev 197189, sigil/trunk/PKGBUILD) sigil/repos/community-staging-x86_64/ sigil/repos/community-staging-x86_64/PKGBUILD (from rev 197189, sigil/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 44 community-staging-x86_64/PKGBUILD | 44 2 files changed, 88 insertions(+) Copied: sigil/repos/community-staging-i686/PKGBUILD (from rev 197189, sigil/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 21:06:58 UTC (rev 197190) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Larry Hajali + +pkgname=sigil +pkgver=0.9.7 +pkgrel=2 +pkgdesc="WYSIWYG ebook editor" +arch=('i686' 'x86_64') +url="http://sigil-ebook.com/"; +license=('GPL3') +depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 'hunspell') +makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake') +source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip";) +md5sums=('bbf90064d088c21eb4021980e5cd0d29') + +build() { + cd "${srcdir}/Sigil-${pkgver}" + + mkdir -p build + cd build + + cmake -G "Unix Makefiles" \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ +-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON .. \ +-DUSE_SYSTEM_LIBS=ON + + make +} + +package() { + cd "${srcdir}"/Sigil-${pkgver}/build + make install DESTDIR="${pkgdir}" + + for _pic in 16 32 48 128 256; do +install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \ + "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png + done + install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \ +"$pkgdir/usr/share/pixmaps/$pkgname.png" +} Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 197189, sigil/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-11-28 21:06:58 UTC (rev 197190) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Larry Hajali + +pkgname=sigil +pkgver=0.9.7 +pkgrel=2 +pkgdesc="WYSIWYG ebook editor" +arch=('i686' 'x86_64') +url="http://sigil-ebook.com/"; +license=('GPL3') +depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 'hunspell') +makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake') +source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip";) +md5sums=('bbf90064d088c21eb4021980e5cd0d29') + +build() { + cd "${srcdir}/Sigil-${pkgver}" + + mkdir -p build + cd build + + cmake -G "Unix Makefiles" \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ +-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON .. \ +-DUSE_SYSTEM_LIBS=ON + + make +} + +package() { + cd "${srcdir}"/Sigil-${pkgver}/build + make install DESTDIR="${pkgdir}" + + for _pic in 16 32 48 128 256; do +install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \ + "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png + done + install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \ +"$pkgdir/usr/share/pixmaps/$pkgname.png" +}
[arch-commits] Commit in sigil/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:06:46 Author: foutrelis Revision: 197189 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: sigil/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 20:59:32 UTC (rev 197188) +++ PKGBUILD2016-11-28 21:06:46 UTC (rev 197189) @@ -4,7 +4,7 @@ pkgname=sigil pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="WYSIWYG ebook editor" arch=('i686' 'x86_64') url="http://sigil-ebook.com/";
[arch-commits] Commit in lokalize/repos (6 files)
Date: Monday, November 28, 2016 @ 21:00:59 Author: felixonmars Revision: 282196 archrelease: copy trunk to staging-i686, staging-x86_64 Added: lokalize/repos/staging-i686/ lokalize/repos/staging-i686/PKGBUILD (from rev 282195, lokalize/trunk/PKGBUILD) lokalize/repos/staging-i686/fix-python2-path.patch (from rev 282195, lokalize/trunk/fix-python2-path.patch) lokalize/repos/staging-x86_64/ lokalize/repos/staging-x86_64/PKGBUILD (from rev 282195, lokalize/trunk/PKGBUILD) lokalize/repos/staging-x86_64/fix-python2-path.patch (from rev 282195, lokalize/trunk/fix-python2-path.patch) ---+ staging-i686/PKGBUILD | 40 staging-i686/fix-python2-path.patch | 22 + staging-x86_64/PKGBUILD | 40 staging-x86_64/fix-python2-path.patch | 22 + 4 files changed, 124 insertions(+) Copied: lokalize/repos/staging-i686/PKGBUILD (from rev 282195, lokalize/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-11-28 21:00:59 UTC (rev 282196) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=lokalize +pkgver=16.08.3 +pkgrel=2 +pkgdesc='Computer-Aided Translation System' +url='http://kde.org/applications/development/lokalize/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdesdk') +depends=('kross' 'hunspell' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'python' 'kdoctools') +conflicts=('kdesdk-lokalize') +replaces=('kdesdk-lokalize') +source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz";) +sha1sums=('3ebc80e5d0ca0f03ce0c2487361fa80be39d20cb') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../lokalize-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install + + # Fix python 2 path + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ +"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py +} Copied: lokalize/repos/staging-i686/fix-python2-path.patch (from rev 282195, lokalize/trunk/fix-python2-path.patch) === --- staging-i686/fix-python2-path.patch (rev 0) +++ staging-i686/fix-python2-path.patch 2016-11-28 21:00:59 UTC (rev 282196) @@ -0,0 +1,22 @@ +--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 11:22:42.12002 +0100 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 +0100 +@@ -114,7 +114,7 @@ + print >>sys.stderr, "Execution failed:", e + + cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % (ourPath,xliffpathname,xlifftemplatepathname,xliffpathname) +-if os.name!='nt': cmd='python '+cmd ++if os.name!='nt': cmd='python2 '+cmd + else: cmd=cmd.replace('/','\\') + os.system(cmd) + +--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~ 2010-11-24 11:24:10.85336 +0100 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 11:24:10.88336 +0100 +@@ -42,7 +42,7 @@ + xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf) + + ourpath=([p for p in sys.path if os.path.exists(p+'/xliff2odf.py')]+[''])[0] +-os.system('python "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" &'%(translatedodfpathname, Editor.currentEntryId())) ++os.system('python2 "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" &'%(translatedodfpathname, Editor.currentEntryId())) + + try: convert() + except: print 'error occured' Copied: lokalize/repos/staging-x86_64/PKGBUILD (from rev 282195, lokalize/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-11-28 21:00:59 UTC (rev 282196) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=lokalize +pkgver=16.08.3 +pkgrel=2 +pkgdesc='Computer-Aided Translation System' +url='http://kde.org/applications/development/lokalize/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdesdk') +depends=('kross' 'hunspell' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'python' 'kdoctools') +conflicts=('kdesdk-lokalize') +replaces=('kdesdk-lokalize') +source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz";) +sha1sums=('3ebc80e5d0ca0f03ce0c2487361fa80be39d20cb') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../lokalize-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +
[arch-commits] Commit in lokalize/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 21:00:30 Author: felixonmars Revision: 282195 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: lokalize/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 20:41:20 UTC (rev 282194) +++ PKGBUILD2016-11-28 21:00:30 UTC (rev 282195) @@ -4,7 +4,7 @@ pkgname=lokalize pkgver=16.08.3 -pkgrel=1 +pkgrel=2 pkgdesc='Computer-Aided Translation System' url='http://kde.org/applications/development/lokalize/' arch=('i686' 'x86_64')
[arch-commits] Commit in calibre/repos (4 files)
Date: Monday, November 28, 2016 @ 20:59:32 Author: foutrelis Revision: 197188 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: calibre/repos/community-staging-i686/ calibre/repos/community-staging-i686/PKGBUILD (from rev 197187, calibre/trunk/PKGBUILD) calibre/repos/community-staging-x86_64/ calibre/repos/community-staging-x86_64/PKGBUILD (from rev 197187, calibre/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 76 community-staging-x86_64/PKGBUILD | 76 2 files changed, 152 insertions(+) Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 197187, calibre/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 20:59:32 UTC (rev 197188) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Jelle van der Waa +# Maintainer: Daniel Wallace +# Contributor: Giovanni Scafora +# Contributor: Petrov Roman +# Contributor: Andrea Fagiani +# Contributor: Larry Hajali +# Contributor: Eli Schwartz + +pkgname=calibre +pkgver=2.73.0 +pkgrel=2 +pkgdesc="Ebook management application" +arch=('i686' 'x86_64') +url="https://calibre-ebook.com/"; +license=('GPL3') +depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' + 'python2-mechanize' 'podofo' 'libwmf' + 'chmlib' 'python2-lxml' 'libusbx' + 'python2-pillow' 'shared-mime-info' 'python2-dnspython' + 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus' + 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit' + 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 'mtdev' + 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng') +makedepends=('qt5-x11extras' 'xdg-utils') +optdepends=('ipython2: to use calibre-debug' +'udisks: required for mounting certain devices' +'poppler: required for converting pdf to html' +) +source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz"; +"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";) +sha256sums=('ec05836d60ae6214c3dde22ec7f9340ab77b05eac25b0df5e245b43f553b1a9f' +'SKIP') +validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') + +prepare(){ + cd "${pkgname}-${pkgver}" + + # Remove unneeded files and libs + rm -rf resources/${pkgname}-portable.* \ + src/cherrypy \ + src/html5lib \ + src/chardet + + # Desktop integration (e.g. enforce arch defaults) + sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \ + -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \ + -e "/cc(\['xdg-mime', 'install', MIME\])/d" \ + -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \ + -e "s/^Name=calibre/Name=Calibre/g" \ + -i src/calibre/linux.py +} + +build() { + cd "${pkgname}-${pkgver}" + + LANG='en_US.UTF-8' python2 setup.py build + LANG='en_US.UTF-8' python2 setup.py gui +} + +package() { + cd "${pkgname}-${pkgver}" + + install -d "${pkgdir}/usr/share/zsh/site-functions" \ + "${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor} + + install -Dm644 resources/calibre-mimetypes.xml \ +"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml" + + XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \ +python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr + + # Compiling bytecode FS#33392 + python2 -m compileall "${pkgdir}/usr/lib/calibre/" + python2 -O -m compileall "${pkgdir}/usr/lib/calibre/" +} Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 197187, calibre/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-11-28 20:59:32 UTC (rev 197188) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Jelle van der Waa +# Maintainer: Daniel Wallace +# Contributor: Giovanni Scafora +# Contributor: Petrov Roman +# Contributor: Andrea Fagiani +# Contributor: Larry Hajali +# Contributor: Eli Schwartz + +pkgname=calibre +pkgver=2.73.0 +pkgrel=2 +pkgdesc="Ebook management application" +arch=('i686' 'x86_64') +url="https://calibre-ebook.com/"; +license=('GPL3') +depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' + 'python2-mechanize' 'podofo' 'libwmf' + 'chmlib' 'python2-lxml' 'libusbx' + 'python2-pillow' 'shared-mime-info' 'python2-dnspython' + 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus' + 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit' + 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 'mtdev' + '
[arch-commits] Commit in calibre/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 20:59:20 Author: foutrelis Revision: 197187 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: calibre/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 20:56:42 UTC (rev 197186) +++ PKGBUILD2016-11-28 20:59:20 UTC (rev 197187) @@ -9,7 +9,7 @@ pkgname=calibre pkgver=2.73.0 -pkgrel=1 +pkgrel=2 pkgdesc="Ebook management application" arch=('i686' 'x86_64') url="https://calibre-ebook.com/";
[arch-commits] Commit in allegro/repos (4 files)
Date: Monday, November 28, 2016 @ 20:56:42 Author: arodseth Revision: 197186 archrelease: copy trunk to community-x86_64, community-i686 Added: allegro/repos/community-i686/PKGBUILD (from rev 197185, allegro/trunk/PKGBUILD) allegro/repos/community-x86_64/PKGBUILD (from rev 197185, allegro/trunk/PKGBUILD) Deleted: allegro/repos/community-i686/PKGBUILD allegro/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 78 community-i686/PKGBUILD | 37 community-x86_64/PKGBUILD | 37 3 files changed, 78 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-28 20:56:26 UTC (rev 197185) +++ community-i686/PKGBUILD 2016-11-28 20:56:42 UTC (rev 197186) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Ionut Biru -# Contributor: Tom Newsom -# Contributor: arjan - -pkgname=allegro -pkgver=5.2.1.0 -pkgrel=1 -pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') -url='http://liballeg.org/' -license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') -source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - mkdir -p build - cd build - cmake "../${pkgname}${pkgver%%.*}" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON \ --G Ninja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install - install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: allegro/repos/community-i686/PKGBUILD (from rev 197185, allegro/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-28 20:56:42 UTC (rev 197186) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Ionut Biru +# Contributor: Tom Newsom +# Contributor: arjan + +pkgname=allegro +pkgver=5.2.1.1 +pkgrel=1 +pkgdesc='Portable library mainly aimed at video game and multimedia programming' +arch=('x86_64' 'i686') +url='http://liballeg.org/' +license=('custom') +makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') +depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') +source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") +md5sums=('SKIP') + +build() { + mkdir -p build; cd build + + cmake "../${pkgname}${pkgver%%.*}" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWANT_DOCS=OFF \ +-DWANT_PHYSFS=ON \ +-G Ninja + + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install + + install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-28 20:56:26 UTC (rev 197185) +++ community-x86_64/PKGBUILD 2016-11-28 20:56:42 UTC (rev 197186) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Ionut Biru -# Contributor: Tom Newsom -# Contributor: arjan - -pkgname=allegro -pkgver=5.2.1.0 -pkgrel=1 -pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') -url='http://liballeg.org/' -license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') -source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - mkdir -p build - cd build - cmake "../${pkgname}${pkgver%%.*}" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON \ --G Ninja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install - install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 197185, allegro/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-28 20:56:42 UTC (rev 197186) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Ionut Biru +# Contributor: Tom Newsom +# Contributor: arjan + +pkgname=allegro +pkgver=5.2.1.1 +pkgrel=1 +pkgdesc='Po
[arch-commits] Commit in allegro/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 20:56:26 Author: arodseth Revision: 197185 upgpkg: allegro 5.2.1.1-1 Modified: allegro/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 20:47:51 UTC (rev 197184) +++ PKGBUILD2016-11-28 20:56:26 UTC (rev 197185) @@ -5,7 +5,7 @@ # Contributor: arjan pkgname=allegro -pkgver=5.2.1.0 +pkgver=5.2.1.1 pkgrel=1 pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') @@ -13,12 +13,12 @@ license=('custom') makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora' 'git') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') -source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}.git#tag=$pkgver") +source=("git://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver") md5sums=('SKIP') build() { - mkdir -p build - cd build + mkdir -p build; cd build + cmake "../${pkgname}${pkgver%%.*}" \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -25,11 +25,13 @@ -DWANT_DOCS=OFF \ -DWANT_PHYSFS=ON \ -G Ninja + ninja } package() { DESTDIR="$pkgdir" ninja -C build install + install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
[arch-commits] Commit in goldendict/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 20:47:42 Author: foutrelis Revision: 197183 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: goldendict/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 20:00:32 UTC (rev 197182) +++ PKGBUILD2016-11-28 20:47:42 UTC (rev 197183) @@ -4,7 +4,7 @@ pkgname=goldendict pkgver=1.5.0RC2 -pkgrel=4 +pkgrel=5 pkgdesc="Feature-rich dictionary lookup program" arch=('i686' 'x86_64') url="http://goldendict.org";
[arch-commits] Commit in goldendict/repos (6 files)
Date: Monday, November 28, 2016 @ 20:47:51 Author: foutrelis Revision: 197184 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: goldendict/repos/community-staging-i686/ goldendict/repos/community-staging-i686/PKGBUILD (from rev 197183, goldendict/trunk/PKGBUILD) goldendict/repos/community-staging-i686/goldendict.changelog (from rev 197183, goldendict/trunk/goldendict.changelog) goldendict/repos/community-staging-x86_64/ goldendict/repos/community-staging-x86_64/PKGBUILD (from rev 197183, goldendict/trunk/PKGBUILD) goldendict/repos/community-staging-x86_64/goldendict.changelog (from rev 197183, goldendict/trunk/goldendict.changelog) ---+ community-staging-i686/PKGBUILD | 37 community-staging-i686/goldendict.changelog | 29 ++ community-staging-x86_64/PKGBUILD | 37 community-staging-x86_64/goldendict.changelog | 29 ++ 4 files changed, 132 insertions(+) Copied: goldendict/repos/community-staging-i686/PKGBUILD (from rev 197183, goldendict/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 20:47:51 UTC (rev 197184) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: m0rph + +pkgname=goldendict +pkgver=1.5.0RC2 +pkgrel=5 +pkgdesc="Feature-rich dictionary lookup program" +arch=('i686' 'x86_64') +url="http://goldendict.org"; +license=('GPL3') +depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qt5-webkit' 'qt5-svg' + 'qt5-x11extras' 'qt5-tools' 'phonon-qt5' 'ffmpeg') +provides=('stardict') +changelog=$pkgname.changelog +source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/1.5.0-RC2.tar.gz) +sha256sums=('bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde') + +build(){ + cd "${srcdir}"/$pkgname-1.5.0-RC2 + + qmake-qt5 "CONFIG+=no_epwing_support" PREFIX="/usr" + make +} + +package() { + cd "${srcdir}"/$pkgname-1.5.0-RC2 + + make INSTALL_ROOT="${pkgdir}" install + +# languages + install -d "${pkgdir}"/usr/share/$pkgname/locale + install -m644 locale/*.qm -t "${pkgdir}"/usr/share/$pkgname/locale + +# removing unneeded + rm -rf "${pkgdir}"/usr/share/app-install +} Copied: goldendict/repos/community-staging-i686/goldendict.changelog (from rev 197183, goldendict/trunk/goldendict.changelog) === --- community-staging-i686/goldendict.changelog (rev 0) +++ community-staging-i686/goldendict.changelog 2016-11-28 20:47:51 UTC (rev 197184) @@ -0,0 +1,29 @@ +2016-07-03 Jaroslav Lichtblau + * goldendict 1.5.0RC2-4 ffmpeg 3.1 rebuild + +2016-06-11 Jaroslav Lichtblau + * goldendict 1.5.0RC2-3 hunspell 1.4.1 rebuild + +2016-05-15 Jaroslav Lichtblau + * goldendict 1.5.0RC2-2 FS#49316 fix + +2016-05-11 Jaroslav Lichtblau + * goldendict 1.5.0RC2-1 + +2016-02-17 Jaroslav Lichtblau + * goldendict 1.5.0RC-3 ffmpeg 3.0 rebuild + +2015-02-02 Jaroslav Lichtblau + * goldendict 1.5.0RC-1 FS#43667 fix, localizations added again + +2011-12-17 Jaroslav Lichtblau + * goldendict 1.0.1-5 libQtWebKit.so.4 now in new qtwebkit package + +2010-12-27 Jaroslav Lichtblau + * Update to major release 1.0.1 + +2010-02-16 Jaroslav Lichtblau + * FS#18350 fixed in 0.9.0-5 + +2009-06-21 Jaroslav Lichtblau + * Package moved to [community] in v0.9.0 Copied: goldendict/repos/community-staging-x86_64/PKGBUILD (from rev 197183, goldendict/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-11-28 20:47:51 UTC (rev 197184) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: m0rph + +pkgname=goldendict +pkgver=1.5.0RC2 +pkgrel=5 +pkgdesc="Feature-rich dictionary lookup program" +arch=('i686' 'x86_64') +url="http://goldendict.org"; +license=('GPL3') +depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qt5-webkit' 'qt5-svg' + 'qt5-x11extras' 'qt5-tools' 'phonon-qt5' 'ffmpeg') +provides=('stardict') +changelog=$pkgname.changelog +source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/1.5.0-RC2.tar.gz) +sha256sums=('bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde') + +build(){ + cd "${srcdir}"/$pkgname-1.5.0-RC2 + + qmake-qt5 "CONFIG+=no_epwing_support" PREFIX="/usr" + make +} + +package() { + cd "${srcdir}"/$pkgname-1.5.0-RC2 + + make INSTALL_ROOT="${pkgdir}" install + +# languages + install -d "${pkgdir}"/usr/share/$pkgname/locale + install -m644 locale/*.qm -t "${pkgdir}"/usr/share/$pkgname/locale + +# removing unneeded + rm -rf
[arch-commits] Commit in lyx/repos (6 files)
Date: Monday, November 28, 2016 @ 20:41:20 Author: felixonmars Revision: 282194 archrelease: copy trunk to staging-i686, staging-x86_64 Added: lyx/repos/staging-i686/ lyx/repos/staging-i686/PKGBUILD (from rev 282193, lyx/trunk/PKGBUILD) lyx/repos/staging-i686/lyxrc.dist (from rev 282193, lyx/trunk/lyxrc.dist) lyx/repos/staging-x86_64/ lyx/repos/staging-x86_64/PKGBUILD (from rev 282193, lyx/trunk/PKGBUILD) lyx/repos/staging-x86_64/lyxrc.dist (from rev 282193, lyx/trunk/lyxrc.dist) ---+ staging-i686/PKGBUILD | 38 ++ staging-i686/lyxrc.dist | 14 ++ staging-x86_64/PKGBUILD | 38 ++ staging-x86_64/lyxrc.dist | 14 ++ 4 files changed, 104 insertions(+) Copied: lyx/repos/staging-i686/PKGBUILD (from rev 282193, lyx/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-11-28 20:41:20 UTC (rev 282194) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Jason Chu + +pkgname=lyx +pkgver=2.2.2 +pkgrel=2 +pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" +arch=('i686' 'x86_64') +url="http://www.lyx.org"; +depends=('qt5-svg' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes' 'file' + 'hicolor-icon-theme') +makedepends=('boost' 'bc') +optdepends=('rcs: built-in version control system' +'texlive-latexextra: float wrap support') +license=('GPL') +backup=('etc/lyx/lyxrc.dist') +options=('emptydirs') +source=(ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/$pkgname-$pkgver.tar.xz lyxrc.dist) +sha1sums=('30f6f24f81a8990261b1dfd9a6196dfe1459abda' + '56416642cc3da2a13b87b84e6b87c1a239f3d09a') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + export CXXFLAGS="$CXXFLAGS -fpermissive" + ./configure --prefix=/usr \ +--enable-qt5 --without-included-boost \ +--without-included-mythes + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + # install default config file + install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist" + ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist" +} Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 282193, lyx/trunk/lyxrc.dist) === --- staging-i686/lyxrc.dist (rev 0) +++ staging-i686/lyxrc.dist 2016-11-28 20:41:20 UTC (rev 282194) @@ -0,0 +1,14 @@ +### This file is part of +### +### LyX, The Document Processor +### +### Copyright 1995 Matthias Ettrich +### Copyright 1995-2011 The LyX Team. +### +### + +# The file lyxrc.dist gives initial global options for all LyX users. +# Almost all settings here can be overridden through the preferences in LyX. + +\thesaurusdir_path "/usr/share/mythes" +\hunspelldir_path "/usr/share/myspell" Copied: lyx/repos/staging-x86_64/PKGBUILD (from rev 282193, lyx/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-11-28 20:41:20 UTC (rev 282194) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Jason Chu + +pkgname=lyx +pkgver=2.2.2 +pkgrel=2 +pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" +arch=('i686' 'x86_64') +url="http://www.lyx.org"; +depends=('qt5-svg' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 'libmythes' 'file' + 'hicolor-icon-theme') +makedepends=('boost' 'bc') +optdepends=('rcs: built-in version control system' +'texlive-latexextra: float wrap support') +license=('GPL') +backup=('etc/lyx/lyxrc.dist') +options=('emptydirs') +source=(ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/$pkgname-$pkgver.tar.xz lyxrc.dist) +sha1sums=('30f6f24f81a8990261b1dfd9a6196dfe1459abda' + '56416642cc3da2a13b87b84e6b87c1a239f3d09a') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + export CXXFLAGS="$CXXFLAGS -fpermissive" + ./configure --prefix=/usr \ +--enable-qt5 --without-included-boost \ +--without-included-mythes + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + # install default config file + install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist" + ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist" +} Copied: lyx/repos/staging-x86_64/lyxrc.dist (from rev 282193, lyx/trunk/lyxrc.dist) === --- staging-x86_64/lyxrc.dist (rev 0) +++ staging-x86_64/lyxrc.dist 2016-11-28 20
[arch-commits] Commit in lyx/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 20:40:49 Author: felixonmars Revision: 282193 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: lyx/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 20:01:56 UTC (rev 282192) +++ PKGBUILD2016-11-28 20:40:49 UTC (rev 282193) @@ -4,7 +4,7 @@ pkgname=lyx pkgver=2.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" arch=('i686' 'x86_64') url="http://www.lyx.org";
[arch-commits] Commit in openobex/repos (4 files)
Date: Monday, November 28, 2016 @ 20:00:32 Author: arojas Revision: 197182 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: openobex/repos/community-testing-i686/ openobex/repos/community-testing-i686/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) openobex/repos/community-testing-x86_64/ openobex/repos/community-testing-x86_64/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 41 community-testing-x86_64/PKGBUILD | 41 2 files changed, 82 insertions(+) Copied: openobex/repos/community-testing-i686/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-11-28 20:00:32 UTC (rev 197182) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7.2 +pkgrel=1 +pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" +url="http://dev.zuckschwerdt.org/openobex/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('libusbx' 'bluez-libs') +makedepends=('cmake' 'libxslt' 'doxygen' 'java-environment') +options=('staticlibs' '!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') + +prepare() { + sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' ${pkgname}-${pkgver}-Source/udev/openobex.rules.in +} + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver}-Source \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=/usr/lib \ +-DCMAKE_INSTALL_SBINDIR=/usr/bin + make all openobex-apps +} + +package() { + cd build + make DESTDIR="${pkgdir}" install + cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h "${pkgdir}/usr/include/openobex/" + install -m644 apps/lib/libopenobex-apps-common.a "${pkgdir}/usr/lib/libopenobex-apps-common.a" +} Copied: openobex/repos/community-testing-x86_64/PKGBUILD (from rev 197181, openobex/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-11-28 20:00:32 UTC (rev 197182) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.7.2 +pkgrel=1 +pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" +url="http://dev.zuckschwerdt.org/openobex/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('libusbx' 'bluez-libs') +makedepends=('cmake' 'libxslt' 'doxygen' 'java-environment') +options=('staticlibs' '!makeflags') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') + +prepare() { + sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' ${pkgname}-${pkgver}-Source/udev/openobex.rules.in +} + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver}-Source \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_SKIP_RPATH=ON \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=/usr/lib \ +-DCMAKE_INSTALL_SBINDIR=/usr/bin + make all openobex-apps +} + +package() { + cd build + make DESTDIR="${pkgdir}" install + cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h "${pkgdir}/usr/include/openobex/" + install -m644 apps/lib/libopenobex-apps-common.a "${pkgdir}/usr/lib/libopenobex-apps-common.a" +}
[arch-commits] Commit in openobex/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 20:00:02 Author: arojas Revision: 197181 Update to 1.7.2 Modified: openobex/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 19:36:48 UTC (rev 197180) +++ PKGBUILD2016-11-28 20:00:02 UTC (rev 197181) @@ -5,7 +5,7 @@ # Contributor: damir pkgname=openobex -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" url="http://dev.zuckschwerdt.org/openobex/"; @@ -12,10 +12,10 @@ arch=('i686' 'x86_64') license=('GPL' 'LGPL') depends=('libusbx' 'bluez-libs') -makedepends=('cmake' 'libxslt') +makedepends=('cmake' 'libxslt' 'doxygen' 'java-environment') options=('staticlibs' '!makeflags') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz) -md5sums=('3181bfed9cb7db591605391068cb0085') +md5sums=('f6e0b6cb7dcfd731460a7e9a91429a3a') prepare() { sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' ${pkgname}-${pkgver}-Source/udev/openobex.rules.in
[arch-commits] Commit in qt5-virtualkeyboard/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 19:41:06 Author: felixonmars Revision: 282190 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: qt5-virtualkeyboard/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 19:39:02 UTC (rev 282189) +++ PKGBUILD2016-11-28 19:41:06 UTC (rev 282190) @@ -5,7 +5,7 @@ pkgname=qt5-virtualkeyboard _qtver=5.7.0 pkgver=${_qtver/-/} -pkgrel=4 +pkgrel=5 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3')
[arch-commits] Commit in qt5-virtualkeyboard/repos (4 files)
Date: Monday, November 28, 2016 @ 19:41:35 Author: felixonmars Revision: 282191 archrelease: copy trunk to staging-i686, staging-x86_64 Added: qt5-virtualkeyboard/repos/staging-i686/PKGBUILD (from rev 282190, qt5-virtualkeyboard/trunk/PKGBUILD) qt5-virtualkeyboard/repos/staging-x86_64/PKGBUILD (from rev 282190, qt5-virtualkeyboard/trunk/PKGBUILD) Deleted: qt5-virtualkeyboard/repos/staging-i686/PKGBUILD qt5-virtualkeyboard/repos/staging-x86_64/PKGBUILD -+ /PKGBUILD | 76 ++ staging-i686/PKGBUILD | 38 --- staging-x86_64/PKGBUILD | 38 --- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2016-11-28 19:41:06 UTC (rev 282190) +++ staging-i686/PKGBUILD 2016-11-28 19:41:35 UTC (rev 282191) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas - -pkgname=qt5-virtualkeyboard -_qtver=5.7.0 -pkgver=${_qtver/-/} -pkgrel=4 -arch=('i686' 'x86_64') -url='http://qt-project.org/' -license=('GPL3') -pkgdesc='Virtual keyboard framework' -depends=('qt5-declarative' 'qt5-svg' 'hunspell') -makedepends=() -groups=('qt' 'qt5') -_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" -source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";) -md5sums=('fa473ab9175483dd82aa4d27b9682715') - -prepare() { - mkdir -p build -} - -build() { - cd build - - qmake ../${_pkgfqn} CONFIG+="lang-all handwriting" - make -} - -package() { - cd build - make INSTALL_ROOT="$pkgdir" install - - # Drop QMAKE_PRL_BUILD_DIR because reference the build dir - find "$pkgdir/usr/lib" -type f -name '*.prl' \ --exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; -} Copied: qt5-virtualkeyboard/repos/staging-i686/PKGBUILD (from rev 282190, qt5-virtualkeyboard/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-11-28 19:41:35 UTC (rev 282191) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas + +pkgname=qt5-virtualkeyboard +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=5 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3') +pkgdesc='Virtual keyboard framework' +depends=('qt5-declarative' 'qt5-svg' 'hunspell') +makedepends=() +groups=('qt' 'qt5') +_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" +source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";) +md5sums=('fa473ab9175483dd82aa4d27b9682715') + +prepare() { + mkdir -p build +} + +build() { + cd build + + qmake ../${_pkgfqn} CONFIG+="lang-all handwriting" + make +} + +package() { + cd build + make INSTALL_ROOT="$pkgdir" install + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "$pkgdir/usr/lib" -type f -name '*.prl' \ +-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; +} Deleted: staging-x86_64/PKGBUILD === --- staging-x86_64/PKGBUILD 2016-11-28 19:41:06 UTC (rev 282190) +++ staging-x86_64/PKGBUILD 2016-11-28 19:41:35 UTC (rev 282191) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas - -pkgname=qt5-virtualkeyboard -_qtver=5.7.0 -pkgver=${_qtver/-/} -pkgrel=4 -arch=('i686' 'x86_64') -url='http://qt-project.org/' -license=('GPL3') -pkgdesc='Virtual keyboard framework' -depends=('qt5-declarative' 'qt5-svg' 'hunspell') -makedepends=() -groups=('qt' 'qt5') -_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" -source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";) -md5sums=('fa473ab9175483dd82aa4d27b9682715') - -prepare() { - mkdir -p build -} - -build() { - cd build - - qmake ../${_pkgfqn} CONFIG+="lang-all handwriting" - make -} - -package() { - cd build - make INSTALL_ROOT="$pkgdir" install - - # Drop QMAKE_PRL_BUILD_DIR because reference the build dir - find "$pkgdir/usr/lib" -type f -name '*.prl' \ --exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; -} Copied: qt5-virtualkeyboard/repos/staging-x86_64/PKGBUILD (from rev 282190, qt5-virtualkeyboard/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-11-28 19:41:35 UTC (rev 282191) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas + +pkgname=qt5-virtualkeyboard +_qtver=5.7.0 +pkgver=${_qtver/-/} +pkgrel=5 +arch=('i686' 'x86_64') +url='http://qt-project.org/' +license=('GPL3') +pkgdesc='Virtual keyboard framework' +depends=('qt5-declarative' 'qt5-svg' 'hunspell') +makedepends=() +groups=('qt' 'qt5') +_pkgfqn="${pkgname
[arch-commits] Commit in sonnet/repos (4 files)
Date: Monday, November 28, 2016 @ 19:39:02 Author: foutrelis Revision: 282189 archrelease: copy trunk to staging-i686, staging-x86_64 Added: sonnet/repos/staging-i686/PKGBUILD (from rev 282188, sonnet/trunk/PKGBUILD) sonnet/repos/staging-x86_64/PKGBUILD (from rev 282188, sonnet/trunk/PKGBUILD) Deleted: sonnet/repos/staging-i686/PKGBUILD sonnet/repos/staging-x86_64/PKGBUILD -+ /PKGBUILD | 90 ++ staging-i686/PKGBUILD | 45 --- staging-x86_64/PKGBUILD | 45 --- 3 files changed, 90 insertions(+), 90 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2016-11-28 19:38:49 UTC (rev 282188) +++ staging-i686/PKGBUILD 2016-11-28 19:39:02 UTC (rev 282189) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=sonnet -pkgver=5.28.0 -pkgrel=2 -pkgdesc='Spelling framework for Qt5' -arch=('i686' 'x86_64') -url='https://community.kde.org/Frameworks' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko') -optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' -'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko') -groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} - sonnet-hunspell-1.5.patch::"https://cgit.kde.org/sonnet.git/patch/?id=5fc1e967";) -md5sums=('9fe51016d7879cb8fac5fe374491a561' - 'SKIP' - '4fbff060e00017db0c10f862efe941a9') -validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure - -prepare() { - mkdir -p build - -# Support hunspell 1.5 - cd $pkgname-$pkgver - patch -p1 -i ../sonnet-hunspell-1.5.patch -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: sonnet/repos/staging-i686/PKGBUILD (from rev 282188, sonnet/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-11-28 19:39:02 UTC (rev 282189) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=sonnet +pkgver=5.28.0 +pkgrel=3 +pkgdesc='Spelling framework for Qt5' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko') +optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' +'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} + sonnet-hunspell-1.5.patch::"https://cgit.kde.org/sonnet.git/patch/?id=5fc1e967";) +md5sums=('9fe51016d7879cb8fac5fe374491a561' + 'SKIP' + '4fbff060e00017db0c10f862efe941a9') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure + +prepare() { + mkdir -p build + +# Support hunspell 1.5 + cd $pkgname-$pkgver + patch -p1 -i ../sonnet-hunspell-1.5.patch +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: staging-x86_64/PKGBUILD === --- staging-x86_64/PKGBUILD 2016-11-28 19:38:49 UTC (rev 282188) +++ staging-x86_64/PKGBUILD 2016-11-28 19:39:02 UTC (rev 282189) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=sonnet -pkgver=5.28.0 -pkgrel=2 -pkgdesc='Spelling framework for Qt5' -arch=('i686' 'x86_64') -url='https://community.kde.org/Frameworks' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko') -optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' -'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko') -groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} - sonnet-hunspell-1.5.patch::"https://cgit.kde.org/sonnet.git/patch/?id=5fc1e967";) -md5sums=('9fe51016d7879cb8fac5fe374491a561' - 'SKIP' - '4fbff060e00017db0c10f862efe941a9') -validpgpkeys=(53E6B47B45CEA3E0D5B7457758D
[arch-commits] Commit in sonnet/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 19:38:49 Author: foutrelis Revision: 282188 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: sonnet/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 17:56:00 UTC (rev 282187) +++ PKGBUILD2016-11-28 19:38:49 UTC (rev 282188) @@ -4,7 +4,7 @@ pkgname=sonnet pkgver=5.28.0 -pkgrel=2 +pkgrel=3 pkgdesc='Spelling framework for Qt5' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks'
[arch-commits] Commit in codeblocks/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 19:36:14 Author: felixonmars Revision: 197178 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: codeblocks/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 19:35:33 UTC (rev 197177) +++ PKGBUILD2016-11-28 19:36:14 UTC (rev 197178) @@ -8,7 +8,7 @@ pkgname=codeblocks pkgver=16.01 -pkgrel=6 +pkgrel=7 pkgdesc='Cross-platform C/C++ IDE' arch=('x86_64' 'i686') url='http://www.codeblocks.org/'
[arch-commits] Commit in codeblocks/repos (4 files)
Date: Monday, November 28, 2016 @ 19:36:48 Author: felixonmars Revision: 197180 archrelease: copy trunk to community-staging-x86_64, community-staging-i686 Added: codeblocks/repos/community-staging-i686/PKGBUILD (from rev 197179, codeblocks/trunk/PKGBUILD) codeblocks/repos/community-staging-x86_64/PKGBUILD (from rev 197178, codeblocks/trunk/PKGBUILD) Deleted: codeblocks/repos/community-staging-i686/PKGBUILD codeblocks/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 88 community-staging-i686/PKGBUILD | 44 -- community-staging-x86_64/PKGBUILD | 44 -- 3 files changed, 88 insertions(+), 88 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179) +++ community-staging-i686/PKGBUILD 2016-11-28 19:36:48 UTC (rev 197180) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Bartłomiej Piotrowski -# Contributor: Robert Hollencamp -# Contributor: Daniel J Griffiths -# Contributor: Stefan Husmann -# Contributor: Roman Mikhayloff - -pkgname=codeblocks -pkgver=16.01 -pkgrel=6 -pkgdesc='Cross-platform C/C++ IDE' -arch=('x86_64' 'i686') -url='http://www.codeblocks.org/' -license=('GPL3') -depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' - 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 'webkitgtk2') -makedepends=('boost' 'zip' 'webkitgtk2') -source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";) -sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03') - -build() { - cd "$pkgname-$pkgver.release" - - # Fix build with boost 1.59 - export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY" - export WX_CONFIG_PATH=/usr/bin/wx-config-2.8 - - # FS#49799 - export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" - export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" - export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" - - ./bootstrap - ./configure --prefix=/usr --with-contrib-plugins=all - make -} - -package() { - make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install -} - -# getver: -u 2 codeblocks.org/downloads/source -# vim:set ts=2 sw=2 et: Copied: codeblocks/repos/community-staging-i686/PKGBUILD (from rev 197179, codeblocks/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 19:36:48 UTC (rev 197180) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Bartłomiej Piotrowski +# Contributor: Robert Hollencamp +# Contributor: Daniel J Griffiths +# Contributor: Stefan Husmann +# Contributor: Roman Mikhayloff + +pkgname=codeblocks +pkgver=16.01 +pkgrel=7 +pkgdesc='Cross-platform C/C++ IDE' +arch=('x86_64' 'i686') +url='http://www.codeblocks.org/' +license=('GPL3') +depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' + 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 'webkitgtk2') +makedepends=('boost' 'zip' 'webkitgtk2') +source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";) +sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03') + +build() { + cd "$pkgname-$pkgver.release" + + # Fix build with boost 1.59 + export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY" + export WX_CONFIG_PATH=/usr/bin/wx-config-2.8 + + # FS#49799 + export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" + export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" + export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" + + ./bootstrap + ./configure --prefix=/usr --with-contrib-plugins=all + make +} + +package() { + make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install +} + +# getver: -u 2 codeblocks.org/downloads/source +# vim:set ts=2 sw=2 et: Deleted: community-staging-x86_64/PKGBUILD === --- community-staging-x86_64/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179) +++ community-staging-x86_64/PKGBUILD 2016-11-28 19:36:48 UTC (rev 197180) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Bartłomiej Piotrowski -# Contributor: Robert Hollencamp -# Contributor: Daniel J Griffiths -# Contributor: Stefan Husmann -# Contributor: Roman Mikhayloff - -pkgname=codeblocks -pkgver=16.01 -pkgrel=6 -pkgdesc='Cross-platform C/C++ IDE' -arch=('x86_64' 'i686') -url='http://www.codeblocks.org/' -license=('GPL3')
[arch-commits] Commit in godep/repos (4 files)
Date: Monday, November 28, 2016 @ 19:36:34 Author: jlichtblau Revision: 197179 archrelease: copy trunk to community-i686, community-x86_64 Added: godep/repos/community-i686/PKGBUILD (from rev 197177, godep/trunk/PKGBUILD) godep/repos/community-x86_64/PKGBUILD (from rev 197178, godep/trunk/PKGBUILD) Deleted: godep/repos/community-i686/PKGBUILD godep/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 38 -- community-x86_64/PKGBUILD | 38 -- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-28 19:36:14 UTC (rev 197178) +++ community-i686/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer : Jaroslav Lichtblau -# Contributor: Martin Wimpress -# Contributor: Sauyon Lee - -pkgname=godep -pkgver=74 -pkgrel=1 -epoch=2 -pkgdesc="Dependency tool for go" -arch=('i686' 'x86_64') -url="http://github.com/tools/godep"; -license=('BSD') -depends=('glibc') -makedepends=('git' 'go' 'mercurial') -source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz) -sha256sums=('e68c7766c06c59327a4189fb929d390e1cc7a0c4910e33cada54cf40f40ca546') - -prepare() { - export GOPATH="${srcdir}" - go get golang.org/x/tools/go/vcs - go get github.com/pmezard/go-difflib/difflib - go get github.com/kr/fs - go get github.com/kr/pretty -} - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - GOPATH="${srcdir}" go build -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname - install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} Copied: godep/repos/community-i686/PKGBUILD (from rev 197177, godep/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer : Jaroslav Lichtblau +# Contributor: Martin Wimpress +# Contributor: Sauyon Lee + +pkgname=godep +pkgver=75 +pkgrel=1 +epoch=2 +pkgdesc="Dependency tool for go" +arch=('i686' 'x86_64') +url="http://github.com/tools/godep"; +license=('BSD') +depends=('glibc') +makedepends=('git' 'go' 'mercurial') +source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz) +sha256sums=('a9508db6a792170f9815864b70a70a8e0e66ca0bf57f1a9cc087d811ec105494') + +prepare() { + export GOPATH="${srcdir}" + go get golang.org/x/tools/go/vcs + go get github.com/pmezard/go-difflib/difflib + go get github.com/kr/fs + go get github.com/kr/pretty +} + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + GOPATH="${srcdir}" go build +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname + install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-28 19:36:14 UTC (rev 197178) +++ community-x86_64/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer : Jaroslav Lichtblau -# Contributor: Martin Wimpress -# Contributor: Sauyon Lee - -pkgname=godep -pkgver=74 -pkgrel=1 -epoch=2 -pkgdesc="Dependency tool for go" -arch=('i686' 'x86_64') -url="http://github.com/tools/godep"; -license=('BSD') -depends=('glibc') -makedepends=('git' 'go' 'mercurial') -source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz) -sha256sums=('e68c7766c06c59327a4189fb929d390e1cc7a0c4910e33cada54cf40f40ca546') - -prepare() { - export GOPATH="${srcdir}" - go get golang.org/x/tools/go/vcs - go get github.com/pmezard/go-difflib/difflib - go get github.com/kr/fs - go get github.com/kr/pretty -} - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - GOPATH="${srcdir}" go build -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname - install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} Copied: godep/repos/community-x86_64/PKGBUILD (from rev 197178, godep/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer : Jaroslav Lichtblau +# Contributor: Martin Wimpress +# Contributor: Sauyon Lee + +pkgname=godep +pkgver=75 +pkgrel=1 +epoch=2 +pkgdesc="Dependency tool for go" +arch=('i686' 'x86_64') +url="http://github.com/tools/godep"; +license=('BSD') +depends=('glibc') +makedepends=('git' 'go'
[arch-commits] Commit in godep/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 19:35:33 Author: jlichtblau Revision: 197177 upgpkg: godep 2:75-1 - new upstream release Modified: godep/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 19:24:11 UTC (rev 197176) +++ PKGBUILD2016-11-28 19:35:33 UTC (rev 197177) @@ -4,7 +4,7 @@ # Contributor: Sauyon Lee pkgname=godep -pkgver=74 +pkgver=75 pkgrel=1 epoch=2 pkgdesc="Dependency tool for go" @@ -14,7 +14,7 @@ depends=('glibc') makedepends=('git' 'go' 'mercurial') source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz) -sha256sums=('e68c7766c06c59327a4189fb929d390e1cc7a0c4910e33cada54cf40f40ca546') +sha256sums=('a9508db6a792170f9815864b70a70a8e0e66ca0bf57f1a9cc087d811ec105494') prepare() { export GOPATH="${srcdir}"
[arch-commits] Commit in offlineimap/repos/community-any (4 files)
Date: Monday, November 28, 2016 @ 19:24:11 Author: jlichtblau Revision: 197176 archrelease: copy trunk to community-any Added: offlineimap/repos/community-any/PKGBUILD (from rev 197175, offlineimap/trunk/PKGBUILD) offlineimap/repos/community-any/offlineimap.changelog (from rev 197175, offlineimap/trunk/offlineimap.changelog) Deleted: offlineimap/repos/community-any/PKGBUILD offlineimap/repos/community-any/offlineimap.changelog ---+ PKGBUILD | 96 ++--- offlineimap.changelog | 215 2 files changed, 157 insertions(+), 154 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-28 19:23:51 UTC (rev 197175) +++ PKGBUILD2016-11-28 19:24:11 UTC (rev 197176) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Maintainer: Jaroslav Lichtblau -# Contributor: Callan Barrett -# Contributor: mucknert - -pkgname=offlineimap -pkgver=7.0.9 -pkgrel=1 -pkgdesc='Synchronizes emails between two repositories' -arch=('any') -url='http://offlineimap.org/' -license=('GPL') -depends=('python2-six') -makedepends=('asciidoc') -changelog=$pkgname.changelog -source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz) -sha256sums=('aec349b97fe41681ebad48d03cac62dc84e405ad136ac92067ecfcd640bf6a12') - -prepare() { - cd "${srcdir}"/${pkgname}-${pkgver} - find . -type f -exec sed '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' -i {} \; -} - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - python2 setup.py build - - cd "${srcdir}"/${pkgname}-${pkgver}/docs - make man -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - - python2 setup.py install --root="${pkgdir}" --optimize=1 - install -Dm644 docs/offlineimap.1 "${pkgdir}"/usr/share/man/man1/offlineimap.1 - install -Dm644 docs/offlineimapui.7 "${pkgdir}"/usr/share/man/man7/offlineimapui.7 - install -Dm644 offlineimap.conf "${pkgdir}"/usr/share/offlineimap/offlineimap.conf - install -Dm644 offlineimap.conf.minimal "${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal - -#systemd files - install -Dm644 contrib/systemd/mail.target "${pkgdir}"/usr/lib/systemd/user/mail.target - install -Dm644 contrib/systemd/$pkgname.service "${pkgdir}"/usr/lib/systemd/user/$pkgname.service - install -Dm644 contrib/systemd/$pkgname.timer "${pkgdir}"/usr/lib/systemd/user/$pkgname.timer - install -Dm644 contrib/systemd/$pkgname@.service "${pkgdir}"/usr/lib/systemd/user/$pkgname@.service - install -Dm644 contrib/systemd/$pkgname@.timer "${pkgdir}"/usr/lib/systemd/user/$pkgname@.timer -} Copied: offlineimap/repos/community-any/PKGBUILD (from rev 197175, offlineimap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-28 19:24:11 UTC (rev 197176) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Maintainer: Jaroslav Lichtblau +# Contributor: Callan Barrett +# Contributor: mucknert + +pkgname=offlineimap +pkgver=7.0.10 +pkgrel=1 +pkgdesc='Synchronizes emails between two repositories' +arch=('any') +url='http://offlineimap.org/' +license=('GPL') +depends=('python2-six') +makedepends=('asciidoc') +changelog=$pkgname.changelog +source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz) +sha256sums=('725431c20775d2524ed823da356b0b8f7cf627be518caafce808f23d797d1541') + +prepare() { + cd "${srcdir}"/${pkgname}-${pkgver} + find . -type f -exec sed '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' -i {} \; +} + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + python2 setup.py build + + cd "${srcdir}"/${pkgname}-${pkgver}/docs + make man +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 docs/offlineimap.1 "${pkgdir}"/usr/share/man/man1/offlineimap.1 + install -Dm644 docs/offlineimapui.7 "${pkgdir}"/usr/share/man/man7/offlineimapui.7 + install -Dm644 offlineimap.conf "${pkgdir}"/usr/share/offlineimap/offlineimap.conf + install -Dm644 offlineimap.conf.minimal "${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal + +#systemd files + install -Dm644 contrib/systemd/mail.target "${pkgdir}"/usr/lib/systemd/user/mail.target + install -Dm644 contrib/systemd/$pkgname.service "${pkgdir}"/usr/lib/systemd/user/$pkgname.service + install -Dm644 contrib/systemd/$pkgname.timer "${pkgdir}"/usr/lib/systemd/user/$pkgname.timer + install -Dm644 contrib/systemd/$pkgname@.service "${pkgdir}"/usr/lib/systemd/user/$pkgname@.service + install -Dm644 contrib/systemd/$pkgname@.timer "${pkgdir}"/usr/lib/systemd/user/$pkgname@.timer +} Deleted: offlineimap.changelog === --- offlineimap.changelog 2016-11-28 19
[arch-commits] Commit in offlineimap/trunk (PKGBUILD offlineimap.changelog)
Date: Monday, November 28, 2016 @ 19:23:51 Author: jlichtblau Revision: 197175 upgpkg: offlineimap 7.0.10-1 - new upstream release Modified: offlineimap/trunk/PKGBUILD offlineimap/trunk/offlineimap.changelog ---+ PKGBUILD |4 ++-- offlineimap.changelog |3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 19:20:00 UTC (rev 197174) +++ PKGBUILD2016-11-28 19:23:51 UTC (rev 197175) @@ -5,7 +5,7 @@ # Contributor: mucknert pkgname=offlineimap -pkgver=7.0.9 +pkgver=7.0.10 pkgrel=1 pkgdesc='Synchronizes emails between two repositories' arch=('any') @@ -15,7 +15,7 @@ makedepends=('asciidoc') changelog=$pkgname.changelog source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz) -sha256sums=('aec349b97fe41681ebad48d03cac62dc84e405ad136ac92067ecfcd640bf6a12') +sha256sums=('725431c20775d2524ed823da356b0b8f7cf627be518caafce808f23d797d1541') prepare() { cd "${srcdir}"/${pkgname}-${pkgver} Modified: offlineimap.changelog === --- offlineimap.changelog 2016-11-28 19:20:00 UTC (rev 197174) +++ offlineimap.changelog 2016-11-28 19:23:51 UTC (rev 197175) @@ -1,3 +1,6 @@ +2016-11-28 Jaroslav Lichtblau + * offlineimap 7.0.10-1 + 2016-10-31 Jaroslav Lichtblau * offlineimap 7.0.9-1
[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, November 28, 2016 @ 19:20:00 Author: jlichtblau Revision: 197174 archrelease: copy trunk to community-any Added: youtube-dl/repos/community-any/PKGBUILD (from rev 197173, youtube-dl/trunk/PKGBUILD) Deleted: youtube-dl/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-28 19:19:48 UTC (rev 197173) +++ PKGBUILD2016-11-28 19:20:00 UTC (rev 197174) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger -# Maintainer: Jaroslav Lichtblau - -pkgname=youtube-dl -pkgver=2016.11.18 -pkgrel=1 -pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" -arch=('any') -url="http://rg3.github.io/youtube-dl/"; -license=('custom') -depends=('python' 'python-setuptools') -optdepends=('ffmpeg: for video post-processing' -'rtmpdump: for rtmp streams support' -'atomicparsley: for embedding thumbnails into m4a files') -source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha256sums=('8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a' -'SKIP') -validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18' # Philipp Hagemeister - '428DF5D63EF07494BB455AC0EBF01804BCF05F6B' # Filippo Valsorda - 'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. - -prepare() { - cd ${pkgname} - sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py - sed -i 's|etc/fish/completions|share/fish/completions|' setup.py -} - -package() { - cd ${pkgname} - python setup.py install --root="${pkgdir}/" --optimize=1 - mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \ - "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" - install -Dm644 youtube-dl.zsh "${pkgdir}/usr/share/zsh/site-functions/_youtube-dl" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 197173, youtube-dl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-28 19:20:00 UTC (rev 197174) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Eric Bélanger +# Maintainer: Jaroslav Lichtblau + +pkgname=youtube-dl +pkgver=2016.11.27 +pkgrel=1 +pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" +arch=('any') +url="http://rg3.github.io/youtube-dl/"; +license=('custom') +depends=('python' 'python-setuptools') +optdepends=('ffmpeg: for video post-processing' +'rtmpdump: for rtmp streams support' +'atomicparsley: for embedding thumbnails into m4a files') +source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha256sums=('6ecc3996e28b6274d159643641a964098549b4cb8b33a3a3481148b88166e2cc' +'SKIP') +validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18' # Philipp Hagemeister + '428DF5D63EF07494BB455AC0EBF01804BCF05F6B' # Filippo Valsorda + 'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. + +prepare() { + cd ${pkgname} + sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py + sed -i 's|etc/fish/completions|share/fish/completions|' setup.py +} + +package() { + cd ${pkgname} + python setup.py install --root="${pkgdir}/" --optimize=1 + mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \ + "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" + install -Dm644 youtube-dl.zsh "${pkgdir}/usr/share/zsh/site-functions/_youtube-dl" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 19:19:48 Author: jlichtblau Revision: 197173 upgpkg: youtube-dl 2016.11.27-1 - new upstream release Modified: youtube-dl/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 18:08:41 UTC (rev 197172) +++ PKGBUILD2016-11-28 19:19:48 UTC (rev 197173) @@ -3,7 +3,7 @@ # Maintainer: Jaroslav Lichtblau pkgname=youtube-dl -pkgver=2016.11.18 +pkgver=2016.11.27 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ 'rtmpdump: for rtmp streams support' 'atomicparsley: for embedding thumbnails into m4a files') source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha256sums=('8e4bb3ef4f90ed03c822ff0bffce54d298cdf135d57bf4ff1605fc85157c0d3a' +sha256sums=('6ecc3996e28b6274d159643641a964098549b4cb8b33a3a3481148b88166e2cc' 'SKIP') validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18' # Philipp Hagemeister '428DF5D63EF07494BB455AC0EBF01804BCF05F6B' # Filippo Valsorda
[arch-commits] Commit in atom/repos (28 files)
Date: Monday, November 28, 2016 @ 18:08:41 Author: tensor5 Revision: 197172 archrelease: copy trunk to community-i686, community-x86_64 Added: atom/repos/community-i686/PKGBUILD (from rev 197171, atom/trunk/PKGBUILD) atom/repos/community-i686/fix-atom-sh.patch (from rev 197171, atom/trunk/fix-atom-sh.patch) atom/repos/community-i686/fix-ime-events-handler.patch (from rev 197171, atom/trunk/fix-ime-events-handler.patch) atom/repos/community-i686/fix-license-path.patch (from rev 197171, atom/trunk/fix-license-path.patch) atom/repos/community-i686/symbols-view-use-system-ctags.patch (from rev 197171, atom/trunk/symbols-view-use-system-ctags.patch) atom/repos/community-i686/use-system-apm.patch (from rev 197171, atom/trunk/use-system-apm.patch) atom/repos/community-i686/use-system-electron.patch (from rev 197171, atom/trunk/use-system-electron.patch) atom/repos/community-x86_64/PKGBUILD (from rev 197171, atom/trunk/PKGBUILD) atom/repos/community-x86_64/fix-atom-sh.patch (from rev 197171, atom/trunk/fix-atom-sh.patch) atom/repos/community-x86_64/fix-ime-events-handler.patch (from rev 197171, atom/trunk/fix-ime-events-handler.patch) atom/repos/community-x86_64/fix-license-path.patch (from rev 197171, atom/trunk/fix-license-path.patch) atom/repos/community-x86_64/symbols-view-use-system-ctags.patch (from rev 197171, atom/trunk/symbols-view-use-system-ctags.patch) atom/repos/community-x86_64/use-system-apm.patch (from rev 197171, atom/trunk/use-system-apm.patch) atom/repos/community-x86_64/use-system-electron.patch (from rev 197171, atom/trunk/use-system-electron.patch) Deleted: atom/repos/community-i686/PKGBUILD atom/repos/community-i686/fix-atom-sh.patch atom/repos/community-i686/fix-ime-events-handler.patch atom/repos/community-i686/fix-license-path.patch atom/repos/community-i686/symbols-view-use-system-ctags.patch atom/repos/community-i686/use-system-apm.patch atom/repos/community-i686/use-system-electron.patch atom/repos/community-x86_64/PKGBUILD atom/repos/community-x86_64/fix-atom-sh.patch atom/repos/community-x86_64/fix-ime-events-handler.patch atom/repos/community-x86_64/fix-license-path.patch atom/repos/community-x86_64/symbols-view-use-system-ctags.patch atom/repos/community-x86_64/use-system-apm.patch atom/repos/community-x86_64/use-system-electron.patch --+ /PKGBUILD| 198 ++ /fix-atom-sh.patch | 208 +++ /fix-ime-events-handler.patch| 94 +++ /fix-license-path.patch | 44 +++ /symbols-view-use-system-ctags.patch | 22 + /use-system-apm.patch| 32 ++ /use-system-electron.patch | 226 + community-i686/PKGBUILD | 99 --- community-i686/fix-atom-sh.patch | 104 --- community-i686/fix-ime-events-handler.patch | 47 --- community-i686/fix-license-path.patch| 22 - community-i686/symbols-view-use-system-ctags.patch | 11 community-i686/use-system-apm.patch | 16 - community-i686/use-system-electron.patch | 113 community-x86_64/PKGBUILD| 99 --- community-x86_64/fix-atom-sh.patch | 104 --- community-x86_64/fix-ime-events-handler.patch| 47 --- community-x86_64/fix-license-path.patch | 22 - community-x86_64/symbols-view-use-system-ctags.patch | 11 community-x86_64/use-system-apm.patch| 16 - community-x86_64/use-system-electron.patch | 113 21 files changed, 824 insertions(+), 824 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-11-28 18:08:08 UTC (rev 197171) +++ community-i686/PKGBUILD 2016-11-28 18:08:41 UTC (rev 197172) @@ -1,99 +0,0 @@ -# $Id$ -# Maintainer: Nicola Squartini - -pkgname=atom -pkgver=1.12.5 -pkgrel=1 -pkgdesc='A hackable text editor for the 21st Century' -arch=('i686' 'x86_64') -url='https://github.com/atom/atom' -license=('MIT' 'custom') -depends=('apm' 'electron' 'libxkbfile') -makedepends=('git' 'npm') -optdepends=('ctags: symbol indexing support') -options=(!emptydirs) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz"; -'fix-atom-sh.patch' -'fix-ime-events-handler.patch' -'fix-license-path.patch' -'symbols-view-use-system-ctags.patch' -'use-system-apm.patch' -'use-system-electron.patch') -sha256sums=('d86de0e5ab29ec1d26532b82837439c0ae38ff03576b1f48c6d5356ffa810aad' -'73efe3485c9f009b788afdfa6
[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)
Date: Monday, November 28, 2016 @ 18:08:08 Author: tensor5 Revision: 197171 upgpkg: atom 1.12.6-1 Modified: atom/trunk/PKGBUILD atom/trunk/use-system-electron.patch ---+ PKGBUILD |6 +++--- use-system-electron.patch |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 16:57:42 UTC (rev 197170) +++ PKGBUILD2016-11-28 18:08:08 UTC (rev 197171) @@ -2,7 +2,7 @@ # Maintainer: Nicola Squartini pkgname=atom -pkgver=1.12.5 +pkgver=1.12.6 pkgrel=1 pkgdesc='A hackable text editor for the 21st Century' arch=('i686' 'x86_64') @@ -19,13 +19,13 @@ 'symbols-view-use-system-ctags.patch' 'use-system-apm.patch' 'use-system-electron.patch') -sha256sums=('d86de0e5ab29ec1d26532b82837439c0ae38ff03576b1f48c6d5356ffa810aad' +sha256sums=('ef94ee343eff2e17a805bcba813d49d6f0b02af37ac0b39a87be1b91a449110e' '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e' 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a' '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580' 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41' '9acef67fb781ac33703f3f4a60e69c4ba03d1a7d58f04308f4bdbaca6bce693e' -'a021e7913646256ba6053df54f72f9c9ad34e7afd5c277caa3881326a629bc75') +'9ec4d7fe4ec1cc502ba308be5d63ad1a5fa46d53246db0243b407ba4be892efc') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" Modified: use-system-electron.patch === --- use-system-electron.patch 2016-11-28 16:57:42 UTC (rev 197170) +++ use-system-electron.patch 2016-11-28 18:08:08 UTC (rev 197171) @@ -7,7 +7,7 @@ - "electronVersion": "1.3.9", "dependencies": { "async": "0.2.6", - "atom-keymap": "7.1.3-6", + "atom-keymap": "7.1.3-8", --- a/script/build +++ b/script/build @@ -2,10 +2,6 @@
[arch-commits] Commit in libreoffice-still/repos (36 files)
Date: Monday, November 28, 2016 @ 17:56:00 Author: felixonmars Revision: 282187 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libreoffice-still/repos/staging-i686/PKGBUILD (from rev 282186, libreoffice-still/trunk/PKGBUILD) libreoffice-still/repos/staging-i686/buildfix.diff (from rev 282186, libreoffice-still/trunk/buildfix.diff) libreoffice-still/repos/staging-i686/gcc6_buildfix.diff (from rev 282186, libreoffice-still/trunk/gcc6_buildfix.diff) libreoffice-still/repos/staging-i686/liborcus-0.11.2.diff (from rev 282186, libreoffice-still/trunk/liborcus-0.11.2.diff) libreoffice-still/repos/staging-i686/libreoffice-still.csh (from rev 282186, libreoffice-still/trunk/libreoffice-still.csh) libreoffice-still/repos/staging-i686/libreoffice-still.sh (from rev 282186, libreoffice-still/trunk/libreoffice-still.sh) libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 282186, libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff) libreoffice-still/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff (from rev 282186, libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff) libreoffice-still/repos/staging-i686/update_liborcus_to_0.11.0.diff (from rev 282186, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff) libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 282186, libreoffice-still/trunk/PKGBUILD) libreoffice-still/repos/staging-x86_64/buildfix.diff (from rev 282186, libreoffice-still/trunk/buildfix.diff) libreoffice-still/repos/staging-x86_64/gcc6_buildfix.diff (from rev 282186, libreoffice-still/trunk/gcc6_buildfix.diff) libreoffice-still/repos/staging-x86_64/liborcus-0.11.2.diff (from rev 282186, libreoffice-still/trunk/liborcus-0.11.2.diff) libreoffice-still/repos/staging-x86_64/libreoffice-still.csh (from rev 282186, libreoffice-still/trunk/libreoffice-still.csh) libreoffice-still/repos/staging-x86_64/libreoffice-still.sh (from rev 282186, libreoffice-still/trunk/libreoffice-still.sh) libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff (from rev 282186, libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff) libreoffice-still/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff (from rev 282186, libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff) libreoffice-still/repos/staging-x86_64/update_liborcus_to_0.11.0.diff (from rev 282186, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff) Deleted: libreoffice-still/repos/staging-i686/PKGBUILD libreoffice-still/repos/staging-i686/buildfix.diff libreoffice-still/repos/staging-i686/gcc6_buildfix.diff libreoffice-still/repos/staging-i686/liborcus-0.11.2.diff libreoffice-still/repos/staging-i686/libreoffice-still.csh libreoffice-still/repos/staging-i686/libreoffice-still.sh libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff libreoffice-still/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff libreoffice-still/repos/staging-i686/update_liborcus_to_0.11.0.diff libreoffice-still/repos/staging-x86_64/PKGBUILD libreoffice-still/repos/staging-x86_64/buildfix.diff libreoffice-still/repos/staging-x86_64/gcc6_buildfix.diff libreoffice-still/repos/staging-x86_64/liborcus-0.11.2.diff libreoffice-still/repos/staging-x86_64/libreoffice-still.csh libreoffice-still/repos/staging-x86_64/libreoffice-still.sh libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff libreoffice-still/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff libreoffice-still/repos/staging-x86_64/update_liborcus_to_0.11.0.diff + /PKGBUILD | 798 ++ /buildfix.diff | 54 /gcc6_buildfix.diff| 24 /liborcus-0.11.2.diff | 236 /libreoffice-still.csh | 12 /libreoffice-still.sh | 12 /make-pyuno-work-with-system-wide-module-install.diff | 88 /remove_unnecessary_orcus_external_usage_from_makefiles.diff | 248 /update_liborcus_to_0.11.0.diff| 3966 ++ staging-i686/PKGBUILD | 399 - staging-i686/buildfix.diff | 27 staging-i686/
[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 17:54:37 Author: felixonmars Revision: 282186 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: libreoffice-still/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 17:33:07 UTC (rev 282185) +++ PKGBUILD2016-11-28 17:54:37 UTC (rev 282186) @@ -13,7 +13,7 @@ pkgname=('libreoffice-still-sdk' 'libreoffice-still') _LOver=5.1.6.2 pkgver=5.1.6 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/";
[arch-commits] Commit in libreoffice-fresh/repos (24 files)
Date: Monday, November 28, 2016 @ 17:33:07 Author: foutrelis Revision: 282185 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libreoffice-fresh/repos/staging-i686/PKGBUILD (from rev 282184, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh (from rev 282184, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh (from rev 282184, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 282184, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) libreoffice-fresh/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff (from rev 282184, libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff) libreoffice-fresh/repos/staging-i686/update_liborcus_to_0.11.0.diff (from rev 282184, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff) libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 282184, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh (from rev 282184, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh (from rev 282184, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff (from rev 282184, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) libreoffice-fresh/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff (from rev 282184, libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff) libreoffice-fresh/repos/staging-x86_64/update_liborcus_to_0.11.0.diff (from rev 282184, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff) Deleted: libreoffice-fresh/repos/staging-i686/PKGBUILD libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff libreoffice-fresh/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff libreoffice-fresh/repos/staging-i686/update_liborcus_to_0.11.0.diff libreoffice-fresh/repos/staging-x86_64/PKGBUILD libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff libreoffice-fresh/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff libreoffice-fresh/repos/staging-x86_64/update_liborcus_to_0.11.0.diff + /PKGBUILD | 716 + /libreoffice-fresh.csh | 12 /libreoffice-fresh.sh | 12 /make-pyuno-work-with-system-wide-module-install.diff | 88 /remove_unnecessary_orcus_external_usage_from_makefiles.diff | 248 /update_liborcus_to_0.11.0.diff| 3966 ++ staging-i686/PKGBUILD | 358 staging-i686/libreoffice-fresh.csh | 6 staging-i686/libreoffice-fresh.sh | 6 staging-i686/make-pyuno-work-with-system-wide-module-install.diff | 44 staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff | 124 staging-i686/update_liborcus_to_0.11.0.diff| 1983 - staging-x86_64/PKGBUILD| 358 staging-x86_64/libreoffice-fresh.csh | 6 staging-x86_64/libreoffice-fresh.sh| 6 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff| 44 staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff | 124 staging-x86_64/update_liborcus_to_0.11.0.diff | 1983 - 18 files changed, 5042 insertions(+), 5042 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 282184:282185 to see the changes.
[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 17:32:38 Author: foutrelis Revision: 282184 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: libreoffice-fresh/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 16:57:48 UTC (rev 282183) +++ PKGBUILD2016-11-28 17:32:38 UTC (rev 282184) @@ -13,7 +13,7 @@ pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') _LOver=5.2.3.3 pkgver=5.2.3 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/";
[arch-commits] Commit in nghttp2/repos (4 files)
Date: Monday, November 28, 2016 @ 16:57:48 Author: anatolik Revision: 282183 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nghttp2/repos/testing-i686/ nghttp2/repos/testing-i686/PKGBUILD (from rev 282182, nghttp2/trunk/PKGBUILD) nghttp2/repos/testing-x86_64/ nghttp2/repos/testing-x86_64/PKGBUILD (from rev 282182, nghttp2/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 45 + testing-x86_64/PKGBUILD | 45 + 2 files changed, 90 insertions(+) Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 282182, nghttp2/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-11-28 16:57:48 UTC (rev 282183) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Zhuoyun Wei + +pkgname=nghttp2 +pkgver=1.17.0 +pkgrel=1 +pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' +arch=(i686 x86_64) +url='https://nghttp2.org/' +license=(MIT) +depends=(openssl libev zlib libxml2 jansson jemalloc) +source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip) +backup=( + etc/nghttpx/nghttpx.conf + etc/logrotate.d/nghttpx +) +sha256sums=('b3c4df089058f8c4ec6a89e84c306bee3bb597f047ed3e1d0ecdd78eeffea6fd') + +build() { + cd nghttp2-$pkgver + + autoreconf -i + ./configure \ +--prefix=/usr \ +--with-spdylay=no \ +--disable-examples \ +--disable-python-bindings + make +} + +check() { + cd nghttp2-$pkgver + make check +} + +package() { + cd nghttp2-$pkgver + + make DESTDIR="$pkgdir" install + install -Dm644 contrib/nghttpx.service "$pkgdir/usr/lib/systemd/system/nghttpx.service" + install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx" + install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING" +} Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 282182, nghttp2/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-11-28 16:57:48 UTC (rev 282183) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Zhuoyun Wei + +pkgname=nghttp2 +pkgver=1.17.0 +pkgrel=1 +pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' +arch=(i686 x86_64) +url='https://nghttp2.org/' +license=(MIT) +depends=(openssl libev zlib libxml2 jansson jemalloc) +source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip) +backup=( + etc/nghttpx/nghttpx.conf + etc/logrotate.d/nghttpx +) +sha256sums=('b3c4df089058f8c4ec6a89e84c306bee3bb597f047ed3e1d0ecdd78eeffea6fd') + +build() { + cd nghttp2-$pkgver + + autoreconf -i + ./configure \ +--prefix=/usr \ +--with-spdylay=no \ +--disable-examples \ +--disable-python-bindings + make +} + +check() { + cd nghttp2-$pkgver + make check +} + +package() { + cd nghttp2-$pkgver + + make DESTDIR="$pkgdir" install + install -Dm644 contrib/nghttpx.service "$pkgdir/usr/lib/systemd/system/nghttpx.service" + install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx" + install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING" +}
[arch-commits] Commit in ruby-tins/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, November 28, 2016 @ 16:57:42 Author: anatolik Revision: 197170 archrelease: copy trunk to community-any Added: ruby-tins/repos/community-any/PKGBUILD (from rev 197169, ruby-tins/trunk/PKGBUILD) Deleted: ruby-tins/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-28 16:57:19 UTC (rev 197169) +++ PKGBUILD2016-11-28 16:57:42 UTC (rev 197170) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: Julien Nicoulaud -# Contributor: Hyacinthe Cartiaux - -pkgname=ruby-tins -pkgver=1.12.0 -pkgrel=1 -pkgdesc='All the stuff that is not good/big enough for a real library' -arch=('any') -url='https://github.com/flori/tins' -license=('MIT') -depends=('ruby') -options=('!emptydirs') -source=("https://rubygems.org/downloads/tins-${pkgver}.gem";) -noextract=("tins-${pkgver}.gem") -sha256sums=('f1d874386ab15d32cd9ade46f6dac5a1e7964025d639c908f9a4af15a32dca79') - -package() { - local _gemdir="$(ruby -e'puts Gem.default_dir')" - - gem install --ignore-dependencies --no-user-install -N -i "${pkgdir}"/${_gemdir} tins-${pkgver}.gem - find "${pkgdir}" -type f -name *.gem -delete - - install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins - ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/ruby-tins/ -} Copied: ruby-tins/repos/community-any/PKGBUILD (from rev 197169, ruby-tins/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-28 16:57:42 UTC (rev 197170) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Julien Nicoulaud +# Contributor: Hyacinthe Cartiaux + +pkgname=ruby-tins +pkgver=1.13.0 +pkgrel=1 +pkgdesc='All the stuff that is not good/big enough for a real library' +arch=('any') +url='https://github.com/flori/tins' +license=('MIT') +depends=('ruby') +options=('!emptydirs') +source=("https://rubygems.org/downloads/tins-${pkgver}.gem";) +noextract=("tins-${pkgver}.gem") +sha256sums=('26dc5c81fa03c9f263f3dd1b8129d8587df9b1654bb8f65a7fc32846eeb37a5d') + +package() { + local _gemdir="$(ruby -e'puts Gem.default_dir')" + + gem install --ignore-dependencies --no-user-install -N -i "${pkgdir}"/${_gemdir} tins-${pkgver}.gem + find "${pkgdir}" -type f -name *.gem -delete + + install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins + ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/ruby-tins/ +}
[arch-commits] Commit in ruby-tins/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 16:57:19 Author: anatolik Revision: 197169 upgpkg: ruby-tins 1.13.0-1 Modified: ruby-tins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 16:55:49 UTC (rev 197168) +++ PKGBUILD2016-11-28 16:57:19 UTC (rev 197169) @@ -4,7 +4,7 @@ # Contributor: Hyacinthe Cartiaux pkgname=ruby-tins -pkgver=1.12.0 +pkgver=1.13.0 pkgrel=1 pkgdesc='All the stuff that is not good/big enough for a real library' arch=('any') @@ -14,7 +14,7 @@ options=('!emptydirs') source=("https://rubygems.org/downloads/tins-${pkgver}.gem";) noextract=("tins-${pkgver}.gem") -sha256sums=('f1d874386ab15d32cd9ade46f6dac5a1e7964025d639c908f9a4af15a32dca79') +sha256sums=('26dc5c81fa03c9f263f3dd1b8129d8587df9b1654bb8f65a7fc32846eeb37a5d') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')"
[arch-commits] Commit in nghttp2/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 16:57:13 Author: anatolik Revision: 282182 upgpkg: nghttp2 1.17.0-1 Modified: nghttp2/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 16:51:04 UTC (rev 282181) +++ PKGBUILD2016-11-28 16:57:13 UTC (rev 282182) @@ -3,7 +3,7 @@ # Contributor: Zhuoyun Wei pkgname=nghttp2 -pkgver=1.16.1 +pkgver=1.17.0 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(i686 x86_64) @@ -15,7 +15,7 @@ etc/nghttpx/nghttpx.conf etc/logrotate.d/nghttpx ) -sha256sums=('e4b6ab564d7d856abe03411c3b5c79874de4f91163f07b270fd63fc13ba3ea9b') +sha256sums=('b3c4df089058f8c4ec6a89e84c306bee3bb597f047ed3e1d0ecdd78eeffea6fd') build() { cd nghttp2-$pkgver
[arch-commits] Commit in xcb-util-xrm/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 16:55:18 Author: anatolik Revision: 197167 upgpkg: xcb-util-xrm 1.2-1 Modified: xcb-util-xrm/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 16:51:26 UTC (rev 197166) +++ PKGBUILD2016-11-28 16:55:18 UTC (rev 197167) @@ -2,8 +2,8 @@ # Contributor: Ingo Bürk pkgname=xcb-util-xrm -pkgver=1.0 -pkgrel=3 +pkgver=1.2 +pkgrel=1 pkgdesc='XCB utility functions for the X resource manager' arch=(i686 x86_64) url='https://github.com/Airblader/xcb-util-xrm' @@ -12,7 +12,7 @@ makedepends=(xorg-util-macros libx11 git) source=($pkgname-$pkgver.zip::https://github.com/Airblader/xcb-util-xrm/archive/v$pkgver.zip git://anongit.freedesktop.org/xcb/util-common-m4.git) -md5sums=('fae8b245807e8cb07444db60dbcab8f7' +md5sums=('a99bf14d9099243befd1b6231025a6c3' 'SKIP') prepare() {
[arch-commits] Commit in xcb-util-xrm/repos (4 files)
Date: Monday, November 28, 2016 @ 16:55:49 Author: anatolik Revision: 197168 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: xcb-util-xrm/repos/community-testing-i686/ xcb-util-xrm/repos/community-testing-i686/PKGBUILD (from rev 197167, xcb-util-xrm/trunk/PKGBUILD) xcb-util-xrm/repos/community-testing-x86_64/ xcb-util-xrm/repos/community-testing-x86_64/PKGBUILD (from rev 197167, xcb-util-xrm/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 35 +++ community-testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: xcb-util-xrm/repos/community-testing-i686/PKGBUILD (from rev 197167, xcb-util-xrm/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-11-28 16:55:49 UTC (rev 197168) @@ -0,0 +1,35 @@ +# Maintainer: Anatol Pomazau +# Contributor: Ingo Bürk + +pkgname=xcb-util-xrm +pkgver=1.2 +pkgrel=1 +pkgdesc='XCB utility functions for the X resource manager' +arch=(i686 x86_64) +url='https://github.com/Airblader/xcb-util-xrm' +license=(MIT) +depends=(xcb-util) +makedepends=(xorg-util-macros libx11 git) +source=($pkgname-$pkgver.zip::https://github.com/Airblader/xcb-util-xrm/archive/v$pkgver.zip +git://anongit.freedesktop.org/xcb/util-common-m4.git) +md5sums=('a99bf14d9099243befd1b6231025a6c3' + 'SKIP') + +prepare() { + cd xcb-util-xrm-$pkgver + rm -r m4 + ln -sf $srcdir/util-common-m4 m4 +} + +build() { + cd xcb-util-xrm-$pkgver + ./autogen.sh --prefix=/usr + make +} + +package() { + cd xcb-util-xrm-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} + Copied: xcb-util-xrm/repos/community-testing-x86_64/PKGBUILD (from rev 197167, xcb-util-xrm/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-11-28 16:55:49 UTC (rev 197168) @@ -0,0 +1,35 @@ +# Maintainer: Anatol Pomazau +# Contributor: Ingo Bürk + +pkgname=xcb-util-xrm +pkgver=1.2 +pkgrel=1 +pkgdesc='XCB utility functions for the X resource manager' +arch=(i686 x86_64) +url='https://github.com/Airblader/xcb-util-xrm' +license=(MIT) +depends=(xcb-util) +makedepends=(xorg-util-macros libx11 git) +source=($pkgname-$pkgver.zip::https://github.com/Airblader/xcb-util-xrm/archive/v$pkgver.zip +git://anongit.freedesktop.org/xcb/util-common-m4.git) +md5sums=('a99bf14d9099243befd1b6231025a6c3' + 'SKIP') + +prepare() { + cd xcb-util-xrm-$pkgver + rm -r m4 + ln -sf $srcdir/util-common-m4 m4 +} + +build() { + cd xcb-util-xrm-$pkgver + ./autogen.sh --prefix=/usr + make +} + +package() { + cd xcb-util-xrm-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} +
[arch-commits] Commit in onboard/repos (4 files)
Date: Monday, November 28, 2016 @ 15:32:25 Author: felixonmars Revision: 197164 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: onboard/repos/community-staging-i686/PKGBUILD (from rev 197163, onboard/trunk/PKGBUILD) onboard/repos/community-staging-x86_64/PKGBUILD (from rev 197163, onboard/trunk/PKGBUILD) Deleted: onboard/repos/community-staging-i686/PKGBUILD onboard/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 50 community-staging-i686/PKGBUILD | 25 -- community-staging-x86_64/PKGBUILD | 25 -- 3 files changed, 50 insertions(+), 50 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2016-11-28 15:31:52 UTC (rev 197163) +++ community-staging-i686/PKGBUILD 2016-11-28 15:32:25 UTC (rev 197164) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Balló György - -pkgname=onboard -pkgver=1.3.0 -pkgrel=2 -pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" -arch=('i686' 'x86_64') -url="https://launchpad.net/onboard"; -license=('GPL') -depends=('gtk3' 'hunspell' 'iso-codes' 'libcanberra' 'libxkbfile' 'python-cairo' 'python-dbus' 'python-gobject') -makedepends=('python-distutils-extra') -optdepends=('mousetweaks: hover click with mouse') -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('8000df3e789512a90fcb227580fd60ff') - -build() { - cd $pkgname-$pkgver - python3 setup.py build -} - -package() { - cd $pkgname-$pkgver - python3 setup.py install --root=$pkgdir --optimize=1 -} Copied: onboard/repos/community-staging-i686/PKGBUILD (from rev 197163, onboard/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 15:32:25 UTC (rev 197164) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=onboard +pkgver=1.3.0 +pkgrel=3 +pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" +arch=('i686' 'x86_64') +url="https://launchpad.net/onboard"; +license=('GPL') +depends=('gtk3' 'hunspell' 'iso-codes' 'libcanberra' 'libxkbfile' 'python-cairo' 'python-dbus' 'python-gobject') +makedepends=('python-distutils-extra') +optdepends=('mousetweaks: hover click with mouse') +source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('8000df3e789512a90fcb227580fd60ff') + +build() { + cd $pkgname-$pkgver + python3 setup.py build +} + +package() { + cd $pkgname-$pkgver + python3 setup.py install --root=$pkgdir --optimize=1 +} Deleted: community-staging-x86_64/PKGBUILD === --- community-staging-x86_64/PKGBUILD 2016-11-28 15:31:52 UTC (rev 197163) +++ community-staging-x86_64/PKGBUILD 2016-11-28 15:32:25 UTC (rev 197164) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Balló György - -pkgname=onboard -pkgver=1.3.0 -pkgrel=2 -pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" -arch=('i686' 'x86_64') -url="https://launchpad.net/onboard"; -license=('GPL') -depends=('gtk3' 'hunspell' 'iso-codes' 'libcanberra' 'libxkbfile' 'python-cairo' 'python-dbus' 'python-gobject') -makedepends=('python-distutils-extra') -optdepends=('mousetweaks: hover click with mouse') -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('8000df3e789512a90fcb227580fd60ff') - -build() { - cd $pkgname-$pkgver - python3 setup.py build -} - -package() { - cd $pkgname-$pkgver - python3 setup.py install --root=$pkgdir --optimize=1 -} Copied: onboard/repos/community-staging-x86_64/PKGBUILD (from rev 197163, onboard/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-11-28 15:32:25 UTC (rev 197164) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=onboard +pkgver=1.3.0 +pkgrel=3 +pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" +arch=('i686' 'x86_64') +url="https://launchpad.net/onboard"; +license=('GPL') +depends=('gtk3' 'hunspell' 'iso-codes' 'libcanberra' 'libxkbfile' 'python-cairo' 'python-dbus' 'python-gobject') +makedepends=('python-distutils-extra') +optdepends=('mousetweaks: hover click with mouse') +source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('8000df3e789512a90fcb227580fd60ff') + +build() { + cd $pkgname-$pkgver + python3 setup.py build +} + +package() { + cd $pkgname-$pkgver + python3 setup.py install --root=$pkgdir --optimize=1 +}
[arch-commits] Commit in onboard/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 15:31:52 Author: felixonmars Revision: 197163 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: onboard/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 15:28:07 UTC (rev 197162) +++ PKGBUILD2016-11-28 15:31:52 UTC (rev 197163) @@ -3,7 +3,7 @@ pkgname=onboard pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" arch=('i686' 'x86_64') url="https://launchpad.net/onboard";
[arch-commits] Commit in firefox/repos (34 files)
Date: Monday, November 28, 2016 @ 15:29:46 Author: foutrelis Revision: 282179 archrelease: copy trunk to staging-i686, staging-x86_64 Added: firefox/repos/staging-i686/PKGBUILD (from rev 282178, firefox/trunk/PKGBUILD) firefox/repos/staging-i686/firefox-install-dir.patch (from rev 282178, firefox/trunk/firefox-install-dir.patch) firefox/repos/staging-i686/firefox-symbolic.svg (from rev 282178, firefox/trunk/firefox-symbolic.svg) firefox/repos/staging-i686/firefox.desktop (from rev 282178, firefox/trunk/firefox.desktop) firefox/repos/staging-i686/fix-wifi-scanner.diff (from rev 282178, firefox/trunk/fix-wifi-scanner.diff) firefox/repos/staging-i686/mozconfig (from rev 282178, firefox/trunk/mozconfig) firefox/repos/staging-i686/rust-i686.patch (from rev 282178, firefox/trunk/rust-i686.patch) firefox/repos/staging-i686/vendor.js (from rev 282178, firefox/trunk/vendor.js) firefox/repos/staging-x86_64/PKGBUILD (from rev 282178, firefox/trunk/PKGBUILD) firefox/repos/staging-x86_64/firefox-install-dir.patch (from rev 282178, firefox/trunk/firefox-install-dir.patch) firefox/repos/staging-x86_64/firefox-symbolic.svg (from rev 282178, firefox/trunk/firefox-symbolic.svg) firefox/repos/staging-x86_64/firefox.desktop (from rev 282178, firefox/trunk/firefox.desktop) firefox/repos/staging-x86_64/fix-wifi-scanner.diff (from rev 282178, firefox/trunk/fix-wifi-scanner.diff) firefox/repos/staging-x86_64/mozconfig (from rev 282178, firefox/trunk/mozconfig) firefox/repos/staging-x86_64/rust-i686.patch (from rev 282178, firefox/trunk/rust-i686.patch) firefox/repos/staging-x86_64/vendor.js (from rev 282178, firefox/trunk/vendor.js) Deleted: firefox/repos/staging-i686/PKGBUILD firefox/repos/staging-i686/firefox-install-dir.patch firefox/repos/staging-i686/firefox-symbolic.svg firefox/repos/staging-i686/firefox.desktop firefox/repos/staging-i686/fix-wifi-scanner.diff firefox/repos/staging-i686/hunspell15.patch firefox/repos/staging-i686/mozconfig firefox/repos/staging-i686/rust-i686.patch firefox/repos/staging-i686/vendor.js firefox/repos/staging-x86_64/PKGBUILD firefox/repos/staging-x86_64/firefox-install-dir.patch firefox/repos/staging-x86_64/firefox-symbolic.svg firefox/repos/staging-x86_64/firefox.desktop firefox/repos/staging-x86_64/fix-wifi-scanner.diff firefox/repos/staging-x86_64/hunspell15.patch firefox/repos/staging-x86_64/mozconfig firefox/repos/staging-x86_64/rust-i686.patch firefox/repos/staging-x86_64/vendor.js --+ /PKGBUILD| 254 /firefox-install-dir.patch | 24 /firefox-symbolic.svg| 60 /firefox.desktop | 620 + /fix-wifi-scanner.diff | 32 /mozconfig | 72 /rust-i686.patch | 32 /vendor.js | 24 staging-i686/PKGBUILD| 132 staging-i686/firefox-install-dir.patch | 12 staging-i686/firefox-symbolic.svg| 30 staging-i686/firefox.desktop | 310 staging-i686/fix-wifi-scanner.diff | 16 staging-i686/hunspell15.patch|12946 - staging-i686/mozconfig | 36 staging-i686/rust-i686.patch | 16 staging-i686/vendor.js | 12 staging-x86_64/PKGBUILD | 132 staging-x86_64/firefox-install-dir.patch | 12 staging-x86_64/firefox-symbolic.svg | 30 staging-x86_64/firefox.desktop | 310 staging-x86_64/fix-wifi-scanner.diff | 16 staging-x86_64/hunspell15.patch |12946 - staging-x86_64/mozconfig | 36 staging-x86_64/rust-i686.patch | 16 staging-x86_64/vendor.js | 12 26 files changed, 1118 insertions(+), 27020 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 282178:282179 to see the changes.
[arch-commits] Commit in aegisub/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 15:27:28 Author: felixonmars Revision: 197161 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: aegisub/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 15:17:36 UTC (rev 197160) +++ PKGBUILD2016-11-28 15:27:28 UTC (rev 197161) @@ -5,7 +5,7 @@ pkgname=aegisub pkgver=3.2.2 -pkgrel=16 +pkgrel=17 pkgdesc='A general-purpose subtitle editor with ASS/SSA support' arch=('i686' 'x86_64') url='http://www.aegisub.org'
[arch-commits] Commit in firefox/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 15:29:16 Author: foutrelis Revision: 282178 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: firefox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 14:53:01 UTC (rev 282177) +++ PKGBUILD2016-11-28 15:29:16 UTC (rev 282178) @@ -5,7 +5,7 @@ pkgname=firefox pkgver=50.0 -pkgrel=2 +pkgrel=3 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL')
[arch-commits] Commit in aegisub/repos (4 files)
Date: Monday, November 28, 2016 @ 15:28:07 Author: felixonmars Revision: 197162 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: aegisub/repos/community-staging-i686/PKGBUILD (from rev 197161, aegisub/trunk/PKGBUILD) aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 197161, aegisub/trunk/PKGBUILD) Deleted: aegisub/repos/community-staging-i686/PKGBUILD aegisub/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 86 community-staging-i686/PKGBUILD | 43 -- community-staging-x86_64/PKGBUILD | 43 -- 3 files changed, 86 insertions(+), 86 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2016-11-28 15:27:28 UTC (rev 197161) +++ community-staging-i686/PKGBUILD 2016-11-28 15:28:07 UTC (rev 197162) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: kozec -# Contributor: Limao Luo - -pkgname=aegisub -pkgver=3.2.2 -pkgrel=16 -pkgdesc='A general-purpose subtitle editor with ASS/SSA support' -arch=('i686' 'x86_64') -url='http://www.aegisub.org' -license=('GPL' 'BSD') -depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') -makedepends=('boost' 'intltool' 'mesa') -source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";) -sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885') - -prepare() { - cd aegisub-${pkgver} - - sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i tools/Makefile -} - -build() { - cd aegisub-${pkgver} - - ./configure \ ---prefix='/usr' \ ---without-{portaudio,openal,oss} \ ---disable-update-checker - make -} - -package() { - cd aegisub-${pkgver} - - make DESTDIR="${pkgdir}" install - - install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub - install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE -} - -# vim: ts=2 sw=2 et: Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 197161, aegisub/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 15:28:07 UTC (rev 197162) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: kozec +# Contributor: Limao Luo + +pkgname=aegisub +pkgver=3.2.2 +pkgrel=17 +pkgdesc='A general-purpose subtitle editor with ASS/SSA support' +arch=('i686' 'x86_64') +url='http://www.aegisub.org' +license=('GPL' 'BSD') +depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') +makedepends=('boost' 'intltool' 'mesa') +source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";) +sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885') + +prepare() { + cd aegisub-${pkgver} + + sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i tools/Makefile +} + +build() { + cd aegisub-${pkgver} + + ./configure \ +--prefix='/usr' \ +--without-{portaudio,openal,oss} \ +--disable-update-checker + make +} + +package() { + cd aegisub-${pkgver} + + make DESTDIR="${pkgdir}" install + + install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub + install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE +} + +# vim: ts=2 sw=2 et: Deleted: community-staging-x86_64/PKGBUILD === --- community-staging-x86_64/PKGBUILD 2016-11-28 15:27:28 UTC (rev 197161) +++ community-staging-x86_64/PKGBUILD 2016-11-28 15:28:07 UTC (rev 197162) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: kozec -# Contributor: Limao Luo - -pkgname=aegisub -pkgver=3.2.2 -pkgrel=16 -pkgdesc='A general-purpose subtitle editor with ASS/SSA support' -arch=('i686' 'x86_64') -url='http://www.aegisub.org' -license=('GPL' 'BSD') -depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') -makedepends=('boost' 'intltool' 'mesa') -source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";) -sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885') - -prepare() { - cd aegisub-${pkgver} - - sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i tools/Makefile -} - -build() { - cd aegisub-${pkgver} - - ./configure \ ---prefix='/usr' \ ---without-{portaudio,openal,oss} \ ---disable-update-checker - make -} - -package() { - cd aegisub-${pkgver} - - make DESTDIR="${pkgdir}" install - - install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub - install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE -} - -# vim: ts=2 sw=2 et: Copied: aegisub/repos/community-staging-x86
[arch-commits] Commit in tea/repos (14 files)
Date: Monday, November 28, 2016 @ 15:17:36 Author: felixonmars Revision: 197160 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: tea/repos/community-staging-i686/PKGBUILD (from rev 197159, tea/trunk/PKGBUILD) tea/repos/community-staging-i686/tea.desktop (from rev 197159, tea/trunk/tea.desktop) tea/repos/community-staging-i686/tea.install (from rev 197159, tea/trunk/tea.install) tea/repos/community-staging-x86_64/PKGBUILD (from rev 197159, tea/trunk/PKGBUILD) tea/repos/community-staging-x86_64/tea.desktop (from rev 197159, tea/trunk/tea.desktop) tea/repos/community-staging-x86_64/tea.install (from rev 197159, tea/trunk/tea.install) Deleted: tea/repos/community-staging-i686/PKGBUILD tea/repos/community-staging-i686/hunspell15.patch tea/repos/community-staging-i686/tea.desktop tea/repos/community-staging-i686/tea.install tea/repos/community-staging-x86_64/PKGBUILD tea/repos/community-staging-x86_64/hunspell15.patch tea/repos/community-staging-x86_64/tea.desktop tea/repos/community-staging-x86_64/tea.install ---+ /PKGBUILD | 84 /tea.desktop | 20 ++ /tea.install |8 ++ community-staging-i686/PKGBUILD | 45 --- community-staging-i686/hunspell15.patch | 12 community-staging-i686/tea.desktop| 10 --- community-staging-i686/tea.install|4 - community-staging-x86_64/PKGBUILD | 45 --- community-staging-x86_64/hunspell15.patch | 12 community-staging-x86_64/tea.desktop | 10 --- community-staging-x86_64/tea.install |4 - 11 files changed, 112 insertions(+), 142 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2016-11-28 15:16:18 UTC (rev 197159) +++ community-staging-i686/PKGBUILD 2016-11-28 15:17:36 UTC (rev 197160) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Andrea Scarpino -# Contributor: Roman Kyrylych -# Contributor: Michal Kaliszka -# Contributor: Zsolt Varadi - -pkgname=tea -pkgver=43.1.0 -pkgrel=2 -pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." -arch=('i686' 'x86_64') -url="http://semiletov.org/tea/"; -license=('GPL') -depends=('qt4' 'aspell' 'hunspell') -install=tea.install -source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2 -hunspell15.patch -tea.desktop) -md5sums=('6e994093c0ee4c8e91cff30e029ae2f1' - '546f36ff848a9c66fbbc8abe135d263e' - '377ace3363124f4c086de0babb820761') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|/usr/local|/usr|g' src.pro - patch -Np1 -i ../hunspell15.patch -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - export LANG="en_US.UTF-8" - export LC_ALL="en_US.UTF-8" - qmake-qt4 - make -} - -package(){ - cd "${srcdir}/${pkgname}-${pkgver}" - export LANG="en_US.UTF-8" - export LC_ALL="en_US.UTF-8" - make INSTALL_ROOT="${pkgdir}" install - install -Dm644 "${srcdir}/tea.desktop" "${pkgdir}/usr/share/applications/tea.desktop" - install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png" -} Copied: tea/repos/community-staging-i686/PKGBUILD (from rev 197159, tea/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-11-28 15:17:36 UTC (rev 197160) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Andrea Scarpino +# Contributor: Roman Kyrylych +# Contributor: Michal Kaliszka +# Contributor: Zsolt Varadi + +pkgname=tea +pkgver=43.1.0 +pkgrel=3 +pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." +arch=('i686' 'x86_64') +url="http://semiletov.org/tea/"; +license=('GPL') +depends=('qt4' 'aspell' 'hunspell') +install=tea.install +source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2 +tea.desktop) +md5sums=('6e994093c0ee4c8e91cff30e029ae2f1' + '377ace3363124f4c086de0babb820761') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|/usr/local|/usr|g' src.pro +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + export LANG="en_US.UTF-8" + export LC_ALL="en_US.UTF-8" + qmake-qt4 + make +} + +package(){ + cd "${srcdir}/${pkgname}-${pkgver}" + export LANG="en_US.UTF-8" + export LC_ALL="en_US.UTF-8" + make INSTALL_ROOT="${pkgdir}" install + install -Dm644 "${srcdir}/tea.desktop" "${pkgdir}/usr/share/applications/tea.desktop" + install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png" +} Deleted: community-staging-i686/hunspel
[arch-commits] Commit in tea/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 15:16:18 Author: felixonmars Revision: 197159 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: tea/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 15:14:56 UTC (rev 197158) +++ PKGBUILD2016-11-28 15:16:18 UTC (rev 197159) @@ -7,7 +7,7 @@ pkgname=tea pkgver=43.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." arch=('i686' 'x86_64') url="http://semiletov.org/tea/";
[arch-commits] Commit in bluegriffon/repos (26 files)
Date: Monday, November 28, 2016 @ 15:14:56 Author: felixonmars Revision: 197158 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: bluegriffon/repos/community-staging-i686/PKGBUILD (from rev 197157, bluegriffon/trunk/PKGBUILD) bluegriffon/repos/community-staging-i686/bluegriffon.desktop (from rev 197157, bluegriffon/trunk/bluegriffon.desktop) bluegriffon/repos/community-staging-i686/bluegriffon_gtk3.patch (from rev 197157, bluegriffon/trunk/bluegriffon_gtk3.patch) bluegriffon/repos/community-staging-i686/bug_1234158_firefox-gtk3-20.patch (from rev 197157, bluegriffon/trunk/bug_1234158_firefox-gtk3-20.patch) bluegriffon/repos/community-staging-i686/mozconfig (from rev 197157, bluegriffon/trunk/mozconfig) bluegriffon/repos/community-staging-x86_64/PKGBUILD (from rev 197157, bluegriffon/trunk/PKGBUILD) bluegriffon/repos/community-staging-x86_64/bluegriffon.desktop (from rev 197157, bluegriffon/trunk/bluegriffon.desktop) bluegriffon/repos/community-staging-x86_64/bluegriffon_gtk3.patch (from rev 197157, bluegriffon/trunk/bluegriffon_gtk3.patch) bluegriffon/repos/community-staging-x86_64/bug_1234158_firefox-gtk3-20.patch (from rev 197157, bluegriffon/trunk/bug_1234158_firefox-gtk3-20.patch) bluegriffon/repos/community-staging-x86_64/mozconfig (from rev 197157, bluegriffon/trunk/mozconfig) Deleted: bluegriffon/repos/community-staging-i686/PKGBUILD bluegriffon/repos/community-staging-i686/bluegriffon.desktop bluegriffon/repos/community-staging-i686/bluegriffon_gtk3.patch bluegriffon/repos/community-staging-i686/bug_1234158_firefox-gtk3-20.patch bluegriffon/repos/community-staging-i686/hunspell14.patch bluegriffon/repos/community-staging-i686/hunspell141.patch bluegriffon/repos/community-staging-i686/hunspell15.patch bluegriffon/repos/community-staging-i686/mozconfig bluegriffon/repos/community-staging-x86_64/PKGBUILD bluegriffon/repos/community-staging-x86_64/bluegriffon.desktop bluegriffon/repos/community-staging-x86_64/bluegriffon_gtk3.patch bluegriffon/repos/community-staging-x86_64/bug_1234158_firefox-gtk3-20.patch bluegriffon/repos/community-staging-x86_64/hunspell14.patch bluegriffon/repos/community-staging-x86_64/hunspell141.patch bluegriffon/repos/community-staging-x86_64/hunspell15.patch bluegriffon/repos/community-staging-x86_64/mozconfig + /PKGBUILD | 184 /bluegriffon.desktop | 32 /bluegriffon_gtk3.patch| 92 /bug_1234158_firefox-gtk3-20.patch | 3472 + /mozconfig | 126 community-staging-i686/PKGBUILD| 103 community-staging-i686/bluegriffon.desktop | 16 community-staging-i686/bluegriffon_gtk3.patch | 46 community-staging-i686/bug_1234158_firefox-gtk3-20.patch | 1736 community-staging-i686/hunspell14.patch|33504 --- community-staging-i686/hunspell141.patch | 45 community-staging-i686/hunspell15.patch|12946 community-staging-i686/mozconfig | 63 community-staging-x86_64/PKGBUILD | 103 community-staging-x86_64/bluegriffon.desktop | 16 community-staging-x86_64/bluegriffon_gtk3.patch| 46 community-staging-x86_64/bug_1234158_firefox-gtk3-20.patch | 1736 community-staging-x86_64/hunspell14.patch |33504 --- community-staging-x86_64/hunspell141.patch | 45 community-staging-x86_64/hunspell15.patch |12946 community-staging-x86_64/mozconfig | 63 21 files changed, 3906 insertions(+), 96918 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 197157:197158 to see the changes.
[arch-commits] Commit in bluegriffon/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 15:13:57 Author: felixonmars Revision: 197157 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: bluegriffon/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 15:09:35 UTC (rev 197156) +++ PKGBUILD2016-11-28 15:13:57 UTC (rev 197157) @@ -5,7 +5,7 @@ pkgname=bluegriffon pkgver=2.1.1 _mozilla_ver=f14898695ee0 -pkgrel=4 +pkgrel=5 pkgdesc="The next-generation Web Editor based on the rendering engine of Firefox" arch=('i686' 'x86_64') url="http://bluegriffon.org/";
[arch-commits] Commit in seamonkey/repos (30 files)
Date: Monday, November 28, 2016 @ 15:09:35 Author: felixonmars Revision: 197156 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: seamonkey/repos/community-staging-i686/PKGBUILD (from rev 197155, seamonkey/trunk/PKGBUILD) seamonkey/repos/community-staging-i686/mozconfig (from rev 197155, seamonkey/trunk/mozconfig) seamonkey/repos/community-staging-i686/mozilla-1245076-1.patch (from rev 197155, seamonkey/trunk/mozilla-1245076-1.patch) seamonkey/repos/community-staging-i686/mozilla-1245076.patch (from rev 197155, seamonkey/trunk/mozilla-1245076.patch) seamonkey/repos/community-staging-i686/rhbz-966424.patch (from rev 197155, seamonkey/trunk/rhbz-966424.patch) seamonkey/repos/community-staging-i686/seamonkey-2.0-lang.patch (from rev 197155, seamonkey/trunk/seamonkey-2.0-lang.patch) seamonkey/repos/community-staging-x86_64/PKGBUILD (from rev 197155, seamonkey/trunk/PKGBUILD) seamonkey/repos/community-staging-x86_64/mozconfig (from rev 197155, seamonkey/trunk/mozconfig) seamonkey/repos/community-staging-x86_64/mozilla-1245076-1.patch (from rev 197155, seamonkey/trunk/mozilla-1245076-1.patch) seamonkey/repos/community-staging-x86_64/mozilla-1245076.patch (from rev 197155, seamonkey/trunk/mozilla-1245076.patch) seamonkey/repos/community-staging-x86_64/rhbz-966424.patch (from rev 197155, seamonkey/trunk/rhbz-966424.patch) seamonkey/repos/community-staging-x86_64/seamonkey-2.0-lang.patch (from rev 197155, seamonkey/trunk/seamonkey-2.0-lang.patch) Deleted: seamonkey/repos/community-staging-i686/PKGBUILD seamonkey/repos/community-staging-i686/hunspell14.patch seamonkey/repos/community-staging-i686/hunspell141.patch seamonkey/repos/community-staging-i686/hunspell15.patch seamonkey/repos/community-staging-i686/mozconfig seamonkey/repos/community-staging-i686/mozilla-1245076-1.patch seamonkey/repos/community-staging-i686/mozilla-1245076.patch seamonkey/repos/community-staging-i686/rhbz-966424.patch seamonkey/repos/community-staging-i686/seamonkey-2.0-lang.patch seamonkey/repos/community-staging-x86_64/PKGBUILD seamonkey/repos/community-staging-x86_64/hunspell14.patch seamonkey/repos/community-staging-x86_64/hunspell141.patch seamonkey/repos/community-staging-x86_64/hunspell15.patch seamonkey/repos/community-staging-x86_64/mozconfig seamonkey/repos/community-staging-x86_64/mozilla-1245076-1.patch seamonkey/repos/community-staging-x86_64/mozilla-1245076.patch seamonkey/repos/community-staging-x86_64/rhbz-966424.patch seamonkey/repos/community-staging-x86_64/seamonkey-2.0-lang.patch ---+ /PKGBUILD | 184 /mozconfig| 72 /mozilla-1245076-1.patch | 98 /mozilla-1245076.patch| 46 /rhbz-966424.patch| 46 /seamonkey-2.0-lang.patch | 22 community-staging-i686/PKGBUILD | 103 community-staging-i686/hunspell14.patch |33504 community-staging-i686/hunspell141.patch | 45 community-staging-i686/hunspell15.patch |12946 --- community-staging-i686/mozconfig | 36 community-staging-i686/mozilla-1245076-1.patch| 49 community-staging-i686/mozilla-1245076.patch | 23 community-staging-i686/rhbz-966424.patch | 23 community-staging-i686/seamonkey-2.0-lang.patch | 11 community-staging-x86_64/PKGBUILD | 103 community-staging-x86_64/hunspell14.patch |33504 community-staging-x86_64/hunspell141.patch| 45 community-staging-x86_64/hunspell15.patch |12946 --- community-staging-x86_64/mozconfig| 36 community-staging-x86_64/mozilla-1245076-1.patch | 49 community-staging-x86_64/mozilla-1245076.patch| 23 community-staging-x86_64/rhbz-966424.patch| 23 community-staging-x86_64/seamonkey-2.0-lang.patch | 11 24 files changed, 468 insertions(+), 93480 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 197155:197156 to see the changes.
[arch-commits] Commit in seamonkey/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 15:08:31 Author: felixonmars Revision: 197155 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: seamonkey/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 14:39:38 UTC (rev 197154) +++ PKGBUILD2016-11-28 15:08:31 UTC (rev 197155) @@ -3,7 +3,7 @@ pkgname=seamonkey pkgver=2.40 -pkgrel=6 +pkgrel=7 pkgdesc="SeaMonkey internet suite" arch=('i686' 'x86_64') license=('MPL')
[arch-commits] Commit in thunderbird/repos (34 files)
Date: Monday, November 28, 2016 @ 14:53:01 Author: foutrelis Revision: 282177 archrelease: copy trunk to staging-i686, staging-x86_64 Added: thunderbird/repos/staging-i686/PKGBUILD (from rev 282176, thunderbird/trunk/PKGBUILD) thunderbird/repos/staging-i686/firefox-gcc-6.0.patch (from rev 282176, thunderbird/trunk/firefox-gcc-6.0.patch) thunderbird/repos/staging-i686/mozconfig (from rev 282176, thunderbird/trunk/mozconfig) thunderbird/repos/staging-i686/mozilla-1228540-1.patch (from rev 282176, thunderbird/trunk/mozilla-1228540-1.patch) thunderbird/repos/staging-i686/mozilla-1228540.patch (from rev 282176, thunderbird/trunk/mozilla-1228540.patch) thunderbird/repos/staging-i686/thunderbird-install-dir.patch (from rev 282176, thunderbird/trunk/thunderbird-install-dir.patch) thunderbird/repos/staging-i686/thunderbird.desktop (from rev 282176, thunderbird/trunk/thunderbird.desktop) thunderbird/repos/staging-i686/vendor.js (from rev 282176, thunderbird/trunk/vendor.js) thunderbird/repos/staging-x86_64/PKGBUILD (from rev 282176, thunderbird/trunk/PKGBUILD) thunderbird/repos/staging-x86_64/firefox-gcc-6.0.patch (from rev 282176, thunderbird/trunk/firefox-gcc-6.0.patch) thunderbird/repos/staging-x86_64/mozconfig (from rev 282176, thunderbird/trunk/mozconfig) thunderbird/repos/staging-x86_64/mozilla-1228540-1.patch (from rev 282176, thunderbird/trunk/mozilla-1228540-1.patch) thunderbird/repos/staging-x86_64/mozilla-1228540.patch (from rev 282176, thunderbird/trunk/mozilla-1228540.patch) thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch (from rev 282176, thunderbird/trunk/thunderbird-install-dir.patch) thunderbird/repos/staging-x86_64/thunderbird.desktop (from rev 282176, thunderbird/trunk/thunderbird.desktop) thunderbird/repos/staging-x86_64/vendor.js (from rev 282176, thunderbird/trunk/vendor.js) Deleted: thunderbird/repos/staging-i686/PKGBUILD thunderbird/repos/staging-i686/firefox-gcc-6.0.patch thunderbird/repos/staging-i686/hunspell15.patch thunderbird/repos/staging-i686/mozconfig thunderbird/repos/staging-i686/mozilla-1228540-1.patch thunderbird/repos/staging-i686/mozilla-1228540.patch thunderbird/repos/staging-i686/thunderbird-install-dir.patch thunderbird/repos/staging-i686/thunderbird.desktop thunderbird/repos/staging-i686/vendor.js thunderbird/repos/staging-x86_64/PKGBUILD thunderbird/repos/staging-x86_64/firefox-gcc-6.0.patch thunderbird/repos/staging-x86_64/hunspell15.patch thunderbird/repos/staging-x86_64/mozconfig thunderbird/repos/staging-x86_64/mozilla-1228540-1.patch thunderbird/repos/staging-x86_64/mozilla-1228540.patch thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch thunderbird/repos/staging-x86_64/thunderbird.desktop thunderbird/repos/staging-x86_64/vendor.js --+ /PKGBUILD| 232 /firefox-gcc-6.0.patch | 52 /mozconfig | 66 /mozilla-1228540-1.patch | 168 /mozilla-1228540.patch |12064 +++ /thunderbird-install-dir.patch | 24 /thunderbird.desktop | 346 /vendor.js | 18 staging-i686/PKGBUILD| 121 staging-i686/firefox-gcc-6.0.patch | 26 staging-i686/hunspell15.patch|12946 - staging-i686/mozconfig | 33 staging-i686/mozilla-1228540-1.patch | 84 staging-i686/mozilla-1228540.patch | 6032 --- staging-i686/thunderbird-install-dir.patch | 12 staging-i686/thunderbird.desktop | 173 staging-i686/vendor.js |9 staging-x86_64/PKGBUILD | 121 staging-x86_64/firefox-gcc-6.0.patch | 26 staging-x86_64/hunspell15.patch |12946 - staging-x86_64/mozconfig | 33 staging-x86_64/mozilla-1228540-1.patch | 84 staging-x86_64/mozilla-1228540.patch | 6032 --- staging-x86_64/thunderbird-install-dir.patch | 12 staging-x86_64/thunderbird.desktop | 173 staging-x86_64/vendor.js |9 26 files changed, 12970 insertions(+), 38872 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 282176:282177 to see the changes.
[arch-commits] Commit in thunderbird/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 14:52:29 Author: foutrelis Revision: 282176 icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild Modified: thunderbird/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 13:59:04 UTC (rev 282175) +++ PKGBUILD2016-11-28 14:52:29 UTC (rev 282176) @@ -7,7 +7,7 @@ pkgname=thunderbird pkgver=45.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="Standalone mail and news reader from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL')
[arch-commits] Commit in geth/repos (4 files)
Date: Monday, November 28, 2016 @ 14:39:38 Author: tensor5 Revision: 197154 archrelease: copy trunk to community-i686, community-x86_64 Added: geth/repos/community-i686/PKGBUILD (from rev 197153, geth/trunk/PKGBUILD) geth/repos/community-x86_64/PKGBUILD (from rev 197153, geth/trunk/PKGBUILD) Deleted: geth/repos/community-i686/PKGBUILD geth/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 2016-11-28 14:39:10 UTC (rev 197153) +++ community-i686/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Nicola Squartini - -pkgname=geth -pkgver=1.5.3 -pkgrel=1 -pkgdesc='Official golang implementation of the Ethereum protocol' -arch=('i686' 'x86_64') -url='http://geth.ethereum.org/' -license=('GPL3') -depends=('glibc') -makedepends=('go') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz";) -sha256sums=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75') - -build() { -cd go-ethereum-${pkgver} - -make all -} - -package() { -cd go-ethereum-${pkgver} - -install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* -} Copied: geth/repos/community-i686/PKGBUILD (from rev 197153, geth/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Nicola Squartini + +pkgname=geth +pkgver=1.5.4 +pkgrel=1 +pkgdesc='Official golang implementation of the Ethereum protocol' +arch=('i686' 'x86_64') +url='http://geth.ethereum.org/' +license=('GPL3') +depends=('glibc') +makedepends=('go') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz";) +sha256sums=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038') + +build() { +cd go-ethereum-${pkgver} + +make all +} + +package() { +cd go-ethereum-${pkgver} + +install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-11-28 14:39:10 UTC (rev 197153) +++ community-x86_64/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Nicola Squartini - -pkgname=geth -pkgver=1.5.3 -pkgrel=1 -pkgdesc='Official golang implementation of the Ethereum protocol' -arch=('i686' 'x86_64') -url='http://geth.ethereum.org/' -license=('GPL3') -depends=('glibc') -makedepends=('go') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz";) -sha256sums=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75') - -build() { -cd go-ethereum-${pkgver} - -make all -} - -package() { -cd go-ethereum-${pkgver} - -install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* -} Copied: geth/repos/community-x86_64/PKGBUILD (from rev 197153, geth/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Nicola Squartini + +pkgname=geth +pkgver=1.5.4 +pkgrel=1 +pkgdesc='Official golang implementation of the Ethereum protocol' +arch=('i686' 'x86_64') +url='http://geth.ethereum.org/' +license=('GPL3') +depends=('glibc') +makedepends=('go') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz";) +sha256sums=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038') + +build() { +cd go-ethereum-${pkgver} + +make all +} + +package() { +cd go-ethereum-${pkgver} + +install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* +}
[arch-commits] Commit in geth/trunk (PKGBUILD)
Date: Monday, November 28, 2016 @ 14:39:10 Author: tensor5 Revision: 197153 upgpkg: geth 1.5.4-1 Modified: geth/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 14:34:01 UTC (rev 197152) +++ PKGBUILD2016-11-28 14:39:10 UTC (rev 197153) @@ -2,7 +2,7 @@ # Maintainer: Nicola Squartini pkgname=geth -pkgver=1.5.3 +pkgver=1.5.4 pkgrel=1 pkgdesc='Official golang implementation of the Ethereum protocol' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('glibc') makedepends=('go') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz";) -sha256sums=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75') +sha256sums=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038') build() { cd go-ethereum-${pkgver}
[arch-commits] Commit in rabbitmq/repos/community-any (8 files)
Date: Monday, November 28, 2016 @ 14:34:01 Author: anthraxx Revision: 197152 archrelease: copy trunk to community-any Added: rabbitmq/repos/community-any/PKGBUILD (from rev 197151, rabbitmq/trunk/PKGBUILD) rabbitmq/repos/community-any/rabbitmq-env.conf (from rev 197151, rabbitmq/trunk/rabbitmq-env.conf) rabbitmq/repos/community-any/rabbitmq.install (from rev 197151, rabbitmq/trunk/rabbitmq.install) rabbitmq/repos/community-any/rabbitmq.service (from rev 197151, rabbitmq/trunk/rabbitmq.service) Deleted: rabbitmq/repos/community-any/PKGBUILD rabbitmq/repos/community-any/rabbitmq-env.conf rabbitmq/repos/community-any/rabbitmq.install rabbitmq/repos/community-any/rabbitmq.service ---+ PKGBUILD | 119 +++- rabbitmq-env.conf | 12 ++--- rabbitmq.install | 31 ++--- rabbitmq.service | 30 ++--- 4 files changed, 98 insertions(+), 94 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-28 14:33:54 UTC (rev 197151) +++ PKGBUILD2016-11-28 14:34:01 UTC (rev 197152) @@ -1,57 +0,0 @@ -# Maintainer: Levente Polyak -# Contributor: Marcello "mereghost" Rocha -# Contributor: Gianni Vialetto -# Contributor: Stefan J. Betz -# Contributor: p2k -# Contributor: Jonathan Liu -# Contributor: Christopher Grebs -# Contributor: mutantmonkey - -pkgname=rabbitmq -pkgver=3.6.5 -pkgrel=1 -pkgdesc="Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP" -url="https://rabbitmq.com"; -arch=('any') -license=('MPL') -depends=('erlang-nox' 'systemd') -backup=('etc/rabbitmq/rabbitmq-env.conf') -install=rabbitmq.install -source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc} -rabbitmq-env.conf -rabbitmq.service) -sha512sums=('d3f9894369ba34ffdd950258c72088928abeee4cf03e4592e08feed23b6046dafda92221e7635c4832809a1935eb334f3d2fbcd4d910ba20b47ae6dd50683141' -'SKIP' - '4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140' - 'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319') -validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release Signing Key - -prepare() { - cd ${pkgname}_server-${pkgver} - sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults -} - -package() { - cd ${pkgname}_server-${pkgver} - local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}" - - install -d "${libdir}" - install -d "${pkgdir}/usr/bin" - install -dm 750 "${pkgdir}/var/log/rabbitmq" - install -dm 750 "${pkgdir}/var/lib/rabbitmq" - - cp -R ebin ${libdir} - cp -R include ${libdir} - cp -R plugins ${libdir} - cp -R sbin ${libdir} - cp -R share "${pkgdir}/usr" - - for script in ${libdir}/sbin/*; do -ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/" - done - - install -Dm 644 "${srcdir}/rabbitmq-env.conf" "${pkgdir}/etc/rabbitmq/rabbitmq-env.conf" - install -Dm 644 "${srcdir}/rabbitmq.service" "${pkgdir}/usr/lib/systemd/system/rabbitmq.service" -} - -# vim: ts=2 sw=2 et: Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 197151, rabbitmq/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-28 14:34:01 UTC (rev 197152) @@ -0,0 +1,62 @@ +# Maintainer: Levente Polyak +# Contributor: Marcello "mereghost" Rocha +# Contributor: Gianni Vialetto +# Contributor: Stefan J. Betz +# Contributor: p2k +# Contributor: Jonathan Liu +# Contributor: Christopher Grebs +# Contributor: mutantmonkey + +pkgname=rabbitmq +pkgver=3.6.6 +pkgrel=1 +pkgdesc='Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP' +url='https://rabbitmq.com' +arch=('any') +license=('MPL') +depends=('erlang-nox') +optdepends=('rabbitmqadmin: CLI management tool') +backup=('etc/rabbitmq/rabbitmq-env.conf') +install=rabbitmq.install +source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc} +rabbitmq-env.conf +rabbitmq.service) +sha512sums=('ed1db2aa8eafed77e888b9a18100c8647ad8fdc28ebec1659063ea2af4167c8c0d4f771ca8f29fa2f9b39de5bbaa3b469cd3c32c631f459b458da11f0f04de45' +'SKIP' + '4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140' + 'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319') +validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release Signing Key + +prepare() { + cd ${pkg
[arch-commits] Commit in rabbitmq/trunk (PKGBUILD rabbitmq.install)
Date: Monday, November 28, 2016 @ 14:33:54 Author: anthraxx Revision: 197151 upgpkg: rabbitmq 3.6.6-1 Modified: rabbitmq/trunk/PKGBUILD rabbitmq/trunk/rabbitmq.install --+ PKGBUILD | 23 ++- rabbitmq.install | 11 +-- 2 files changed, 19 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-11-28 14:32:39 UTC (rev 197150) +++ PKGBUILD2016-11-28 14:33:54 UTC (rev 197151) @@ -8,19 +8,20 @@ # Contributor: mutantmonkey pkgname=rabbitmq -pkgver=3.6.5 +pkgver=3.6.6 pkgrel=1 -pkgdesc="Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP" -url="https://rabbitmq.com"; +pkgdesc='Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP' +url='https://rabbitmq.com' arch=('any') license=('MPL') -depends=('erlang-nox' 'systemd') +depends=('erlang-nox') +optdepends=('rabbitmqadmin: CLI management tool') backup=('etc/rabbitmq/rabbitmq-env.conf') install=rabbitmq.install source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc} rabbitmq-env.conf rabbitmq.service) -sha512sums=('d3f9894369ba34ffdd950258c72088928abeee4cf03e4592e08feed23b6046dafda92221e7635c4832809a1935eb334f3d2fbcd4d910ba20b47ae6dd50683141' +sha512sums=('ed1db2aa8eafed77e888b9a18100c8647ad8fdc28ebec1659063ea2af4167c8c0d4f771ca8f29fa2f9b39de5bbaa3b469cd3c32c631f459b458da11f0f04de45' 'SKIP' '4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140' 'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319') @@ -40,10 +41,10 @@ install -dm 750 "${pkgdir}/var/log/rabbitmq" install -dm 750 "${pkgdir}/var/lib/rabbitmq" - cp -R ebin ${libdir} - cp -R include ${libdir} - cp -R plugins ${libdir} - cp -R sbin ${libdir} + cp -R ebin "${libdir}" + cp -R include "${libdir}" + cp -R plugins "${libdir}" + cp -R sbin "${libdir}" cp -R share "${pkgdir}/usr" for script in ${libdir}/sbin/*; do @@ -52,6 +53,10 @@ install -Dm 644 "${srcdir}/rabbitmq-env.conf" "${pkgdir}/etc/rabbitmq/rabbitmq-env.conf" install -Dm 644 "${srcdir}/rabbitmq.service" "${pkgdir}/usr/lib/systemd/system/rabbitmq.service" + + chown -R 197:197 "${pkgdir}/var/log/rabbitmq" + chown -R 197:197 "${pkgdir}/var/lib/rabbitmq" + chown -R 197:0 "${pkgdir}/etc/rabbitmq" } # vim: ts=2 sw=2 et: Modified: rabbitmq.install === --- rabbitmq.install2016-11-28 14:32:39 UTC (rev 197150) +++ rabbitmq.install2016-11-28 14:33:54 UTC (rev 197151) @@ -1,16 +1,15 @@ post_install() { if ! getent passwd rabbitmq &>/dev/null; then groupadd -r -g 197 rabbitmq &>/dev/null -useradd -r -u 197 -g rabbitmq -d /var/lib/rabbitmq -c 'RabbitMQ user' rabbitmq &>/dev/null +useradd -r -u 197 -g rabbitmq -d /var/lib/rabbitmq -s /bin/nologin -c 'RabbitMQ user' rabbitmq &>/dev/null passwd -l rabbitmq &>/dev/null fi - sed -e "/NODENAME/s/rabbit/rabbit@$(hostname -s)/" -i /etc/rabbitmq/rabbitmq-env.conf - post_upgrade } post_upgrade() { - chown -R rabbitmq:rabbitmq /var/log/rabbitmq - chown -R rabbitmq:rabbitmq /var/lib/rabbitmq - chown -R rabbitmq:root /etc/rabbitmq + post_install + usermod -s /bin/nologin rabbitmq &>/dev/null } + +# vim: ts=2 sw=2 et: