[arch-commits] Commit in kdenetwork-kopete/repos (8 files)
Date: Sunday, April 23, 2017 @ 10:10:11 Author: arojas Revision: 294257 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-kopete/repos/testing-i686/ kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 294256, kdenetwork-kopete/trunk/PKGBUILD) kdenetwork-kopete/repos/testing-i686/kopete-mediastreamer2.14.patch (from rev 294256, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch) kdenetwork-kopete/repos/testing-i686/kopete-pthread-link.patch (from rev 294256, kdenetwork-kopete/trunk/kopete-pthread-link.patch) kdenetwork-kopete/repos/testing-x86_64/ kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 294256, kdenetwork-kopete/trunk/PKGBUILD) kdenetwork-kopete/repos/testing-x86_64/kopete-mediastreamer2.14.patch (from rev 294256, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch) kdenetwork-kopete/repos/testing-x86_64/kopete-pthread-link.patch (from rev 294256, kdenetwork-kopete/trunk/kopete-pthread-link.patch) ---+ testing-i686/PKGBUILD | 52 +++ testing-i686/kopete-mediastreamer2.14.patch | 83 testing-i686/kopete-pthread-link.patch| 12 +++ testing-x86_64/PKGBUILD | 52 +++ testing-x86_64/kopete-mediastreamer2.14.patch | 83 testing-x86_64/kopete-pthread-link.patch | 12 +++ 6 files changed, 294 insertions(+) Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 294256, kdenetwork-kopete/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-04-23 10:10:11 UTC (rev 294257) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kopete +pkgver=17.04.0 +pkgrel=3 +pkgdesc='Instant Messenger' +url='https://kde.org/applications/internet/kopete/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdenetwork') +depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4' 'qca-qt4') +makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp') +optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol') +source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig} +kopete-mediastreamer2.14.patch kopete-pthread-link.patch) +sha256sums=('50dab3e927a992bb30a801edb1dab50526ab0f04744b558be15a17b94f2cb3f1' +'SKIP' +'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0' +'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid + +prepare() { + mkdir -p build + +# Fix build with mediastreamer 2.14 + cd kopete-$pkgver + patch -p1 -i ../kopete-mediastreamer2.14.patch +# Fix linking to pthread in libjingle-call + patch -p1 -i ../kopete-pthread-link.patch +} + +build() { + cd build + cmake ../kopete-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_SKIP_RPATH=ON \ +-DWITH_Libmsn=OFF \ +-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ +-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ +-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kdenetwork-kopete/repos/testing-i686/kopete-mediastreamer2.14.patch (from rev 294256, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch) === --- testing-i686/kopete-mediastreamer2.14.patch (rev 0) +++ testing-i686/kopete-mediastreamer2.14.patch 2017-04-23 10:10:11 UTC (rev 294257) @@ -0,0 +1,83 @@ +diff --git a/cmake/modules/FindMediastreamer.cmake b/cmake/modules/FindMediastreamer.cmake +index 47fe5c3..31802f0 100644 +--- a/cmake/modules/FindMediastreamer.cmake b/cmake/modules/FindMediastreamer.cmake +@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND) + IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9) + SET(MEDIASTREAMER_LESS_2_9 TRUE) + SET(MEDIASTREAMER_LESS_2_11 TRUE) ++ SET(MEDIASTREAMER_LESS_2_14 TRUE) + ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11) + SET(MEDIASTREAMER_LESS_2_9 FALSE) + SET(MEDIASTREAMER_LESS_2_11 TRUE) ++ SET(MEDIASTREAMER_LESS_2_14 TRUE) ++ ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14) ++ SET(MEDIASTREAMER_LESS_2_9 FALSE) ++ SET(MEDIASTREAMER_LESS_2_11 FALSE) ++ SET(MEDIASTREAMER_LESS_2_14 TRUE) + ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9) + SET(MEDIASTREAMER_LESS_2_9 FALSE) + SET(MEDIASTREAMER_LESS_2_11 FALSE) ++
[arch-commits] Commit in kdenetwork-kopete/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 10:07:11 Author: arojas Revision: 294256 openssl 1.1 rebuild Modified: kdenetwork-kopete/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 10:07:05 UTC (rev 294255) +++ PKGBUILD2017-04-23 10:07:11 UTC (rev 294256) @@ -5,7 +5,7 @@ pkgname=kdenetwork-kopete pkgver=17.04.0 -pkgrel=2 +pkgrel=3 pkgdesc='Instant Messenger' url='https://kde.org/applications/internet/kopete/' arch=('i686' 'x86_64') @@ -39,10 +39,10 @@ -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ --DWITH_Libmsn=OFF - # -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ - # -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ - # -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so +-DWITH_Libmsn=OFF \ +-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ +-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ +-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so make }
[arch-commits] Commit in kate/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 09:53:59 Author: arojas Revision: 294253 libgit 0.25 rebuild Modified: kate/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 09:53:36 UTC (rev 294252) +++ PKGBUILD2017-04-23 09:53:59 UTC (rev 294253) @@ -7,7 +7,7 @@ pkgname=('kwrite' 'kate') pkgver=17.04.0 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor'
[arch-commits] Commit in kate/repos (4 files)
Date: Sunday, April 23, 2017 @ 09:54:26 Author: arojas Revision: 294254 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kate/repos/testing-i686/ kate/repos/testing-i686/PKGBUILD (from rev 294253, kate/trunk/PKGBUILD) kate/repos/testing-x86_64/ kate/repos/testing-x86_64/PKGBUILD (from rev 294253, kate/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 71 ++ testing-x86_64/PKGBUILD | 71 ++ 2 files changed, 142 insertions(+) Copied: kate/repos/testing-i686/PKGBUILD (from rev 294253, kate/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-04-23 09:54:26 UTC (rev 294254) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=kate +pkgname=('kwrite' + 'kate') +pkgver=17.04.0 +pkgrel=3 +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor' + 'threadweaver' 'kitemmodels' 'kactivities') +source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('6c8d1936a2ec3a7c3c71e353da11e483251875f51846b9609667f9beee1a6042' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid +options=(!emptydirs) + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package_kwrite() { + pkgdesc="Text Editor" + groups=('kde-applications' 'kdebase') + url="https://www.kde.org/applications/utilities/kwrite/"; + depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme') + replaces=('kdebase-kwrite') + conflicts=('kdebase-kwrite') + provides=('kdebase-kwrite') + + cd build + make DESTDIR="${pkgdir}" install + + find "$pkgdir" -type f -name '*kate*' -exec rm {} \; + rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \ +"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \ +"$pkgdir"/usr/share/katexmltools \ + "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo \ +"$pkgdir"/usr/share/plasma/plasmoids +} + +package_kate() { + pkgdesc="Advanced Text Editor" + groups=('kde-applications' 'kdebase') + url="https://www.kde.org/applications/utilities/kate/"; + depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 'kactivities' 'hicolor-icon-theme') + replaces=('kdesdk-kate') + conflicts=('kdesdk-kate') + provides=('kdesdk-kate') + optdepends=('konsole: open a terminal in Kate') + + cd build + make DESTDIR="${pkgdir}" install + + find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \; + rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite +} Copied: kate/repos/testing-x86_64/PKGBUILD (from rev 294253, kate/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2017-04-23 09:54:26 UTC (rev 294254) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=kate +pkgname=('kwrite' + 'kate') +pkgver=17.04.0 +pkgrel=3 +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor' + 'threadweaver' 'kitemmodels' 'kactivities') +source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('6c8d1936a2ec3a7c3c71e353da11e483251875f51846b9609667f9beee1a6042' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid +options=(!emptydirs) + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package_kwrite() { + pkgdesc="Text Editor" + groups=('kde-applications' 'kdebase') + url="https://www.kde.org/applications/utilities/kwrite/"; + depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme') + replaces=('kdebase-kwrite') + conflicts=('kdebase-kwrite') + provides=('kdebase-kwrite') + + cd build + make DESTDIR="${pkgdir}" install + + find "$pkgdir" -type f -name '*kate*' -exec rm {} \; + rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \ +"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \ +"$pkgdir"/usr/share/katexmltools \ + "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kte
[arch-commits] Commit in (5 files)
Date: Sunday, April 23, 2017 @ 09:53:36 Author: arojas Revision: 294252 Remove obsolete KDE packages Deleted: kdegames-kajongg/ kdesdk-dev-utils/ kdesdk-kcachegrind/ kdewebdev-kommander/ pim-storage-service-manager/
[arch-commits] Commit in kdenetwork-kopete/repos (8 files)
Date: Sunday, April 23, 2017 @ 09:25:29 Author: arojas Revision: 294015 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-kopete/repos/testing-i686/ kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 294014, kdenetwork-kopete/trunk/PKGBUILD) kdenetwork-kopete/repos/testing-i686/kopete-mediastreamer2.14.patch (from rev 294014, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch) kdenetwork-kopete/repos/testing-i686/kopete-pthread-link.patch (from rev 294014, kdenetwork-kopete/trunk/kopete-pthread-link.patch) kdenetwork-kopete/repos/testing-x86_64/ kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 294014, kdenetwork-kopete/trunk/PKGBUILD) kdenetwork-kopete/repos/testing-x86_64/kopete-mediastreamer2.14.patch (from rev 294014, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch) kdenetwork-kopete/repos/testing-x86_64/kopete-pthread-link.patch (from rev 294014, kdenetwork-kopete/trunk/kopete-pthread-link.patch) ---+ testing-i686/PKGBUILD | 52 +++ testing-i686/kopete-mediastreamer2.14.patch | 83 testing-i686/kopete-pthread-link.patch| 12 +++ testing-x86_64/PKGBUILD | 52 +++ testing-x86_64/kopete-mediastreamer2.14.patch | 83 testing-x86_64/kopete-pthread-link.patch | 12 +++ 6 files changed, 294 insertions(+) Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 294014, kdenetwork-kopete/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-04-23 09:25:29 UTC (rev 294015) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kopete +pkgver=17.04.0 +pkgrel=2 +pkgdesc='Instant Messenger' +url='https://kde.org/applications/internet/kopete/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdenetwork') +depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4' 'qca-qt4') +makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp') +optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol') +source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig} +kopete-mediastreamer2.14.patch kopete-pthread-link.patch) +sha256sums=('50dab3e927a992bb30a801edb1dab50526ab0f04744b558be15a17b94f2cb3f1' +'SKIP' +'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0' +'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid + +prepare() { + mkdir -p build + +# Fix build with mediastreamer 2.14 + cd kopete-$pkgver + patch -p1 -i ../kopete-mediastreamer2.14.patch +# Fix linking to pthread in libjingle-call + patch -p1 -i ../kopete-pthread-link.patch +} + +build() { + cd build + cmake ../kopete-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_SKIP_RPATH=ON \ +-DWITH_Libmsn=OFF + # -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ + # -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ + # -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kdenetwork-kopete/repos/testing-i686/kopete-mediastreamer2.14.patch (from rev 294014, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch) === --- testing-i686/kopete-mediastreamer2.14.patch (rev 0) +++ testing-i686/kopete-mediastreamer2.14.patch 2017-04-23 09:25:29 UTC (rev 294015) @@ -0,0 +1,83 @@ +diff --git a/cmake/modules/FindMediastreamer.cmake b/cmake/modules/FindMediastreamer.cmake +index 47fe5c3..31802f0 100644 +--- a/cmake/modules/FindMediastreamer.cmake b/cmake/modules/FindMediastreamer.cmake +@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND) + IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9) + SET(MEDIASTREAMER_LESS_2_9 TRUE) + SET(MEDIASTREAMER_LESS_2_11 TRUE) ++ SET(MEDIASTREAMER_LESS_2_14 TRUE) + ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11) + SET(MEDIASTREAMER_LESS_2_9 FALSE) + SET(MEDIASTREAMER_LESS_2_11 TRUE) ++ SET(MEDIASTREAMER_LESS_2_14 TRUE) ++ ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14) ++ SET(MEDIASTREAMER_LESS_2_9 FALSE) ++ SET(MEDIASTREAMER_LESS_2_11 FALSE) ++ SET(MEDIASTREAMER_LESS_2_14 TRUE) + ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9) + SET(MEDIASTREAMER_LESS_2_9 FALSE) + SET(MEDIASTREAMER_LESS_2_11 FALSE) ++
[arch-commits] Commit in kate/repos (4 files)
Date: Sunday, April 23, 2017 @ 09:24:49 Author: arojas Revision: 294014 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kate/repos/testing-i686/ kate/repos/testing-i686/PKGBUILD (from rev 294013, kate/trunk/PKGBUILD) kate/repos/testing-x86_64/ kate/repos/testing-x86_64/PKGBUILD (from rev 294013, kate/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 71 ++ testing-x86_64/PKGBUILD | 71 ++ 2 files changed, 142 insertions(+) Copied: kate/repos/testing-i686/PKGBUILD (from rev 294013, kate/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-04-23 09:24:49 UTC (rev 294014) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=kate +pkgname=('kwrite' + 'kate') +pkgver=17.04.0 +pkgrel=2 +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor' + 'threadweaver' 'kitemmodels' 'kactivities') +source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('6c8d1936a2ec3a7c3c71e353da11e483251875f51846b9609667f9beee1a6042' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid +options=(!emptydirs) + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package_kwrite() { + pkgdesc="Text Editor" + groups=('kde-applications' 'kdebase') + url="https://www.kde.org/applications/utilities/kwrite/"; + depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme') + replaces=('kdebase-kwrite') + conflicts=('kdebase-kwrite') + provides=('kdebase-kwrite') + + cd build + make DESTDIR="${pkgdir}" install + + find "$pkgdir" -type f -name '*kate*' -exec rm {} \; + rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \ +"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \ +"$pkgdir"/usr/share/katexmltools \ + "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo \ +"$pkgdir"/usr/share/plasma/plasmoids +} + +package_kate() { + pkgdesc="Advanced Text Editor" + groups=('kde-applications' 'kdebase') + url="https://www.kde.org/applications/utilities/kate/"; + depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 'kactivities' 'hicolor-icon-theme') + replaces=('kdesdk-kate') + conflicts=('kdesdk-kate') + provides=('kdesdk-kate') + optdepends=('konsole: open a terminal in Kate') + + cd build + make DESTDIR="${pkgdir}" install + + find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \; + rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite +} Copied: kate/repos/testing-x86_64/PKGBUILD (from rev 294013, kate/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2017-04-23 09:24:49 UTC (rev 294014) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=kate +pkgname=('kwrite' + 'kate') +pkgver=17.04.0 +pkgrel=2 +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor' + 'threadweaver' 'kitemmodels' 'kactivities') +source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('6c8d1936a2ec3a7c3c71e353da11e483251875f51846b9609667f9beee1a6042' +'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid +options=(!emptydirs) + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package_kwrite() { + pkgdesc="Text Editor" + groups=('kde-applications' 'kdebase') + url="https://www.kde.org/applications/utilities/kwrite/"; + depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme') + replaces=('kdebase-kwrite') + conflicts=('kdebase-kwrite') + provides=('kdebase-kwrite') + + cd build + make DESTDIR="${pkgdir}" install + + find "$pkgdir" -type f -name '*kate*' -exec rm {} \; + rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \ +"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \ +"$pkgdir"/usr/share/katexmltools \ + "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kte
[arch-commits] Commit in kate/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 09:21:44 Author: arojas Revision: 294008 Rebuild against [extra] Modified: kate/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 09:21:30 UTC (rev 294007) +++ PKGBUILD2017-04-23 09:21:44 UTC (rev 294008) @@ -7,7 +7,7 @@ pkgname=('kwrite' 'kate') pkgver=17.04.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'knewstuff' 'ktexteditor'
[arch-commits] Commit in kdenetwork-kopete/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 09:21:30 Author: arojas Revision: 294007 Rebuild against [extra] Modified: kdenetwork-kopete/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 08:54:55 UTC (rev 294006) +++ PKGBUILD2017-04-23 09:21:30 UTC (rev 294007) @@ -5,7 +5,7 @@ pkgname=kdenetwork-kopete pkgver=17.04.0 -pkgrel=1 +pkgrel=2 pkgdesc='Instant Messenger' url='https://kde.org/applications/internet/kopete/' arch=('i686' 'x86_64') @@ -39,10 +39,10 @@ -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ --DWITH_Libmsn=OFF \ --DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ --DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ --DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so +-DWITH_Libmsn=OFF + # -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \ + # -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \ + # -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so make }
[arch-commits] Commit in (psi-i18n psi)
Date: Sunday, April 23, 2017 @ 08:54:55 Author: pierre Revision: 294006 Remove PSI as it is not maintained by upstream Deleted: psi-i18n/ psi/
[arch-commits] Commit in julia/repos (8 files)
Date: Sunday, April 23, 2017 @ 08:43:02 Author: arojas Revision: 224572 archrelease: copy trunk to community-x86_64, community-i686 Added: julia/repos/community-i686/PKGBUILD (from rev 224571, julia/trunk/PKGBUILD) julia/repos/community-i686/sysfix.install (from rev 224571, julia/trunk/sysfix.install) julia/repos/community-x86_64/PKGBUILD (from rev 224571, julia/trunk/PKGBUILD) julia/repos/community-x86_64/sysfix.install (from rev 224571, julia/trunk/sysfix.install) Deleted: julia/repos/community-i686/PKGBUILD julia/repos/community-i686/sysfix.install julia/repos/community-x86_64/PKGBUILD julia/repos/community-x86_64/sysfix.install -+ /PKGBUILD | 278 ++ /sysfix.install | 20 ++ community-i686/PKGBUILD | 130 - community-i686/sysfix.install | 10 - community-x86_64/PKGBUILD | 130 - community-x86_64/sysfix.install | 10 - 6 files changed, 298 insertions(+), 280 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-04-23 08:42:34 UTC (rev 224571) +++ community-i686/PKGBUILD 2017-04-23 08:43:02 UTC (rev 224572) @@ -1,130 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Lex Black -# Contributor: Michael Jakl -# Contributor: devmotion -# Contributor: Valentin Churavy - -pkgbase=julia -pkgname=('julia' 'julia-docs') -pkgver=0.5.1 -pkgrel=5 -epoch=2 -arch=('x86_64' 'i686') -pkgdesc='High-level, high-performance, dynamic programming language' -url='http://julialang.org/' -license=('MIT') -makedepends=('gcc-fortran' 'python2' 'libuv' 'blas' 'lapack' 'arpack' 'libunwind' 'fftw' 'llvm39' - 'gmp' 'mpfr' 'zlib' 'suitesparse' 'patchelf' 'cmake' 'pcre2' 'libgit2' 'openssl') -options=('!emptydirs' 'staticlibs') -source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/julia-$pkgver.tar.gz"{,.asc}) -sha256sums=('805e97aef179fd5bea2bc906128369d113a30bb9a165cef70b67f2fc3f3c35a9' -'SKIP') -validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495') # Julia (Binary signing key) - -prepare() { - # For /etc/ld.so.conf.d/ - echo '/usr/lib/julia' > julia.conf -} - -build() { - # Make sure not to set -march - export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong" - export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong" - - # SSE2 is a requirement for Julia on 32-bit x86 - if [[ $CARCH == i686 ]]; then -export CFLAGS+=" -march=pentium4" -export CXXFLAGS+=" -march=pentium4" - fi - - cd julia-$pkgver - make prefix=/usr sysconfdir=/etc \ -USE_SYSTEM_LLVM=1 \ -USE_SYSTEM_LIBUNWIND=1 \ -USE_SYSTEM_PCRE=1 \ -USE_SYSTEM_LIBM=1 \ -USE_SYSTEM_OPENLIBM=0 \ -USE_SYSTEM_OPENSPECFUN=0 \ -USE_SYSTEM_BLAS=1 \ -USE_SYSTEM_LAPACK=1 \ -USE_SYSTEM_FFTW=1 \ -USE_SYSTEM_GMP=1 \ -USE_SYSTEM_MPFR=1 \ -USE_SYSTEM_ARPACK=1 \ -USE_SYSTEM_SUITESPARSE=1 \ -USE_SYSTEM_LIBUV=0 \ -USE_SYSTEM_UTF8PROC=0 \ -USE_INTEL_MKL=0 \ -USE_BLAS64=0 \ -USE_LLVM_SHLIB=1 \ -USE_SYSTEM_LIBGIT2=1 \ -USE_SYSTEM_PATCHELF=1 \ -USE_SYSTEM_DSFMT=0 -} - -package_julia() { - backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl') - depends=('arpack' 'fftw' 'libunwind' 'mpfr' 'suitesparse' 'pcre2' 'libgit2' 'llvm39-libs' 'patchelf' 'hicolor-icon-theme') - optdepends=('gnuplot: If using the Gaston Package from julia') - install='sysfix.install' - - # Make sure not to set -march - export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong" - export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong" - - # SSE2 is a requirement for Julia on 32-bit x86 - if [[ $CARCH == i686 ]]; then -export CFLAGS+=" -march=pentium4" -export CXXFLAGS+=" -march=pentium4" - fi - - cd julia-$pkgver - make DESTDIR="$pkgdir" \ -prefix=/usr sysconfdir=/etc \ -USE_SYSTEM_LLVM=1 \ -USE_SYSTEM_LIBUNWIND=1 \ -USE_SYSTEM_PCRE=1 \ -USE_SYSTEM_LIBM=1 \ -USE_SYSTEM_OPENLIBM=0 \ -USE_SYSTEM_OPENSPECFUN=0 \ -USE_SYSTEM_BLAS=1 \ -USE_SYSTEM_LAPACK=1 \ -USE_SYSTEM_FFTW=1 \ -USE_SYSTEM_GMP=1 \ -USE_SYSTEM_MPFR=1 \ -USE_SYSTEM_ARPACK=1 \ -USE_SYSTEM_SUITESPARSE=1 \ -USE_SYSTEM_LIBUV=0 \ -USE_SYSTEM_UTF8PROC=0 \ -USE_INTEL_MKL=0 \ -USE_BLAS64=0 \ -USE_LLVM_SHLIB=1 \ -USE_SYSTEM_LIBGIT2=1 \ -USE_SYSTEM_PATCHELF=1 \ -USE_SYSTEM_DSFMT=0 \ -install - - # Remove duplicate man-page from julia/doc - rm -rvf "$pkgdir/usr/share/julia/doc/man" - - # For /etc/ld.so.conf.d, FS#41731 - install -Dm644 "$srcdir"/julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf" - - # Documentation and examples are in the julia-docs package - rm -rvf "$pkgdir/usr/share/doc/" - rm -rvf "$pkgdir/usr/share/julia/doc/" - rm -rvf "$pkgdir
[arch-commits] Commit in julia/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 08:42:34 Author: arojas Revision: 224571 Fix arch mismatch again (FS#53760) Modified: julia/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:56:51 UTC (rev 224570) +++ PKGBUILD2017-04-23 08:42:34 UTC (rev 224571) @@ -8,7 +8,7 @@ pkgbase=julia pkgname=('julia' 'julia-docs') pkgver=0.5.1 -pkgrel=5 +pkgrel=6 epoch=2 arch=('x86_64' 'i686') pkgdesc='High-level, high-performance, dynamic programming language' @@ -33,13 +33,18 @@ export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong" # SSE2 is a requirement for Julia on 32-bit x86 + unset ARCH if [[ $CARCH == i686 ]]; then +export M="pentium4" export CFLAGS+=" -march=pentium4" export CXXFLAGS+=" -march=pentium4" + else +export M="x86-64" fi cd julia-$pkgver make prefix=/usr sysconfdir=/etc \ +MARCH=$M \ USE_SYSTEM_LLVM=1 \ USE_SYSTEM_LIBUNWIND=1 \ USE_SYSTEM_PCRE=1 \ @@ -75,13 +80,17 @@ # SSE2 is a requirement for Julia on 32-bit x86 if [[ $CARCH == i686 ]]; then +export M="pentium4" export CFLAGS+=" -march=pentium4" export CXXFLAGS+=" -march=pentium4" + else +export M="x86-64" fi cd julia-$pkgver make DESTDIR="$pkgdir" \ prefix=/usr sysconfdir=/etc \ +MARCH=$M \ USE_SYSTEM_LLVM=1 \ USE_SYSTEM_LIBUNWIND=1 \ USE_SYSTEM_PCRE=1 \
[arch-commits] Commit in python-zope-exceptions/repos/community-any (2 files)
Date: Sunday, April 23, 2017 @ 07:56:51 Author: felixonmars Revision: 224570 archrelease: copy trunk to community-any Added: python-zope-exceptions/repos/community-any/PKGBUILD (from rev 224569, python-zope-exceptions/trunk/PKGBUILD) Deleted: python-zope-exceptions/repos/community-any/PKGBUILD --+ PKGBUILD | 103 ++--- 1 file changed, 52 insertions(+), 51 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-04-23 07:56:34 UTC (rev 224569) +++ PKGBUILD2017-04-23 07:56:51 UTC (rev 224570) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=('python-zope-exceptions' 'python2-zope-exceptions') -pkgver=4.0.8 -pkgrel=2 -pkgdesc="Generic exceptions and implementations for Zope" -arch=('any') -url="https://github.com/zopefoundation/zope.exceptions"; -license=('ZPL') -makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface' - 'python2-zope-interface' 'git') -checkdepends=('python-nose' 'python2-nose') -source=("git+https://github.com/zopefoundation/zope.exceptions.git#tag=$pkgver";) -sha256sums=('SKIP') - -prepare() { - cp -a zope.exceptions{,-py2} -} - -build() { - cd "$srcdir/zope.exceptions" - python setup.py build - - cd "$srcdir/zope.exceptions-py2" - python2 setup.py build -} - -check() { - cd "$srcdir/zope.exceptions" - nosetests3 - - cd "$srcdir/zope.exceptions-py2" - nosetests2 -} - -package_python-zope-exceptions() { - depends=('python-setuptools' 'python-zope-interface') - - cd "$srcdir/zope.exceptions" - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-zope-exceptions() { - depends=('python2-setuptools' 'python2-zope-interface') - - cd "$srcdir/zope.exceptions-py2" - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-zope-exceptions/repos/community-any/PKGBUILD (from rev 224569, python-zope-exceptions/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-04-23 07:56:51 UTC (rev 224570) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-zope-exceptions +pkgname=('python-zope-exceptions' 'python2-zope-exceptions') +pkgver=4.1.0 +pkgrel=1 +pkgdesc="Generic exceptions and implementations for Zope" +arch=('any') +url="https://github.com/zopefoundation/zope.exceptions"; +license=('ZPL') +makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface' + 'python2-zope-interface') +checkdepends=('python-zope-testrunner' 'python2-zope-testrunner') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.exceptions/archive/$pkgver.tar.gz";) +sha512sums=('bc4b839c003c7136e3671ebdf5cb0861c1e4ee3b3ce9f8f9fccf2334075b71c5ce49dfe3df323f19c428c754d47b3c3903231ee1f3be6a1b42cf0ed10362c009') + +prepare() { + cp -a zope.exceptions-$pkgver{,-py2} +} + +build() { + cd "$srcdir"/zope.exceptions-$pkgver + python setup.py build + + cd "$srcdir"/zope.exceptions-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/zope.exceptions-$pkgver + python setup.py test || : + + cd "$srcdir"/zope.exceptions-$pkgver-py2 + python2 setup.py test +} + +package_python-zope-exceptions() { + depends=('python-setuptools' 'python-zope-interface') + + cd zope.exceptions-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-zope-exceptions() { + depends=('python2-setuptools' 'python2-zope-interface') + + cd zope.exceptions-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-zope-exceptions/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:56:34 Author: felixonmars Revision: 224569 upgpkg: python-zope-exceptions 4.1.0-1 Modified: python-zope-exceptions/trunk/PKGBUILD --+ PKGBUILD | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:20:41 UTC (rev 224568) +++ PKGBUILD2017-04-23 07:56:34 UTC (rev 224569) @@ -1,51 +1,52 @@ # $Id$ # Maintainer: Felix Yan +pkgbase=python-zope-exceptions pkgname=('python-zope-exceptions' 'python2-zope-exceptions') -pkgver=4.0.8 -pkgrel=2 +pkgver=4.1.0 +pkgrel=1 pkgdesc="Generic exceptions and implementations for Zope" arch=('any') url="https://github.com/zopefoundation/zope.exceptions"; license=('ZPL') makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface' - 'python2-zope-interface' 'git') -checkdepends=('python-nose' 'python2-nose') -source=("git+https://github.com/zopefoundation/zope.exceptions.git#tag=$pkgver";) -sha256sums=('SKIP') + 'python2-zope-interface') +checkdepends=('python-zope-testrunner' 'python2-zope-testrunner') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.exceptions/archive/$pkgver.tar.gz";) +sha512sums=('bc4b839c003c7136e3671ebdf5cb0861c1e4ee3b3ce9f8f9fccf2334075b71c5ce49dfe3df323f19c428c754d47b3c3903231ee1f3be6a1b42cf0ed10362c009') prepare() { - cp -a zope.exceptions{,-py2} + cp -a zope.exceptions-$pkgver{,-py2} } build() { - cd "$srcdir/zope.exceptions" + cd "$srcdir"/zope.exceptions-$pkgver python setup.py build - cd "$srcdir/zope.exceptions-py2" + cd "$srcdir"/zope.exceptions-$pkgver-py2 python2 setup.py build } check() { - cd "$srcdir/zope.exceptions" - nosetests3 + cd "$srcdir"/zope.exceptions-$pkgver + python setup.py test || : - cd "$srcdir/zope.exceptions-py2" - nosetests2 + cd "$srcdir"/zope.exceptions-$pkgver-py2 + python2 setup.py test } package_python-zope-exceptions() { depends=('python-setuptools' 'python-zope-interface') - cd "$srcdir/zope.exceptions" - python setup.py install --root="$pkgdir/" --optimize=1 + cd zope.exceptions-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 } package_python2-zope-exceptions() { depends=('python2-setuptools' 'python2-zope-interface') - cd "$srcdir/zope.exceptions-py2" - python2 setup.py install --root="$pkgdir/" --optimize=1 + cd zope.exceptions-$pkgver-py2 + python2 setup.py install --root="$pkgdir" --optimize=1 } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-zope-interface/repos (6 files)
Date: Sunday, April 23, 2017 @ 07:33:16 Author: felixonmars Revision: 294002 archrelease: copy trunk to extra-i686, extra-x86_64 Added: python-zope-interface/repos/extra-i686/PKGBUILD (from rev 294001, python-zope-interface/trunk/PKGBUILD) python-zope-interface/repos/extra-x86_64/PKGBUILD (from rev 294001, python-zope-interface/trunk/PKGBUILD) Deleted: python-zope-interface/repos/extra-i686/PKGBUILD python-zope-interface/repos/extra-i686/__init__.py python-zope-interface/repos/extra-x86_64/PKGBUILD python-zope-interface/repos/extra-x86_64/__init__.py --+ /PKGBUILD| 108 + extra-i686/PKGBUILD | 58 extra-i686/__init__.py |2 extra-x86_64/PKGBUILD| 58 extra-x86_64/__init__.py |2 5 files changed, 108 insertions(+), 120 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-04-23 07:32:48 UTC (rev 294001) +++ extra-i686/PKGBUILD 2017-04-23 07:33:16 UTC (rev 294002) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer : Felix Yan -# Contributor: Ionut Biru -# Contributor: Douglas Soares de Andrade - -pkgbase=python-zope-interface -pkgname=('python-zope-interface' 'python2-zope-interface') -pkgver=4.3.3 -pkgrel=3 -license=('ZPL') -arch=('i686' 'x86_64') -url="http://pypi.python.org/pypi/zope.interface"; -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-zope-event' 'python2-zope-event') -source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz"; -__init__.py) -md5sums=('ba3f32eacaea66094b7e2ae2788cec89' - '1cdca3de4f8849a3d0d82b678710e112') - -prepare() { - cp -a zope.interface-${pkgver}{,-py2} -} - -build() { - cd "${srcdir}/zope.interface-${pkgver}" - python setup.py build - - cd "${srcdir}/zope.interface-${pkgver}-py2" - python2 setup.py build -} - -check() { - cd "${srcdir}/zope.interface-${pkgver}" - python setup.py test - - cd "${srcdir}/zope.interface-${pkgver}-py2" - python2 setup.py test -} - -package_python-zope-interface() { - pkgdesc='Zope Interfaces for Python 3.x' - depends=('python') - - cd "${srcdir}/zope.interface-${pkgver}" - python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - install -Dm644 ../__init__.py "$pkgdir"/usr/lib/python3.6/site-packages/zope/__init__.py -} - -package_python2-zope-interface(){ - pkgdesc='Zope Interfaces for Python 2.x' - depends=('python2') - replaces=('zope-interface') - provides=('zope-interface') - - cd "${srcdir}/zope.interface-${pkgver}-py2" - python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - install -Dm644 ../__init__.py "$pkgdir"/usr/lib/python2.7/site-packages/zope/__init__.py -} Copied: python-zope-interface/repos/extra-i686/PKGBUILD (from rev 294001, python-zope-interface/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-04-23 07:33:16 UTC (rev 294002) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer : Felix Yan +# Contributor: Ionut Biru +# Contributor: Douglas Soares de Andrade + +pkgbase=python-zope-interface +pkgname=('python-zope-interface' 'python2-zope-interface') +pkgver=4.4.0 +pkgrel=1 +license=('ZPL') +arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/zope.interface"; +makedepends=('python-setuptools' 'python2-setuptools') +checkdepends=('python-zope-event' 'python2-zope-event') +source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";) +md5sums=('cdc6b9b5e1f53e8ff018d357f44c789e') + +prepare() { + cp -a zope.interface-${pkgver}{,-py2} +} + +build() { + cd "$srcdir"/zope.interface-$pkgver + python setup.py build + + cd "$srcdir"/zope.interface-$pkgver-py2 + python2 setup.py build +} + +check() { + cd "$srcdir"/zope.interface-$pkgver + python setup.py test + + cd "$srcdir"/zope.interface-$pkgver-py2 + python2 setup.py test +} + +package_python-zope-interface() { + pkgdesc='Zope Interfaces for Python 3.x' + depends=('python') + + cd zope.interface-$pkgver + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 +} + +package_python2-zope-interface(){ + pkgdesc='Zope Interfaces for Python 2.x' + depends=('python2') + replaces=('zope-interface') + provides=('zope-interface') + + cd zope.interface-$pkgver-py2 + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 +} Deleted: extra-i686/__init__.py === --- extra-i686/__init__.py 2017-04-23 07:32:48 UTC (rev 294001) +++ extra-i686/__init__.py 2017-04-23 07:33:16 UTC (rev 294002) @@ -1,2 +0,0 @@ -from pkgutil import extend_path -__path__ = extend_path(__path__, __name__) Deleted: extra-x86_64/PKGBUILD =
[arch-commits] Commit in python-zope-interface/trunk (PKGBUILD __init__.py)
Date: Sunday, April 23, 2017 @ 07:32:48 Author: felixonmars Revision: 294001 upgpkg: python-zope-interface 4.4.0-1 Modified: python-zope-interface/trunk/PKGBUILD Deleted: python-zope-interface/trunk/__init__.py -+ PKGBUILD| 28 __init__.py |2 -- 2 files changed, 12 insertions(+), 18 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-22 23:04:37 UTC (rev 294000) +++ PKGBUILD2017-04-23 07:32:48 UTC (rev 294001) @@ -5,17 +5,15 @@ pkgbase=python-zope-interface pkgname=('python-zope-interface' 'python2-zope-interface') -pkgver=4.3.3 -pkgrel=3 +pkgver=4.4.0 +pkgrel=1 license=('ZPL') arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/zope.interface"; makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-zope-event' 'python2-zope-event') -source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz"; -__init__.py) -md5sums=('ba3f32eacaea66094b7e2ae2788cec89' - '1cdca3de4f8849a3d0d82b678710e112') +source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";) +md5sums=('cdc6b9b5e1f53e8ff018d357f44c789e') prepare() { cp -a zope.interface-${pkgver}{,-py2} @@ -22,18 +20,18 @@ } build() { - cd "${srcdir}/zope.interface-${pkgver}" + cd "$srcdir"/zope.interface-$pkgver python setup.py build - cd "${srcdir}/zope.interface-${pkgver}-py2" + cd "$srcdir"/zope.interface-$pkgver-py2 python2 setup.py build } check() { - cd "${srcdir}/zope.interface-${pkgver}" + cd "$srcdir"/zope.interface-$pkgver python setup.py test - cd "${srcdir}/zope.interface-${pkgver}-py2" + cd "$srcdir"/zope.interface-$pkgver-py2 python2 setup.py test } @@ -41,9 +39,8 @@ pkgdesc='Zope Interfaces for Python 3.x' depends=('python') - cd "${srcdir}/zope.interface-${pkgver}" - python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - install -Dm644 ../__init__.py "$pkgdir"/usr/lib/python3.6/site-packages/zope/__init__.py + cd zope.interface-$pkgver + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 } package_python2-zope-interface(){ @@ -52,7 +49,6 @@ replaces=('zope-interface') provides=('zope-interface') - cd "${srcdir}/zope.interface-${pkgver}-py2" - python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - install -Dm644 ../__init__.py "$pkgdir"/usr/lib/python2.7/site-packages/zope/__init__.py + cd zope.interface-$pkgver-py2 + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 } Deleted: __init__.py === --- __init__.py 2017-04-22 23:04:37 UTC (rev 294000) +++ __init__.py 2017-04-23 07:32:48 UTC (rev 294001) @@ -1,2 +0,0 @@ -from pkgutil import extend_path -__path__ = extend_path(__path__, __name__)
[arch-commits] Commit in gnome-boxes/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:20:35 Author: bgyorgy Revision: 224567 upgpkg: gnome-boxes 3.24.0-1 Update for GNOME 3.24 Modified: gnome-boxes/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:17:33 UTC (rev 224566) +++ PKGBUILD2017-04-23 07:20:35 UTC (rev 224567) @@ -3,7 +3,7 @@ # Contributor: Stefano Facchini pkgname=gnome-boxes -pkgver=3.22.4 +pkgver=3.24.0 pkgrel=1 pkgdesc="Simple GNOME application to access remote or virtual systems" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3') makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz) -sha256sums=('585a1c292010ebb479cb60e02621d01d450f84cdad82a61b7ce58a0218e1cff2') +sha256sums=('7495ea7184b6ef650033daf6941328b785b22e522e8142b9d190575d215dec49') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-boxes/repos (4 files)
Date: Sunday, April 23, 2017 @ 07:20:41 Author: bgyorgy Revision: 224568 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: gnome-boxes/repos/community-testing-i686/ gnome-boxes/repos/community-testing-i686/PKGBUILD (from rev 224567, gnome-boxes/trunk/PKGBUILD) gnome-boxes/repos/community-testing-x86_64/ gnome-boxes/repos/community-testing-x86_64/PKGBUILD (from rev 224567, gnome-boxes/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 28 community-testing-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: gnome-boxes/repos/community-testing-i686/PKGBUILD (from rev 224567, gnome-boxes/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:20:41 UTC (rev 224568) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Stefano Facchini + +pkgname=gnome-boxes +pkgver=3.24.0 +pkgrel=1 +pkgdesc="Simple GNOME application to access remote or virtual systems" +arch=('i686' 'x86_64') +url="https://wiki.gnome.org/Apps/Boxes"; +license=('LGPL') +depends=('cdrkit' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret' 'libtracker-sparql' + 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3') +makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') +source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz) +sha256sums=('7495ea7184b6ef650033daf6941328b785b22e522e8142b9d190575d215dec49') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-boxes/repos/community-testing-x86_64/PKGBUILD (from rev 224567, gnome-boxes/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-04-23 07:20:41 UTC (rev 224568) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Stefano Facchini + +pkgname=gnome-boxes +pkgver=3.24.0 +pkgrel=1 +pkgdesc="Simple GNOME application to access remote or virtual systems" +arch=('i686' 'x86_64') +url="https://wiki.gnome.org/Apps/Boxes"; +license=('LGPL') +depends=('cdrkit' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret' 'libtracker-sparql' + 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3') +makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') +source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz) +sha256sums=('7495ea7184b6ef650033daf6941328b785b22e522e8142b9d190575d215dec49') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-multi-writer/repos (4 files)
Date: Sunday, April 23, 2017 @ 07:17:33 Author: bgyorgy Revision: 224566 archrelease: copy trunk to community-testing-x86_64, community-testing-i686 Added: gnome-multi-writer/repos/community-testing-i686/ gnome-multi-writer/repos/community-testing-i686/PKGBUILD (from rev 224565, gnome-multi-writer/trunk/PKGBUILD) gnome-multi-writer/repos/community-testing-x86_64/ gnome-multi-writer/repos/community-testing-x86_64/PKGBUILD (from rev 224565, gnome-multi-writer/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 26 ++ community-testing-x86_64/PKGBUILD | 26 ++ 2 files changed, 52 insertions(+) Copied: gnome-multi-writer/repos/community-testing-i686/PKGBUILD (from rev 224565, gnome-multi-writer/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:17:33 UTC (rev 224566) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=gnome-multi-writer +pkgver=3.24.0 +pkgrel=2 +pkgdesc="Write an ISO file to multiple USB devices at once" +arch=('x86_64' 'i686') +url="https://wiki.gnome.org/Apps/MultiWriter"; +license=('GPL') +depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2') +makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'perl-sgmls') +optdepends=('gnome-icon-theme-extras: show device icons') +source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";) +sha256sums=('abc1f6fbb4500d41c4d833818c61ba7dd79f8b3ff7bc8fe8ebe054450d5146e3') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-multi-writer/repos/community-testing-x86_64/PKGBUILD (from rev 224565, gnome-multi-writer/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-04-23 07:17:33 UTC (rev 224566) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=gnome-multi-writer +pkgver=3.24.0 +pkgrel=2 +pkgdesc="Write an ISO file to multiple USB devices at once" +arch=('x86_64' 'i686') +url="https://wiki.gnome.org/Apps/MultiWriter"; +license=('GPL') +depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2') +makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'perl-sgmls') +optdepends=('gnome-icon-theme-extras: show device icons') +source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";) +sha256sums=('abc1f6fbb4500d41c4d833818c61ba7dd79f8b3ff7bc8fe8ebe054450d5146e3') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-multi-writer/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:17:27 Author: bgyorgy Revision: 224565 upgpkg: gnome-multi-writer 3.24.0-2 Update for GNOME 3.24 Modified: gnome-multi-writer/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:15:32 UTC (rev 224564) +++ PKGBUILD2017-04-23 07:17:27 UTC (rev 224565) @@ -2,7 +2,7 @@ # Maintainer: Balló György pkgname=gnome-multi-writer -pkgver=3.22.1 +pkgver=3.24.0 pkgrel=2 pkgdesc="Write an ISO file to multiple USB devices at once" arch=('x86_64' 'i686') @@ -12,7 +12,7 @@ makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'perl-sgmls') optdepends=('gnome-icon-theme-extras: show device icons') source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";) -sha256sums=('02fe592b9c6c3b1b76dc7436f10a60673b8e89fb0f81f8e99ae943f6ba139fb6') +sha256sums=('abc1f6fbb4500d41c4d833818c61ba7dd79f8b3ff7bc8fe8ebe054450d5146e3') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-initial-setup/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:15:27 Author: bgyorgy Revision: 224563 upgpkg: gnome-initial-setup 3.24.0-1 Update for GNOME 3.24 Modified: gnome-initial-setup/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:12:26 UTC (rev 224562) +++ PKGBUILD2017-04-23 07:15:27 UTC (rev 224563) @@ -2,8 +2,8 @@ # Maintainer: Balló György pkgname=gnome-initial-setup -pkgver=3.22.1 -pkgrel=2 +pkgver=3.24.0 +pkgrel=1 pkgdesc="Simple, easy, and safe way to prepare a new system" arch=('i686' 'x86_64') url="http://www.gnome.org/"; @@ -15,7 +15,7 @@ 'gnome-getting-started-docs: GNOME Welcome Tour') install=$pkgname.install source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('56a663d84ab16854afbdd5ea852f0b76bb5e30829f14f3a224ea130c14825468') +sha256sums=('c66fadfb5ec8febaecbd81d6bf976cbf9557e9f65efd4d8e59ef712700bae554') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-initial-setup/repos (6 files)
Date: Sunday, April 23, 2017 @ 07:15:32 Author: bgyorgy Revision: 224564 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: gnome-initial-setup/repos/community-testing-i686/ gnome-initial-setup/repos/community-testing-i686/PKGBUILD (from rev 224563, gnome-initial-setup/trunk/PKGBUILD) gnome-initial-setup/repos/community-testing-i686/gnome-initial-setup.install (from rev 224563, gnome-initial-setup/trunk/gnome-initial-setup.install) gnome-initial-setup/repos/community-testing-x86_64/ gnome-initial-setup/repos/community-testing-x86_64/PKGBUILD (from rev 224563, gnome-initial-setup/trunk/PKGBUILD) gnome-initial-setup/repos/community-testing-x86_64/gnome-initial-setup.install (from rev 224563, gnome-initial-setup/trunk/gnome-initial-setup.install) --+ community-testing-i686/PKGBUILD | 30 + community-testing-i686/gnome-initial-setup.install |9 + community-testing-x86_64/PKGBUILD| 30 + community-testing-x86_64/gnome-initial-setup.install |9 + 4 files changed, 78 insertions(+) Copied: gnome-initial-setup/repos/community-testing-i686/PKGBUILD (from rev 224563, gnome-initial-setup/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:15:32 UTC (rev 224564) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=gnome-initial-setup +pkgver=3.24.0 +pkgrel=1 +pkgdesc="Simple, easy, and safe way to prepare a new system" +arch=('i686' 'x86_64') +url="http://www.gnome.org/"; +license=('GPL') +depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather' + 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 'libgnomekbd') +makedepends=('intltool' 'python2') +optdepends=('gdm: GDM Initial Setup mode' +'gnome-getting-started-docs: GNOME Welcome Tour') +install=$pkgname.install +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c66fadfb5ec8febaecbd81d6bf976cbf9557e9f65efd4d8e59ef712700bae554') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d" +} Copied: gnome-initial-setup/repos/community-testing-i686/gnome-initial-setup.install (from rev 224563, gnome-initial-setup/trunk/gnome-initial-setup.install) === --- community-testing-i686/gnome-initial-setup.install (rev 0) +++ community-testing-i686/gnome-initial-setup.install 2017-04-23 07:15:32 UTC (rev 224564) @@ -0,0 +1,9 @@ +post_install() { + getent passwd gnome-initial-setup > /dev/null 2>&1 && \ +usermod -L -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s /sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \ +useradd -rM -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s /sbin/nologin gnome-initial-setup +} + +post_upgrade() { + post_install +} Copied: gnome-initial-setup/repos/community-testing-x86_64/PKGBUILD (from rev 224563, gnome-initial-setup/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-04-23 07:15:32 UTC (rev 224564) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=gnome-initial-setup +pkgver=3.24.0 +pkgrel=1 +pkgdesc="Simple, easy, and safe way to prepare a new system" +arch=('i686' 'x86_64') +url="http://www.gnome.org/"; +license=('GPL') +depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather' + 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 'libgnomekbd') +makedepends=('intltool' 'python2') +optdepends=('gdm: GDM Initial Setup mode' +'gnome-getting-started-docs: GNOME Welcome Tour') +install=$pkgname.install +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c66fadfb5ec8febaecbd81d6bf976cbf9557e9f65efd4d8e59ef712700bae554') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d" +} Copied: gnome-initial-setup/repos/community-testing-x86_64/gnome-initial-setup.install (from rev 224563, gnome-initial-setup/trunk/gnome-initial-setup.install)
[arch-commits] Commit in metacity/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:12:21 Author: bgyorgy Revision: 224561 upgpkg: metacity 3.24.1-1 Update for GNOME 3.24 Modified: metacity/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:10:27 UTC (rev 224560) +++ PKGBUILD2017-04-23 07:12:21 UTC (rev 224561) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=metacity -pkgver=3.22.1 +pkgver=3.24.1 pkgrel=1 pkgdesc="Window manager of GNOME Flashback" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('intltool') url="https://wiki.gnome.org/Projects/Metacity"; source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d27d91864d8ba7294f6a093427ad16b20b1d834f4e23c9619bbeee6e641b5d87') +sha256sums=('de525224b88dffb1efe460568cf5d5eeb321b460d39a0905353dfd105b1db479') build() { cd $pkgname-$pkgver
[arch-commits] Commit in metacity/repos (4 files)
Date: Sunday, April 23, 2017 @ 07:12:26 Author: bgyorgy Revision: 224562 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: metacity/repos/community-testing-i686/ metacity/repos/community-testing-i686/PKGBUILD (from rev 224561, metacity/trunk/PKGBUILD) metacity/repos/community-testing-x86_64/ metacity/repos/community-testing-x86_64/PKGBUILD (from rev 224561, metacity/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 27 +++ community-testing-x86_64/PKGBUILD | 27 +++ 2 files changed, 54 insertions(+) Copied: metacity/repos/community-testing-i686/PKGBUILD (from rev 224561, metacity/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:12:26 UTC (rev 224562) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Jan de Groot + +pkgname=metacity +pkgver=3.24.1 +pkgrel=1 +pkgdesc="Window manager of GNOME Flashback" +arch=('i686' 'x86_64') +license=('GPL') +depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity') +makedepends=('intltool') +url="https://wiki.gnome.org/Projects/Metacity"; +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('de525224b88dffb1efe460568cf5d5eeb321b460d39a0905353dfd105b1db479') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: metacity/repos/community-testing-x86_64/PKGBUILD (from rev 224561, metacity/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-04-23 07:12:26 UTC (rev 224562) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Jan de Groot + +pkgname=metacity +pkgver=3.24.1 +pkgrel=1 +pkgdesc="Window manager of GNOME Flashback" +arch=('i686' 'x86_64') +license=('GPL') +depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity') +makedepends=('intltool') +url="https://wiki.gnome.org/Projects/Metacity"; +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('de525224b88dffb1efe460568cf5d5eeb321b460d39a0905353dfd105b1db479') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-phone-manager/repos (6 files)
Date: Sunday, April 23, 2017 @ 07:09:45 Author: bgyorgy Revision: 224544 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: gnome-phone-manager/repos/community-testing-i686/ gnome-phone-manager/repos/community-testing-i686/PKGBUILD (from rev 224541, gnome-phone-manager/trunk/PKGBUILD) gnome-phone-manager/repos/community-testing-i686/gnome-phone-manager-0.68-eds.patch (from rev 224541, gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch) gnome-phone-manager/repos/community-testing-x86_64/ gnome-phone-manager/repos/community-testing-x86_64/PKGBUILD (from rev 224542, gnome-phone-manager/trunk/PKGBUILD) gnome-phone-manager/repos/community-testing-x86_64/gnome-phone-manager-0.68-eds.patch (from rev 224542, gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch) -+ community-testing-i686/PKGBUILD | 37 community-testing-i686/gnome-phone-manager-0.68-eds.patch | 470 ++ community-testing-x86_64/PKGBUILD | 37 community-testing-x86_64/gnome-phone-manager-0.68-eds.patch | 470 ++ 4 files changed, 1014 insertions(+) Copied: gnome-phone-manager/repos/community-testing-i686/PKGBUILD (from rev 224541, gnome-phone-manager/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:09:45 UTC (rev 224544) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Roman Kyrylych + +pkgname=gnome-phone-manager +pkgver=0.69 +pkgrel=9 +pkgdesc="Control your mobile phone from your GNOME desktop" +arch=('i686' 'x86_64') +url="https://wiki.gnome.org/PhoneManager"; +license=('GPL') +depends=('evolution-data-server' 'gconf' 'gnokii' 'gnome-bluetooth' 'libcanberra' 'telepathy-glib') +makedepends=('intltool' 'gnome-icon-theme') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz +gnome-phone-manager-0.68-eds.patch) +sha256sums=('35e038ea3afaacdf451046e87af876096cf1520efc04fc3f5b63ea22e0297175' +'232a72108836ddd46d329993d166c38550e2923f161b4dc814d75af4ed5ccc79') + +prepare() { + cd $pkgname-$pkgver + + # Port to evolution-data-server 3.8 + patch -p1 -i ../gnome-phone-manager-0.68-eds.patch +} + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-schemas-install --disable-bluetooth-plugin \ + --with-gconf-schema-file-dir=/usr/share/gconf/schemas + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-phone-manager/repos/community-testing-i686/gnome-phone-manager-0.68-eds.patch (from rev 224541, gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch) === --- community-testing-i686/gnome-phone-manager-0.68-eds.patch (rev 0) +++ community-testing-i686/gnome-phone-manager-0.68-eds.patch 2017-04-23 07:09:45 UTC (rev 224544) @@ -0,0 +1,470 @@ +diff -up gnome-phone-manager-0.68/configure.eds gnome-phone-manager-0.68/configure +--- gnome-phone-manager-0.68/configure.eds 2012-10-30 15:03:19.515929969 -0400 gnome-phone-manager-0.68/configure 2012-10-30 15:03:54.979862209 -0400 +@@ -13939,12 +13939,12 @@ if test -n "$PHONEMGR_CFLAGS"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0 + libcanberra-gtk3 gconf-2.0 +- \$GNOME_BLUETOOTH_REQS \$evo_pc_file libedataserverui-3.0 ++ \$GNOME_BLUETOOTH_REQS \$evo_pc_file + gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1 + \""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0 + libcanberra-gtk3 gconf-2.0 +- $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0 ++ $GNOME_BLUETOOTH_REQS $evo_pc_file + gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1 + ") 2>&5 + ac_status=$? +@@ -13952,7 +13952,7 @@ if test -n "$PHONEMGR_CFLAGS"; then + test $ac_status = 0; }; then + pkg_cv_PHONEMGR_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0 + libcanberra-gtk3 gconf-2.0 +- $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0 ++ $GNOME_BLUETOOTH_REQS $evo_pc_file + gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1 + " 2>/dev/null` + else +@@ -13967,12 +13967,12 @@ if test -n "$PHONEMGR_LIBS"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0 + libcanberra-gtk3 gconf-2.0 +- \$GNOME_BLUETOOTH_REQS \$evo_pc_file libedataserverui-3.0 ++
[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:09:37 Author: bgyorgy Revision: 224541 upgpkg: gnome-phone-manager 0.69-9 Rebuild for GNOME 3.24 Modified: gnome-phone-manager/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:09:35 UTC (rev 224540) +++ PKGBUILD2017-04-23 07:09:37 UTC (rev 224541) @@ -4,7 +4,7 @@ pkgname=gnome-phone-manager pkgver=0.69 -pkgrel=8 +pkgrel=9 pkgdesc="Control your mobile phone from your GNOME desktop" arch=('i686' 'x86_64') url="https://wiki.gnome.org/PhoneManager";
[arch-commits] Commit in stack/repos (6 files)
Date: Sunday, April 23, 2017 @ 07:07:32 Author: felixonmars Revision: 224539 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: stack/repos/community-staging-i686/ stack/repos/community-staging-i686/PKGBUILD (from rev 224538, stack/trunk/PKGBUILD) stack/repos/community-staging-i686/stack.install (from rev 224538, stack/trunk/stack.install) stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 224538, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 224538, stack/trunk/stack.install) + community-staging-i686/PKGBUILD| 87 +++ community-staging-i686/stack.install |4 + community-staging-x86_64/PKGBUILD | 87 +++ community-staging-x86_64/stack.install |4 + 4 files changed, 182 insertions(+) Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 224538, stack/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-04-23 07:07:32 UTC (rev 224539) @@ -0,0 +1,87 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgbase=stack +pkgname=(stack haskell-stack) +pkgver=1.4.0 +pkgrel=34 +pkgdesc="The Haskell Tool Stack" +url="https://github.com/commercialhaskell/stack"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal" + "haskell-async" "haskell-attoparsec" "haskell-base-compat" "haskell-base64-bytestring" + "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" "haskell-conduit" + "haskell-conduit-extra" "haskell-cryptonite" "haskell-cryptonite-conduit" + "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra" + "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" "haskell-fsnotify" + "haskell-generic-deriving" "haskell-gitrev" "haskell-hackage-security" + "haskell-hashable" "haskell-hastache" "haskell-hit" "haskell-http-client" + "haskell-http-client-tls" "haskell-http-conduit" "haskell-http-types" "haskell-hpack" + "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" "haskell-microlens" + "haskell-microlens-mtl" "haskell-monad-control" "haskell-monad-logger" + "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" "haskell-open-browser" + "haskell-optparse-applicative" "haskell-optparse-simple" "haskell-path" + "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite" + "haskell-persistent-template" "haskell-pid1" "haskell-project-template" + "haskell-regex-applicative-text" "haskell-resourcet" "haskell-retry" "haskell-safe" + "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" "haskell-stm" + "haskell-store" "haskell-streaming-commons" "haskell-tar" "haskell-temporary" + "haskell-text" "haskell-text-binary" "haskell-text-metrics" "haskell-tls" + "haskell-transformers-base" "haskell-unicode-transforms" "haskell-unix-compat" + "haskell-unordered-containers" "haskell-vector" "haskell-vector-binary-instances" + "haskell-yaml" "haskell-zip-archive" "haskell-zlib") +source=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz"; + "store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch";) +sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6' +'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16') + +prepare() { +cd "${srcdir}/${pkgbase}-${pkgver}" +patch -p1 -i ../store-0.4.patch +} + +build() { +cd "${srcdir}/${pkgbase}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package_stack() { +depends=('gmp' 'libffi' 'zlib') +optdepends=('ghc') +install="stack.install" + +cd "${srcdir}/${pkgbase}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/{lib,share/doc} +install -D -m644 "LICENSE"
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:07:06 Author: felixonmars Revision: 224537 upgpkg: stack 1.4.0-34 rebuild with th-lift,0.7.7 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:07:03 UTC (rev 224536) +++ PKGBUILD2017-04-23 07:07:06 UTC (rev 224537) @@ -5,7 +5,7 @@ pkgbase=stack pkgname=(stack haskell-stack) pkgver=1.4.0 -pkgrel=33 +pkgrel=34 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("custom:BSD3")
[arch-commits] Commit in glabels/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:07:03 Author: bgyorgy Revision: 224536 upgpkg: glabels 3.4.0-5 Rebuild for GNOME 3.24 Modified: glabels/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 07:04:09 UTC (rev 224535) +++ PKGBUILD2017-04-23 07:07:03 UTC (rev 224536) @@ -5,7 +5,7 @@ pkgname=glabels pkgver=3.4.0 -pkgrel=4 +pkgrel=5 pkgdesc="Creating labels and business cards the very easy way" arch=('i686' 'x86_64') url="http://glabels.org/";
[arch-commits] Commit in glabels/repos (4 files)
Date: Sunday, April 23, 2017 @ 07:07:11 Author: bgyorgy Revision: 224538 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: glabels/repos/community-testing-i686/ glabels/repos/community-testing-i686/PKGBUILD (from rev 224536, glabels/trunk/PKGBUILD) glabels/repos/community-testing-x86_64/ glabels/repos/community-testing-x86_64/PKGBUILD (from rev 224537, glabels/trunk/PKGBUILD) ---+ community-testing-i686/PKGBUILD | 28 community-testing-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: glabels/repos/community-testing-i686/PKGBUILD (from rev 224536, glabels/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:07:11 UTC (rev 224538) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: yugrotavele +# Contributor: Damir Perisa + +pkgname=glabels +pkgver=3.4.0 +pkgrel=5 +pkgdesc="Creating labels and business cards the very easy way" +arch=('i686' 'x86_64') +url="http://glabels.org/"; +license=('GPL' 'LGPL') +depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint') +makedepends=('intltool' 'itstool') +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: glabels/repos/community-testing-x86_64/PKGBUILD (from rev 224537, glabels/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-04-23 07:07:11 UTC (rev 224538) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: yugrotavele +# Contributor: Damir Perisa + +pkgname=glabels +pkgver=3.4.0 +pkgrel=5 +pkgdesc="Creating labels and business cards the very easy way" +arch=('i686' 'x86_64') +url="http://glabels.org/"; +license=('GPL' 'LGPL') +depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint') +makedepends=('intltool' 'itstool') +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in evolution-rss/repos (8 files)
Date: Sunday, April 23, 2017 @ 07:04:09 Author: bgyorgy Revision: 224535 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: evolution-rss/repos/community-testing-i686/ evolution-rss/repos/community-testing-i686/PKGBUILD (from rev 224534, evolution-rss/trunk/PKGBUILD) evolution-rss/repos/community-testing-i686/evo-3.21.90.patch (from rev 224534, evolution-rss/trunk/evo-3.21.90.patch) evolution-rss/repos/community-testing-i686/evo-3.23.2.patch (from rev 224534, evolution-rss/trunk/evo-3.23.2.patch) evolution-rss/repos/community-testing-x86_64/ evolution-rss/repos/community-testing-x86_64/PKGBUILD (from rev 224534, evolution-rss/trunk/PKGBUILD) evolution-rss/repos/community-testing-x86_64/evo-3.21.90.patch (from rev 224534, evolution-rss/trunk/evo-3.21.90.patch) evolution-rss/repos/community-testing-x86_64/evo-3.23.2.patch (from rev 224534, evolution-rss/trunk/evo-3.23.2.patch) + community-testing-i686/PKGBUILD| 43 + community-testing-i686/evo-3.21.90.patch | 119 +++ community-testing-i686/evo-3.23.2.patch| 110 community-testing-x86_64/PKGBUILD | 43 + community-testing-x86_64/evo-3.21.90.patch | 119 +++ community-testing-x86_64/evo-3.23.2.patch | 110 6 files changed, 544 insertions(+) Copied: evolution-rss/repos/community-testing-i686/PKGBUILD (from rev 224534, evolution-rss/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-04-23 07:04:09 UTC (rev 224535) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Jelle van der Waa +# Contributor: Borromini + +pkgname=evolution-rss +pkgver=0.3.95 +pkgrel=3 +pkgdesc="Plugin for Evolution Mail that enables reading of RSS/RDF/ATOM feeds" +arch=('i686' 'x86_64') +url="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin"; +license=('GPL') +depends=('evolution') +makedepends=('intltool') +source=(http://gnome.eu.org/$pkgname-$pkgver.tar.xz +evo-3.21.90.patch +evo-3.23.2.patch) +sha256sums=('3fb28eec798b3192ae155b92d17b852264d0e5e35185a4f0c8f526a8d587eb1f' +'36ed895fcdd6c71998af1ab6b315e6f1ca027f56466c8844920761711e5589ef' +'b7a5977a5d27321420eac22cb346735338444cb6f4b4805f07d7502f241b29dc') + +prepare() { + cd $pkgname-$pkgver + # Compatibility patches from Fedora + patch -Np1 -i ../evo-3.21.90.patch + patch -Np1 -i ../evo-3.23.2.patch +} + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-schemas-compile + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: evolution-rss/repos/community-testing-i686/evo-3.21.90.patch (from rev 224534, evolution-rss/trunk/evo-3.21.90.patch) === --- community-testing-i686/evo-3.21.90.patch(rev 0) +++ community-testing-i686/evo-3.21.90.patch2017-04-23 07:04:09 UTC (rev 224535) @@ -0,0 +1,119 @@ +diff --git a/configure.ac b/configure.ac +index 629e663..27640b6 100644 +--- a/configure.ac b/configure.ac +@@ -259,6 +259,9 @@ AC_MSG_CHECKING([whether to include Webkit support]) + AC_ARG_ENABLE([webkit], + AS_HELP_STRING([--disable-webkit],[Disable Webkit (Apple Upstream Webkit) support (default: enabled)]), + [],[enable_webkit=yes]) ++if test "$evolution_version_int" -ge "32190"; then ++ enable_webkit="no, due to evolution 3.21.90+" ++fi + AC_MSG_RESULT([$enable_webkit]) + + if test "$enable_webkit" = "yes"; then +diff --git a/src/e-mail-formatter-evolution-rss.c b/src/e-mail-formatter-evolution-rss.c +index f71557d..afdf6cd 100644 +--- a/src/e-mail-formatter-evolution-rss.c b/src/e-mail-formatter-evolution-rss.c +@@ -52,6 +52,7 @@ G_DEFINE_DYNAMIC_TYPE ( + + static const gchar* rss_formatter_mime_types[] = { "x-evolution/evolution-rss-feed", NULL }; + ++#if EVOLUTION_VERSION < 32190 + static void + set_view_cb (GtkWidget *button, + gpointer *data) +@@ -60,6 +61,8 @@ set_view_cb (GtkWidget *button, + rss_set_changed_view(1); + e_mail_display_reload (rss_get_display()); + } ++#endif ++ + #include "fetch.h" + + typedef struct _HD HD; +@@ -132,7 +135,11 @@ emfe_evolution_rss_format (EMailFormatterExtension *extension, + if (!rss_init) + goto fail; + ++#if EVOLUTION_VERSION >= 32190 ++ h = e_web_view_get_content_html_sync (E_WEB_VIEW (rss_get_display()), NULL, NULL); ++#else + h = g_strdup(e_web_view_get_html (E_WEB_VIEW (rss_
[arch-commits] Commit in evolution-rss/trunk (PKGBUILD)
Date: Sunday, April 23, 2017 @ 07:04:02 Author: bgyorgy Revision: 224534 upgpkg: evolution-rss 0.3.95-3 Rebuild for GNOME 3.24 Modified: evolution-rss/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-04-23 06:19:39 UTC (rev 224533) +++ PKGBUILD2017-04-23 07:04:02 UTC (rev 224534) @@ -5,7 +5,7 @@ pkgname=evolution-rss pkgver=0.3.95 -pkgrel=2 +pkgrel=3 pkgdesc="Plugin for Evolution Mail that enables reading of RSS/RDF/ATOM feeds" arch=('i686' 'x86_64') url="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin";