[arch-commits] Commit in okteta/repos (6 files)
Date: Wednesday, March 4, 2015 @ 17:35:07 Author: fyan Revision: 232807 archrelease: copy trunk to testing-i686, testing-x86_64 Added: okteta/repos/testing-i686/ okteta/repos/testing-i686/PKGBUILD (from rev 232806, okteta/trunk/PKGBUILD) okteta/repos/testing-i686/okteta.install (from rev 232806, okteta/trunk/okteta.install) okteta/repos/testing-x86_64/ okteta/repos/testing-x86_64/PKGBUILD (from rev 232806, okteta/trunk/PKGBUILD) okteta/repos/testing-x86_64/okteta.install (from rev 232806, okteta/trunk/okteta.install) ---+ testing-i686/PKGBUILD | 40 testing-i686/okteta.install | 12 testing-x86_64/PKGBUILD | 40 testing-x86_64/okteta.install | 12 4 files changed, 104 insertions(+) Copied: okteta/repos/testing-i686/PKGBUILD (from rev 232806, okteta/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:35:07 UTC (rev 232807) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=okteta +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Hex Editor' +url='http://kde.org/applications/utilities/okteta/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools') +replaces=('kdesdk-okteta') +conflicts=('kdesdk-okteta<4.14.3-2') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz";) +sha1sums=('658698af0a91bbde6f57f5f35b813f8b68cc3161') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../okteta-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: okteta/repos/testing-i686/okteta.install (from rev 232806, okteta/trunk/okteta.install) === --- testing-i686/okteta.install (rev 0) +++ testing-i686/okteta.install 2015-03-04 16:35:07 UTC (rev 232807) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: okteta/repos/testing-x86_64/PKGBUILD (from rev 232806, okteta/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:35:07 UTC (rev 232807) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=okteta +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Hex Editor' +url='http://kde.org/applications/utilities/okteta/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools') +replaces=('kdesdk-okteta') +conflicts=('kdesdk-okteta<4.14.3-2') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz";) +sha1sums=('658698af0a91bbde6f57f5f35b813f8b68cc3161') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../okteta-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: okteta/repos/testing-x86_64/okteta.install (from rev 232806, okteta/trunk/okteta.install) === --- testing-x86_64/okteta.install (rev 0) +++ testing-x86_64/okteta.install 2015-03-04 16:35:07 UTC (rev 232807) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdesdk-poxml/repos (4 files)
Date: Wednesday, March 4, 2015 @ 17:33:34 Author: fyan Revision: 232803 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-poxml/repos/testing-i686/ kdesdk-poxml/repos/testing-i686/PKGBUILD (from rev 232802, kdesdk-poxml/trunk/PKGBUILD) kdesdk-poxml/repos/testing-x86_64/ kdesdk-poxml/repos/testing-x86_64/PKGBUILD (from rev 232802, kdesdk-poxml/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 32 testing-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdesdk-poxml/repos/testing-i686/PKGBUILD (from rev 232802, kdesdk-poxml/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:33:34 UTC (rev 232803) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-poxml +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Translates DocBook XML files using gettext po files' +url='https://projects.kde.org/projects/kde/kdesdk/poxml' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +optdepends=('antlr2: required for po2xml and swappo tool') +source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";) +sha1sums=('d842a3b7b1e8717a8fd8506c8af58a71eaa9e5e4') + +build() { + mkdir build + cd build + cmake ../poxml-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-poxml/repos/testing-x86_64/PKGBUILD (from rev 232802, kdesdk-poxml/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:33:34 UTC (rev 232803) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-poxml +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Translates DocBook XML files using gettext po files' +url='https://projects.kde.org/projects/kde/kdesdk/poxml' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +optdepends=('antlr2: required for po2xml and swappo tool') +source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";) +sha1sums=('d842a3b7b1e8717a8fd8506c8af58a71eaa9e5e4') + +build() { + mkdir build + cd build + cmake ../poxml-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in kdesdk-strigi-analyzers/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:33:39 Author: fyan Revision: 232804 upgpkg: kdesdk-strigi-analyzers 14.12.3-1 Modified: kdesdk-strigi-analyzers/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:33:34 UTC (rev 232803) +++ PKGBUILD2015-03-04 16:33:39 UTC (rev 232804) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-strigi-analyzers -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Analyzer plugins for strigi' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";) -sha1sums=('8e49fee8783a488f0bfbc9421c451e3539241c59') +sha1sums=('c3b647bc83c142d89d33353d05756c3b517268de') build() { mkdir build
[arch-commits] Commit in kdesdk-strigi-analyzers/repos (4 files)
Date: Wednesday, March 4, 2015 @ 17:34:04 Author: fyan Revision: 232805 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-strigi-analyzers/repos/testing-i686/ kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 232804, kdesdk-strigi-analyzers/trunk/PKGBUILD) kdesdk-strigi-analyzers/repos/testing-x86_64/ kdesdk-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 232804, kdesdk-strigi-analyzers/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 31 +++ testing-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 232804, kdesdk-strigi-analyzers/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:34:04 UTC (rev 232805) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-strigi-analyzers +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Analyzer plugins for strigi' +url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('c3b647bc83c142d89d33353d05756c3b517268de') + +build() { + mkdir build + cd build + cmake ../kdesdk-strigi-analyzers-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 232804, kdesdk-strigi-analyzers/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:34:04 UTC (rev 232805) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-strigi-analyzers +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Analyzer plugins for strigi' +url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('c3b647bc83c142d89d33353d05756c3b517268de') + +build() { + mkdir build + cd build + cmake ../kdesdk-strigi-analyzers-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in kdesdk-thumbnailers/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:31:41 Author: fyan Revision: 232798 upgpkg: kdesdk-thumbnailers 14.12.3-1 Modified: kdesdk-thumbnailers/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:31:35 UTC (rev 232797) +++ PKGBUILD2015-03-04 16:31:41 UTC (rev 232798) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-thumbnailers -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Plugins for the thumbnailing system' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'gettext') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";) -sha1sums=('75754045b4cbe5e7bbfc34984051484748d4940b') +sha1sums=('fe8abf0a9e70c355369c787d44c3df9904847d5c') build() { mkdir build
[arch-commits] Commit in kapptemplate/repos (6 files)
Date: Wednesday, March 4, 2015 @ 17:30:45 Author: fyan Revision: 232795 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kapptemplate/repos/testing-i686/ kapptemplate/repos/testing-i686/PKGBUILD (from rev 232794, kapptemplate/trunk/PKGBUILD) kapptemplate/repos/testing-i686/kapptemplate.install (from rev 232794, kapptemplate/trunk/kapptemplate.install) kapptemplate/repos/testing-x86_64/ kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 232794, kapptemplate/trunk/PKGBUILD) kapptemplate/repos/testing-x86_64/kapptemplate.install (from rev 232794, kapptemplate/trunk/kapptemplate.install) -+ testing-i686/PKGBUILD | 34 ++ testing-i686/kapptemplate.install | 11 +++ testing-x86_64/PKGBUILD | 34 ++ testing-x86_64/kapptemplate.install | 11 +++ 4 files changed, 90 insertions(+) Copied: kapptemplate/repos/testing-i686/PKGBUILD (from rev 232794, kapptemplate/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:30:45 UTC (rev 232795) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kapptemplate +pkgver=14.12.3 +pkgrel=1 +pkgdesc='KDE Template Generator' +url='http://kde.org/applications/development/kapptemplate/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kio') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +replaces=('kdesdk-kapptemplate') +conflicts=('kdesdk-kapptemplate') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";) +sha1sums=('dcf1b2be9adcab6740b52e034ae7d64f36ec4606') + +build() { + mkdir build + cd build + cmake ../kapptemplate-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kapptemplate/repos/testing-i686/kapptemplate.install (from rev 232794, kapptemplate/trunk/kapptemplate.install) === --- testing-i686/kapptemplate.install (rev 0) +++ testing-i686/kapptemplate.install 2015-03-04 16:30:45 UTC (rev 232795) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 232794, kapptemplate/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:30:45 UTC (rev 232795) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kapptemplate +pkgver=14.12.3 +pkgrel=1 +pkgdesc='KDE Template Generator' +url='http://kde.org/applications/development/kapptemplate/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kio') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +replaces=('kdesdk-kapptemplate') +conflicts=('kdesdk-kapptemplate') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";) +sha1sums=('dcf1b2be9adcab6740b52e034ae7d64f36ec4606') + +build() { + mkdir build + cd build + cmake ../kapptemplate-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kapptemplate/repos/testing-x86_64/kapptemplate.install (from rev 232794, kapptemplate/trunk/kapptemplate.install) === --- testing-x86_64/kapptemplate.install (rev 0) +++ testing-x86_64/kapptemplate.install 2015-03-04 16:30:45 UTC (rev 232795) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdesdk-lokalize/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:32:17 Author: fyan Revision: 232800 upgpkg: kdesdk-lokalize 14.12.3-1 Modified: kdesdk-lokalize/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:32:13 UTC (rev 232799) +++ PKGBUILD2015-03-04 16:32:17 UTC (rev 232800) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-lokalize -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Computer-Aided Translation System' url='http://kde.org/applications/development/lokalize/' @@ -17,7 +17,7 @@ install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz"; 'fix-python2-path.patch') -sha1sums=('951d895cf8fd69bce7cbe7c040a361c91f78012a' +sha1sums=('2e7215a0fa45bee424736dc92a9a5a80425669fa' '07db42bbcae402c292eebf002e549b04162621c5') prepare() {
[arch-commits] Commit in kdepim/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:29:17 Author: fyan Revision: 232792 upgpkg: kdepim 4.14.6-1 Modified: kdepim/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:11:40 UTC (rev 232791) +++ PKGBUILD2015-03-04 16:29:17 UTC (rev 232792) @@ -21,8 +21,8 @@ 'kdepim-ktimetracker' 'kdepim-ktnef' 'kdepim-libkdepim') -pkgver=4.14.5 -_kdeappver=14.12.2 +pkgver=4.14.6 +_kdeappver=14.12.3 pkgrel=1 arch=('i686' 'x86_64') url='http://pim.kde.org' @@ -31,7 +31,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' 'baloo4' 'grantlee-qt4') source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgbase}-${pkgver}.tar.xz";) -sha1sums=('36a48f9483982bde79ade85f150983a44002866d') +sha1sums=('ce69db77c83bcfd424247b53c40a9a1fb496a546') build() { mkdir build
[arch-commits] Commit in kdesdk-kioslaves/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:06:59 Author: fyan Revision: 232782 upgpkg: kdesdk-kioslaves 14.12.3-1 Modified: kdesdk-kioslaves/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:00:42 UTC (rev 232781) +++ PKGBUILD2015-03-04 16:06:59 UTC (rev 232782) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-kioslaves -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='KIO-Slaves' url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";) -sha1sums=('208b4a68117bd691526cb3d1c283d203344c5196') +sha1sums=('c96650fa0e2eeaa11c54c49d091e59f123563610') build() { mkdir build
[arch-commits] Commit in kdesdk-dolphin-plugins/repos (6 files)
Date: Wednesday, March 4, 2015 @ 17:11:40 Author: fyan Revision: 232791 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-dolphin-plugins/repos/testing-i686/ kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 232790, kdesdk-dolphin-plugins/trunk/PKGBUILD) kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from rev 232790, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install) kdesdk-dolphin-plugins/repos/testing-x86_64/ kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 232790, kdesdk-dolphin-plugins/trunk/PKGBUILD) kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install (from rev 232790, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install) ---+ testing-i686/PKGBUILD | 36 testing-i686/kdesdk-dolphin-plugins.install | 11 +++ testing-x86_64/PKGBUILD | 36 testing-x86_64/kdesdk-dolphin-plugins.install | 11 +++ 4 files changed, 94 insertions(+) Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 232790, kdesdk-dolphin-plugins/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:11:40 UTC (rev 232791) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-dolphin-plugins +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Extra Dolphin plugins' +url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'kdebase-lib') +makedepends=('cmake' 'automoc4') +optdepends=('bzr: bazaar support' +'git: git support' +'mercurial: hg support' +'subversion: svn support') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";) +sha1sums=('0cfbaf2bab5416bc6bd5a6a73ad8c713adfb8746') + +build() { + mkdir build + cd build + cmake ../dolphin-plugins-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from rev 232790, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install) === --- testing-i686/kdesdk-dolphin-plugins.install (rev 0) +++ testing-i686/kdesdk-dolphin-plugins.install 2015-03-04 16:11:40 UTC (rev 232791) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 232790, kdesdk-dolphin-plugins/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:11:40 UTC (rev 232791) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-dolphin-plugins +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Extra Dolphin plugins' +url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'kdebase-lib') +makedepends=('cmake' 'automoc4') +optdepends=('bzr: bazaar support' +'git: git support' +'mercurial: hg support' +'subversion: svn support') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";) +sha1sums=('0cfbaf2bab5416bc6bd5a6a73ad8c713adfb8746') + +build() { + mkdir build + cd build + cmake ../dolphin-plugins-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install (from rev 232790, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install) === --- testing-x86_64/kdesdk-dolphin-plugins.install (rev 0) +++ testing-x86_64/kdesdk-dolphin-plugins.install 2015-03-04 16:11:40 UTC (rev 232791) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdesdk-kompare/repos (6 files)
Date: Wednesday, March 4, 2015 @ 17:08:50 Author: fyan Revision: 232785 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-kompare/repos/testing-i686/ kdesdk-kompare/repos/testing-i686/PKGBUILD (from rev 232784, kdesdk-kompare/trunk/PKGBUILD) kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install (from rev 232784, kdesdk-kompare/trunk/kdesdk-kompare.install) kdesdk-kompare/repos/testing-x86_64/ kdesdk-kompare/repos/testing-x86_64/PKGBUILD (from rev 232784, kdesdk-kompare/trunk/PKGBUILD) kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install (from rev 232784, kdesdk-kompare/trunk/kdesdk-kompare.install) ---+ testing-i686/PKGBUILD | 35 testing-i686/kdesdk-kompare.install | 12 ++ testing-x86_64/PKGBUILD | 35 testing-x86_64/kdesdk-kompare.install | 12 ++ 4 files changed, 94 insertions(+) Copied: kdesdk-kompare/repos/testing-i686/PKGBUILD (from rev 232784, kdesdk-kompare/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:08:50 UTC (rev 232785) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-kompare +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Diff/Patch Frontend' +url='http://kde.org/applications/development/kompare/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'libkomparediff2') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";) +sha1sums=('7d8d52baa812db4e382df77f66b00aa2d9babe01') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kompare-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install (from rev 232784, kdesdk-kompare/trunk/kdesdk-kompare.install) === --- testing-i686/kdesdk-kompare.install (rev 0) +++ testing-i686/kdesdk-kompare.install 2015-03-04 16:08:50 UTC (rev 232785) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdesdk-kompare/repos/testing-x86_64/PKGBUILD (from rev 232784, kdesdk-kompare/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:08:50 UTC (rev 232785) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-kompare +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Diff/Patch Frontend' +url='http://kde.org/applications/development/kompare/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'libkomparediff2') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";) +sha1sums=('7d8d52baa812db4e382df77f66b00aa2d9babe01') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kompare-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install (from rev 232784, kdesdk-kompare/trunk/kdesdk-kompare.install) === --- testing-x86_64/kdesdk-kompare.install (rev 0) +++ testing-x86_64/kdesdk-kompare.install 2015-03-04 16:08:50 UTC (rev 232785) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdesdk-dev-utils/repos (6 files)
Date: Wednesday, March 4, 2015 @ 17:11:20 Author: fyan Revision: 232789 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-dev-utils/repos/testing-i686/ kdesdk-dev-utils/repos/testing-i686/PKGBUILD (from rev 232788, kdesdk-dev-utils/trunk/PKGBUILD) kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install (from rev 232788, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install) kdesdk-dev-utils/repos/testing-x86_64/ kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD (from rev 232788, kdesdk-dev-utils/trunk/PKGBUILD) kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install (from rev 232788, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install) -+ testing-i686/PKGBUILD | 36 ++ testing-i686/kdesdk-dev-utils.install | 12 ++ testing-x86_64/PKGBUILD | 36 ++ testing-x86_64/kdesdk-dev-utils.install | 12 ++ 4 files changed, 96 insertions(+) Copied: kdesdk-dev-utils/repos/testing-i686/PKGBUILD (from rev 232788, kdesdk-dev-utils/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:11:20 UTC (rev 232789) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-dev-utils +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks' +url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod' + 'kdesdk-kstartperf' 'kdesdk-kuiviewer') +replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod' + 'kdesdk-kstartperf' 'kdesdk-kuiviewer') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";) +sha1sums=('a96799e446575d26649763e3e10b23342659dfab') + +build() { + mkdir build + cd build + cmake ../kde-dev-utils-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install (from rev 232788, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install) === --- testing-i686/kdesdk-dev-utils.install (rev 0) +++ testing-i686/kdesdk-dev-utils.install 2015-03-04 16:11:20 UTC (rev 232789) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD (from rev 232788, kdesdk-dev-utils/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:11:20 UTC (rev 232789) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-dev-utils +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks' +url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod' + 'kdesdk-kstartperf' 'kdesdk-kuiviewer') +replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod' + 'kdesdk-kstartperf' 'kdesdk-kuiviewer') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";) +sha1sums=('a96799e446575d26649763e3e10b23342659dfab') + +build() { + mkdir build + cd build + cmake ../kde-dev-utils-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install (from rev 232788, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install) === --- testing-x86_64/kdesdk-dev-utils.install (rev 0) +++ testing-x86_64/kdesdk-dev-utils.install 2015-03-04 16:11:20 UTC (rev 232789) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_inst
[arch-commits] Commit in kdesdk-dev-scripts/repos (4 files)
Date: Wednesday, March 4, 2015 @ 17:10:27 Author: fyan Revision: 232787 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-dev-scripts/repos/testing-i686/ kdesdk-dev-scripts/repos/testing-i686/PKGBUILD (from rev 232786, kdesdk-dev-scripts/trunk/PKGBUILD) kdesdk-dev-scripts/repos/testing-x86_64/ kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD (from rev 232786, kdesdk-dev-scripts/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 37 + testing-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: kdesdk-dev-scripts/repos/testing-i686/PKGBUILD (from rev 232786, kdesdk-dev-scripts/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:10:27 UTC (rev 232787) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-dev-scripts +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Scripts and setting files useful during development of KDE software' +url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'python2') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";) +sha1sums=('a8b050062b39fadc57b531fdeebf75af36e22c26') + +build() { + mkdir build + cd build + cmake ../kde-dev-scripts-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=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/bin/{zonetab2pot,kde-systemsettings-tree}.py + sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ +"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header} +} Copied: kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD (from rev 232786, kdesdk-dev-scripts/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:10:27 UTC (rev 232787) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-dev-scripts +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Scripts and setting files useful during development of KDE software' +url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'python2') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";) +sha1sums=('a8b050062b39fadc57b531fdeebf75af36e22c26') + +build() { + mkdir build + cd build + cmake ../kde-dev-scripts-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=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/bin/{zonetab2pot,kde-systemsettings-tree}.py + sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ +"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header} +}
[arch-commits] Commit in kdesdk-kompare/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:08:34 Author: fyan Revision: 232784 upgpkg: kdesdk-kompare 14.12.3-1 Modified: kdesdk-kompare/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:07:14 UTC (rev 232783) +++ PKGBUILD2015-03-04 16:08:34 UTC (rev 232784) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-kompare -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Diff/Patch Frontend' url='http://kde.org/applications/development/kompare/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";) -sha1sums=('0c582387e610388acb8b005b7a700eff170238e6') +sha1sums=('7d8d52baa812db4e382df77f66b00aa2d9babe01') prepare() { mkdir build
[arch-commits] Commit in kdesdk-kioslaves/repos (6 files)
Date: Wednesday, March 4, 2015 @ 17:07:14 Author: fyan Revision: 232783 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-kioslaves/repos/testing-i686/ kdesdk-kioslaves/repos/testing-i686/PKGBUILD (from rev 232782, kdesdk-kioslaves/trunk/PKGBUILD) kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install (from rev 232782, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install) kdesdk-kioslaves/repos/testing-x86_64/ kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD (from rev 232782, kdesdk-kioslaves/trunk/PKGBUILD) kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install (from rev 232782, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install) -+ testing-i686/PKGBUILD | 32 ++ testing-i686/kdesdk-kioslaves.install | 11 ++ testing-x86_64/PKGBUILD | 32 ++ testing-x86_64/kdesdk-kioslaves.install | 11 ++ 4 files changed, 86 insertions(+) Copied: kdesdk-kioslaves/repos/testing-i686/PKGBUILD (from rev 232782, kdesdk-kioslaves/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:07:14 UTC (rev 232783) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-kioslaves +pkgver=14.12.3 +pkgrel=1 +pkgdesc='KIO-Slaves' +url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'subversion') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";) +sha1sums=('c96650fa0e2eeaa11c54c49d091e59f123563610') + +build() { + mkdir build + cd build + cmake ../kdesdk-kioslaves-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install (from rev 232782, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install) === --- testing-i686/kdesdk-kioslaves.install (rev 0) +++ testing-i686/kdesdk-kioslaves.install 2015-03-04 16:07:14 UTC (rev 232783) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD (from rev 232782, kdesdk-kioslaves/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:07:14 UTC (rev 232783) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-kioslaves +pkgver=14.12.3 +pkgrel=1 +pkgdesc='KIO-Slaves' +url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'subversion') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";) +sha1sums=('c96650fa0e2eeaa11c54c49d091e59f123563610') + +build() { + mkdir build + cd build + cmake ../kdesdk-kioslaves-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install (from rev 232782, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install) === --- testing-x86_64/kdesdk-kioslaves.install (rev 0) +++ testing-x86_64/kdesdk-kioslaves.install 2015-03-04 16:07:14 UTC (rev 232783) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdesdk-dolphin-plugins/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:11:24 Author: fyan Revision: 232790 upgpkg: kdesdk-dolphin-plugins 14.12.3-1 Modified: kdesdk-dolphin-plugins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:11:20 UTC (rev 232789) +++ PKGBUILD2015-03-04 16:11:24 UTC (rev 232790) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-dolphin-plugins -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Extra Dolphin plugins' url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins' @@ -18,7 +18,7 @@ 'subversion: svn support') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";) -sha1sums=('ff4719f288cdd75f58a798c30bce9f8e0272') +sha1sums=('0cfbaf2bab5416bc6bd5a6a73ad8c713adfb8746') build() { mkdir build
[arch-commits] Commit in kdesdk-dev-utils/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:11:00 Author: fyan Revision: 232788 upgpkg: kdesdk-dev-utils 14.12.3-1 Modified: kdesdk-dev-utils/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:10:27 UTC (rev 232787) +++ PKGBUILD2015-03-04 16:11:00 UTC (rev 232788) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-dev-utils -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks' url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils' @@ -18,7 +18,7 @@ 'kdesdk-kstartperf' 'kdesdk-kuiviewer') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";) -sha1sums=('37038d621017312a62886f18a36acdbebc2abc5f') +sha1sums=('a96799e446575d26649763e3e10b23342659dfab') build() { mkdir build
[arch-commits] Commit in kdesdk-dev-scripts/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:10:06 Author: fyan Revision: 232786 upgpkg: kdesdk-dev-scripts 14.12.3-1 Modified: kdesdk-dev-scripts/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 16:08:50 UTC (rev 232785) +++ PKGBUILD2015-03-04 16:10:06 UTC (rev 232786) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-dev-scripts -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Scripts and setting files useful during development of KDE software' url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'python2') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";) -sha1sums=('67f937f562ef860e4d010dac709b9692590f0b85') +sha1sums=('a8b050062b39fadc57b531fdeebf75af36e22c26') build() { mkdir build
[arch-commits] Commit in kdenetwork-strigi-analyzers/repos (4 files)
Date: Wednesday, March 4, 2015 @ 17:00:42 Author: fyan Revision: 232781 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-strigi-analyzers/repos/testing-i686/ kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 232780, kdenetwork-strigi-analyzers/trunk/PKGBUILD) kdenetwork-strigi-analyzers/repos/testing-x86_64/ kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 232780, kdenetwork-strigi-analyzers/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 31 +++ testing-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 232780, kdenetwork-strigi-analyzers/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 16:00:42 UTC (rev 232781) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-strigi-analyzers +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Strigi analyzers for various network protocols' +url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'boost') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('f7a76ccb5fbaea2ffb0d8af24d1c32323617b834') + +build() { + mkdir build + cd build + cmake ../kdenetwork-strigi-analyzers-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 232780, kdenetwork-strigi-analyzers/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 16:00:42 UTC (rev 232781) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-strigi-analyzers +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Strigi analyzers for various network protocols' +url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'boost') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('f7a76ccb5fbaea2ffb0d8af24d1c32323617b834') + +build() { + mkdir build + cd build + cmake ../kdenetwork-strigi-analyzers-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in kdenetwork-strigi-analyzers/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 17:00:27 Author: fyan Revision: 232780 upgpkg: kdenetwork-strigi-analyzers 14.12.3-1 Modified: kdenetwork-strigi-analyzers/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:58:56 UTC (rev 232779) +++ PKGBUILD2015-03-04 16:00:27 UTC (rev 232780) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-strigi-analyzers -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Strigi analyzers for various network protocols' url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers' @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4' 'boost') source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";) -sha1sums=('1387df0e36cfb4faadc8ac89920f5e9e9f81c291') +sha1sums=('f7a76ccb5fbaea2ffb0d8af24d1c32323617b834') build() { mkdir build
[arch-commits] Commit in kdenetwork-zeroconf-ioslave/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:52:47 Author: fyan Revision: 232770 upgpkg: kdenetwork-zeroconf-ioslave 14.12.3-1 Modified: kdenetwork-zeroconf-ioslave/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:48:58 UTC (rev 232769) +++ PKGBUILD2015-03-04 15:52:47 UTC (rev 232770) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-zeroconf-ioslave -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Network Monitor for DNS-SD services (Zeroconf)' url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave' @@ -15,7 +15,7 @@ conflicts=('kdenetwork-kdnssd') replaces=('kdenetwork-kdnssd') source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz";) -sha1sums=('e28c2b8d81652e607edb105263159b364c333821') +sha1sums=('5cf5be8e4107ea059a386443bbc05ba2acf557b3') prepare() { mkdir build
[arch-commits] Commit in kdenetwork-kopete/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:56:00 Author: fyan Revision: 232776 upgpkg: kdenetwork-kopete 14.12.3-1 Modified: kdenetwork-kopete/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:55:53 UTC (rev 232775) +++ PKGBUILD2015-03-04 15:56:00 UTC (rev 232776) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-kopete -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Instant Messenger' url='http://kde.org/applications/internet/kopete/' @@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";) -sha1sums=('c8cfff62cfda2575f0dfeb1bc7248ebcece7092a') +sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8') prepare() { mkdir build
[arch-commits] Commit in kdenetwork-krdc/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:58:56 Author: fyan Revision: 232779 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-krdc/repos/testing-i686/ kdenetwork-krdc/repos/testing-i686/PKGBUILD (from rev 232778, kdenetwork-krdc/trunk/PKGBUILD) kdenetwork-krdc/repos/testing-x86_64/ kdenetwork-krdc/repos/testing-x86_64/PKGBUILD (from rev 232778, kdenetwork-krdc/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 39 +++ testing-x86_64/PKGBUILD | 39 +++ 2 files changed, 78 insertions(+) Copied: kdenetwork-krdc/repos/testing-i686/PKGBUILD (from rev 232778, kdenetwork-krdc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:58:56 UTC (rev 232779) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-krdc +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Remote Desktop Client' +url='http://kde.org/applications/internet/krdc/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'telepathy-qt') +makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp') +optdepends=('libvncserver: VNC support' +'freerdp: RDP support' +'kdebase-keditbookmarks: to edit bookmarks') +source=("http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz";) +sha1sums=('8a03e422b39316358195c546ac0641c9f78be327') + +prepare() { + mkdir build + + cd krdc-${pkgver} +} + +build() { + cd build + cmake ../krdc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-krdc/repos/testing-x86_64/PKGBUILD (from rev 232778, kdenetwork-krdc/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:58:56 UTC (rev 232779) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-krdc +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Remote Desktop Client' +url='http://kde.org/applications/internet/krdc/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'telepathy-qt') +makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp') +optdepends=('libvncserver: VNC support' +'freerdp: RDP support' +'kdebase-keditbookmarks: to edit bookmarks') +source=("http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz";) +sha1sums=('8a03e422b39316358195c546ac0641c9f78be327') + +prepare() { + mkdir build + + cd krdc-${pkgver} +} + +build() { + cd build + cmake ../krdc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in kdenetwork-krdc/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:58:40 Author: fyan Revision: 232778 upgpkg: kdenetwork-krdc 14.12.3-1 Modified: kdenetwork-krdc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:56:17 UTC (rev 232777) +++ PKGBUILD2015-03-04 15:58:40 UTC (rev 232778) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-krdc -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Remote Desktop Client' url='http://kde.org/applications/internet/krdc/' @@ -16,7 +16,7 @@ 'freerdp: RDP support' 'kdebase-keditbookmarks: to edit bookmarks') source=("http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz";) -sha1sums=('eedf80476e324b80f31e1c0754046f58ff444230') +sha1sums=('8a03e422b39316358195c546ac0641c9f78be327') prepare() { mkdir build
[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:53:12 Author: fyan Revision: 232772 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-zeroconf-ioslave/repos/testing-i686/ kdenetwork-zeroconf-ioslave/repos/testing-i686/PKGBUILD (from rev 232771, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD) kdenetwork-zeroconf-ioslave/repos/testing-x86_64/ kdenetwork-zeroconf-ioslave/repos/testing-x86_64/PKGBUILD (from rev 232771, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 36 testing-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kdenetwork-zeroconf-ioslave/repos/testing-i686/PKGBUILD (from rev 232771, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:53:12 UTC (rev 232772) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-zeroconf-ioslave +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Network Monitor for DNS-SD services (Zeroconf)' +url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +conflicts=('kdenetwork-kdnssd') +replaces=('kdenetwork-kdnssd') +source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz";) +sha1sums=('5cf5be8e4107ea059a386443bbc05ba2acf557b3') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../zeroconf-ioslave-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-zeroconf-ioslave/repos/testing-x86_64/PKGBUILD (from rev 232771, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:53:12 UTC (rev 232772) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-zeroconf-ioslave +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Network Monitor for DNS-SD services (Zeroconf)' +url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +conflicts=('kdenetwork-kdnssd') +replaces=('kdenetwork-kdnssd') +source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz";) +sha1sums=('5cf5be8e4107ea059a386443bbc05ba2acf557b3') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../zeroconf-ioslave-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in kdesdk-cervisia/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:55:53 Author: fyan Revision: 232775 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdesdk-cervisia/repos/testing-i686/ kdesdk-cervisia/repos/testing-i686/PKGBUILD (from rev 232774, kdesdk-cervisia/trunk/PKGBUILD) kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install (from rev 232774, kdesdk-cervisia/trunk/kdesdk-cervisia.install) kdesdk-cervisia/repos/testing-x86_64/ kdesdk-cervisia/repos/testing-x86_64/PKGBUILD (from rev 232774, kdesdk-cervisia/trunk/PKGBUILD) kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install (from rev 232774, kdesdk-cervisia/trunk/kdesdk-cervisia.install) + testing-i686/PKGBUILD | 32 +++ testing-i686/kdesdk-cervisia.install | 12 +++ testing-x86_64/PKGBUILD| 32 +++ testing-x86_64/kdesdk-cervisia.install | 12 +++ 4 files changed, 88 insertions(+) Copied: kdesdk-cervisia/repos/testing-i686/PKGBUILD (from rev 232774, kdesdk-cervisia/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:55:53 UTC (rev 232775) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-cervisia +pkgver=14.12.3 +pkgrel=1 +pkgdesc='CVS Frontend' +url='http://kde.org/applications/development/cervisia/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz";) +sha1sums=('2e0fdb825428e354e96db25c3d196ee482cc1de7') + +build() { + mkdir build + cd build + cmake ../cervisia-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install (from rev 232774, kdesdk-cervisia/trunk/kdesdk-cervisia.install) === --- testing-i686/kdesdk-cervisia.install(rev 0) +++ testing-i686/kdesdk-cervisia.install2015-03-04 15:55:53 UTC (rev 232775) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdesdk-cervisia/repos/testing-x86_64/PKGBUILD (from rev 232774, kdesdk-cervisia/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:55:53 UTC (rev 232775) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdesdk-cervisia +pkgver=14.12.3 +pkgrel=1 +pkgdesc='CVS Frontend' +url='http://kde.org/applications/development/cervisia/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz";) +sha1sums=('2e0fdb825428e354e96db25c3d196ee482cc1de7') + +build() { + mkdir build + cd build + cmake ../cervisia-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install (from rev 232774, kdesdk-cervisia/trunk/kdesdk-cervisia.install) === --- testing-x86_64/kdesdk-cervisia.install (rev 0) +++ testing-x86_64/kdesdk-cervisia.install 2015-03-04 15:55:53 UTC (rev 232775) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdenetwork-kopete/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:56:17 Author: fyan Revision: 232777 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-kopete/repos/testing-i686/ kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 232776, kdenetwork-kopete/trunk/PKGBUILD) kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install) kdenetwork-kopete/repos/testing-x86_64/ kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 232776, kdenetwork-kopete/trunk/PKGBUILD) kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install) --+ testing-i686/PKGBUILD| 38 + testing-i686/kdenetwork-kopete.install | 12 + testing-x86_64/PKGBUILD | 38 + testing-x86_64/kdenetwork-kopete.install | 12 + 4 files changed, 100 insertions(+) Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 232776, kdenetwork-kopete/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:56:17 UTC (rev 232777) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kopete +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Instant Messenger' +url='http://kde.org/applications/internet/kopete/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn' + 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp') +makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";) +sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8') + +prepare() { + mkdir build +} + +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 + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install) === --- testing-i686/kdenetwork-kopete.install (rev 0) +++ testing-i686/kdenetwork-kopete.install 2015-03-04 15:56:17 UTC (rev 232777) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 232776, kdenetwork-kopete/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:56:17 UTC (rev 232777) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kopete +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Instant Messenger' +url='http://kde.org/applications/internet/kopete/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn' + 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp') +makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";) +sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8') + +prepare() { + mkdir build +} + +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 + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install) === --- testing-x86_64/kdenetwork-kopete.install(rev 0) +++ testing-x86_64/kdenetwork-kopete.install2015-03-04 15:56:17 UTC (rev 232777) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdenetwork-kppp/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:48:58 Author: fyan Revision: 232769 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-kppp/repos/testing-i686/ kdenetwork-kppp/repos/testing-i686/PKGBUILD (from rev 232768, kdenetwork-kppp/trunk/PKGBUILD) kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install (from rev 232768, kdenetwork-kppp/trunk/kdenetwork-kppp.install) kdenetwork-kppp/repos/testing-x86_64/ kdenetwork-kppp/repos/testing-x86_64/PKGBUILD (from rev 232768, kdenetwork-kppp/trunk/PKGBUILD) kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install (from rev 232768, kdenetwork-kppp/trunk/kdenetwork-kppp.install) + testing-i686/PKGBUILD | 32 +++ testing-i686/kdenetwork-kppp.install | 12 +++ testing-x86_64/PKGBUILD| 32 +++ testing-x86_64/kdenetwork-kppp.install | 12 +++ 4 files changed, 88 insertions(+) Copied: kdenetwork-kppp/repos/testing-i686/PKGBUILD (from rev 232768, kdenetwork-kppp/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:48:58 UTC (rev 232769) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kppp +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Internet Dial-Up Tool' +url='http://kde.org/applications/internet/kppp/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'ppp') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";) +sha1sums=('f009b7242915a5a0ddd2124336e64e23ac849c3c') + +build() { + mkdir build + cd build + cmake ../kppp-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install (from rev 232768, kdenetwork-kppp/trunk/kdenetwork-kppp.install) === --- testing-i686/kdenetwork-kppp.install(rev 0) +++ testing-i686/kdenetwork-kppp.install2015-03-04 15:48:58 UTC (rev 232769) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdenetwork-kppp/repos/testing-x86_64/PKGBUILD (from rev 232768, kdenetwork-kppp/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:48:58 UTC (rev 232769) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kppp +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Internet Dial-Up Tool' +url='http://kde.org/applications/internet/kppp/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'ppp') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";) +sha1sums=('f009b7242915a5a0ddd2124336e64e23ac849c3c') + +build() { + mkdir build + cd build + cmake ../kppp-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install (from rev 232768, kdenetwork-kppp/trunk/kdenetwork-kppp.install) === --- testing-x86_64/kdenetwork-kppp.install (rev 0) +++ testing-x86_64/kdenetwork-kppp.install 2015-03-04 15:48:58 UTC (rev 232769) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdemultimedia-juk/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:38:32 Author: fyan Revision: 232754 upgpkg: kdemultimedia-juk 14.12.3-1 Modified: kdemultimedia-juk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:37:39 UTC (rev 232753) +++ PKGBUILD2015-03-04 15:38:32 UTC (rev 232754) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-juk -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='A jukebox, tagger and music collection manager' url='http://kde.org/applications/multimedia/juk/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz";) -sha1sums=('73e317f8bed7c6849957170f9d490a006aa7b568') +sha1sums=('d158801ee57b5ede595e65e2048c7b075564fa73') build() { cd "${srcdir}"
[arch-commits] Commit in kdesdk-cervisia/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:55:37 Author: fyan Revision: 232774 upgpkg: kdesdk-cervisia 14.12.3-1 Modified: kdesdk-cervisia/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:54:05 UTC (rev 232773) +++ PKGBUILD2015-03-04 15:55:37 UTC (rev 232774) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdesdk-cervisia -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='CVS Frontend' url='http://kde.org/applications/development/cervisia/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz";) -sha1sums=('fd33109505698e6fabb9b0919e33af5ffba111cf') +sha1sums=('2e0fdb825428e354e96db25c3d196ee482cc1de7') build() { mkdir build
[arch-commits] Commit in kdenetwork-krfb/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:54:05 Author: fyan Revision: 232773 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-krfb/repos/testing-i686/ kdenetwork-krfb/repos/testing-i686/PKGBUILD (from rev 232772, kdenetwork-krfb/trunk/PKGBUILD) kdenetwork-krfb/repos/testing-x86_64/ kdenetwork-krfb/repos/testing-x86_64/PKGBUILD (from rev 232772, kdenetwork-krfb/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 37 + testing-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: kdenetwork-krfb/repos/testing-i686/PKGBUILD (from rev 232772, kdenetwork-krfb/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:54:05 UTC (rev 232773) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-krfb +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Desktop Sharing' +url='http://www.kde.org/applications/system/krfb' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +# note on libxdamage: +# not detected by namcap because libgl depends on it +# but nvidia providing libgl does not depend on libxdamage +depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-kde-common-internals') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz";) +sha1sums=('27766bfa110dd51bd51ada68ec21f0691cdb65d5') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../krfb-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-krfb/repos/testing-x86_64/PKGBUILD (from rev 232772, kdenetwork-krfb/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:54:05 UTC (rev 232773) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-krfb +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Desktop Sharing' +url='http://www.kde.org/applications/system/krfb' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +# note on libxdamage: +# not detected by namcap because libgl depends on it +# but nvidia providing libgl does not depend on libxdamage +depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-kde-common-internals') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz";) +sha1sums=('27766bfa110dd51bd51ada68ec21f0691cdb65d5') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../krfb-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in kmix/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:41:36 Author: fyan Revision: 232761 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kmix/repos/testing-i686/ kmix/repos/testing-i686/PKGBUILD (from rev 232760, kmix/trunk/PKGBUILD) kmix/repos/testing-i686/kmix.install (from rev 232760, kmix/trunk/kmix.install) kmix/repos/testing-x86_64/ kmix/repos/testing-x86_64/PKGBUILD (from rev 232760, kmix/trunk/PKGBUILD) kmix/repos/testing-x86_64/kmix.install (from rev 232760, kmix/trunk/kmix.install) -+ testing-i686/PKGBUILD | 38 ++ testing-i686/kmix.install | 12 testing-x86_64/PKGBUILD | 38 ++ testing-x86_64/kmix.install | 12 4 files changed, 100 insertions(+) Copied: kmix/repos/testing-i686/PKGBUILD (from rev 232760, kmix/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:41:36 UTC (rev 232761) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Antonio Rojas + +pkgname=kmix +pkgver=14.12.3 +pkgrel=1 +pkgdesc='KDE volume control program' +arch=('i686' 'x86_64') +url='http://kde.org/applications/multimedia/kmix/' +license=('GPL') +depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdemultimedia-kmix') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +install=$pkgname.install +sha256sums=('68be030da9a9255ee6bd637097a3ff5dd24e95523024ce965eeb8a567d38538c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKMIX_KF5_BUILD=ON \ +-DLIB_INSTALL_DIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DSYSCONF_INSTALL_DIR=/etc + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kmix/repos/testing-i686/kmix.install (from rev 232760, kmix/trunk/kmix.install) === --- testing-i686/kmix.install (rev 0) +++ testing-i686/kmix.install 2015-03-04 15:41:36 UTC (rev 232761) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kmix/repos/testing-x86_64/PKGBUILD (from rev 232760, kmix/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:41:36 UTC (rev 232761) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Antonio Rojas + +pkgname=kmix +pkgver=14.12.3 +pkgrel=1 +pkgdesc='KDE volume control program' +arch=('i686' 'x86_64') +url='http://kde.org/applications/multimedia/kmix/' +license=('GPL') +depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdemultimedia-kmix') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +install=$pkgname.install +sha256sums=('68be030da9a9255ee6bd637097a3ff5dd24e95523024ce965eeb8a567d38538c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKMIX_KF5_BUILD=ON \ +-DLIB_INSTALL_DIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DSYSCONF_INSTALL_DIR=/etc + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: kmix/repos/testing-x86_64/kmix.install (from rev 232760, kmix/trunk/kmix.install) === --- testing-x86_64/kmix.install (rev 0) +++ testing-x86_64/kmix.install 2015-03-04 15:41:36 UTC (rev 232761) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdenetwork-filesharing/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:47:54 Author: fyan Revision: 232765 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-filesharing/repos/testing-i686/ kdenetwork-filesharing/repos/testing-i686/PKGBUILD (from rev 232764, kdenetwork-filesharing/trunk/PKGBUILD) kdenetwork-filesharing/repos/testing-i686/kdenetwork-filesharing.install (from rev 232764, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install) kdenetwork-filesharing/repos/testing-x86_64/ kdenetwork-filesharing/repos/testing-x86_64/PKGBUILD (from rev 232764, kdenetwork-filesharing/trunk/PKGBUILD) kdenetwork-filesharing/repos/testing-x86_64/kdenetwork-filesharing.install (from rev 232764, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install) ---+ testing-i686/PKGBUILD | 32 testing-i686/kdenetwork-filesharing.install | 11 testing-x86_64/PKGBUILD | 32 testing-x86_64/kdenetwork-filesharing.install | 11 4 files changed, 86 insertions(+) Copied: kdenetwork-filesharing/repos/testing-i686/PKGBUILD (from rev 232764, kdenetwork-filesharing/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:47:54 UTC (rev 232765) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-filesharing +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Properties dialog plugin to share a directory with the local network' +url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'smbclient') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";) +sha1sums=('6f6b01c521bfc8e622a81620dc604515282c29a5') + +build() { + mkdir build + cd build + cmake ../kdenetwork-filesharing-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-filesharing/repos/testing-i686/kdenetwork-filesharing.install (from rev 232764, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install) === --- testing-i686/kdenetwork-filesharing.install (rev 0) +++ testing-i686/kdenetwork-filesharing.install 2015-03-04 15:47:54 UTC (rev 232765) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdenetwork-filesharing/repos/testing-x86_64/PKGBUILD (from rev 232764, kdenetwork-filesharing/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:47:54 UTC (rev 232765) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-filesharing +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Properties dialog plugin to share a directory with the local network' +url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime' 'smbclient') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";) +sha1sums=('6f6b01c521bfc8e622a81620dc604515282c29a5') + +build() { + mkdir build + cd build + cmake ../kdenetwork-filesharing-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-filesharing/repos/testing-x86_64/kdenetwork-filesharing.install (from rev 232764, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install) === --- testing-x86_64/kdenetwork-filesharing.install (rev 0) +++ testing-x86_64/kdenetwork-filesharing.install 2015-03-04 15:47:54 UTC (rev 232765) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdenetwork-krfb/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:52:54 Author: fyan Revision: 232771 upgpkg: kdenetwork-krfb 14.12.3-1 Modified: kdenetwork-krfb/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:52:47 UTC (rev 232770) +++ PKGBUILD2015-03-04 15:52:54 UTC (rev 232771) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-krfb -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Desktop Sharing' url='http://www.kde.org/applications/system/krfb' @@ -16,7 +16,7 @@ depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz";) -sha1sums=('f8016d00450ed29ea4f8c41f7ede0e8107dafc14') +sha1sums=('27766bfa110dd51bd51ada68ec21f0691cdb65d5') prepare() { mkdir build
[arch-commits] Commit in kdenetwork-filesharing/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:47:38 Author: fyan Revision: 232764 upgpkg: kdenetwork-filesharing 14.12.3-1 Modified: kdenetwork-filesharing/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:44:04 UTC (rev 232763) +++ PKGBUILD2015-03-04 15:47:38 UTC (rev 232764) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-filesharing -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Properties dialog plugin to share a directory with the local network' url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";) -sha1sums=('385915e422c1aba97649a656b84a663f9f0d637d') +sha1sums=('6f6b01c521bfc8e622a81620dc604515282c29a5') build() { mkdir build
[arch-commits] Commit in kdenetwork-kget/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:44:04 Author: fyan Revision: 232763 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdenetwork-kget/repos/testing-i686/ kdenetwork-kget/repos/testing-i686/PKGBUILD (from rev 232762, kdenetwork-kget/trunk/PKGBUILD) kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install (from rev 232762, kdenetwork-kget/trunk/kdenetwork-kget.install) kdenetwork-kget/repos/testing-x86_64/ kdenetwork-kget/repos/testing-x86_64/PKGBUILD (from rev 232762, kdenetwork-kget/trunk/PKGBUILD) kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install (from rev 232762, kdenetwork-kget/trunk/kdenetwork-kget.install) + testing-i686/PKGBUILD | 37 +++ testing-i686/kdenetwork-kget.install | 12 ++ testing-x86_64/PKGBUILD| 37 +++ testing-x86_64/kdenetwork-kget.install | 12 ++ 4 files changed, 98 insertions(+) Copied: kdenetwork-kget/repos/testing-i686/PKGBUILD (from rev 232762, kdenetwork-kget/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:44:04 UTC (rev 232763) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kget +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Download Manager' +url='http://kde.org/applications/internet/kget/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";) +sha1sums=('e7a34241be366c38f8c0430119cc73f8bca21f4d') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kget-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWITH_NepomukCore=OFF \ +-DWITH_NepomukWidgets=OFF + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install (from rev 232762, kdenetwork-kget/trunk/kdenetwork-kget.install) === --- testing-i686/kdenetwork-kget.install(rev 0) +++ testing-i686/kdenetwork-kget.install2015-03-04 15:44:04 UTC (rev 232763) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdenetwork-kget/repos/testing-x86_64/PKGBUILD (from rev 232762, kdenetwork-kget/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:44:04 UTC (rev 232763) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdenetwork-kget +pkgver=14.12.3 +pkgrel=1 +pkgdesc='Download Manager' +url='http://kde.org/applications/internet/kget/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";) +sha1sums=('e7a34241be366c38f8c0430119cc73f8bca21f4d') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kget-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWITH_NepomukCore=OFF \ +-DWITH_NepomukWidgets=OFF + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install (from rev 232762, kdenetwork-kget/trunk/kdenetwork-kget.install) === --- testing-x86_64/kdenetwork-kget.install (rev 0) +++ testing-x86_64/kdenetwork-kget.install 2015-03-04 15:44:04 UTC (rev 232763) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdenetwork-kppp/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:48:42 Author: fyan Revision: 232768 upgpkg: kdenetwork-kppp 14.12.3-1 Modified: kdenetwork-kppp/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:48:13 UTC (rev 232767) +++ PKGBUILD2015-03-04 15:48:42 UTC (rev 232768) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-kppp -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Internet Dial-Up Tool' url='http://kde.org/applications/internet/kppp/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";) -sha1sums=('1341ad5e779add3f417a917e1cba409c36ba73d8') +sha1sums=('f009b7242915a5a0ddd2124336e64e23ac849c3c') build() { mkdir build
[arch-commits] Commit in kdemultimedia-mplayerthumbs/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:48:13 Author: fyan Revision: 232767 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-mplayerthumbs/repos/testing-i686/ kdemultimedia-mplayerthumbs/repos/testing-i686/PKGBUILD (from rev 232766, kdemultimedia-mplayerthumbs/trunk/PKGBUILD) kdemultimedia-mplayerthumbs/repos/testing-x86_64/ kdemultimedia-mplayerthumbs/repos/testing-x86_64/PKGBUILD (from rev 232766, kdemultimedia-mplayerthumbs/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 32 testing-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdemultimedia-mplayerthumbs/repos/testing-i686/PKGBUILD (from rev 232766, kdemultimedia-mplayerthumbs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:48:13 UTC (rev 232767) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-mplayerthumbs +pkgver=14.12.3 +pkgrel=1 +pkgdesc="MPlayer based thumbnail generator for video files" +url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs' +arch=('i686' 'x86_64') +groups=('kde' 'kdemultimedia') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'mplayer') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";) +sha1sums=('b7dac88f70cc499e221192f38e9ae10e92fea38d') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../mplayerthumbs-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-mplayerthumbs/repos/testing-x86_64/PKGBUILD (from rev 232766, kdemultimedia-mplayerthumbs/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:48:13 UTC (rev 232767) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-mplayerthumbs +pkgver=14.12.3 +pkgrel=1 +pkgdesc="MPlayer based thumbnail generator for video files" +url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs' +arch=('i686' 'x86_64') +groups=('kde' 'kdemultimedia') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'mplayer') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";) +sha1sums=('b7dac88f70cc499e221192f38e9ae10e92fea38d') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../mplayerthumbs-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdemultimedia-kscd/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:40:52 Author: fyan Revision: 232758 upgpkg: kdemultimedia-kscd 14.12.3-1 Modified: kdemultimedia-kscd/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:40:06 UTC (rev 232757) +++ PKGBUILD2015-03-04 15:40:52 UTC (rev 232758) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-kscd -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="KDE CD player" url='http://kde.org/applications/multimedia/kscd/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz";) -sha1sums=('7a8bd21c239da0603f436dcda1378e33f33da83d') +sha1sums=('09df0659d25516d70c1f39f154c157e9dd0a18a8') build() { mkdir build
[arch-commits] Commit in kdenetwork-kget/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:43:47 Author: fyan Revision: 232762 upgpkg: kdenetwork-kget 14.12.3-1 Modified: kdenetwork-kget/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:41:36 UTC (rev 232761) +++ PKGBUILD2015-03-04 15:43:47 UTC (rev 232762) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdenetwork-kget -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='Download Manager' url='http://kde.org/applications/internet/kget/' @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4' 'boost') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";) -sha1sums=('e9f229850f9d5fd0f1944f516f58c560c8eabade') +sha1sums=('e7a34241be366c38f8c0430119cc73f8bca21f4d') prepare() { mkdir build
[arch-commits] Commit in kdemultimedia-mplayerthumbs/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:47:58 Author: fyan Revision: 232766 upgpkg: kdemultimedia-mplayerthumbs 14.12.3-1 Modified: kdemultimedia-mplayerthumbs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:47:54 UTC (rev 232765) +++ PKGBUILD2015-03-04 15:47:58 UTC (rev 232766) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-mplayerthumbs -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="MPlayer based thumbnail generator for video files" url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'mplayer') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";) -sha1sums=('5532a879b8911ab073b7ef5b1405cf0d8e943df1') +sha1sums=('b7dac88f70cc499e221192f38e9ae10e92fea38d') build() { cd "${srcdir}"
[arch-commits] Commit in kmix/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:41:20 Author: fyan Revision: 232760 upgpkg: kmix 14.12.3-1 Modified: kmix/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:41:16 UTC (rev 232759) +++ PKGBUILD2015-03-04 15:41:20 UTC (rev 232760) @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=kmix -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='KDE volume control program' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ conflicts=('kdemultimedia-kmix') source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) install=$pkgname.install -sha256sums=('c1e75e3b8cb3dec5e2f1883741b8eab7a9dc530acb6a01b2cc4f96def2aca2cb') +sha256sums=('68be030da9a9255ee6bd637097a3ff5dd24e95523024ce965eeb8a567d38538c') prepare() { mkdir -p build
[arch-commits] Commit in kdemultimedia-kscd/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:41:16 Author: fyan Revision: 232759 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-kscd/repos/testing-i686/ kdemultimedia-kscd/repos/testing-i686/PKGBUILD (from rev 232758, kdemultimedia-kscd/trunk/PKGBUILD) kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install (from rev 232758, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install) kdemultimedia-kscd/repos/testing-x86_64/ kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD (from rev 232758, kdemultimedia-kscd/trunk/PKGBUILD) kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install (from rev 232758, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install) ---+ testing-i686/PKGBUILD | 32 testing-i686/kdemultimedia-kscd.install | 11 + testing-x86_64/PKGBUILD | 32 testing-x86_64/kdemultimedia-kscd.install | 11 + 4 files changed, 86 insertions(+) Copied: kdemultimedia-kscd/repos/testing-i686/PKGBUILD (from rev 232758, kdemultimedia-kscd/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:41:16 UTC (rev 232759) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-kscd +pkgver=14.12.3 +pkgrel=1 +pkgdesc="KDE CD player" +url='http://kde.org/applications/multimedia/kscd/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime' 'libmusicbrainz3') +makedepends=('cmake' 'automoc4') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz";) +sha1sums=('09df0659d25516d70c1f39f154c157e9dd0a18a8') + +build() { + mkdir build + cd build + cmake ../kscd-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install (from rev 232758, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install) === --- testing-i686/kdemultimedia-kscd.install (rev 0) +++ testing-i686/kdemultimedia-kscd.install 2015-03-04 15:41:16 UTC (rev 232759) @@ -0,0 +1,11 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD (from rev 232758, kdemultimedia-kscd/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:41:16 UTC (rev 232759) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-kscd +pkgver=14.12.3 +pkgrel=1 +pkgdesc="KDE CD player" +url='http://kde.org/applications/multimedia/kscd/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime' 'libmusicbrainz3') +makedepends=('cmake' 'automoc4') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz";) +sha1sums=('09df0659d25516d70c1f39f154c157e9dd0a18a8') + +build() { + mkdir build + cd build + cmake ../kscd-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install (from rev 232758, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install) === --- testing-x86_64/kdemultimedia-kscd.install (rev 0) +++ testing-x86_64/kdemultimedia-kscd.install 2015-03-04 15:41:16 UTC (rev 232759) @@ -0,0 +1,11 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdemultimedia-juk/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:38:48 Author: fyan Revision: 232755 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-juk/repos/testing-i686/ kdemultimedia-juk/repos/testing-i686/PKGBUILD (from rev 232754, kdemultimedia-juk/trunk/PKGBUILD) kdemultimedia-juk/repos/testing-i686/kdemultimedia-juk.install (from rev 232754, kdemultimedia-juk/trunk/kdemultimedia-juk.install) kdemultimedia-juk/repos/testing-x86_64/ kdemultimedia-juk/repos/testing-x86_64/PKGBUILD (from rev 232754, kdemultimedia-juk/trunk/PKGBUILD) kdemultimedia-juk/repos/testing-x86_64/kdemultimedia-juk.install (from rev 232754, kdemultimedia-juk/trunk/kdemultimedia-juk.install) --+ testing-i686/PKGBUILD| 34 + testing-i686/kdemultimedia-juk.install | 11 + testing-x86_64/PKGBUILD | 34 + testing-x86_64/kdemultimedia-juk.install | 11 + 4 files changed, 90 insertions(+) Copied: kdemultimedia-juk/repos/testing-i686/PKGBUILD (from rev 232754, kdemultimedia-juk/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:38:48 UTC (rev 232755) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-juk +pkgver=14.12.3 +pkgrel=1 +pkgdesc='A jukebox, tagger and music collection manager' +url='http://kde.org/applications/multimedia/juk/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime' 'taglib') +makedepends=('cmake' 'automoc4') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz";) +sha1sums=('d158801ee57b5ede595e65e2048c7b075564fa73') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../juk-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWITH_TunePimp=OFF + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-juk/repos/testing-i686/kdemultimedia-juk.install (from rev 232754, kdemultimedia-juk/trunk/kdemultimedia-juk.install) === --- testing-i686/kdemultimedia-juk.install (rev 0) +++ testing-i686/kdemultimedia-juk.install 2015-03-04 15:38:48 UTC (rev 232755) @@ -0,0 +1,11 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdemultimedia-juk/repos/testing-x86_64/PKGBUILD (from rev 232754, kdemultimedia-juk/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:38:48 UTC (rev 232755) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-juk +pkgver=14.12.3 +pkgrel=1 +pkgdesc='A jukebox, tagger and music collection manager' +url='http://kde.org/applications/multimedia/juk/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime' 'taglib') +makedepends=('cmake' 'automoc4') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz";) +sha1sums=('d158801ee57b5ede595e65e2048c7b075564fa73') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../juk-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWITH_TunePimp=OFF + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-juk/repos/testing-x86_64/kdemultimedia-juk.install (from rev 232754, kdemultimedia-juk/trunk/kdemultimedia-juk.install) === --- testing-x86_64/kdemultimedia-juk.install(rev 0) +++ testing-x86_64/kdemultimedia-juk.install2015-03-04 15:38:48 UTC (rev 232755) @@ -0,0 +1,11 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdemultimedia-ffmpegthumbs/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:37:39 Author: fyan Revision: 232753 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-ffmpegthumbs/repos/testing-i686/ kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD (from rev 232752, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD) kdemultimedia-ffmpegthumbs/repos/testing-x86_64/ kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD (from rev 232752, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 32 testing-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD (from rev 232752, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:37:39 UTC (rev 232753) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-ffmpegthumbs +pkgver=14.12.3 +pkgrel=1 +pkgdesc='FFmpeg-based thumbnail creator for video files' +url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdelibs' 'ffmpeg') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";) +sha1sums=('8342c64e4be578c9194d44843a9e89feaaeaaedd') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ffmpegthumbs-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD (from rev 232752, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:37:39 UTC (rev 232753) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-ffmpegthumbs +pkgver=14.12.3 +pkgrel=1 +pkgdesc='FFmpeg-based thumbnail creator for video files' +url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdelibs' 'ffmpeg') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";) +sha1sums=('8342c64e4be578c9194d44843a9e89feaaeaaedd') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ffmpegthumbs-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdemultimedia-audiocd-kio/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:36:31 Author: fyan Revision: 232748 upgpkg: kdemultimedia-audiocd-kio 14.12.3-1 Modified: kdemultimedia-audiocd-kio/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:35:35 UTC (rev 232747) +++ PKGBUILD2015-03-04 15:36:31 UTC (rev 232748) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-audiocd-kio -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Kioslave for accessing audio CDs" url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio' @@ -15,11 +15,13 @@ replaces=('kdemultimedia-kioslave') conflicts=('kdemultimedia-kioslave') source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";) -sha1sums=('ed5ce7d99a2a3cc7e27e1fdc9aa450bbd5ad6d26') +sha1sums=('88bb06679ec83873e7c1f15c460ade132ee7') +prepare() { + mkdir build +} + build() { - cd "${srcdir}" - mkdir build cd build cmake ../audiocd-kio-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \
[arch-commits] Commit in kdemultimedia-kmix/repos (8 files)
Date: Wednesday, March 4, 2015 @ 16:40:06 Author: fyan Revision: 232757 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-kmix/repos/testing-i686/ kdemultimedia-kmix/repos/testing-i686/PKGBUILD (from rev 232756, kdemultimedia-kmix/trunk/PKGBUILD) kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install (from rev 232756, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install) kdemultimedia-kmix/repos/testing-i686/use-qdbus-qt4.patch (from rev 232756, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch) kdemultimedia-kmix/repos/testing-x86_64/ kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD (from rev 232756, kdemultimedia-kmix/trunk/PKGBUILD) kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install (from rev 232756, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install) kdemultimedia-kmix/repos/testing-x86_64/use-qdbus-qt4.patch (from rev 232756, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch) ---+ testing-i686/PKGBUILD | 42 +++ testing-i686/kdemultimedia-kmix.install | 11 + testing-i686/use-qdbus-qt4.patch | 59 testing-x86_64/PKGBUILD | 42 +++ testing-x86_64/kdemultimedia-kmix.install | 11 + testing-x86_64/use-qdbus-qt4.patch| 59 6 files changed, 224 insertions(+) Copied: kdemultimedia-kmix/repos/testing-i686/PKGBUILD (from rev 232756, kdemultimedia-kmix/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:40:06 UTC (rev 232757) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-kmix +pkgver=14.12.3 +pkgrel=1 +pkgdesc="KDE volume control program" +url='http://kde.org/applications/multimedia/kmix/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +optdepends=('libcanberra-pulse: PulseAudio support') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz"; +'use-qdbus-qt4.patch') +sha1sums=('f5c4fa3c573c9171603580f3b4e666567519f57e' + 'f89a076c5a29c51d213864e27d07baf5400ece03') + +prepare() { + mkdir build + + cd kmix-${pkgver} + # FS#40786 + patch -p1 -i "${srcdir}"/use-qdbus-qt4.patch +} + +build() { + cd build + cmake ../kmix-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install (from rev 232756, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install) === --- testing-i686/kdemultimedia-kmix.install (rev 0) +++ testing-i686/kdemultimedia-kmix.install 2015-03-04 15:40:06 UTC (rev 232757) @@ -0,0 +1,11 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdemultimedia-kmix/repos/testing-i686/use-qdbus-qt4.patch (from rev 232756, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch) === --- testing-i686/use-qdbus-qt4.patch(rev 0) +++ testing-i686/use-qdbus-qt4.patch2015-03-04 15:40:06 UTC (rev 232757) @@ -0,0 +1,59 @@ +--- kmix-4.13.2/apps/kmixremote~ 2014-06-14 15:17:06.856474667 + kmix-4.13.2/apps/kmixremote2014-06-14 15:17:44.759594763 + +@@ -28,7 +28,7 @@ + # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix + function listMixers + { +- qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/ ++ qdbus-qt4 org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get org.kde.KMix.MixSet mixers | cut -f3 -d/ + errorCode=$? + if test $errorCode != 0; then + echo "Error $errorCode listing mixers. KMix is not running." +@@ -38,7 +38,7 @@ + # Prints the mixer control DBUS ID's of the given mixer on the console. leaving out the "/Mixers/" prefix + function listControls + { +- qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls | cut -f4 -d/ ++ qdbus-qt4 org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer controls | cut -f4 -d/ + errorCode=$? + if test $errorCode != 0; then + echo "Error $errorCode listing controls. KMix is not running." +@@ -47,8 +47,8 @@ + + command="" + +-if ! type qdbus >/dev/null 2>&1 ; then +- exit_with_error "$0 requires qdbus, but it can
[arch-commits] Commit in kdegraphics-svgpart/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:34:24 Author: fyan Revision: 232742 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-svgpart/repos/testing-i686/ kdegraphics-svgpart/repos/testing-i686/PKGBUILD (from rev 232741, kdegraphics-svgpart/trunk/PKGBUILD) kdegraphics-svgpart/repos/testing-x86_64/ kdegraphics-svgpart/repos/testing-x86_64/PKGBUILD (from rev 232741, kdegraphics-svgpart/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdegraphics-svgpart/repos/testing-i686/PKGBUILD (from rev 232741, kdegraphics-svgpart/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:34:24 UTC (rev 232742) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-svgpart +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A KPart for viewing SVGs" +url="https://projects.kde.org/projects/kde/kdegraphics/svgpart"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz";) +sha1sums=('7cc0be51b8bb707c2382afb15ab4fe9ff225c8af') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../svgpart-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-svgpart/repos/testing-x86_64/PKGBUILD (from rev 232741, kdegraphics-svgpart/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:34:24 UTC (rev 232742) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-svgpart +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A KPart for viewing SVGs" +url="https://projects.kde.org/projects/kde/kdegraphics/svgpart"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz";) +sha1sums=('7cc0be51b8bb707c2382afb15ab4fe9ff225c8af') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../svgpart-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdemultimedia-dragonplayer/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:37:04 Author: fyan Revision: 232750 upgpkg: kdemultimedia-dragonplayer 14.12.3-1 Modified: kdemultimedia-dragonplayer/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:36:46 UTC (rev 232749) +++ PKGBUILD2015-03-04 15:37:04 UTC (rev 232750) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-dragonplayer -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A multimedia player where the focus is on simplicity, instead of features" @@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/stable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz";) -sha1sums=('107d30da158b070e147923342b7db5dc107aa31e') +sha1sums=('6630b794bc758a0ef41f5f647f84cb59efbba083') build() { cd "${srcdir}"
[arch-commits] Commit in kdemultimedia-audiocd-kio/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:36:46 Author: fyan Revision: 232749 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-audiocd-kio/repos/testing-i686/ kdemultimedia-audiocd-kio/repos/testing-i686/PKGBUILD (from rev 232748, kdemultimedia-audiocd-kio/trunk/PKGBUILD) kdemultimedia-audiocd-kio/repos/testing-x86_64/ kdemultimedia-audiocd-kio/repos/testing-x86_64/PKGBUILD (from rev 232748, kdemultimedia-audiocd-kio/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 36 testing-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kdemultimedia-audiocd-kio/repos/testing-i686/PKGBUILD (from rev 232748, kdemultimedia-audiocd-kio/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:36:46 UTC (rev 232749) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-audiocd-kio +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Kioslave for accessing audio CDs" +url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('libkcddb' 'libkcompactdisc' 'lame' 'cdparanoia') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdemultimedia') +replaces=('kdemultimedia-kioslave') +conflicts=('kdemultimedia-kioslave') +source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";) +sha1sums=('88bb06679ec83873e7c1f15c460ade132ee7') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../audiocd-kio-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-audiocd-kio/repos/testing-x86_64/PKGBUILD (from rev 232748, kdemultimedia-audiocd-kio/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:36:46 UTC (rev 232749) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-audiocd-kio +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Kioslave for accessing audio CDs" +url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('libkcddb' 'libkcompactdisc' 'lame' 'cdparanoia') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdemultimedia') +replaces=('kdemultimedia-kioslave') +conflicts=('kdemultimedia-kioslave') +source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";) +sha1sums=('88bb06679ec83873e7c1f15c460ade132ee7') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../audiocd-kio-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:37:24 Author: fyan Revision: 232752 upgpkg: kdemultimedia-ffmpegthumbs 14.12.3-1 Modified: kdemultimedia-ffmpegthumbs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:37:21 UTC (rev 232751) +++ PKGBUILD2015-03-04 15:37:24 UTC (rev 232752) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-ffmpegthumbs -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc='FFmpeg-based thumbnail creator for video files' url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs' @@ -13,7 +13,7 @@ depends=('kdelibs' 'ffmpeg') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";) -sha1sums=('8dd3058e4fb7d70e95d2da0b29d42d59844d87b9') +sha1sums=('8342c64e4be578c9194d44843a9e89feaaeaaedd') build() { cd "${srcdir}"
[arch-commits] Commit in kdemultimedia-dragonplayer/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:37:21 Author: fyan Revision: 232751 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdemultimedia-dragonplayer/repos/testing-i686/ kdemultimedia-dragonplayer/repos/testing-i686/PKGBUILD (from rev 232750, kdemultimedia-dragonplayer/trunk/PKGBUILD) kdemultimedia-dragonplayer/repos/testing-i686/kdemultimedia-dragonplayer.install (from rev 232750, kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install) kdemultimedia-dragonplayer/repos/testing-x86_64/ kdemultimedia-dragonplayer/repos/testing-x86_64/PKGBUILD (from rev 232750, kdemultimedia-dragonplayer/trunk/PKGBUILD) kdemultimedia-dragonplayer/repos/testing-x86_64/kdemultimedia-dragonplayer.install (from rev 232750, kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install) ---+ testing-i686/PKGBUILD | 34 testing-i686/kdemultimedia-dragonplayer.install | 12 +++ testing-x86_64/PKGBUILD | 34 testing-x86_64/kdemultimedia-dragonplayer.install | 12 +++ 4 files changed, 92 insertions(+) Copied: kdemultimedia-dragonplayer/repos/testing-i686/PKGBUILD (from rev 232750, kdemultimedia-dragonplayer/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:37:21 UTC (rev 232751) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-dragonplayer +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A multimedia player where the focus is on simplicity, instead of +features" +url='http://kde.org/applications/multimedia/dragonplayer/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz";) +sha1sums=('6630b794bc758a0ef41f5f647f84cb59efbba083') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../dragon-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-dragonplayer/repos/testing-i686/kdemultimedia-dragonplayer.install (from rev 232750, kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install) === --- testing-i686/kdemultimedia-dragonplayer.install (rev 0) +++ testing-i686/kdemultimedia-dragonplayer.install 2015-03-04 15:37:21 UTC (rev 232751) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: kdemultimedia-dragonplayer/repos/testing-x86_64/PKGBUILD (from rev 232750, kdemultimedia-dragonplayer/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:37:21 UTC (rev 232751) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdemultimedia-dragonplayer +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A multimedia player where the focus is on simplicity, instead of +features" +url='http://kde.org/applications/multimedia/dragonplayer/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdemultimedia') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz";) +sha1sums=('6630b794bc758a0ef41f5f647f84cb59efbba083') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../dragon-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-dragonplayer/repos/testing-x86_64/kdemultimedia-dragonplayer.install (from rev 232750, kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install) === --- testing-x86_64/kdemultimedia-dragonplayer.install (rev 0) +++ testing-x86_64/kdemultimedia-dragonplayer.install 2015-03-04 15:37:21 UTC (rev 232751) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdemultimedia-kmix/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:39:45 Author: fyan Revision: 232756 upgpkg: kdemultimedia-kmix 14.12.3-1 Modified: kdemultimedia-kmix/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:38:48 UTC (rev 232755) +++ PKGBUILD2015-03-04 15:39:45 UTC (rev 232756) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdemultimedia-kmix -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="KDE volume control program" url='http://kde.org/applications/multimedia/kmix/' @@ -16,7 +16,7 @@ install="${pkgname}.install" source=("http://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz"; 'use-qdbus-qt4.patch') -sha1sums=('4eaf482dafe9a4603e29eb1f770e4696dd457ddc' +sha1sums=('f5c4fa3c573c9171603580f3b4e666567519f57e' 'f89a076c5a29c51d213864e27d07baf5400ece03') prepare() {
[arch-commits] Commit in kdegraphics-kruler/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:32:51 Author: fyan Revision: 232736 upgpkg: kdegraphics-kruler 14.12.3-1 Modified: kdegraphics-kruler/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:32:47 UTC (rev 232735) +++ PKGBUILD2015-03-04 15:32:51 UTC (rev 232736) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-kruler -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Screen Ruler" url="http://kde.org/applications/graphics/kruler/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";) -sha1sums=('2865f6f86f2e8b8d13f02dc965a89b054944ee34') +sha1sums=('511f141a08e9701cb58ea2fdaec08777639f8049') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-thumbnailers/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:35:35 Author: fyan Revision: 232747 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-thumbnailers/repos/testing-i686/ kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 232746, kdegraphics-thumbnailers/trunk/PKGBUILD) kdegraphics-thumbnailers/repos/testing-x86_64/ kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 232746, kdegraphics-thumbnailers/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 232746, kdegraphics-thumbnailers/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:35:35 UTC (rev 232747) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-thumbnailers +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Thumbnailers for various graphics file formats" +url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('libkexiv2' 'libkdcraw') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('f97c13095f3aeb636d0ee1f320a3648a0a8924bb') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 232746, kdegraphics-thumbnailers/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:35:35 UTC (rev 232747) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-thumbnailers +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Thumbnailers for various graphics file formats" +url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('libkexiv2' 'libkdcraw') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('f97c13095f3aeb636d0ee1f320a3648a0a8924bb') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdegraphics-thumbnailers/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:35:19 Author: fyan Revision: 232746 upgpkg: kdegraphics-thumbnailers 14.12.3-1 Modified: kdegraphics-thumbnailers/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:35:11 UTC (rev 232745) +++ PKGBUILD2015-03-04 15:35:19 UTC (rev 232746) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-thumbnailers -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Thumbnailers for various graphics file formats" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers"; @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('2e43e2a77e4062fe28a3eed854230e225d186236') +sha1sums=('f97c13095f3aeb636d0ee1f320a3648a0a8924bb') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-ksnapshot/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:35:11 Author: fyan Revision: 232745 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-ksnapshot/repos/testing-i686/ kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD (from rev 232744, kdegraphics-ksnapshot/trunk/PKGBUILD) kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install (from rev 232744, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install) kdegraphics-ksnapshot/repos/testing-x86_64/ kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD (from rev 232744, kdegraphics-ksnapshot/trunk/PKGBUILD) kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install (from rev 232744, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install) --+ testing-i686/PKGBUILD| 34 + testing-i686/kdegraphics-ksnapshot.install | 12 testing-x86_64/PKGBUILD | 34 + testing-x86_64/kdegraphics-ksnapshot.install | 12 4 files changed, 92 insertions(+) Copied: kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD (from rev 232744, kdegraphics-ksnapshot/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:35:11 UTC (rev 232745) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-ksnapshot +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Screen Capture Program" +url="http://kde.org/applications/graphics/ksnapshot/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'libkipi') +makedepends=('cmake' 'automoc4') +optdepends=('kipi-plugins') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";) +sha1sums=('8da3f90ed69b337de9c750606f4d2da96a15ba3a') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ksnapshot-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install (from rev 232744, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install) === --- testing-i686/kdegraphics-ksnapshot.install (rev 0) +++ testing-i686/kdegraphics-ksnapshot.install 2015-03-04 15:35:11 UTC (rev 232745) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD (from rev 232744, kdegraphics-ksnapshot/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:35:11 UTC (rev 232745) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-ksnapshot +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Screen Capture Program" +url="http://kde.org/applications/graphics/ksnapshot/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'libkipi') +makedepends=('cmake' 'automoc4') +optdepends=('kipi-plugins') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";) +sha1sums=('8da3f90ed69b337de9c750606f4d2da96a15ba3a') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ksnapshot-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install (from rev 232744, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install) === --- testing-x86_64/kdegraphics-ksnapshot.install (rev 0) +++ testing-x86_64/kdegraphics-ksnapshot.install2015-03-04 15:35:11 UTC (rev 232745) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegraphics-ksnapshot/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:34:52 Author: fyan Revision: 232744 upgpkg: kdegraphics-ksnapshot 14.12.3-1 Modified: kdegraphics-ksnapshot/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:34:28 UTC (rev 232743) +++ PKGBUILD2015-03-04 15:34:52 UTC (rev 232744) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-ksnapshot -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Screen Capture Program" url="http://kde.org/applications/graphics/ksnapshot/"; @@ -15,7 +15,7 @@ optdepends=('kipi-plugins') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";) -sha1sums=('91031e7abb715765a7dbb7161df3d63fb5a312f4') +sha1sums=('8da3f90ed69b337de9c750606f4d2da96a15ba3a') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-strigi-analyzer/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:34:11 Author: fyan Revision: 232741 upgpkg: kdegraphics-strigi-analyzer 14.12.3-1 Modified: kdegraphics-strigi-analyzer/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:34:07 UTC (rev 232740) +++ PKGBUILD2015-03-04 15:34:11 UTC (rev 232741) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-strigi-analyzer -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Strigi analyzers for various graphics file formats" url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer"; @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('a4fa1a1069bb4639aa23ef0020771d55b3cc85a1') +sha1sums=('db6aface5957c5212172a4e10ddfc76a2a2fd69d') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:34:28 Author: fyan Revision: 232743 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-strigi-analyzer/repos/testing-i686/ kdegraphics-strigi-analyzer/repos/testing-i686/PKGBUILD (from rev 232741, kdegraphics-strigi-analyzer/trunk/PKGBUILD) kdegraphics-strigi-analyzer/repos/testing-x86_64/ kdegraphics-strigi-analyzer/repos/testing-x86_64/PKGBUILD (from rev 232741, kdegraphics-strigi-analyzer/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdegraphics-strigi-analyzer/repos/testing-i686/PKGBUILD (from rev 232741, kdegraphics-strigi-analyzer/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:34:28 UTC (rev 232743) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-strigi-analyzer +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Strigi analyzers for various graphics file formats" +url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('db6aface5957c5212172a4e10ddfc76a2a2fd69d') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-strigi-analyzer/repos/testing-x86_64/PKGBUILD (from rev 232741, kdegraphics-strigi-analyzer/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:34:28 UTC (rev 232743) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-strigi-analyzer +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Strigi analyzers for various graphics file formats" +url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('db6aface5957c5212172a4e10ddfc76a2a2fd69d') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdegraphics-svgpart/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:34:07 Author: fyan Revision: 232740 upgpkg: kdegraphics-svgpart 14.12.3-1 Modified: kdegraphics-svgpart/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:33:29 UTC (rev 232739) +++ PKGBUILD2015-03-04 15:34:07 UTC (rev 232740) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-svgpart -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A KPart for viewing SVGs" url="https://projects.kde.org/projects/kde/kdegraphics/svgpart"; @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz";) -sha1sums=('f5c3bab471df733c0a1d3d65fdaf8feb881be219') +sha1sums=('7cc0be51b8bb707c2382afb15ab4fe9ff225c8af') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-kolourpaint/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:33:29 Author: fyan Revision: 232739 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-kolourpaint/repos/testing-i686/ kdegraphics-kolourpaint/repos/testing-i686/PKGBUILD (from rev 232738, kdegraphics-kolourpaint/trunk/PKGBUILD) kdegraphics-kolourpaint/repos/testing-i686/kdegraphics-kolourpaint.install (from rev 232738, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) kdegraphics-kolourpaint/repos/testing-x86_64/ kdegraphics-kolourpaint/repos/testing-x86_64/PKGBUILD (from rev 232738, kdegraphics-kolourpaint/trunk/PKGBUILD) kdegraphics-kolourpaint/repos/testing-x86_64/kdegraphics-kolourpaint.install (from rev 232738, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) + testing-i686/PKGBUILD | 33 +++ testing-i686/kdegraphics-kolourpaint.install | 12 testing-x86_64/PKGBUILD| 33 +++ testing-x86_64/kdegraphics-kolourpaint.install | 12 4 files changed, 90 insertions(+) Copied: kdegraphics-kolourpaint/repos/testing-i686/PKGBUILD (from rev 232738, kdegraphics-kolourpaint/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:33:29 UTC (rev 232739) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kolourpaint +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Paint Program" +url="http://kde.org/applications/graphics/kolourpaint/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'qimageblitz') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";) +sha1sums=('3118c31cdc03c535099558741b2eb93254ba0a25') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kolourpaint-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kolourpaint/repos/testing-i686/kdegraphics-kolourpaint.install (from rev 232738, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) === --- testing-i686/kdegraphics-kolourpaint.install (rev 0) +++ testing-i686/kdegraphics-kolourpaint.install2015-03-04 15:33:29 UTC (rev 232739) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegraphics-kolourpaint/repos/testing-x86_64/PKGBUILD (from rev 232738, kdegraphics-kolourpaint/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:33:29 UTC (rev 232739) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kolourpaint +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Paint Program" +url="http://kde.org/applications/graphics/kolourpaint/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'qimageblitz') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";) +sha1sums=('3118c31cdc03c535099558741b2eb93254ba0a25') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kolourpaint-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kolourpaint/repos/testing-x86_64/kdegraphics-kolourpaint.install (from rev 232738, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) === --- testing-x86_64/kdegraphics-kolourpaint.install (rev 0) +++ testing-x86_64/kdegraphics-kolourpaint.install 2015-03-04 15:33:29 UTC (rev 232739) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegraphics-kruler/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:33:10 Author: fyan Revision: 232737 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-kruler/repos/testing-i686/ kdegraphics-kruler/repos/testing-i686/PKGBUILD (from rev 232736, kdegraphics-kruler/trunk/PKGBUILD) kdegraphics-kruler/repos/testing-i686/kdegraphics-kruler.install (from rev 232736, kdegraphics-kruler/trunk/kdegraphics-kruler.install) kdegraphics-kruler/repos/testing-x86_64/ kdegraphics-kruler/repos/testing-x86_64/PKGBUILD (from rev 232736, kdegraphics-kruler/trunk/PKGBUILD) kdegraphics-kruler/repos/testing-x86_64/kdegraphics-kruler.install (from rev 232736, kdegraphics-kruler/trunk/kdegraphics-kruler.install) ---+ testing-i686/PKGBUILD | 33 testing-i686/kdegraphics-kruler.install | 12 ++ testing-x86_64/PKGBUILD | 33 testing-x86_64/kdegraphics-kruler.install | 12 ++ 4 files changed, 90 insertions(+) Copied: kdegraphics-kruler/repos/testing-i686/PKGBUILD (from rev 232736, kdegraphics-kruler/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:33:10 UTC (rev 232737) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kruler +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Screen Ruler" +url="http://kde.org/applications/graphics/kruler/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";) +sha1sums=('511f141a08e9701cb58ea2fdaec08777639f8049') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kruler-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kruler/repos/testing-i686/kdegraphics-kruler.install (from rev 232736, kdegraphics-kruler/trunk/kdegraphics-kruler.install) === --- testing-i686/kdegraphics-kruler.install (rev 0) +++ testing-i686/kdegraphics-kruler.install 2015-03-04 15:33:10 UTC (rev 232737) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegraphics-kruler/repos/testing-x86_64/PKGBUILD (from rev 232736, kdegraphics-kruler/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:33:10 UTC (rev 232737) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kruler +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Screen Ruler" +url="http://kde.org/applications/graphics/kruler/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";) +sha1sums=('511f141a08e9701cb58ea2fdaec08777639f8049') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kruler-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kruler/repos/testing-x86_64/kdegraphics-kruler.install (from rev 232736, kdegraphics-kruler/trunk/kdegraphics-kruler.install) === --- testing-x86_64/kdegraphics-kruler.install (rev 0) +++ testing-x86_64/kdegraphics-kruler.install 2015-03-04 15:33:10 UTC (rev 232737) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in gwenview/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:28:07 Author: fyan Revision: 232731 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gwenview/repos/testing-i686/ gwenview/repos/testing-i686/PKGBUILD (from rev 232730, gwenview/trunk/PKGBUILD) gwenview/repos/testing-i686/gwenview.install (from rev 232730, gwenview/trunk/gwenview.install) gwenview/repos/testing-x86_64/ gwenview/repos/testing-x86_64/PKGBUILD (from rev 232730, gwenview/trunk/PKGBUILD) gwenview/repos/testing-x86_64/gwenview.install (from rev 232730, gwenview/trunk/gwenview.install) -+ testing-i686/PKGBUILD | 42 ++ testing-i686/gwenview.install | 12 ++ testing-x86_64/PKGBUILD | 42 ++ testing-x86_64/gwenview.install | 12 ++ 4 files changed, 108 insertions(+) Copied: gwenview/repos/testing-i686/PKGBUILD (from rev 232730, gwenview/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:28:07 UTC (rev 232731) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=gwenview +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A fast and easy to use image viewer for KDE" +url='http://kde.org/applications/graphics/gwenview/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kded' 'kactivities-frameworks' 'baloo-frameworks') +optdepends=('qt5-imageformats: support for tiff, webp, and more image formats' +'kimageformats: support for dds, xcf, exr, psd, and more image formats') +makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python') +replaces=('kdegraphics-gwenview') +conflicts=('kdegraphics-gwenview') +install=$pkgname.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz";) +sha1sums=('c31ced401d5f78ba8de4f58e03185c348f737a66') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIB_INSTALL_DIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: gwenview/repos/testing-i686/gwenview.install (from rev 232730, gwenview/trunk/gwenview.install) === --- testing-i686/gwenview.install (rev 0) +++ testing-i686/gwenview.install 2015-03-04 15:28:07 UTC (rev 232731) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: gwenview/repos/testing-x86_64/PKGBUILD (from rev 232730, gwenview/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:28:07 UTC (rev 232731) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=gwenview +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A fast and easy to use image viewer for KDE" +url='http://kde.org/applications/graphics/gwenview/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kded' 'kactivities-frameworks' 'baloo-frameworks') +optdepends=('qt5-imageformats: support for tiff, webp, and more image formats' +'kimageformats: support for dds, xcf, exr, psd, and more image formats') +makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python') +replaces=('kdegraphics-gwenview') +conflicts=('kdegraphics-gwenview') +install=$pkgname.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz";) +sha1sums=('c31ced401d5f78ba8de4f58e03185c348f737a66') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIB_INSTALL_DIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: gwenview/repos/testing-x86_64/gwenview.install (from rev 232730, gwenview/trunk/gwenview.install) === --- testing-x86_64/gwenview.install (rev 0) +++ testing-x86_64/gwenview.install 2015-03-04 15:28:07 UTC (rev 232731) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -
[arch-commits] Commit in kdegraphics-ksaneplugin/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:32:47 Author: fyan Revision: 232735 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-ksaneplugin/repos/testing-i686/ kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 232734, kdegraphics-ksaneplugin/trunk/PKGBUILD) kdegraphics-ksaneplugin/repos/testing-x86_64/ kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD (from rev 232734, kdegraphics-ksaneplugin/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 232734, kdegraphics-ksaneplugin/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:32:47 UTC (rev 232735) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-ksaneplugin +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A scan plugin that implements the scanning" +url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('libksane') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";) +sha1sums=('aabf8d724794517606f95930b82d267a6e2436df') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ksaneplugin-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD (from rev 232734, kdegraphics-ksaneplugin/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:32:47 UTC (rev 232735) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-ksaneplugin +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A scan plugin that implements the scanning" +url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('libksane') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";) +sha1sums=('aabf8d724794517606f95930b82d267a6e2436df') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ksaneplugin-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdegraphics-kolourpaint/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:33:13 Author: fyan Revision: 232738 upgpkg: kdegraphics-kolourpaint 14.12.3-1 Modified: kdegraphics-kolourpaint/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:33:10 UTC (rev 232737) +++ PKGBUILD2015-03-04 15:33:13 UTC (rev 232738) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-kolourpaint -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Paint Program" url="http://kde.org/applications/graphics/kolourpaint/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";) -sha1sums=('3f941cd978c8fcbcb75d1bb257aee3177d43d4ab') +sha1sums=('3118c31cdc03c535099558741b2eb93254ba0a25') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-ksaneplugin/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:32:32 Author: fyan Revision: 232734 upgpkg: kdegraphics-ksaneplugin 14.12.3-1 Modified: kdegraphics-ksaneplugin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:28:40 UTC (rev 232733) +++ PKGBUILD2015-03-04 15:32:32 UTC (rev 232734) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-ksaneplugin -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A scan plugin that implements the scanning" url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin"; @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";) -sha1sums=('a8dd5a8a210b9ac0310f5cdb064feedb42344e4b') +sha1sums=('aabf8d724794517606f95930b82d267a6e2436df') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-kgamma/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:28:13 Author: fyan Revision: 232732 upgpkg: kdegraphics-kgamma 14.12.3-1 Modified: kdegraphics-kgamma/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:28:07 UTC (rev 232731) +++ PKGBUILD2015-03-04 15:28:13 UTC (rev 232732) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-kgamma -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A monitor calibration tool" url="http://kde.org/applications/graphics/kgamma/"; @@ -16,7 +16,7 @@ depends=('kdebase-runtime' 'libxxf86vm') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz";) -sha1sums=('8092324ac07e721e2b9f89300169ccaa96db573a') +sha1sums=('e22548f8725a6a2618ca30a26753a50cf5b6b521') build() { cd "${srcdir}"
[arch-commits] Commit in kdegames-palapeli/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:25:15 Author: fyan Revision: 232721 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-palapeli/repos/testing-i686/ kdegames-palapeli/repos/testing-i686/PKGBUILD (from rev 232720, kdegames-palapeli/trunk/PKGBUILD) kdegames-palapeli/repos/testing-i686/kdegames-palapeli.install (from rev 232720, kdegames-palapeli/trunk/kdegames-palapeli.install) kdegames-palapeli/repos/testing-x86_64/ kdegames-palapeli/repos/testing-x86_64/PKGBUILD (from rev 232720, kdegames-palapeli/trunk/PKGBUILD) kdegames-palapeli/repos/testing-x86_64/kdegames-palapeli.install (from rev 232720, kdegames-palapeli/trunk/kdegames-palapeli.install) --+ testing-i686/PKGBUILD| 32 + testing-i686/kdegames-palapeli.install | 13 +++ testing-x86_64/PKGBUILD | 32 + testing-x86_64/kdegames-palapeli.install | 13 +++ 4 files changed, 90 insertions(+) Copied: kdegames-palapeli/repos/testing-i686/PKGBUILD (from rev 232720, kdegames-palapeli/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:25:15 UTC (rev 232721) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-palapeli +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A single-player jigsaw puzzle game" +url="http://kde.org/applications/games/palapeli/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'qhull') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";) +sha1sums=('9a3ca41a0b2f8cb3d9fc79b8c5f63faa9fc68ecd') + +build() { + mkdir build + cd build + cmake ../palapeli-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-palapeli/repos/testing-i686/kdegames-palapeli.install (from rev 232720, kdegames-palapeli/trunk/kdegames-palapeli.install) === --- testing-i686/kdegames-palapeli.install (rev 0) +++ testing-i686/kdegames-palapeli.install 2015-03-04 15:25:15 UTC (rev 232721) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-palapeli/repos/testing-x86_64/PKGBUILD (from rev 232720, kdegames-palapeli/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:25:15 UTC (rev 232721) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-palapeli +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A single-player jigsaw puzzle game" +url="http://kde.org/applications/games/palapeli/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'qhull') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";) +sha1sums=('9a3ca41a0b2f8cb3d9fc79b8c5f63faa9fc68ecd') + +build() { + mkdir build + cd build + cmake ../palapeli-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-palapeli/repos/testing-x86_64/kdegames-palapeli.install (from rev 232720, kdegames-palapeli/trunk/kdegames-palapeli.install) === --- testing-x86_64/kdegames-palapeli.install(rev 0) +++ testing-x86_64/kdegames-palapeli.install2015-03-04 15:25:15 UTC (rev 232721) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-lskat/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:25:20 Author: fyan Revision: 232722 upgpkg: kdegames-lskat 14.12.3-1 Modified: kdegames-lskat/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:25:15 UTC (rev 232721) +++ PKGBUILD2015-03-04 15:25:20 UTC (rev 232722) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-lskat -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Lieutenant Skat is a fun and engaging card game for two players" url="http://kde.org/applications/games/lskat/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";) -sha1sums=('239012906555a9b9af1b8ae2a28ce1d9618ba799') +sha1sums=('be9c5656e19f884c5af894344b32cf9d81fcc415') build() { mkdir build
[arch-commits] Commit in kdegames-lskat/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:25:44 Author: fyan Revision: 232723 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-lskat/repos/testing-i686/ kdegames-lskat/repos/testing-i686/PKGBUILD (from rev 232722, kdegames-lskat/trunk/PKGBUILD) kdegames-lskat/repos/testing-i686/kdegames-lskat.install (from rev 232722, kdegames-lskat/trunk/kdegames-lskat.install) kdegames-lskat/repos/testing-x86_64/ kdegames-lskat/repos/testing-x86_64/PKGBUILD (from rev 232722, kdegames-lskat/trunk/PKGBUILD) kdegames-lskat/repos/testing-x86_64/kdegames-lskat.install (from rev 232722, kdegames-lskat/trunk/kdegames-lskat.install) ---+ testing-i686/PKGBUILD | 32 testing-i686/kdegames-lskat.install | 12 testing-x86_64/PKGBUILD | 32 testing-x86_64/kdegames-lskat.install | 12 4 files changed, 88 insertions(+) Copied: kdegames-lskat/repos/testing-i686/PKGBUILD (from rev 232722, kdegames-lskat/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:25:44 UTC (rev 232723) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-lskat +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Lieutenant Skat is a fun and engaging card game for two players" +url="http://kde.org/applications/games/lskat/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";) +sha1sums=('be9c5656e19f884c5af894344b32cf9d81fcc415') + +build() { + mkdir build + cd build + cmake ../lskat-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-lskat/repos/testing-i686/kdegames-lskat.install (from rev 232722, kdegames-lskat/trunk/kdegames-lskat.install) === --- testing-i686/kdegames-lskat.install (rev 0) +++ testing-i686/kdegames-lskat.install 2015-03-04 15:25:44 UTC (rev 232723) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-lskat/repos/testing-x86_64/PKGBUILD (from rev 232722, kdegames-lskat/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:25:44 UTC (rev 232723) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-lskat +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Lieutenant Skat is a fun and engaging card game for two players" +url="http://kde.org/applications/games/lskat/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";) +sha1sums=('be9c5656e19f884c5af894344b32cf9d81fcc415') + +build() { + mkdir build + cd build + cmake ../lskat-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-lskat/repos/testing-x86_64/kdegames-lskat.install (from rev 232722, kdegames-lskat/trunk/kdegames-lskat.install) === --- testing-x86_64/kdegames-lskat.install (rev 0) +++ testing-x86_64/kdegames-lskat.install 2015-03-04 15:25:44 UTC (rev 232723) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegraphics-kamera/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:26:28 Author: fyan Revision: 232727 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-kamera/repos/testing-i686/ kdegraphics-kamera/repos/testing-i686/PKGBUILD (from rev 232726, kdegraphics-kamera/trunk/PKGBUILD) kdegraphics-kamera/repos/testing-x86_64/ kdegraphics-kamera/repos/testing-x86_64/PKGBUILD (from rev 232726, kdegraphics-kamera/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 32 testing-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdegraphics-kamera/repos/testing-i686/PKGBUILD (from rev 232726, kdegraphics-kamera/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:26:28 UTC (rev 232727) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kamera +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Configure Kamera" +url="http://kde.org/applications/graphics/kamera/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'libgphoto2') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";) +sha1sums=('142d517fb492d44793fb24bcd29da00c974ea338') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kamera-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kamera/repos/testing-x86_64/PKGBUILD (from rev 232726, kdegraphics-kamera/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:26:28 UTC (rev 232727) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kamera +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Configure Kamera" +url="http://kde.org/applications/graphics/kamera/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'libgphoto2') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";) +sha1sums=('142d517fb492d44793fb24bcd29da00c974ea338') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kamera-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdegames-ksudoku/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:21:17 Author: fyan Revision: 232715 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-ksudoku/repos/testing-i686/ kdegames-ksudoku/repos/testing-i686/PKGBUILD (from rev 232714, kdegames-ksudoku/trunk/PKGBUILD) kdegames-ksudoku/repos/testing-i686/kdegames-ksudoku.install (from rev 232714, kdegames-ksudoku/trunk/kdegames-ksudoku.install) kdegames-ksudoku/repos/testing-x86_64/ kdegames-ksudoku/repos/testing-x86_64/PKGBUILD (from rev 232714, kdegames-ksudoku/trunk/PKGBUILD) kdegames-ksudoku/repos/testing-x86_64/kdegames-ksudoku.install (from rev 232714, kdegames-ksudoku/trunk/kdegames-ksudoku.install) -+ testing-i686/PKGBUILD | 35 ++ testing-i686/kdegames-ksudoku.install | 11 + testing-x86_64/PKGBUILD | 35 ++ testing-x86_64/kdegames-ksudoku.install | 11 + 4 files changed, 92 insertions(+) Copied: kdegames-ksudoku/repos/testing-i686/PKGBUILD (from rev 232714, kdegames-ksudoku/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:21:17 UTC (rev 232715) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksudoku +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A logic-based symbol placement puzzle" +url="http://kde.org/applications/games/ksudoku/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'glu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz";) +sha1sums=('4ea72b3e19fec1edcc82c505d925b394a33a8fe2') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../ksudoku-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksudoku/repos/testing-i686/kdegames-ksudoku.install (from rev 232714, kdegames-ksudoku/trunk/kdegames-ksudoku.install) === --- testing-i686/kdegames-ksudoku.install (rev 0) +++ testing-i686/kdegames-ksudoku.install 2015-03-04 15:21:17 UTC (rev 232715) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-ksudoku/repos/testing-x86_64/PKGBUILD (from rev 232714, kdegames-ksudoku/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:21:17 UTC (rev 232715) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksudoku +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A logic-based symbol placement puzzle" +url="http://kde.org/applications/games/ksudoku/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'glu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz";) +sha1sums=('4ea72b3e19fec1edcc82c505d925b394a33a8fe2') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../ksudoku-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksudoku/repos/testing-x86_64/kdegames-ksudoku.install (from rev 232714, kdegames-ksudoku/trunk/kdegames-ksudoku.install) === --- testing-x86_64/kdegames-ksudoku.install (rev 0) +++ testing-x86_64/kdegames-ksudoku.install 2015-03-04 15:21:17 UTC (rev 232715) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in trac/trunk (PKGBUILD tracd.service)
Date: Wednesday, March 4, 2015 @ 16:24:48 Author: spupykin Revision: 128723 upgpkg: trac 1.0.4-2 upd Modified: trac/trunk/PKGBUILD trac/trunk/tracd.service ---+ PKGBUILD |7 ++- tracd.service |4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 14:33:03 UTC (rev 128722) +++ PKGBUILD2015-03-04 15:24:48 UTC (rev 128723) @@ -4,7 +4,7 @@ pkgname=trac pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion." arch=('any') url="http://trac.edgewall.org/"; @@ -18,11 +18,10 @@ tracd.service) md5sums=('20f1f76b4d993cecab13b7b4a93547f5' 'af9a4064fd7a5759fee0fc288f749977' - '36bad295c72e8f147724e40840ff3774') + '74087f86566113b79018a93e02fbde18') prepare() { cd $srcdir/Trac-$pkgver - # python2 fix for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \ trac/web/*.py trac/wiki/default-pages/TracFastCgi \ @@ -30,8 +29,6 @@ sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file done - -# patch -p3 <$srcdir/babel.patch } package() { Modified: tracd.service === --- tracd.service 2015-03-04 14:33:03 UTC (rev 128722) +++ tracd.service 2015-03-04 15:24:48 UTC (rev 128723) @@ -3,9 +3,9 @@ After=network.target remote-fs.target nss-lookup.target [Service] -Type=forking +Type=simple # Example: copy it into /etc/systemd/ and edit. -ExecStart=/usr/bin/tracd -d -b localhost -p 8080 --auth /tmp,/tmp/passwd,realm /tmp +ExecStart=/usr/bin/tracd -b localhost -p 8080 --auth /tmp,/tmp/passwd,realm /tmp [Install] WantedBy=multi-user.target
[arch-commits] Commit in kdegraphics-kgamma/repos (4 files)
Date: Wednesday, March 4, 2015 @ 16:28:40 Author: fyan Revision: 232733 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-kgamma/repos/testing-i686/ kdegraphics-kgamma/repos/testing-i686/PKGBUILD (from rev 232732, kdegraphics-kgamma/trunk/PKGBUILD) kdegraphics-kgamma/repos/testing-x86_64/ kdegraphics-kgamma/repos/testing-x86_64/PKGBUILD (from rev 232732, kdegraphics-kgamma/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kdegraphics-kgamma/repos/testing-i686/PKGBUILD (from rev 232732, kdegraphics-kgamma/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:28:40 UTC (rev 232733) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kgamma +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A monitor calibration tool" +url="http://kde.org/applications/graphics/kgamma/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +# note on libxxf86vm: +# not detected by namcap because libgl depends on it +# but nvidia providing libgl does not depend on libxxf86vm +depends=('kdebase-runtime' 'libxxf86vm') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz";) +sha1sums=('e22548f8725a6a2618ca30a26753a50cf5b6b521') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kgamma-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kgamma/repos/testing-x86_64/PKGBUILD (from rev 232732, kdegraphics-kgamma/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:28:40 UTC (rev 232733) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kgamma +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A monitor calibration tool" +url="http://kde.org/applications/graphics/kgamma/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +# note on libxxf86vm: +# not detected by namcap because libgl depends on it +# but nvidia providing libgl does not depend on libxxf86vm +depends=('kdebase-runtime' 'libxxf86vm') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz";) +sha1sums=('e22548f8725a6a2618ca30a26753a50cf5b6b521') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kgamma-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdegames-ktuberling/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:23:04 Author: fyan Revision: 232718 upgpkg: kdegames-ktuberling 14.12.3-1 Modified: kdegames-ktuberling/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:22:03 UTC (rev 232717) +++ PKGBUILD2015-03-04 15:23:04 UTC (rev 232718) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-ktuberling -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A simple constructor game suitable for children and adults alike" url="http://kde.org/applications/games/ktuberling/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz";) -sha1sums=('8f9694ba28032b2909b7bed627dcffc513d6818d') +sha1sums=('ee0b3cd4892efc84c0d195792429033a660cffcc') build() { mkdir build
[arch-commits] Commit in gwenview/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:27:49 Author: fyan Revision: 232730 upgpkg: gwenview 14.12.3-1 Modified: gwenview/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:26:48 UTC (rev 232729) +++ PKGBUILD2015-03-04 15:27:49 UTC (rev 232730) @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino pkgname=gwenview -pkgver=14.12.2 -pkgrel=2 +pkgver=14.12.3 +pkgrel=1 pkgdesc="A fast and easy to use image viewer for KDE" url='http://kde.org/applications/graphics/gwenview/' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ conflicts=('kdegraphics-gwenview') install=$pkgname.install source=("http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz";) -sha1sums=('9a5168ed2ad47ed77e178c501c006a2f71403cf2') +sha1sums=('c31ced401d5f78ba8de4f58e03185c348f737a66') prepare() { mkdir build
[arch-commits] Commit in kdegames-kspaceduel/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:20:48 Author: fyan Revision: 232713 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-kspaceduel/repos/testing-i686/ kdegames-kspaceduel/repos/testing-i686/PKGBUILD (from rev 232712, kdegames-kspaceduel/trunk/PKGBUILD) kdegames-kspaceduel/repos/testing-i686/kdegames-kspaceduel.install (from rev 232712, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install) kdegames-kspaceduel/repos/testing-x86_64/ kdegames-kspaceduel/repos/testing-x86_64/PKGBUILD (from rev 232712, kdegames-kspaceduel/trunk/PKGBUILD) kdegames-kspaceduel/repos/testing-x86_64/kdegames-kspaceduel.install (from rev 232712, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install) + testing-i686/PKGBUILD | 32 +++ testing-i686/kdegames-kspaceduel.install | 12 ++ testing-x86_64/PKGBUILD| 32 +++ testing-x86_64/kdegames-kspaceduel.install | 12 ++ 4 files changed, 88 insertions(+) Copied: kdegames-kspaceduel/repos/testing-i686/PKGBUILD (from rev 232712, kdegames-kspaceduel/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:20:48 UTC (rev 232713) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-kspaceduel +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun" +url="http://kde.org/applications/games/kspaceduel/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";) +sha1sums=('dd417e22fe9675a2a54f4356d301601f99a5b905') + +build() { + mkdir build + cd build + cmake ../kspaceduel-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kspaceduel/repos/testing-i686/kdegames-kspaceduel.install (from rev 232712, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install) === --- testing-i686/kdegames-kspaceduel.install(rev 0) +++ testing-i686/kdegames-kspaceduel.install2015-03-04 15:20:48 UTC (rev 232713) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-kspaceduel/repos/testing-x86_64/PKGBUILD (from rev 232712, kdegames-kspaceduel/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:20:48 UTC (rev 232713) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-kspaceduel +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun" +url="http://kde.org/applications/games/kspaceduel/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";) +sha1sums=('dd417e22fe9675a2a54f4356d301601f99a5b905') + +build() { + mkdir build + cd build + cmake ../kspaceduel-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kspaceduel/repos/testing-x86_64/kdegames-kspaceduel.install (from rev 232712, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install) === --- testing-x86_64/kdegames-kspaceduel.install (rev 0) +++ testing-x86_64/kdegames-kspaceduel.install 2015-03-04 15:20:48 UTC (rev 232713) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegraphics-kcolorchooser/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:26:48 Author: fyan Revision: 232729 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegraphics-kcolorchooser/repos/testing-i686/ kdegraphics-kcolorchooser/repos/testing-i686/PKGBUILD (from rev 232728, kdegraphics-kcolorchooser/trunk/PKGBUILD) kdegraphics-kcolorchooser/repos/testing-i686/kdegraphics-kcolorchooser.install (from rev 232728, kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install) kdegraphics-kcolorchooser/repos/testing-x86_64/ kdegraphics-kcolorchooser/repos/testing-x86_64/PKGBUILD (from rev 232728, kdegraphics-kcolorchooser/trunk/PKGBUILD) kdegraphics-kcolorchooser/repos/testing-x86_64/kdegraphics-kcolorchooser.install (from rev 232728, kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install) --+ testing-i686/PKGBUILD| 33 + testing-i686/kdegraphics-kcolorchooser.install | 11 +++ testing-x86_64/PKGBUILD | 33 + testing-x86_64/kdegraphics-kcolorchooser.install | 11 +++ 4 files changed, 88 insertions(+) Copied: kdegraphics-kcolorchooser/repos/testing-i686/PKGBUILD (from rev 232728, kdegraphics-kcolorchooser/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:26:48 UTC (rev 232729) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kcolorchooser +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Color Chooser" +url="http://kde.org/applications/graphics/kcolorchooser/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";) +sha1sums=('eb38ccf7262a74afd74ebf126681d5a6eb9ea805') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kcolorchooser-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kcolorchooser/repos/testing-i686/kdegraphics-kcolorchooser.install (from rev 232728, kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install) === --- testing-i686/kdegraphics-kcolorchooser.install (rev 0) +++ testing-i686/kdegraphics-kcolorchooser.install 2015-03-04 15:26:48 UTC (rev 232729) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegraphics-kcolorchooser/repos/testing-x86_64/PKGBUILD (from rev 232728, kdegraphics-kcolorchooser/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:26:48 UTC (rev 232729) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegraphics-kcolorchooser +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Color Chooser" +url="http://kde.org/applications/graphics/kcolorchooser/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";) +sha1sums=('eb38ccf7262a74afd74ebf126681d5a6eb9ea805') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kcolorchooser-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kcolorchooser/repos/testing-x86_64/kdegraphics-kcolorchooser.install (from rev 232728, kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install) === --- testing-x86_64/kdegraphics-kcolorchooser.install (rev 0) +++ testing-x86_64/kdegraphics-kcolorchooser.install2015-03-04 15:26:48 UTC (rev 232729) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegraphics-kcolorchooser/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:26:31 Author: fyan Revision: 232728 upgpkg: kdegraphics-kcolorchooser 14.12.3-1 Modified: kdegraphics-kcolorchooser/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:26:28 UTC (rev 232727) +++ PKGBUILD2015-03-04 15:26:31 UTC (rev 232728) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-kcolorchooser -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Color Chooser" url="http://kde.org/applications/graphics/kcolorchooser/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";) -sha1sums=('fcd63a02b3be8f6488198aa65c5b1a76511d6174') +sha1sums=('eb38ccf7262a74afd74ebf126681d5a6eb9ea805') build() { cd "${srcdir}"
[arch-commits] Commit in kdegraphics-kamera/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:26:09 Author: fyan Revision: 232726 upgpkg: kdegraphics-kamera 14.12.3-1 Modified: kdegraphics-kamera/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:26:06 UTC (rev 232725) +++ PKGBUILD2015-03-04 15:26:09 UTC (rev 232726) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegraphics-kamera -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Configure Kamera" url="http://kde.org/applications/graphics/kamera/"; @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libgphoto2') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";) -sha1sums=('3cda2dba9e51c2780a3d85fa92755bbc8e28e9d2') +sha1sums=('142d517fb492d44793fb24bcd29da00c974ea338') build() { cd "${srcdir}"
[arch-commits] Commit in kdegames-kubrick/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:21:29 Author: fyan Revision: 232716 upgpkg: kdegames-kubrick 14.12.3-1 Modified: kdegames-kubrick/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:21:17 UTC (rev 232715) +++ PKGBUILD2015-03-04 15:21:29 UTC (rev 232716) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-kubrick -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Based on the famous Rubik's Cube" url="http://kde.org/applications/games/kubrick/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";) -sha1sums=('5d9359a8c8f3789da8532424756529a7e6cfca19') +sha1sums=('504e74621590931f87ba7d821b6fa1e0d1520457') prepare() { mkdir build
[arch-commits] Commit in kdegames-ksirk/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:19:15 Author: fyan Revision: 232709 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-ksirk/repos/testing-i686/ kdegames-ksirk/repos/testing-i686/PKGBUILD (from rev 232708, kdegames-ksirk/trunk/PKGBUILD) kdegames-ksirk/repos/testing-i686/kdegames-ksirk.install (from rev 232708, kdegames-ksirk/trunk/kdegames-ksirk.install) kdegames-ksirk/repos/testing-x86_64/ kdegames-ksirk/repos/testing-x86_64/PKGBUILD (from rev 232708, kdegames-ksirk/trunk/PKGBUILD) kdegames-ksirk/repos/testing-x86_64/kdegames-ksirk.install (from rev 232708, kdegames-ksirk/trunk/kdegames-ksirk.install) ---+ testing-i686/PKGBUILD | 32 testing-i686/kdegames-ksirk.install | 11 +++ testing-x86_64/PKGBUILD | 32 testing-x86_64/kdegames-ksirk.install | 11 +++ 4 files changed, 86 insertions(+) Copied: kdegames-ksirk/repos/testing-i686/PKGBUILD (from rev 232708, kdegames-ksirk/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:19:15 UTC (rev 232709) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksirk +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A computerized version of a well known strategy game" +url="http://kde.org/applications/games/ksirk/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";) +sha1sums=('dd09d42b0eb25100b7fa3dab248ed810d8c1088c') + +build() { + mkdir build + cd build + cmake ../ksirk-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksirk/repos/testing-i686/kdegames-ksirk.install (from rev 232708, kdegames-ksirk/trunk/kdegames-ksirk.install) === --- testing-i686/kdegames-ksirk.install (rev 0) +++ testing-i686/kdegames-ksirk.install 2015-03-04 15:19:15 UTC (rev 232709) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-ksirk/repos/testing-x86_64/PKGBUILD (from rev 232708, kdegames-ksirk/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:19:15 UTC (rev 232709) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksirk +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A computerized version of a well known strategy game" +url="http://kde.org/applications/games/ksirk/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";) +sha1sums=('dd09d42b0eb25100b7fa3dab248ed810d8c1088c') + +build() { + mkdir build + cd build + cmake ../ksirk-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksirk/repos/testing-x86_64/kdegames-ksirk.install (from rev 232708, kdegames-ksirk/trunk/kdegames-ksirk.install) === --- testing-x86_64/kdegames-ksirk.install (rev 0) +++ testing-x86_64/kdegames-ksirk.install 2015-03-04 15:19:15 UTC (rev 232709) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-picmi/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:26:06 Author: fyan Revision: 232725 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-picmi/repos/testing-i686/ kdegames-picmi/repos/testing-i686/PKGBUILD (from rev 232724, kdegames-picmi/trunk/PKGBUILD) kdegames-picmi/repos/testing-i686/kdegames-picmi.install (from rev 232724, kdegames-picmi/trunk/kdegames-picmi.install) kdegames-picmi/repos/testing-x86_64/ kdegames-picmi/repos/testing-x86_64/PKGBUILD (from rev 232724, kdegames-picmi/trunk/PKGBUILD) kdegames-picmi/repos/testing-x86_64/kdegames-picmi.install (from rev 232724, kdegames-picmi/trunk/kdegames-picmi.install) ---+ testing-i686/PKGBUILD | 34 testing-i686/kdegames-picmi.install | 11 ++ testing-x86_64/PKGBUILD | 34 testing-x86_64/kdegames-picmi.install | 11 ++ 4 files changed, 90 insertions(+) Copied: kdegames-picmi/repos/testing-i686/PKGBUILD (from rev 232724, kdegames-picmi/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:26:06 UTC (rev 232725) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-picmi +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A nonogram logic game for KDE" +url="http://kde.org/applications/games/picmi/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +replaces=('picmi') +conflicts=('picmi') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz";) +sha1sums=('5a35e99f9c58594c81e4d88899bf39b453a11688') + +build() { + mkdir build + cd build + cmake ../picmi-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-picmi/repos/testing-i686/kdegames-picmi.install (from rev 232724, kdegames-picmi/trunk/kdegames-picmi.install) === --- testing-i686/kdegames-picmi.install (rev 0) +++ testing-i686/kdegames-picmi.install 2015-03-04 15:26:06 UTC (rev 232725) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-picmi/repos/testing-x86_64/PKGBUILD (from rev 232724, kdegames-picmi/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:26:06 UTC (rev 232725) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-picmi +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A nonogram logic game for KDE" +url="http://kde.org/applications/games/picmi/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +replaces=('picmi') +conflicts=('picmi') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz";) +sha1sums=('5a35e99f9c58594c81e4d88899bf39b453a11688') + +build() { + mkdir build + cd build + cmake ../picmi-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-picmi/repos/testing-x86_64/kdegames-picmi.install (from rev 232724, kdegames-picmi/trunk/kdegames-picmi.install) === --- testing-x86_64/kdegames-picmi.install (rev 0) +++ testing-x86_64/kdegames-picmi.install 2015-03-04 15:26:06 UTC (rev 232725) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-picmi/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:25:47 Author: fyan Revision: 232724 upgpkg: kdegames-picmi 14.12.3-1 Modified: kdegames-picmi/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:25:44 UTC (rev 232723) +++ PKGBUILD2015-03-04 15:25:47 UTC (rev 232724) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-picmi -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A nonogram logic game for KDE" url="http://kde.org/applications/games/picmi/"; @@ -16,7 +16,7 @@ conflicts=('picmi') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz";) -sha1sums=('7e34669ca596f440cd38874b57852259b5389732') +sha1sums=('5a35e99f9c58594c81e4d88899bf39b453a11688') build() { mkdir build
[arch-commits] Commit in kdegames-kpatience/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:17:26 Author: fyan Revision: 232705 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-kpatience/repos/testing-i686/ kdegames-kpatience/repos/testing-i686/PKGBUILD (from rev 232704, kdegames-kpatience/trunk/PKGBUILD) kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install (from rev 232704, kdegames-kpatience/trunk/kdegames-kpatience.install) kdegames-kpatience/repos/testing-x86_64/ kdegames-kpatience/repos/testing-x86_64/PKGBUILD (from rev 232704, kdegames-kpatience/trunk/PKGBUILD) kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install (from rev 232704, kdegames-kpatience/trunk/kdegames-kpatience.install) ---+ testing-i686/PKGBUILD | 32 testing-i686/kdegames-kpatience.install | 13 +++ testing-x86_64/PKGBUILD | 32 testing-x86_64/kdegames-kpatience.install | 13 +++ 4 files changed, 90 insertions(+) Copied: kdegames-kpatience/repos/testing-i686/PKGBUILD (from rev 232704, kdegames-kpatience/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:17:26 UTC (rev 232705) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-kpatience +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Offers a selection of solitaire card games" +url="http://kde.org/applications/games/kpat/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz";) +sha1sums=('567e57645d280f6c162815b19c5187bc4373763f') + +build() { + mkdir build + cd build + cmake ../kpat-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install (from rev 232704, kdegames-kpatience/trunk/kdegames-kpatience.install) === --- testing-i686/kdegames-kpatience.install (rev 0) +++ testing-i686/kdegames-kpatience.install 2015-03-04 15:17:26 UTC (rev 232705) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-kpatience/repos/testing-x86_64/PKGBUILD (from rev 232704, kdegames-kpatience/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:17:26 UTC (rev 232705) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-kpatience +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Offers a selection of solitaire card games" +url="http://kde.org/applications/games/kpat/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz";) +sha1sums=('567e57645d280f6c162815b19c5187bc4373763f') + +build() { + mkdir build + cd build + cmake ../kpat-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install (from rev 232704, kdegames-kpatience/trunk/kdegames-kpatience.install) === --- testing-x86_64/kdegames-kpatience.install (rev 0) +++ testing-x86_64/kdegames-kpatience.install 2015-03-04 15:17:26 UTC (rev 232705) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-palapeli/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:25:00 Author: fyan Revision: 232720 upgpkg: kdegames-palapeli 14.12.3-1 Modified: kdegames-palapeli/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:23:20 UTC (rev 232719) +++ PKGBUILD2015-03-04 15:25:00 UTC (rev 232720) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-palapeli -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A single-player jigsaw puzzle game" url="http://kde.org/applications/games/palapeli/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";) -sha1sums=('6eb8785bc4c46bcac886dc9c7cb7e6015466e671') +sha1sums=('9a3ca41a0b2f8cb3d9fc79b8c5f63faa9fc68ecd') build() { mkdir build
[arch-commits] Commit in trac/repos/community-any (8 files)
Date: Wednesday, March 4, 2015 @ 16:25:00 Author: spupykin Revision: 128724 archrelease: copy trunk to community-any Added: trac/repos/community-any/PKGBUILD (from rev 128723, trac/trunk/PKGBUILD) trac/repos/community-any/license.txt (from rev 128723, trac/trunk/license.txt) trac/repos/community-any/trac.install (from rev 128723, trac/trunk/trac.install) trac/repos/community-any/tracd.service (from rev 128723, trac/trunk/tracd.service) Deleted: trac/repos/community-any/PKGBUILD trac/repos/community-any/license.txt trac/repos/community-any/trac.install trac/repos/community-any/tracd.service ---+ PKGBUILD | 85 +++- license.txt | 58 +++--- trac.install | 22 +++--- tracd.service | 22 +++--- 4 files changed, 92 insertions(+), 95 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-03-04 15:24:48 UTC (rev 128723) +++ PKGBUILD2015-03-04 15:25:00 UTC (rev 128724) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Rubin Simons - -pkgname=trac -pkgver=1.0.4 -pkgrel=1 -pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion." -arch=('any') -url="http://trac.edgewall.org/"; -license=('BSD') -depends=(python2 python2-genshi python2-babel python2-setuptools) -makedepends=(clearsilver) -install=trac.install -backup=("etc/conf.d/tracd.conf") -source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz - license.txt - tracd.service) -md5sums=('20f1f76b4d993cecab13b7b4a93547f5' - 'af9a4064fd7a5759fee0fc288f749977' - '36bad295c72e8f147724e40840ff3774') - -prepare() { - cd $srcdir/Trac-$pkgver - - # python2 fix - for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \ - trac/web/*.py trac/wiki/default-pages/TracFastCgi \ - contrib/cgi-bin/trac.{f,}cgi; do - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file - sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file - done - -# patch -p3 <$srcdir/babel.patch -} - -package() { - cd $srcdir/Trac-$pkgver - python2 setup.py install --prefix=/usr --root=$pkgdir - install -D -m644 $srcdir/license.txt $pkgdir/usr/share/licenses/trac/license.txt - install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi - install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi - install -Dm0644 $srcdir/tracd.service $pkgdir/usr/lib/systemd/system/tracd.service -} Copied: trac/repos/community-any/PKGBUILD (from rev 128723, trac/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-03-04 15:25:00 UTC (rev 128724) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Rubin Simons + +pkgname=trac +pkgver=1.0.4 +pkgrel=2 +pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion." +arch=('any') +url="http://trac.edgewall.org/"; +license=('BSD') +depends=(python2 python2-genshi python2-babel python2-setuptools) +makedepends=(clearsilver) +install=trac.install +backup=("etc/conf.d/tracd.conf") +source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz + license.txt + tracd.service) +md5sums=('20f1f76b4d993cecab13b7b4a93547f5' + 'af9a4064fd7a5759fee0fc288f749977' + '74087f86566113b79018a93e02fbde18') + +prepare() { + cd $srcdir/Trac-$pkgver + # python2 fix + for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \ + trac/web/*.py trac/wiki/default-pages/TracFastCgi \ + contrib/cgi-bin/trac.{f,}cgi; do + sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file + sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file + done +} + +package() { + cd $srcdir/Trac-$pkgver + python2 setup.py install --prefix=/usr --root=$pkgdir + install -D -m644 $srcdir/license.txt $pkgdir/usr/share/licenses/trac/license.txt + install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi + install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi + install -Dm0644 $srcdir/tracd.service $pkgdir/usr/lib/systemd/system/tracd.service +} Deleted: license.txt === --- license.txt 2015-03-04 15:24:48 UTC (rev 128723) +++ license.txt 2015-03-04 15:25:00 UTC (rev 128724) @@ -1,29 +0,0 @@ -Copyright (C) 2003-2005 Edgewall Software -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the ab
[arch-commits] Commit in kdegames-ksquares/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:20:23 Author: fyan Revision: 232711 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-ksquares/repos/testing-i686/ kdegames-ksquares/repos/testing-i686/PKGBUILD (from rev 232710, kdegames-ksquares/trunk/PKGBUILD) kdegames-ksquares/repos/testing-i686/kdegames-ksquares.install (from rev 232710, kdegames-ksquares/trunk/kdegames-ksquares.install) kdegames-ksquares/repos/testing-x86_64/ kdegames-ksquares/repos/testing-x86_64/PKGBUILD (from rev 232710, kdegames-ksquares/trunk/PKGBUILD) kdegames-ksquares/repos/testing-x86_64/kdegames-ksquares.install (from rev 232710, kdegames-ksquares/trunk/kdegames-ksquares.install) --+ testing-i686/PKGBUILD| 35 + testing-i686/kdegames-ksquares.install | 11 + testing-x86_64/PKGBUILD | 35 + testing-x86_64/kdegames-ksquares.install | 11 + 4 files changed, 92 insertions(+) Copied: kdegames-ksquares/repos/testing-i686/PKGBUILD (from rev 232710, kdegames-ksquares/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:20:23 UTC (rev 232711) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksquares +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes" +url="http://kde.org/applications/games/ksquares/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz";) +sha1sums=('62749c850f441d331499642401ab2b4300342f81') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../ksquares-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksquares/repos/testing-i686/kdegames-ksquares.install (from rev 232710, kdegames-ksquares/trunk/kdegames-ksquares.install) === --- testing-i686/kdegames-ksquares.install (rev 0) +++ testing-i686/kdegames-ksquares.install 2015-03-04 15:20:23 UTC (rev 232711) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-ksquares/repos/testing-x86_64/PKGBUILD (from rev 232710, kdegames-ksquares/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:20:23 UTC (rev 232711) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksquares +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes" +url="http://kde.org/applications/games/ksquares/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz";) +sha1sums=('62749c850f441d331499642401ab2b4300342f81') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../ksquares-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksquares/repos/testing-x86_64/kdegames-ksquares.install (from rev 232710, kdegames-ksquares/trunk/kdegames-ksquares.install) === --- testing-x86_64/kdegames-ksquares.install(rev 0) +++ testing-x86_64/kdegames-ksquares.install2015-03-04 15:20:23 UTC (rev 232711) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-ktuberling/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:23:20 Author: fyan Revision: 232719 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-ktuberling/repos/testing-i686/ kdegames-ktuberling/repos/testing-i686/PKGBUILD (from rev 232718, kdegames-ktuberling/trunk/PKGBUILD) kdegames-ktuberling/repos/testing-i686/kdegames-ktuberling.install (from rev 232718, kdegames-ktuberling/trunk/kdegames-ktuberling.install) kdegames-ktuberling/repos/testing-x86_64/ kdegames-ktuberling/repos/testing-x86_64/PKGBUILD (from rev 232718, kdegames-ktuberling/trunk/PKGBUILD) kdegames-ktuberling/repos/testing-x86_64/kdegames-ktuberling.install (from rev 232718, kdegames-ktuberling/trunk/kdegames-ktuberling.install) + testing-i686/PKGBUILD | 32 +++ testing-i686/kdegames-ktuberling.install | 12 ++ testing-x86_64/PKGBUILD| 32 +++ testing-x86_64/kdegames-ktuberling.install | 12 ++ 4 files changed, 88 insertions(+) Copied: kdegames-ktuberling/repos/testing-i686/PKGBUILD (from rev 232718, kdegames-ktuberling/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:23:20 UTC (rev 232719) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ktuberling +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A simple constructor game suitable for children and adults alike" +url="http://kde.org/applications/games/ktuberling/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz";) +sha1sums=('ee0b3cd4892efc84c0d195792429033a660cffcc') + +build() { + mkdir build + cd build + cmake ../ktuberling-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ktuberling/repos/testing-i686/kdegames-ktuberling.install (from rev 232718, kdegames-ktuberling/trunk/kdegames-ktuberling.install) === --- testing-i686/kdegames-ktuberling.install(rev 0) +++ testing-i686/kdegames-ktuberling.install2015-03-04 15:23:20 UTC (rev 232719) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-ktuberling/repos/testing-x86_64/PKGBUILD (from rev 232718, kdegames-ktuberling/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:23:20 UTC (rev 232719) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ktuberling +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A simple constructor game suitable for children and adults alike" +url="http://kde.org/applications/games/ktuberling/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz";) +sha1sums=('ee0b3cd4892efc84c0d195792429033a660cffcc') + +build() { + mkdir build + cd build + cmake ../ktuberling-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ktuberling/repos/testing-x86_64/kdegames-ktuberling.install (from rev 232718, kdegames-ktuberling/trunk/kdegames-ktuberling.install) === --- testing-x86_64/kdegames-ktuberling.install (rev 0) +++ testing-x86_64/kdegames-ktuberling.install 2015-03-04 15:23:20 UTC (rev 232719) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-kubrick/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:22:03 Author: fyan Revision: 232717 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-kubrick/repos/testing-i686/ kdegames-kubrick/repos/testing-i686/PKGBUILD (from rev 232716, kdegames-kubrick/trunk/PKGBUILD) kdegames-kubrick/repos/testing-i686/kdegames-kubrick.install (from rev 232716, kdegames-kubrick/trunk/kdegames-kubrick.install) kdegames-kubrick/repos/testing-x86_64/ kdegames-kubrick/repos/testing-x86_64/PKGBUILD (from rev 232716, kdegames-kubrick/trunk/PKGBUILD) kdegames-kubrick/repos/testing-x86_64/kdegames-kubrick.install (from rev 232716, kdegames-kubrick/trunk/kdegames-kubrick.install) -+ testing-i686/PKGBUILD | 35 ++ testing-i686/kdegames-kubrick.install | 11 + testing-x86_64/PKGBUILD | 35 ++ testing-x86_64/kdegames-kubrick.install | 11 + 4 files changed, 92 insertions(+) Copied: kdegames-kubrick/repos/testing-i686/PKGBUILD (from rev 232716, kdegames-kubrick/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:22:03 UTC (rev 232717) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-kubrick +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Based on the famous Rubik's Cube" +url="http://kde.org/applications/games/kubrick/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'glu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";) +sha1sums=('504e74621590931f87ba7d821b6fa1e0d1520457') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kubrick-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kubrick/repos/testing-i686/kdegames-kubrick.install (from rev 232716, kdegames-kubrick/trunk/kdegames-kubrick.install) === --- testing-i686/kdegames-kubrick.install (rev 0) +++ testing-i686/kdegames-kubrick.install 2015-03-04 15:22:03 UTC (rev 232717) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-kubrick/repos/testing-x86_64/PKGBUILD (from rev 232716, kdegames-kubrick/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:22:03 UTC (rev 232717) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-kubrick +pkgver=14.12.3 +pkgrel=1 +pkgdesc="Based on the famous Rubik's Cube" +url="http://kde.org/applications/games/kubrick/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'glu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";) +sha1sums=('504e74621590931f87ba7d821b6fa1e0d1520457') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kubrick-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kubrick/repos/testing-x86_64/kdegames-kubrick.install (from rev 232716, kdegames-kubrick/trunk/kdegames-kubrick.install) === --- testing-x86_64/kdegames-kubrick.install (rev 0) +++ testing-x86_64/kdegames-kubrick.install 2015-03-04 15:22:03 UTC (rev 232717) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-ksudoku/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:21:01 Author: fyan Revision: 232714 upgpkg: kdegames-ksudoku 14.12.3-1 Modified: kdegames-ksudoku/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:20:48 UTC (rev 232713) +++ PKGBUILD2015-03-04 15:21:01 UTC (rev 232714) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-ksudoku -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A logic-based symbol placement puzzle" url="http://kde.org/applications/games/ksudoku/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz";) -sha1sums=('782fb3d1f4ca9c6e8136b12c84222bc11fe1e118') +sha1sums=('4ea72b3e19fec1edcc82c505d925b394a33a8fe2') prepare() { mkdir build
[arch-commits] Commit in kdegames-ksnakeduel/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:17:46 Author: fyan Revision: 232706 upgpkg: kdegames-ksnakeduel 14.12.3-1 Modified: kdegames-ksnakeduel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:17:26 UTC (rev 232705) +++ PKGBUILD2015-03-04 15:17:46 UTC (rev 232706) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-ksnakeduel -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A simple snake duel game" url="http://kde.org/applications/games/ksnakeduel/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";) -sha1sums=('b15a31ed647d52a7ef54359cf2af96f20fbe75e5') +sha1sums=('a86f00dbb12e4dbe82773c767b4eecf36790af1f') build() { mkdir build
[arch-commits] Commit in kdegames-knavalbattle/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:15:18 Author: fyan Revision: 232698 upgpkg: kdegames-knavalbattle 14.12.3-1 Modified: kdegames-knavalbattle/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:14:44 UTC (rev 232697) +++ PKGBUILD2015-03-04 15:15:18 UTC (rev 232698) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-knavalbattle -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A ship sinking game" url="http://kde.org/applications/games/knavalbattle/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz";) -sha1sums=('cabdbe18fc20a6ee74c6182d4b7b6123180c01c6') +sha1sums=('1eb42d8286e1f4ee6ab8a048fe8a7a76acc33889') build() { mkdir build
[arch-commits] Commit in kdegames-kspaceduel/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:20:30 Author: fyan Revision: 232712 upgpkg: kdegames-kspaceduel 14.12.3-1 Modified: kdegames-kspaceduel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:20:23 UTC (rev 232711) +++ PKGBUILD2015-03-04 15:20:30 UTC (rev 232712) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-kspaceduel -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun" url="http://kde.org/applications/games/kspaceduel/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";) -sha1sums=('92980bc92974894a37e0a7f5bace5cedc14739cb') +sha1sums=('dd417e22fe9675a2a54f4356d301601f99a5b905') build() { mkdir build
[arch-commits] Commit in kdegames-ksquares/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:19:49 Author: fyan Revision: 232710 upgpkg: kdegames-ksquares 14.12.3-1 Modified: kdegames-ksquares/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:19:15 UTC (rev 232709) +++ PKGBUILD2015-03-04 15:19:49 UTC (rev 232710) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-ksquares -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes" url="http://kde.org/applications/games/ksquares/"; @@ -14,10 +14,13 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz";) -sha1sums=('89961f4e6b66aa347bd91c2de46bf7a48c769a45') +sha1sums=('62749c850f441d331499642401ab2b4300342f81') +prepare() { + mkdir build +} + build() { - mkdir build cd build cmake ../ksquares-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \
[arch-commits] Commit in kdegames-ksirk/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:19:00 Author: fyan Revision: 232708 upgpkg: kdegames-ksirk 14.12.3-1 Modified: kdegames-ksirk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:18:15 UTC (rev 232707) +++ PKGBUILD2015-03-04 15:19:00 UTC (rev 232708) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-ksirk -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A computerized version of a well known strategy game" url="http://kde.org/applications/games/ksirk/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";) -sha1sums=('f487bbd48e6ac7abfe3714b2ef2e555730d504df') +sha1sums=('dd09d42b0eb25100b7fa3dab248ed810d8c1088c') build() { mkdir build
[arch-commits] Commit in kdegames-ksnakeduel/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:18:15 Author: fyan Revision: 232707 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-ksnakeduel/repos/testing-i686/ kdegames-ksnakeduel/repos/testing-i686/PKGBUILD (from rev 232706, kdegames-ksnakeduel/trunk/PKGBUILD) kdegames-ksnakeduel/repos/testing-i686/kdegames-ksnakeduel.install (from rev 232706, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install) kdegames-ksnakeduel/repos/testing-x86_64/ kdegames-ksnakeduel/repos/testing-x86_64/PKGBUILD (from rev 232706, kdegames-ksnakeduel/trunk/PKGBUILD) kdegames-ksnakeduel/repos/testing-x86_64/kdegames-ksnakeduel.install (from rev 232706, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install) + testing-i686/PKGBUILD | 32 +++ testing-i686/kdegames-ksnakeduel.install | 11 + testing-x86_64/PKGBUILD| 32 +++ testing-x86_64/kdegames-ksnakeduel.install | 11 + 4 files changed, 86 insertions(+) Copied: kdegames-ksnakeduel/repos/testing-i686/PKGBUILD (from rev 232706, kdegames-ksnakeduel/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:18:15 UTC (rev 232707) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksnakeduel +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A simple snake duel game" +url="http://kde.org/applications/games/ksnakeduel/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";) +sha1sums=('a86f00dbb12e4dbe82773c767b4eecf36790af1f') + +build() { + mkdir build + cd build + cmake ../ksnakeduel-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksnakeduel/repos/testing-i686/kdegames-ksnakeduel.install (from rev 232706, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install) === --- testing-i686/kdegames-ksnakeduel.install(rev 0) +++ testing-i686/kdegames-ksnakeduel.install2015-03-04 15:18:15 UTC (rev 232707) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-ksnakeduel/repos/testing-x86_64/PKGBUILD (from rev 232706, kdegames-ksnakeduel/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:18:15 UTC (rev 232707) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-ksnakeduel +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A simple snake duel game" +url="http://kde.org/applications/games/ksnakeduel/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";) +sha1sums=('a86f00dbb12e4dbe82773c767b4eecf36790af1f') + +build() { + mkdir build + cd build + cmake ../ksnakeduel-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-ksnakeduel/repos/testing-x86_64/kdegames-ksnakeduel.install (from rev 232706, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install) === --- testing-x86_64/kdegames-ksnakeduel.install (rev 0) +++ testing-x86_64/kdegames-ksnakeduel.install 2015-03-04 15:18:15 UTC (rev 232707) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kdegames-kreversi/trunk (PKGBUILD)
Date: Wednesday, March 4, 2015 @ 16:14:28 Author: fyan Revision: 232696 upgpkg: kdegames-kreversi 14.12.3-1 Modified: kdegames-kreversi/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-04 15:13:24 UTC (rev 232695) +++ PKGBUILD2015-03-04 15:14:28 UTC (rev 232696) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdegames-kreversi -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A simple one player strategy game played against the computer" url="http://kde.org/applications/games/kreversi/"; @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz";) -sha1sums=('4767bb488d8997eb9024026bedb78f33e1430c48') +sha1sums=('8cb33739342798336bcd67fb0075f5eb6e3ea6bf') build() { mkdir build
[arch-commits] Commit in kdegames-knavalbattle/repos (6 files)
Date: Wednesday, March 4, 2015 @ 16:15:35 Author: fyan Revision: 232699 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdegames-knavalbattle/repos/testing-i686/ kdegames-knavalbattle/repos/testing-i686/PKGBUILD (from rev 232698, kdegames-knavalbattle/trunk/PKGBUILD) kdegames-knavalbattle/repos/testing-i686/kdegames-knavalbattle.install (from rev 232698, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install) kdegames-knavalbattle/repos/testing-x86_64/ kdegames-knavalbattle/repos/testing-x86_64/PKGBUILD (from rev 232698, kdegames-knavalbattle/trunk/PKGBUILD) kdegames-knavalbattle/repos/testing-x86_64/kdegames-knavalbattle.install (from rev 232698, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install) --+ testing-i686/PKGBUILD| 32 + testing-i686/kdegames-knavalbattle.install | 12 + testing-x86_64/PKGBUILD | 32 + testing-x86_64/kdegames-knavalbattle.install | 12 + 4 files changed, 88 insertions(+) Copied: kdegames-knavalbattle/repos/testing-i686/PKGBUILD (from rev 232698, kdegames-knavalbattle/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-04 15:15:35 UTC (rev 232699) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-knavalbattle +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A ship sinking game" +url="http://kde.org/applications/games/knavalbattle/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz";) +sha1sums=('1eb42d8286e1f4ee6ab8a048fe8a7a76acc33889') + +build() { + mkdir build + cd build + cmake ../knavalbattle-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-knavalbattle/repos/testing-i686/kdegames-knavalbattle.install (from rev 232698, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install) === --- testing-i686/kdegames-knavalbattle.install (rev 0) +++ testing-i686/kdegames-knavalbattle.install 2015-03-04 15:15:35 UTC (rev 232699) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-knavalbattle/repos/testing-x86_64/PKGBUILD (from rev 232698, kdegames-knavalbattle/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-04 15:15:35 UTC (rev 232699) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdegames-knavalbattle +pkgver=14.12.3 +pkgrel=1 +pkgdesc="A ship sinking game" +url="http://kde.org/applications/games/knavalbattle/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz";) +sha1sums=('1eb42d8286e1f4ee6ab8a048fe8a7a76acc33889') + +build() { + mkdir build + cd build + cmake ../knavalbattle-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-knavalbattle/repos/testing-x86_64/kdegames-knavalbattle.install (from rev 232698, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install) === --- testing-x86_64/kdegames-knavalbattle.install (rev 0) +++ testing-x86_64/kdegames-knavalbattle.install2015-03-04 15:15:35 UTC (rev 232699) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}