[arch-commits] Commit in kdebindings-smokeqt/repos (4 files)
Date: Saturday, November 9, 2013 @ 08:36:13 Author: andrea Revision: 199278 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdebindings-smokeqt/repos/extra-i686/PKGBUILD (from rev 199277, kdebindings-smokeqt/trunk/PKGBUILD) kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD (from rev 199277, kdebindings-smokeqt/trunk/PKGBUILD) Deleted: kdebindings-smokeqt/repos/extra-i686/PKGBUILD kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 33 -- extra-x86_64/PKGBUILD | 33 -- 3 files changed, 70 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-09 07:36:03 UTC (rev 199277) +++ extra-i686/PKGBUILD 2013-11-09 07:36:13 UTC (rev 199278) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdebindings-smokeqt -pkgver=4.11.3 -pkgrel=1 -pkgdesc="Language independent library for Qt bindings" -url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') -makedepends=('cmake' 'automoc4' 'mesa') -conflicts=('kdebindings-smoke') -source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";) -sha1sums=('eaa6df3360174a34ff987622d024d09c2fce358c') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../smokeqt-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWITH_Qwt5=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdebindings-smokeqt/repos/extra-i686/PKGBUILD (from rev 199277, kdebindings-smokeqt/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-09 07:36:13 UTC (rev 199278) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdebindings-smokeqt +pkgver=4.11.3 +pkgrel=2 +pkgdesc="Language independent library for Qt bindings" +url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kdebindings') +depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') +makedepends=('cmake' 'automoc4' 'mesa') +conflicts=('kdebindings-smoke') +source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";) +sha1sums=('eaa6df3360174a34ff987622d024d09c2fce358c') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../smokeqt-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWITH_Qwt5=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-09 07:36:03 UTC (rev 199277) +++ extra-x86_64/PKGBUILD 2013-11-09 07:36:13 UTC (rev 199278) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdebindings-smokeqt -pkgver=4.11.3 -pkgrel=1 -pkgdesc="Language independent library for Qt bindings" -url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kdebindings') -depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') -makedepends=('cmake' 'automoc4' 'mesa') -conflicts=('kdebindings-smoke') -source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";) -sha1sums=('eaa6df3360174a34ff987622d024d09c2fce358c') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../smokeqt-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWITH_Qwt5=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdebindings-smokeqt/repos/extra-x86_64/PKGBUILD (from rev 199277, kdebindings-smokeqt/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-11-09 07:36:13 UTC (rev 199278) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdebindings-smokeqt +pkgver=4.11.3 +pkgrel=2 +pkgdesc="Language independent library for Qt bindings" +url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kdebindings') +depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla') +makedepends=('cmake' 'automoc4' 'mesa') +conflicts=('kdebindings-smoke') +source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";) +sha1sum
[arch-commits] Commit in kdebindings-smokeqt/trunk (PKGBUILD)
Date: Saturday, November 9, 2013 @ 08:36:03 Author: andrea Revision: 199277 upgpkg: kdebindings-smokeqt 4.11.3-2 qscintilla rebuild Modified: kdebindings-smokeqt/trunk/PKGBUILD --+ PKGBUILD | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 07:16:28 UTC (rev 199276) +++ PKGBUILD2013-11-09 07:36:03 UTC (rev 199277) @@ -3,7 +3,7 @@ pkgname=kdebindings-smokeqt pkgver=4.11.3 -pkgrel=1 +pkgrel=2 pkgdesc="Language independent library for Qt bindings" url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"; arch=('i686' 'x86_64') @@ -15,9 +15,11 @@ source=("http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";) sha1sums=('eaa6df3360174a34ff987622d024d09c2fce358c') +prepare() { + mkdir build +} + build() { - cd "${srcdir}" - mkdir build cd build cmake ../smokeqt-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ @@ -28,6 +30,6 @@ } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in sqliteman/repos (8 files)
Date: Saturday, November 9, 2013 @ 08:34:10 Author: andrea Revision: 100708 archrelease: copy trunk to community-i686, community-x86_64 Added: sqliteman/repos/community-i686/PKGBUILD (from rev 100707, sqliteman/trunk/PKGBUILD) sqliteman/repos/community-i686/sqliteman.install (from rev 100707, sqliteman/trunk/sqliteman.install) sqliteman/repos/community-x86_64/PKGBUILD (from rev 100707, sqliteman/trunk/PKGBUILD) sqliteman/repos/community-x86_64/sqliteman.install (from rev 100707, sqliteman/trunk/sqliteman.install) Deleted: sqliteman/repos/community-i686/PKGBUILD sqliteman/repos/community-i686/sqliteman.install sqliteman/repos/community-x86_64/PKGBUILD sqliteman/repos/community-x86_64/sqliteman.install + /PKGBUILD | 70 +++ /sqliteman.install | 24 community-i686/PKGBUILD| 32 community-i686/sqliteman.install | 12 -- community-x86_64/PKGBUILD | 32 community-x86_64/sqliteman.install | 12 -- 6 files changed, 94 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-11-09 07:34:02 UTC (rev 100707) +++ community-i686/PKGBUILD 2013-11-09 07:34:10 UTC (rev 100708) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Geoffroy Carrier -# Contributor: Roman Porizka -# Contributor: Daniel J Griffiths - -pkgname=sqliteman -pkgver=1.2.2 -pkgrel=6 -pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" -arch=('i686' 'x86_64') -url="http://sqliteman.com/"; -license=('GPL') -depends=('qscintilla') -makedepends=('cmake') -install=sqliteman.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('5ecdf710e23606e1b924f740ea69306d') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: sqliteman/repos/community-i686/PKGBUILD (from rev 100707, sqliteman/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-11-09 07:34:10 UTC (rev 100708) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Geoffroy Carrier +# Contributor: Roman Porizka +# Contributor: Daniel J Griffiths + +pkgname=sqliteman +pkgver=1.2.2 +pkgrel=7 +pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" +arch=('i686' 'x86_64') +url="http://sqliteman.com/"; +license=('GPL') +depends=('qscintilla') +makedepends=('cmake') +install=sqliteman.install +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('5ecdf710e23606e1b924f740ea69306d') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: community-i686/sqliteman.install === --- community-i686/sqliteman.install2013-11-09 07:34:02 UTC (rev 100707) +++ community-i686/sqliteman.install2013-11-09 07:34:10 UTC (rev 100708) @@ -1,12 +0,0 @@ -post_install() { -xdg-icon-resource forceupdate --theme hicolor &> /dev/null -update-desktop-database -q -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: sqliteman/repos/community-i686/sqliteman.install (from rev 100707, sqliteman/trunk/sqliteman.install) === --- community-i686/sqliteman.install(rev 0) +++ community-i686/sqliteman.install2013-11-09 07:34:10 UTC (rev 100708) @@ -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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-11-09 07:34:02 UTC (rev 100707) +++ community-x86_64/PKGBUILD 2013-11-09 07:34:10 UTC (rev 100708) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Geoffroy Carrier -# Contributor: Roman Porizka -# Contributor: Daniel J Griffiths - -pkgname=sqliteman -pkgver=1.2.2 -pkgrel=6 -pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" -arch=('i686' 'x86_64') -url="http://sqliteman.com/"; -license=('GPL') -depends=('qscintilla') -makedepends=('cmake') -install=sq
[arch-commits] Commit in sqliteman/trunk (PKGBUILD)
Date: Saturday, November 9, 2013 @ 08:34:02 Author: andrea Revision: 100707 upgpkg: sqliteman 1.2.2-7 qscintilla rebuild Modified: sqliteman/trunk/PKGBUILD --+ PKGBUILD |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 01:59:35 UTC (rev 100706) +++ PKGBUILD2013-11-09 07:34:02 UTC (rev 100707) @@ -6,7 +6,7 @@ pkgname=sqliteman pkgver=1.2.2 -pkgrel=6 +pkgrel=7 pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" arch=('i686' 'x86_64') url="http://sqliteman.com/"; @@ -17,8 +17,11 @@ source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) md5sums=('5ecdf710e23606e1b924f740ea69306d') +prepare() { + mkdir build +} + build() { - mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \
[arch-commits] Commit in qscintilla/trunk (PKGBUILD)
Date: Saturday, November 9, 2013 @ 08:16:19 Author: andrea Revision: 199275 upgpkg: qscintilla 2.8-1 Upstream release Modified: qscintilla/trunk/PKGBUILD --+ PKGBUILD | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 05:21:55 UTC (rev 199274) +++ PKGBUILD2013-11-09 07:16:19 UTC (rev 199275) @@ -5,8 +5,8 @@ pkgbase=qscintilla pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' 'python-qscintilla-common') -pkgver=2.7.2 -pkgrel=3 +pkgver=2.8 +pkgrel=1 license=('GPL') arch=('i686' 'x86_64') url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"; @@ -13,17 +13,19 @@ makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath') source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"; 'configure.py-objdir-support.diff') -md5sums=('0fbfb06078f206a241a62c94861cce21' +md5sums=('02c406d8cd5db661f127303e91775c0b' 'eae1bd23117c5f1f7f172a1c1e11f600') -build() { -cd "${srcdir}/QScintilla-gpl-${pkgver}" +prepare() { +cd QScintilla-gpl-${pkgver} patch -Np1 -i "${srcdir}/configure.py-objdir-support.diff" +} -cd Qt4Qt5 +build() { +cd QScintilla-gpl-${pkgver}/Qt4Qt5 qmake-qt4 qscintilla.pro make - + cd ../designer-Qt4Qt5 qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5 make @@ -36,7 +38,7 @@ cd ../Python2 python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4 -make +make } package_qscintilla() { @@ -43,10 +45,10 @@ pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class" depends=('qt4') -cd "${srcdir}/QScintilla-gpl-${pkgver}/Qt4Qt5" +cd QScintilla-gpl-${pkgver}/Qt4Qt5 make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -cd "${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4Qt5" +cd ../designer-Qt4Qt5 make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install } @@ -54,11 +56,11 @@ pkgdesc="Common python qscintilla bindings files shared between python-qscintilla and python2-qscintilla" depends=('qscintilla') -cd "${srcdir}/QScintilla-gpl-${pkgver}"/Python +cd QScintilla-gpl-${pkgver}/Python make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - + # Provided by python-qscintilla -rm "${pkgdir}/usr/lib/python3.3/site-packages/PyQt4/Qsci.so" +rm "${pkgdir}"/usr/lib/python3.3/site-packages/PyQt4/Qsci.so } package_python-qscintilla() { @@ -65,9 +67,9 @@ pkgdesc="Python 3.x bindings for QScintilla2" depends=('python-qscintilla-common' 'python-pyqt4') -cd "${srcdir}/QScintilla-gpl-${pkgver}/Python" +cd QScintilla-gpl-${pkgver}/Python install -Dm755 Qsci.so \ - "${pkgdir}/usr/lib/python3.3/site-packages/PyQt4/Qsci.so" + "${pkgdir}"/usr/lib/python3.3/site-packages/PyQt4/Qsci.so } package_python2-qscintilla() { @@ -74,7 +76,7 @@ pkgdesc="Python 2.x bindings for QScintilla2" depends=('python-qscintilla-common' 'python2-pyqt4') -cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2" +cd QScintilla-gpl-${pkgver}/Python2 install -Dm755 Qsci.so \ - "${pkgdir}/usr/lib/python2.7/site-packages/PyQt4/Qsci.so" + "${pkgdir}"/usr/lib/python2.7/site-packages/PyQt4/Qsci.so }
[arch-commits] Commit in qscintilla/repos (8 files)
Date: Saturday, November 9, 2013 @ 08:16:28 Author: andrea Revision: 199276 archrelease: copy trunk to extra-i686, extra-x86_64 Added: qscintilla/repos/extra-i686/PKGBUILD (from rev 199275, qscintilla/trunk/PKGBUILD) qscintilla/repos/extra-i686/configure.py-objdir-support.diff (from rev 199275, qscintilla/trunk/configure.py-objdir-support.diff) qscintilla/repos/extra-x86_64/PKGBUILD (from rev 199275, qscintilla/trunk/PKGBUILD) qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff (from rev 199275, qscintilla/trunk/configure.py-objdir-support.diff) Deleted: qscintilla/repos/extra-i686/PKGBUILD qscintilla/repos/extra-i686/configure.py-objdir-support.diff qscintilla/repos/extra-x86_64/PKGBUILD qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff ---+ /PKGBUILD | 164 /configure.py-objdir-support.diff | 42 ++ extra-i686/PKGBUILD | 80 --- extra-i686/configure.py-objdir-support.diff | 21 --- extra-x86_64/PKGBUILD | 80 --- extra-x86_64/configure.py-objdir-support.diff | 21 --- 6 files changed, 206 insertions(+), 202 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-09 07:16:19 UTC (rev 199275) +++ extra-i686/PKGBUILD 2013-11-09 07:16:28 UTC (rev 199276) @@ -1,80 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Douglas Soares de Andrade - -pkgbase=qscintilla -pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' - 'python-qscintilla-common') -pkgver=2.7.2 -pkgrel=3 -license=('GPL') -arch=('i686' 'x86_64') -url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"; -makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath') -source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"; -'configure.py-objdir-support.diff') -md5sums=('0fbfb06078f206a241a62c94861cce21' - 'eae1bd23117c5f1f7f172a1c1e11f600') - -build() { -cd "${srcdir}/QScintilla-gpl-${pkgver}" -patch -Np1 -i "${srcdir}/configure.py-objdir-support.diff" - -cd Qt4Qt5 -qmake-qt4 qscintilla.pro -make - -cd ../designer-Qt4Qt5 -qmake-qt4 designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5 -make - -cd ../ -cp -rf Python Python2 -cd Python -python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4 -make - -cd ../Python2 -python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4 -make -} - -package_qscintilla() { -pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class" -depends=('qt4') - -cd "${srcdir}/QScintilla-gpl-${pkgver}/Qt4Qt5" -make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - -cd "${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4Qt5" -make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -} - -package_python-qscintilla-common() { -pkgdesc="Common python qscintilla bindings files shared between python-qscintilla and python2-qscintilla" -depends=('qscintilla') - -cd "${srcdir}/QScintilla-gpl-${pkgver}"/Python -make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - -# Provided by python-qscintilla -rm "${pkgdir}/usr/lib/python3.3/site-packages/PyQt4/Qsci.so" -} - -package_python-qscintilla() { -pkgdesc="Python 3.x bindings for QScintilla2" -depends=('python-qscintilla-common' 'python-pyqt4') - -cd "${srcdir}/QScintilla-gpl-${pkgver}/Python" -install -Dm755 Qsci.so \ - "${pkgdir}/usr/lib/python3.3/site-packages/PyQt4/Qsci.so" -} - -package_python2-qscintilla() { -pkgdesc="Python 2.x bindings for QScintilla2" -depends=('python-qscintilla-common' 'python2-pyqt4') - -cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2" -install -Dm755 Qsci.so \ - "${pkgdir}/usr/lib/python2.7/site-packages/PyQt4/Qsci.so" -} Copied: qscintilla/repos/extra-i686/PKGBUILD (from rev 199275, qscintilla/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-09 07:16:28 UTC (rev 199276) @@ -0,0 +1,82 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Douglas Soares de Andrade + +pkgbase=qscintilla +pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla' + 'python-qscintilla-common') +pkgver=2.8 +pkgrel=1 +license=('GPL') +arch=('i686' 'x86_64') +url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"; +makedepends=('python2-pyqt4' 'python-pyqt4' 'chrpath') +source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz"; +'configure.py-objdir-support.diff') +md5sums=('02c406d8cd5db661f127303e91775c0b' + 'eae1bd23117c5f1f7f172a1c1e11f60
[arch-commits] Commit in w3m/repos (18 files)
Date: Saturday, November 9, 2013 @ 06:21:55 Author: bisson Revision: 199274 archrelease: copy trunk to extra-i686, extra-x86_64 Added: w3m/repos/extra-i686/PKGBUILD (from rev 199273, w3m/trunk/PKGBUILD) w3m/repos/extra-i686/file_handle.patch (from rev 199273, w3m/trunk/file_handle.patch) w3m/repos/extra-i686/form_unknown.patch (from rev 199273, w3m/trunk/form_unknown.patch) w3m/repos/extra-i686/gc72.patch (from rev 199273, w3m/trunk/gc72.patch) w3m/repos/extra-i686/https.patch (from rev 199273, w3m/trunk/https.patch) w3m/repos/extra-x86_64/PKGBUILD (from rev 199273, w3m/trunk/PKGBUILD) w3m/repos/extra-x86_64/file_handle.patch (from rev 199273, w3m/trunk/file_handle.patch) w3m/repos/extra-x86_64/form_unknown.patch (from rev 199273, w3m/trunk/form_unknown.patch) w3m/repos/extra-x86_64/gc72.patch (from rev 199273, w3m/trunk/gc72.patch) w3m/repos/extra-x86_64/https.patch (from rev 199273, w3m/trunk/https.patch) Deleted: w3m/repos/extra-i686/PKGBUILD w3m/repos/extra-i686/file_handle.patch w3m/repos/extra-i686/gc72.patch w3m/repos/extra-i686/https.patch w3m/repos/extra-x86_64/PKGBUILD w3m/repos/extra-x86_64/file_handle.patch w3m/repos/extra-x86_64/gc72.patch w3m/repos/extra-x86_64/https.patch -+ /PKGBUILD | 104 /file_handle.patch | 120 ++ /gc72.patch | 26 /https.patch| 38 extra-i686/PKGBUILD | 50 --- extra-i686/file_handle.patch| 60 --- extra-i686/form_unknown.patch | 15 extra-i686/gc72.patch | 13 extra-i686/https.patch | 19 -- extra-x86_64/PKGBUILD | 50 --- extra-x86_64/file_handle.patch | 60 --- extra-x86_64/form_unknown.patch | 15 extra-x86_64/gc72.patch | 13 extra-x86_64/https.patch| 19 -- 14 files changed, 318 insertions(+), 284 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-09 05:20:57 UTC (rev 199273) +++ extra-i686/PKGBUILD 2013-11-09 05:21:55 UTC (rev 199274) @@ -1,50 +0,0 @@ -# $Id$ -# Contributor: dorphell -# Maintainer: Gaetan Bisson - -pkgname=w3m -pkgver=0.5.3 -pkgrel=4 -pkgdesc='Text-based Web browser, as well as pager' -url='http://w3m.sourceforge.net/' -license=('custom') -arch=('i686' 'x86_64') -makedepends=('imlib2') -optdepends=('imlib2: for graphics support') -depends=('openssl' 'gc' 'ncurses') -source=("http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz"; -'file_handle.patch' -'https.patch' -'gc72.patch') -sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237' - '457de43be7eabc652614461a7ab25e3ba76b2aff' - '66affb2f695fe0bdde25cf774642bfd6a9404e88' - '7baa06ca684fd140503a2adc65e2d606970c4662') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../file_handle.patch - patch -p1 -i ../https.patch - patch -p1 -i ../gc72.patch - - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib \ - --enable-image=x11,fb \ - --with-imagelib=imlib2 \ - --with-termlib=ncurses \ - --disable-w3mmailer \ - --disable-mouse \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}" - find doc/* | grep -v CVS | xargs -i install -m644 "{}" "${pkgdir}/usr/share/doc/${pkgname}" - ln -s ../../doc/"${pkgname}"/README "${pkgdir}/usr/share/licenses/${pkgname}" -} Copied: w3m/repos/extra-i686/PKGBUILD (from rev 199273, w3m/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-09 05:21:55 UTC (rev 199274) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: dorphell + +pkgname=w3m +pkgver=0.5.3 +pkgrel=5 +pkgdesc='Text-based Web browser, as well as pager' +url='http://w3m.sourceforge.net/' +license=('custom') +arch=('i686' 'x86_64') +makedepends=('imlib2') +optdepends=('imlib2: for graphics support') +depends=('openssl' 'gc' 'ncurses') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"; +'form_unknown.patch' +'file_handle.patch' +'https.patch' +'gc72.patch') +sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237' + '23d648033ad77f3c67d370c62cf7b7ed86b5c6f2' + '457de43be7eabc652614461a7ab25e3ba76b2aff' + '66affb2f695fe0bdde25cf774642bfd6a940
[arch-commits] Commit in w3m/trunk (PKGBUILD form_unknown.patch)
Date: Saturday, November 9, 2013 @ 06:20:57 Author: bisson Revision: 199273 fix unknown form fields issue Added: w3m/trunk/form_unknown.patch Modified: w3m/trunk/PKGBUILD + PKGBUILD | 13 ++--- form_unknown.patch | 15 +++ 2 files changed, 21 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 04:37:10 UTC (rev 199272) +++ PKGBUILD2013-11-09 05:20:57 UTC (rev 199273) @@ -1,10 +1,10 @@ # $Id$ +# Maintainer: Gaetan Bisson # Contributor: dorphell -# Maintainer: Gaetan Bisson pkgname=w3m pkgver=0.5.3 -pkgrel=4 +pkgrel=5 pkgdesc='Text-based Web browser, as well as pager' url='http://w3m.sourceforge.net/' license=('custom') @@ -12,11 +12,13 @@ makedepends=('imlib2') optdepends=('imlib2: for graphics support') depends=('openssl' 'gc' 'ncurses') -source=("http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz"; +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"; +'form_unknown.patch' 'file_handle.patch' 'https.patch' 'gc72.patch') sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237' + '23d648033ad77f3c67d370c62cf7b7ed86b5c6f2' '457de43be7eabc652614461a7ab25e3ba76b2aff' '66affb2f695fe0bdde25cf774642bfd6a9404e88' '7baa06ca684fd140503a2adc65e2d606970c4662') @@ -23,12 +25,9 @@ prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../file_handle.patch - patch -p1 -i ../https.patch - patch -p1 -i ../gc72.patch + ls ../*.patch | xargs -i patch -p1 -i {} } - build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ Added: form_unknown.patch === --- form_unknown.patch (rev 0) +++ form_unknown.patch 2013-11-09 05:20:57 UTC (rev 199273) @@ -0,0 +1,15 @@ +See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843 + +Index: w3m-git/form.c +=== +--- w3m-git.orig/form.c2011-02-28 15:03:36.0 +0100 w3m-git/form.c 2011-02-28 15:32:33.0 +0100 +@@ -196,7 +196,7 @@ + if (!strcasecmp(typestr, _formtypetbl[i])) + return i; + } +-return FORM_UNKNOWN; ++return FORM_INPUT_TEXT; + } + + void
[arch-commits] Commit in mpd/repos (16 files)
Date: Saturday, November 9, 2013 @ 05:37:10 Author: bisson Revision: 199272 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mpd/repos/extra-i686/PKGBUILD (from rev 199271, mpd/trunk/PKGBUILD) mpd/repos/extra-i686/conf (from rev 199271, mpd/trunk/conf) mpd/repos/extra-i686/install (from rev 199271, mpd/trunk/install) mpd/repos/extra-i686/tmpfiles.d (from rev 199271, mpd/trunk/tmpfiles.d) mpd/repos/extra-x86_64/PKGBUILD (from rev 199271, mpd/trunk/PKGBUILD) mpd/repos/extra-x86_64/conf (from rev 199271, mpd/trunk/conf) mpd/repos/extra-x86_64/install (from rev 199271, mpd/trunk/install) mpd/repos/extra-x86_64/tmpfiles.d (from rev 199271, mpd/trunk/tmpfiles.d) Deleted: mpd/repos/extra-i686/PKGBUILD mpd/repos/extra-i686/conf mpd/repos/extra-i686/install mpd/repos/extra-i686/tmpfiles.d mpd/repos/extra-x86_64/PKGBUILD mpd/repos/extra-x86_64/conf mpd/repos/extra-x86_64/install mpd/repos/extra-x86_64/tmpfiles.d -+ /PKGBUILD | 112 ++ /conf | 14 + /install| 22 + /tmpfiles.d |2 extra-i686/PKGBUILD | 55 -- extra-i686/conf |7 -- extra-i686/install | 11 extra-i686/tmpfiles.d |1 extra-x86_64/PKGBUILD | 55 -- extra-x86_64/conf |7 -- extra-x86_64/install| 11 extra-x86_64/tmpfiles.d |1 12 files changed, 150 insertions(+), 148 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-09 04:32:04 UTC (rev 199271) +++ extra-i686/PKGBUILD 2013-11-09 04:37:10 UTC (rev 199272) @@ -1,55 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Angel Velasquez -# Contributor: Andrea Scarpino -# Contributor: Damir Perisa -# Contributor: Ben - -pkgname=mpd -pkgver=0.18.3 -pkgrel=1 -pkgdesc='Flexible, powerful, server-side application for playing music' -url='http://www.musicpd.org/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2' - 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl') -makedepends=('doxygen') -source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} -'tmpfiles.d' -'conf') -sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP' - 'f4d5922abb69abb739542d8e93f4dfd748acdad7' - '67c145c046cddd885630d72ce8ebe71f8321ff3b') - -backup=('etc/mpd.conf') -install=install - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i src/input/CdioParanoiaInputPlugin.cxx -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --enable-jack \ - --enable-soundcloud \ - --enable-pipe-output \ - --enable-pulse \ - --disable-sidplay \ - --with-systemdsystemunitdir=/usr/lib/systemd/system - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf - install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf - install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists - install -d "${pkgdir}"/usr/lib/systemd/user - ln -s ../system/mpd.service "${pkgdir}"/usr/lib/systemd/user/mpd.service -} Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199271, mpd/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-09 04:37:10 UTC (rev 199272) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Angel Velasquez +# Contributor: Andrea Scarpino +# Contributor: Damir Perisa +# Contributor: Ben + +pkgname=mpd +pkgver=0.18.3 +pkgrel=2 +pkgdesc='Flexible, powerful, server-side application for playing music' +url='http://www.musicpd.org/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2' + 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 'libmpdclient') +makedepends=('doxygen') +source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} +'tmpfiles.d' +'conf') +sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP' + 'f4d5922abb69abb739542d8e93f4dfd748acdad7' + '67c145c046cddd885630d72ce8ebe71f8321ff3b') + +backup=('etc/mpd.conf') +install=install + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed 's:cdio/paranoia.h:cdio/paranoia/pa
[arch-commits] Commit in mpd/trunk (PKGBUILD)
Date: Saturday, November 9, 2013 @ 05:32:04 Author: bisson Revision: 199271 enable libmpdclient (allows proxy databases) Modified: mpd/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 02:35:07 UTC (rev 199270) +++ PKGBUILD2013-11-09 04:32:04 UTC (rev 199271) @@ -7,13 +7,13 @@ pkgname=mpd pkgver=0.18.3 -pkgrel=1 +pkgrel=2 pkgdesc='Flexible, powerful, server-side application for playing music' url='http://www.musicpd.org/' license=('GPL') arch=('i686' 'x86_64') depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2' - 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl') + 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 'libmpdclient') makedepends=('doxygen') source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig} 'tmpfiles.d' @@ -35,6 +35,7 @@ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ + --enable-libmpdclient \ --enable-jack \ --enable-soundcloud \ --enable-pipe-output \
[arch-commits] Commit in glibc/repos (32 files)
Date: Saturday, November 9, 2013 @ 03:35:07 Author: allan Revision: 199270 archrelease: copy trunk to testing-i686, testing-x86_64 Added: glibc/repos/testing-i686/ glibc/repos/testing-i686/PKGBUILD (from rev 199269, glibc/trunk/PKGBUILD) glibc/repos/testing-i686/glibc-2.18-getaddrinfo-CVE-2013-4458.patch (from rev 199269, glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch) glibc/repos/testing-i686/glibc-2.18-getaddrinfo-assertion.patch (from rev 199269, glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch) glibc/repos/testing-i686/glibc-2.18-make-4.patch (from rev 199269, glibc/trunk/glibc-2.18-make-4.patch) glibc/repos/testing-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch (from rev 199269, glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch) glibc/repos/testing-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch (from rev 199269, glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch) glibc/repos/testing-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch (from rev 199269, glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch) glibc/repos/testing-i686/glibc-2.18-scanf-parse-0e-0.patch (from rev 199269, glibc/trunk/glibc-2.18-scanf-parse-0e-0.patch) glibc/repos/testing-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch (from rev 199269, glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch) glibc/repos/testing-i686/glibc-2.18-strstr-hackfix.patch (from rev 199269, glibc/trunk/glibc-2.18-strstr-hackfix.patch) glibc/repos/testing-i686/glibc.install (from rev 199269, glibc/trunk/glibc.install) glibc/repos/testing-i686/locale-gen (from rev 199269, glibc/trunk/locale-gen) glibc/repos/testing-i686/locale.gen.txt (from rev 199269, glibc/trunk/locale.gen.txt) glibc/repos/testing-i686/nscd.service (from rev 199269, glibc/trunk/nscd.service) glibc/repos/testing-i686/nscd.tmpfiles (from rev 199269, glibc/trunk/nscd.tmpfiles) glibc/repos/testing-x86_64/ glibc/repos/testing-x86_64/PKGBUILD (from rev 199269, glibc/trunk/PKGBUILD) glibc/repos/testing-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch (from rev 199269, glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch) glibc/repos/testing-x86_64/glibc-2.18-getaddrinfo-assertion.patch (from rev 199269, glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch) glibc/repos/testing-x86_64/glibc-2.18-make-4.patch (from rev 199269, glibc/trunk/glibc-2.18-make-4.patch) glibc/repos/testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch (from rev 199269, glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch) glibc/repos/testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch (from rev 199269, glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch) glibc/repos/testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch (from rev 199269, glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch) glibc/repos/testing-x86_64/glibc-2.18-scanf-parse-0e-0.patch (from rev 199269, glibc/trunk/glibc-2.18-scanf-parse-0e-0.patch) glibc/repos/testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch (from rev 199269, glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch) glibc/repos/testing-x86_64/glibc-2.18-strstr-hackfix.patch (from rev 199269, glibc/trunk/glibc-2.18-strstr-hackfix.patch) glibc/repos/testing-x86_64/glibc.install (from rev 199269, glibc/trunk/glibc.install) glibc/repos/testing-x86_64/locale-gen (from rev 199269, glibc/trunk/locale-gen) glibc/repos/testing-x86_64/locale.gen.txt (from rev 199269, glibc/trunk/locale.gen.txt) glibc/repos/testing-x86_64/nscd.service (from rev 199269, glibc/trunk/nscd.service) glibc/repos/testing-x86_64/nscd.tmpfiles (from rev 199269, glibc/trunk/nscd.tmpfiles) --+ testing-i686/PKGBUILD| 188 + testing-i686/glibc-2.18-getaddrinfo-CVE-2013-4458.patch | 41 testing-i686/glibc-2.18-getaddrinfo-assertion.patch | 39 testing-i686/glibc-2.18-make-4.patch | 45 testing-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch | 54 testing-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch | 485 testing-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch| 281 ++ testing-i686/glibc-2.18-scanf-parse-0e-0.patch | 67 testing-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch | 1004 ++ testing-i686/glibc-2.18-strstr-hackfix.patch | 13 testing-i686/glibc.install | 22 testing-i686/locale-gen | 56 testing-i686/locale.gen.txt | 23 testing-i686/nscd.service| 18 testing-i686/nscd.tmpfiles |4 testing-x86_64/PKGBUILD | 188 + testing-x86_64/gl
[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.18-scanf-parse-0e-0.patch)
Date: Saturday, November 9, 2013 @ 03:19:22 Author: allan Revision: 199269 upgpkg: glibc 2.18-10 scanf parsing 0e-0 fix Added: glibc/trunk/glibc-2.18-scanf-parse-0e-0.patch Modified: glibc/trunk/PKGBUILD ---+ PKGBUILD |7 +++ glibc-2.18-scanf-parse-0e-0.patch | 67 2 files changed, 73 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 01:00:16 UTC (rev 199268) +++ PKGBUILD2013-11-09 02:19:22 UTC (rev 199269) @@ -8,7 +8,7 @@ pkgname=glibc pkgver=2.18 -pkgrel=9 +pkgrel=10 pkgdesc="GNU C Library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc"; @@ -29,6 +29,7 @@ glibc-2.18-ptr-mangle-CVE-2013-4788.patch glibc-2.18-getaddrinfo-CVE-2013-4458.patch glibc-2.18-getaddrinfo-assertion.patch +glibc-2.18-scanf-parse-0e-0.patch glibc-2.18-strstr-hackfix.patch nscd.service nscd.tmpfiles @@ -43,6 +44,7 @@ '9749ba386b08a8fe53e7ecede9bf2dfb' '71329fccb8eb583fb0d67b55f1e8df68' 'd4d86add33f22125777e0ecff06bc9bb' + '01d19fe9b2aea489cf5651530e0369f2' '4441f6dfe7d75ced1fa75e54dd21d36e' 'd5fab2cd3abea65aa5ae696ea4a47d6b' 'da662ca76e7c8d7efbc7986ab7acea2d' @@ -73,6 +75,9 @@ # upstream commit 894f3f10 patch -p1 -i $srcdir/glibc-2.18-getaddrinfo-assertion.patch + # upstream commit a4966c61 + patch -p1 -i $srcdir/glibc-2.18-scanf-parse-0e-0.patch + # hack fix for strstr issues on x86 patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch Added: glibc-2.18-scanf-parse-0e-0.patch === --- glibc-2.18-scanf-parse-0e-0.patch (rev 0) +++ glibc-2.18-scanf-parse-0e-0.patch 2013-11-09 02:19:22 UTC (rev 199269) @@ -0,0 +1,67 @@ +diff --git a/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c +index 1edb227..3c34f58 100644 +--- a/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c +@@ -109,6 +109,19 @@ struct test double_tests[] = + { L("-inf"), L("%g"), 1 } + }; + ++struct test2 ++{ ++ const CHAR *str; ++ const CHAR *fmt; ++ int retval; ++ char residual; ++} double_tests2[] = ++{ ++ { L("0e+0"), L("%g%c"), 1, 0 }, ++ { L("0xe+0"), L("%g%c"), 2, '+' }, ++ { L("0x.e+0"), L("%g%c"), 2, '+' }, ++}; ++ + int + main (void) + { +@@ -196,5 +209,26 @@ main (void) + } + } + ++ for (i = 0; i < sizeof (double_tests2) / sizeof (double_tests2[0]); ++i) ++{ ++ double dummy; ++ int ret; ++ char c = 0; ++ ++ if ((ret = SSCANF (double_tests2[i].str, double_tests2[i].fmt, ++ &dummy, &c)) != double_tests2[i].retval) ++ { ++printf ("double_tests2[%d] returned %d != %d\n", ++i, ret, double_tests2[i].retval); ++result = 1; ++ } ++ else if (ret == 2 && c != double_tests2[i].residual) ++ { ++printf ("double_tests2[%d] stopped at '%c' != '%c'\n", ++i, c, double_tests2[i].residual); ++result = 1; ++ } ++} ++ + return result; + } +diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c +index 78dc2fc..e6fa8f3 100644 +--- a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c +@@ -1966,6 +1966,8 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr, + if (width > 0) + --width; + } ++else ++ got_digit = 1; + } + + while (1) +-- +1.8.4.2 +
[arch-commits] Commit in python-boto/repos/community-any (4 files)
Date: Saturday, November 9, 2013 @ 02:59:35 Author: fyan Revision: 100706 archrelease: copy trunk to community-any Added: python-boto/repos/community-any/LICENSE (from rev 100705, python-boto/trunk/LICENSE) python-boto/repos/community-any/PKGBUILD (from rev 100705, python-boto/trunk/PKGBUILD) Deleted: python-boto/repos/community-any/LICENSE python-boto/repos/community-any/PKGBUILD --+ LICENSE | 38 +++ PKGBUILD | 74 ++--- 2 files changed, 56 insertions(+), 56 deletions(-) Deleted: LICENSE === --- LICENSE 2013-11-09 01:58:51 UTC (rev 100705) +++ LICENSE 2013-11-09 01:59:35 UTC (rev 100706) @@ -1,19 +0,0 @@ -Copyright (c) 2007 Mitch Garnaat - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. Copied: python-boto/repos/community-any/LICENSE (from rev 100705, python-boto/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2013-11-09 01:59:35 UTC (rev 100706) @@ -0,0 +1,19 @@ +Copyright (c) 2007 Mitch Garnaat + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. Deleted: PKGBUILD === --- PKGBUILD2013-11-09 01:58:51 UTC (rev 100705) +++ PKGBUILD2013-11-09 01:59:35 UTC (rev 100706) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Kaiting Chen -# Maintainer: Aaron Schaefer - -pkgbase=python-boto -pkgname=python2-boto -pkgver=2.15.0 -pkgrel=1 -pkgdesc='A Python interface to Amazon Web Services (AWS)' -arch=('any') -url='https://github.com/boto/boto' -license=('MIT') -depends=('python2') -makedepends=('python2-setuptools') -conflicts=('python-boto>=2.5.2-1') -replaces=('python-boto>=2.5.2-1') -source=("http://github.com/boto/boto/archive/$pkgver.tar.gz"; -'LICENSE') - -prepare() { - cd "$srcdir/boto-$pkgver" - - # python2 fix - find . -name '*.py' -type f -print0 | xargs -0 \ -sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' -} - -package_python2-boto() { - cd "$srcdir/boto-$pkgver" - - python2 setup.py install --root="$pkgdir" - install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -sha512sums=('c9bb4a63b363297199d6458c740b4d8b42b0644d677e150461533128b6fa0ce28f2b6912ea98ba13e5e5f6ee88e60c2860c9692b39db8084287658a4229c2d6e' - '1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d') Copied: python-boto/repos/community-any/PKGBUILD (from rev 100705, python-boto/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-11-09 01:59:35 UTC (rev 100706) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Kaiting Chen +# Maintainer: Aaron Schaefer + +pkgbase=p
[arch-commits] Commit in python-boto/trunk (PKGBUILD)
Date: Saturday, November 9, 2013 @ 02:58:51 Author: fyan Revision: 100705 upgpkg: python-boto 2.16.0-1 Modified: python-boto/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-08 20:17:24 UTC (rev 100704) +++ PKGBUILD2013-11-09 01:58:51 UTC (rev 100705) @@ -5,7 +5,7 @@ pkgbase=python-boto pkgname=python2-boto -pkgver=2.15.0 +pkgver=2.16.0 pkgrel=1 pkgdesc='A Python interface to Amazon Web Services (AWS)' arch=('any') @@ -15,11 +15,11 @@ makedepends=('python2-setuptools') conflicts=('python-boto>=2.5.2-1') replaces=('python-boto>=2.5.2-1') -source=("http://github.com/boto/boto/archive/$pkgver.tar.gz"; +source=("http://github.com/boto/boto/archive/${pkgver}.tar.gz"; 'LICENSE') prepare() { - cd "$srcdir/boto-$pkgver" + cd boto-$pkgver # python2 fix find . -name '*.py' -type f -print0 | xargs -0 \ @@ -27,11 +27,11 @@ } package_python2-boto() { - cd "$srcdir/boto-$pkgver" + cd boto-$pkgver python2 setup.py install --root="$pkgdir" install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -sha512sums=('c9bb4a63b363297199d6458c740b4d8b42b0644d677e150461533128b6fa0ce28f2b6912ea98ba13e5e5f6ee88e60c2860c9692b39db8084287658a4229c2d6e' +sha512sums=('20fd7d213db22948cd993ed609587344eb7aeeedb45cdbf15cc1c23cb8f4fb5dc2ba2e9a5257699d6f2b8e130c9407961cbcfb3d7e42673742082ba94371fe96' '1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')
[arch-commits] Commit in texinfo/repos (10 files)
Date: Saturday, November 9, 2013 @ 02:00:16 Author: allan Revision: 199268 archrelease: copy trunk to testing-i686, testing-x86_64 Added: texinfo/repos/testing-i686/ texinfo/repos/testing-i686/PKGBUILD (from rev 199267, texinfo/trunk/PKGBUILD) texinfo/repos/testing-i686/texinfo-4.13a-data_types.patch (from rev 199267, texinfo/trunk/texinfo-4.13a-data_types.patch) texinfo/repos/testing-i686/texinfo-5.2-C-n-fix.patch (from rev 199267, texinfo/trunk/texinfo-5.2-C-n-fix.patch) texinfo/repos/testing-i686/texinfo.install (from rev 199267, texinfo/trunk/texinfo.install) texinfo/repos/testing-x86_64/ texinfo/repos/testing-x86_64/PKGBUILD (from rev 199267, texinfo/trunk/PKGBUILD) texinfo/repos/testing-x86_64/texinfo-4.13a-data_types.patch (from rev 199267, texinfo/trunk/texinfo-4.13a-data_types.patch) texinfo/repos/testing-x86_64/texinfo-5.2-C-n-fix.patch (from rev 199267, texinfo/trunk/texinfo-5.2-C-n-fix.patch) texinfo/repos/testing-x86_64/texinfo.install (from rev 199267, texinfo/trunk/texinfo.install) ---+ testing-i686/PKGBUILD | 40 testing-i686/texinfo-4.13a-data_types.patch | 32 +++ testing-i686/texinfo-5.2-C-n-fix.patch| 10 ++ testing-i686/texinfo.install | 21 testing-x86_64/PKGBUILD | 40 testing-x86_64/texinfo-4.13a-data_types.patch | 32 +++ testing-x86_64/texinfo-5.2-C-n-fix.patch | 10 ++ testing-x86_64/texinfo.install| 21 8 files changed, 206 insertions(+) Copied: texinfo/repos/testing-i686/PKGBUILD (from rev 199267, texinfo/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-11-09 01:00:16 UTC (rev 199268) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Tom Newsom + +pkgname=texinfo +pkgver=5.2 +pkgrel=2 +pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" +arch=('i686' 'x86_64') +url="http://www.gnu.org/software/texinfo/"; +license=('GPL3') +groups=('base' 'base-devel') +depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh') +install=texinfo.install +source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} + texinfo-5.2-C-n-fix.patch) +md5sums=('cb489df8a7ee9d10a236197aefdb32c5' + 'SKIP' + '89724bac1ecbd1a57b1ea81e87f96f44') + +prepare() { + cd ${srcdir}/${pkgname}-${pkgver} + patch -p0 -i ${srcdir}/texinfo-5.2-C-n-fix.patch +} + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Copied: texinfo/repos/testing-i686/texinfo-4.13a-data_types.patch (from rev 199267, texinfo/trunk/texinfo-4.13a-data_types.patch) === --- testing-i686/texinfo-4.13a-data_types.patch (rev 0) +++ testing-i686/texinfo-4.13a-data_types.patch 2013-11-09 01:00:16 UTC (rev 199268) @@ -0,0 +1,32 @@ +diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c +--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200 +@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st + const char *carried_over_ptr; + size_t carried_over_len, carried_over_count; + const char *cur_ptr = mbi_cur_ptr (iter); +- int cur_len = mb_len (mbi_cur (iter)); ++ size_t cur_len = mb_len (mbi_cur (iter)); + int replen; + int delim = 0; + int rc; +@@ -1754,7 +1754,7 @@ clean_manpage (char *manpage) +mbi_advance (iter)) + { + const char *cur_ptr = mbi_cur_ptr (iter); +- int cur_len = mb_len (mbi_cur (iter)); ++ size_t cur_len = mb_len (mbi_cur (iter)); + + if (cur_len == 1) + { +@@ -1852,8 +1852,8 @@ window_scan_line (WINDOW *win, int line, +mbi_advance (iter)) + { + const char *cur_ptr = mbi_cur_ptr (iter); +- int cur_len = mb_len (mbi_cur (iter)); +- int replen; ++ size_t cur_len = mb_len (mbi_cur (iter)); ++ size_t replen; + + if (cur_ptr >= endp) + break; Copied: texinfo/repos/testing-i686/texinfo-5.2-C-n-fix.patch (from rev 199267, texinfo/trunk/texinfo-5.2-C-n-fix.patch) === --- testing-i686/texinfo-5.2-C-n-fix.patch (rev 0) +++ testing-i686/texinfo-5.2-C-n-fix.patch 2013-11-09 01:00:16 UTC (rev 199268) @@ -0,0 +1,10 @@ +--- info/infomap.c (revision
[arch-commits] Commit in texinfo/trunk (PKGBUILD texinfo-5.2-C-n-fix.patch)
Date: Saturday, November 9, 2013 @ 01:55:52 Author: allan Revision: 199267 upgpkg: texinfo 5.2-2 fix cursor movement command Added: texinfo/trunk/texinfo-5.2-C-n-fix.patch Modified: texinfo/trunk/PKGBUILD ---+ PKGBUILD | 13 ++--- texinfo-5.2-C-n-fix.patch | 10 ++ 2 files changed, 20 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-09 00:17:08 UTC (rev 199266) +++ PKGBUILD2013-11-09 00:55:52 UTC (rev 199267) @@ -4,7 +4,7 @@ pkgname=texinfo pkgver=5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" arch=('i686' 'x86_64') url="http://www.gnu.org/software/texinfo/"; @@ -12,10 +12,17 @@ groups=('base' 'base-devel') depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh') install=texinfo.install -source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} + texinfo-5.2-C-n-fix.patch) md5sums=('cb489df8a7ee9d10a236197aefdb32c5' - 'SKIP') + 'SKIP' + '89724bac1ecbd1a57b1ea81e87f96f44') +prepare() { + cd ${srcdir}/${pkgname}-${pkgver} + patch -p0 -i ${srcdir}/texinfo-5.2-C-n-fix.patch +} + build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr Added: texinfo-5.2-C-n-fix.patch === --- texinfo-5.2-C-n-fix.patch (rev 0) +++ texinfo-5.2-C-n-fix.patch 2013-11-09 00:55:52 UTC (rev 199267) @@ -0,0 +1,10 @@ +--- info/infomap.c (revision 5386) info/infomap.c (working copy) +@@ -297,6 +297,7 @@ + CONTROL('f'), NUL, A_info_forward_char, + CONTROL('h'), NUL, A_info_get_help_window, + CONTROL('l'), NUL, A_info_redraw_display, ++ CONTROL('n'), NUL, A_info_next_line, + CONTROL('p'), NUL, A_info_prev_line, + CONTROL('r'), NUL, A_isearch_backward, + CONTROL('s'), NUL, A_isearch_forward,
[arch-commits] Commit in gcc/repos (18 files)
Date: Saturday, November 9, 2013 @ 01:17:08 Author: allan Revision: 199266 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gcc/repos/testing-i686/ gcc/repos/testing-i686/PKGBUILD (from rev 199265, gcc/trunk/PKGBUILD) gcc/repos/testing-i686/gcc-4.8-filename-output.patch (from rev 199265, gcc/trunk/gcc-4.8-filename-output.patch) gcc/repos/testing-i686/gcc-4.8-lambda-ICE.patch (from rev 199265, gcc/trunk/gcc-4.8-lambda-ICE.patch) gcc/repos/testing-i686/gcc-ada.install (from rev 199265, gcc/trunk/gcc-ada.install) gcc/repos/testing-i686/gcc-fortran.install (from rev 199265, gcc/trunk/gcc-fortran.install) gcc/repos/testing-i686/gcc-go.install (from rev 199265, gcc/trunk/gcc-go.install) gcc/repos/testing-i686/gcc-libs.install (from rev 199265, gcc/trunk/gcc-libs.install) gcc/repos/testing-i686/gcc.install (from rev 199265, gcc/trunk/gcc.install) gcc/repos/testing-x86_64/ gcc/repos/testing-x86_64/PKGBUILD (from rev 199265, gcc/trunk/PKGBUILD) gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch (from rev 199265, gcc/trunk/gcc-4.8-filename-output.patch) gcc/repos/testing-x86_64/gcc-4.8-lambda-ICE.patch (from rev 199265, gcc/trunk/gcc-4.8-lambda-ICE.patch) gcc/repos/testing-x86_64/gcc-ada.install (from rev 199265, gcc/trunk/gcc-ada.install) gcc/repos/testing-x86_64/gcc-fortran.install (from rev 199265, gcc/trunk/gcc-fortran.install) gcc/repos/testing-x86_64/gcc-go.install (from rev 199265, gcc/trunk/gcc-go.install) gcc/repos/testing-x86_64/gcc-libs.install (from rev 199265, gcc/trunk/gcc-libs.install) gcc/repos/testing-x86_64/gcc.install (from rev 199265, gcc/trunk/gcc.install) --+ testing-i686/PKGBUILD| 290 + testing-i686/gcc-4.8-filename-output.patch | 17 + testing-i686/gcc-4.8-lambda-ICE.patch| 35 +++ testing-i686/gcc-ada.install | 20 + testing-i686/gcc-fortran.install | 16 + testing-i686/gcc-go.install | 20 + testing-i686/gcc-libs.install| 16 + testing-i686/gcc.install | 20 + testing-x86_64/PKGBUILD | 290 + testing-x86_64/gcc-4.8-filename-output.patch | 17 + testing-x86_64/gcc-4.8-lambda-ICE.patch | 35 +++ testing-x86_64/gcc-ada.install | 20 + testing-x86_64/gcc-fortran.install | 16 + testing-x86_64/gcc-go.install| 20 + testing-x86_64/gcc-libs.install | 16 + testing-x86_64/gcc.install | 20 + 16 files changed, 868 insertions(+) Copied: gcc/repos/testing-i686/PKGBUILD (from rev 199265, gcc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-11-09 00:17:08 UTC (rev 199266) @@ -0,0 +1,290 @@ +# $Id$ +# Maintainer: Allan McRae + +# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc +# NOTE: libtool requires rebuilt with each new gcc version + +pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') +pkgver=4.8.2 +pkgrel=4 +#_snapshot=4.8-20130725 +pkgdesc="The GNU Compiler Collection" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL' 'custom') +url="http://gcc.gnu.org"; +makedepends=('binutils>=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen') +checkdepends=('dejagnu' 'inetutils') +options=('!emptydirs') +source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 + #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 +gcc-4.8-filename-output.patch +gcc-4.8-lambda-ICE.patch) +md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d' + '40cb437805e2f7a006aa0d0c3098ab0f' + '6eb6e080dbf7bc6825f53a0aaa6c4ef9') + + +if [ -n "${_snapshot}" ]; then + _basedir=gcc-${_snapshot} +else + _basedir=gcc-${pkgver} +fi + +prepare() { + cd ${srcdir}/${_basedir} + + # Do not run fixincludes + sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in + + # Arch Linux installs x86_64 libraries /lib + [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 + + echo ${pkgver} > gcc/BASE-VER + + # hack! - some configure tests for header files using "$CPP $CPPFLAGS" + sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure + + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 + patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch + + # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279 + patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch + + mkdir ${srcdir}/gcc-build +} + +build() { + cd ${srcdir}/gcc-build + + # using -pipe causes spurious test-suite failures + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565 + CFLAGS=${CFLAGS/-pipe/} + CXXFLAGS=${CXXFLA
[arch-commits] Commit in gcc/trunk (PKGBUILD gcc-4.8-lambda-ICE.patch)
Date: Saturday, November 9, 2013 @ 01:14:17 Author: allan Revision: 199265 upgpkg: gcc 4.8.2-4 backport ICE fix Added: gcc/trunk/gcc-4.8-lambda-ICE.patch Modified: gcc/trunk/PKGBUILD --+ PKGBUILD | 13 + gcc-4.8-lambda-ICE.patch | 35 +++ 2 files changed, 44 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-08 22:07:37 UTC (rev 199264) +++ PKGBUILD2013-11-09 00:14:17 UTC (rev 199265) @@ -6,7 +6,7 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') pkgver=4.8.2 -pkgrel=3 +pkgrel=4 #_snapshot=4.8-20130725 pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') @@ -17,9 +17,11 @@ options=('!emptydirs') source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 -gcc-4.8-filename-output.patch) +gcc-4.8-filename-output.patch +gcc-4.8-lambda-ICE.patch) md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d' - '40cb437805e2f7a006aa0d0c3098ab0f') + '40cb437805e2f7a006aa0d0c3098ab0f' + '6eb6e080dbf7bc6825f53a0aaa6c4ef9') if [ -n "${_snapshot}" ]; then @@ -44,7 +46,10 @@ # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch - + + # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279 + patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch + mkdir ${srcdir}/gcc-build } Added: gcc-4.8-lambda-ICE.patch === --- gcc-4.8-lambda-ICE.patch(rev 0) +++ gcc-4.8-lambda-ICE.patch2013-11-09 00:14:17 UTC (rev 199265) @@ -0,0 +1,35 @@ +diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c +index 0b8e2f7..ad1c209 100644 +--- a/gcc/cp/semantics.c b/gcc/cp/semantics.c +@@ -2719,8 +2719,10 @@ finish_member_declaration (tree decl) + /*friend_p=*/0); + } + } +- /* Enter the DECL into the scope of the class. */ +- else if (pushdecl_class_level (decl)) ++ /* Enter the DECL into the scope of the class, if the class ++ isn't a closure (whose fields are supposed to be unnamed). */ ++ else if (CLASSTYPE_LAMBDA_EXPR (current_class_type) ++ || pushdecl_class_level (decl)) + { + if (TREE_CODE (decl) == USING_DECL) + { +diff --git a/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C +new file mode 100644 +index 000..df2b037 +--- /dev/null b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C +@@ -0,0 +1,9 @@ ++// PR c++/56710 ++// { dg-options "-std=c++11 -Wall" } ++ ++int main() ++{ ++int t = 0; ++return [&]() -> int {int __t; __t = t; return __t; }(); ++return [&t]() -> int {int __t; __t = t; return __t; }(); ++} +-- +1.8.4.2 +
[arch-commits] Commit in perl-soap-lite/repos/extra-any (PKGBUILD PKGBUILD)
Date: Friday, November 8, 2013 @ 23:07:37 Author: giovanni Revision: 199264 archrelease: copy trunk to extra-any Added: perl-soap-lite/repos/extra-any/PKGBUILD (from rev 199263, perl-soap-lite/trunk/PKGBUILD) Deleted: perl-soap-lite/repos/extra-any/PKGBUILD --+ PKGBUILD | 116 ++--- 1 file changed, 58 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-11-08 22:07:32 UTC (rev 199263) +++ PKGBUILD2013-11-08 22:07:37 UTC (rev 199264) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: François Charette - -pkgname=perl-soap-lite -pkgver=1.06 -pkgrel=1 -pkgdesc="Client and server side SOAP implementation" -arch=('any') -url="http://search.cpan.org/dist/SOAP-Lite"; -license=('GPL' 'PerlArtistic') -depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \ - 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \ - 'perl-class-inspector' ) -options=('!emptydirs') -provides=( -perl-apache-soap -perl-apache-xmlrpc-lite -perl-io-sessiondata=1.20.0 -perl-io-sessionset -perl-soap-constants -perl-soap-lite-deserializer-xmlschema1999 -perl-soap-lite-deserializer-xmlschema2001 -perl-soap-lite-deserializer-xmlschemasoap1_1 -perl-soap-lite-deserializer-xmlschemasoap1_2 -perl-soap-lite-packager -perl-soap-lite-utils -perl-soap-packager=0.712.0 -perl-soap-test -perl-soap-transport-http -perl-soap-transport-io -perl-soap-transport-local -perl-soap-transport-loopback -perl-soap-transport-mailto -perl-soap-transport-pop3=0.712.0 -perl-soap-transport-tcp=0.712.0 -perl-uddi-lite=0.712.0 -perl-xml-parser-lite -perl-xmlrpc-lite -perl-xmlrpc-test -perl-xmlrpc-transport-http -perl-xmlrpc-transport-pop3 -perl-xmlrpc-transport-tcp -) -source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz";) -md5sums=('29eea1515fa397fdd6723ae73ace11bf') - -build() { - cd "${srcdir}/SOAP-Lite-${pkgver}" - - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd "${srcdir}/SOAP-Lite-${pkgver}" - make install DESTDIR="${pkgdir}" -} Copied: perl-soap-lite/repos/extra-any/PKGBUILD (from rev 199263, perl-soap-lite/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-11-08 22:07:37 UTC (rev 199264) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: François Charette + +pkgname=perl-soap-lite +pkgver=1.08 +pkgrel=1 +pkgdesc="Client and server side SOAP implementation" +arch=('any') +url="http://search.cpan.org/dist/SOAP-Lite"; +license=('GPL' 'PerlArtistic') +depends=('perl' 'perl-crypt-ssleay' 'perl-mime-lite' 'perl-libwww' 'perl-uri' \ + 'perl-mime-tools' 'perl-io-socket-ssl' 'perl-xml-parser' 'perl-fcgi' \ + 'perl-class-inspector' ) +options=('!emptydirs') +provides=( +perl-apache-soap +perl-apache-xmlrpc-lite +perl-io-sessiondata=1.20.0 +perl-io-sessionset +perl-soap-constants +perl-soap-lite-deserializer-xmlschema1999 +perl-soap-lite-deserializer-xmlschema2001 +perl-soap-lite-deserializer-xmlschemasoap1_1 +perl-soap-lite-deserializer-xmlschemasoap1_2 +perl-soap-lite-packager +perl-soap-lite-utils +perl-soap-packager=0.712.0 +perl-soap-test +perl-soap-transport-http +perl-soap-transport-io +perl-soap-transport-local +perl-soap-transport-loopback +perl-soap-transport-mailto +perl-soap-transport-pop3=0.712.0 +perl-soap-transport-tcp=0.712.0 +perl-uddi-lite=0.712.0 +perl-xml-parser-lite +perl-xmlrpc-lite +perl-xmlrpc-test +perl-xmlrpc-transport-http +perl-xmlrpc-transport-pop3 +perl-xmlrpc-transport-tcp +) +source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz";) +md5sums=('d5de2cd5a4415590cfc96d7a41fa811e') + +build() { + cd "${srcdir}/SOAP-Lite-${pkgver}" + + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd "${srcdir}/SOAP-Lite-${pkgver}" + make install DESTDIR="${pkgdir}" +}
[arch-commits] Commit in perl-soap-lite/trunk (PKGBUILD)
Date: Friday, November 8, 2013 @ 23:07:32 Author: giovanni Revision: 199263 upgpkg: perl-soap-lite 1.08-1 upstream release Modified: perl-soap-lite/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-08 21:00:53 UTC (rev 199262) +++ PKGBUILD2013-11-08 22:07:32 UTC (rev 199263) @@ -3,7 +3,7 @@ # Contributor: François Charette pkgname=perl-soap-lite -pkgver=1.06 +pkgver=1.08 pkgrel=1 pkgdesc="Client and server side SOAP implementation" arch=('any') @@ -43,7 +43,7 @@ perl-xmlrpc-transport-tcp ) source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/SOAP-Lite-${pkgver}.tar.gz";) -md5sums=('29eea1515fa397fdd6723ae73ace11bf') +md5sums=('d5de2cd5a4415590cfc96d7a41fa811e') build() { cd "${srcdir}/SOAP-Lite-${pkgver}"
[arch-commits] Commit in libreoffice/trunk (PKGBUILD.42 fix_install.diff)
Date: Friday, November 8, 2013 @ 22:00:53 Author: andyrtr Revision: 199262 prepare next release; build fails Added: libreoffice/trunk/PKGBUILD.42 Deleted: libreoffice/trunk/fix_install.diff --+ PKGBUILD.42 | 673 + fix_install.diff | 82 -- 2 files changed, 673 insertions(+), 82 deletions(-) Added: PKGBUILD.42 === --- PKGBUILD.42 (rev 0) +++ PKGBUILD.42 2013-11-08 21:00:53 UTC (rev 199262) @@ -0,0 +1,673 @@ +# $Id: PKGBUILD 198658 2013-11-01 15:08:02Z andyrtr $ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski + +pkgbase="libreoffice" +pkgname=('libreoffice-common' + 'libreoffice-base' + 'libreoffice-calc' + 'libreoffice-draw' + 'libreoffice-gnome' + 'libreoffice-impress' + 'libreoffice-kde4' + 'libreoffice-math' + 'libreoffice-sdk' + 'libreoffice-sdk-doc' + 'libreoffice-writer' + 'libreoffice-en-US' + 'libreoffice-postgresql-connector' + 'libreoffice-extension-presentation-minimizer' + 'libreoffice-extension-wiki-publisher' + 'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built) +_LOver=4.2.0.0.alpha1 +pkgver=4.2.0 +pkgrel=0.1 +arch=('i686' 'x86_64') +license=('LGPL3') +url="http://www.libreoffice.org/"; +makedepends=( # makedepends + 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' #'boost' + 'apache-ant' 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' + 'beanshell' 'vigra' 'clucene' 'junit' 'libmythes' 'libwpg' 'imagemagick' + 'glu' 'mesa' 'gst-plugins-base-libs' 'java-environment' 'postgresql-libs' 'doxygen' + 'clucene' 'bluez-libs' 'harfbuzz-icu' 'gdb' + # the runtime dependencies + "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.3" 'libwpd>=0.9.2' 'libwps' 'libxaw' "neon>=0.28.6" + 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'librsvg' "icu>=52.1" + 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'libtextcat' 'graphite' 'lcms2' 'poppler>=0.24.0' + 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' +'ttf-dejavu') # to satisfy regression tests +# there's only one single static library in libreoffice-sdk, +# the next build that removes it may lead to trouble if people may use it +# -rw-r--r-- 1 root root 5,1K 12. Okt 23:34 /usr/lib/libreoffice/sdk/lib/libsalcpprt.a +# options=('staticlibs') + +# http://download.documentfoundation.org/mirrors/all.html +# http://wiki.documentfoundation.org/Mirrors + +#_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"; +_mirror="http://dev-builds.libreoffice.org/pre-releases/src"; +_additional_source_url="http://dev-www.libreoffice.org/src"; +_additional_source_url2="http://dev-www.libreoffice.org/extern"; +source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz + ${_additional_source_url}/15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2 + ${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz + ${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip + ${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip + ${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip + ${_additional_source_url}/3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz + ${_additional_source_url}/625ff5f2f968dd908bca43c9469d6e6b-commons-lang-2.4-src.tar.gz + ${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz + ${_additional_source_url}/2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz + ${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip + ${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip + ${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip + ${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip + ${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip + ${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip + ${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip + ${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip + ${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip + ${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip + ${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip + ${_additional_source_url}/8c853024fbcff39113d9285250dafc66-mdds_0.9.1.tar.bz2
[arch-commits] Commit in kdeedu-khangman/repos/kde-unstable-i686 (4 files)
Date: Friday, November 8, 2013 @ 21:55:41 Author: andrea Revision: 199261 archrelease: copy kde-unstable to kde-unstable-i686 Added: kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD (from rev 199260, kdeedu-khangman/kde-unstable/PKGBUILD) kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install (from rev 199260, kdeedu-khangman/kde-unstable/kdeedu-khangman.install) Deleted: kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install -+ PKGBUILD| 64 +++--- kdeedu-khangman.install | 22 +++ 2 files changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-11-08 20:54:58 UTC (rev 199260) +++ PKGBUILD2013-11-08 20:55:41 UTC (rev 199261) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdeedu-khangman -pkgver=4.11.3 -pkgrel=1 -pkgdesc="Hangman Game" -url="http://kde.org/applications/education/khangman/"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/khangman-${pkgver}.tar.xz";) -sha1sums=('0cef2c1bbe9bdeab182de5abba55a79f98cc0b08') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../khangman-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD (from rev 199260, kdeedu-khangman/kde-unstable/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-11-08 20:55:41 UTC (rev 199261) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeedu-khangman +pkgver=4.11.80 +pkgrel=1 +pkgdesc="Hangman Game" +url="http://kde.org/applications/education/khangman/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime' 'libkdeedu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz";) +sha1sums=('f85ffba7aa28c3aa40f52ddfdd8c8023705c5213') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../khangman-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kdeedu-khangman.install === --- kdeedu-khangman.install 2013-11-08 20:54:58 UTC (rev 199260) +++ kdeedu-khangman.install 2013-11-08 20:55:41 UTC (rev 199261) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install (from rev 199260, kdeedu-khangman/kde-unstable/kdeedu-khangman.install) === --- kdeedu-khangman.install (rev 0) +++ kdeedu-khangman.install 2013-11-08 20:55:41 UTC (rev 199261) @@ -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 kdeedu-khangman/repos/kde-unstable-x86_64 (4 files)
Date: Friday, November 8, 2013 @ 21:54:58 Author: andrea Revision: 199260 archrelease: copy kde-unstable to kde-unstable-x86_64 Added: kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD (from rev 199259, kdeedu-khangman/kde-unstable/PKGBUILD) kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install (from rev 199259, kdeedu-khangman/kde-unstable/kdeedu-khangman.install) Deleted: kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install -+ PKGBUILD| 64 +++--- kdeedu-khangman.install | 22 +++ 2 files changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-11-08 20:54:23 UTC (rev 199259) +++ PKGBUILD2013-11-08 20:54:58 UTC (rev 199260) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdeedu-khangman -pkgver=4.11.3 -pkgrel=1 -pkgdesc="Hangman Game" -url="http://kde.org/applications/education/khangman/"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/khangman-${pkgver}.tar.xz";) -sha1sums=('0cef2c1bbe9bdeab182de5abba55a79f98cc0b08') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../khangman-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD (from rev 199259, kdeedu-khangman/kde-unstable/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-11-08 20:54:58 UTC (rev 199260) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeedu-khangman +pkgver=4.11.80 +pkgrel=1 +pkgdesc="Hangman Game" +url="http://kde.org/applications/education/khangman/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime' 'libkdeedu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz";) +sha1sums=('f85ffba7aa28c3aa40f52ddfdd8c8023705c5213') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../khangman-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kdeedu-khangman.install === --- kdeedu-khangman.install 2013-11-08 20:54:23 UTC (rev 199259) +++ kdeedu-khangman.install 2013-11-08 20:54:58 UTC (rev 199260) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install (from rev 199259, kdeedu-khangman/kde-unstable/kdeedu-khangman.install) === --- kdeedu-khangman.install (rev 0) +++ kdeedu-khangman.install 2013-11-08 20:54:58 UTC (rev 199260) @@ -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 kdeedu-kanagram/repos/kde-unstable-i686 (4 files)
Date: Friday, November 8, 2013 @ 21:54:23 Author: andrea Revision: 199259 archrelease: copy kde-unstable to kde-unstable-i686 Added: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 199258, kdeedu-kanagram/kde-unstable/PKGBUILD) kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from rev 199258, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install) Deleted: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install -+ PKGBUILD| 64 +++--- kdeedu-kanagram.install | 22 +++ 2 files changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-11-08 20:53:00 UTC (rev 199258) +++ PKGBUILD2013-11-08 20:54:23 UTC (rev 199259) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdeedu-kanagram -pkgver=4.11.3 -pkgrel=1 -pkgdesc="Letter Order Game" -url="http://kde.org/applications/education/kanagram/"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'libkdeedu') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz";) -sha1sums=('eb86e5b7abc48dffdd14d68143484db1b4906d95') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../kanagram-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 199258, kdeedu-kanagram/kde-unstable/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-11-08 20:54:23 UTC (rev 199259) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeedu-kanagram +pkgver=4.11.80 +pkgrel=1 +pkgdesc="Letter Order Game" +url="http://kde.org/applications/education/kanagram/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime' 'libkdeedu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz";) +sha1sums=('8faf235d1749fe4e910938e2f00457a54ffe1cb6') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kanagram-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kdeedu-kanagram.install === --- kdeedu-kanagram.install 2013-11-08 20:53:00 UTC (rev 199258) +++ kdeedu-kanagram.install 2013-11-08 20:54:23 UTC (rev 199259) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from rev 199258, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install) === --- kdeedu-kanagram.install (rev 0) +++ kdeedu-kanagram.install 2013-11-08 20:54:23 UTC (rev 199259) @@ -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 kdeedu-kanagram/repos (3 files)
Date: Friday, November 8, 2013 @ 21:53:00 Author: andrea Revision: 199258 archrelease: copy trunk to kde-unstable-i686 Added: kdeedu-kanagram/repos/kde-unstable-i686/ kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 199257, kdeedu-kanagram/trunk/PKGBUILD) kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from rev 199257, kdeedu-kanagram/trunk/kdeedu-kanagram.install) -+ PKGBUILD| 32 kdeedu-kanagram.install | 11 +++ 2 files changed, 43 insertions(+) Copied: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 199257, kdeedu-kanagram/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:53:00 UTC (rev 199258) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeedu-kanagram +pkgver=4.11.3 +pkgrel=1 +pkgdesc="Letter Order Game" +url="http://kde.org/applications/education/kanagram/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime' 'libkdeedu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz";) +sha1sums=('eb86e5b7abc48dffdd14d68143484db1b4906d95') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kanagram-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from rev 199257, kdeedu-kanagram/trunk/kdeedu-kanagram.install) === --- kde-unstable-i686/kdeedu-kanagram.install (rev 0) +++ kde-unstable-i686/kdeedu-kanagram.install 2013-11-08 20:53:00 UTC (rev 199258) @@ -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 kdeedu-kanagram/repos (kde-unstable-i686)
Date: Friday, November 8, 2013 @ 21:52:52 Author: andrea Revision: 199257 cleanup Deleted: kdeedu-kanagram/repos/kde-unstable-i686/
[arch-commits] Commit in kdeedu-kanagram/repos/kde-unstable-i686 (2 files)
Date: Friday, November 8, 2013 @ 21:51:34 Author: andrea Revision: 199256 archrelease: copy trunk to kde-unstable-i686 Added: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 199255, kdeedu-kanagram/trunk/PKGBUILD) kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from rev 199255, kdeedu-kanagram/trunk/kdeedu-kanagram.install) -+ PKGBUILD| 32 kdeedu-kanagram.install | 11 +++ 2 files changed, 43 insertions(+) Copied: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 199255, kdeedu-kanagram/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-11-08 20:51:34 UTC (rev 199256) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeedu-kanagram +pkgver=4.11.3 +pkgrel=1 +pkgdesc="Letter Order Game" +url="http://kde.org/applications/education/kanagram/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime' 'libkdeedu') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz";) +sha1sums=('eb86e5b7abc48dffdd14d68143484db1b4906d95') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kanagram-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from rev 199255, kdeedu-kanagram/trunk/kdeedu-kanagram.install) === --- kdeedu-kanagram.install (rev 0) +++ kdeedu-kanagram.install 2013-11-08 20:51:34 UTC (rev 199256) @@ -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 cmake/repos (8 files)
Date: Friday, November 8, 2013 @ 21:51:11 Author: andrea Revision: 199255 archrelease: copy trunk to extra-i686, extra-x86_64 Added: cmake/repos/extra-i686/PKGBUILD (from rev 199254, cmake/trunk/PKGBUILD) cmake/repos/extra-i686/cmake.install (from rev 199254, cmake/trunk/cmake.install) cmake/repos/extra-x86_64/PKGBUILD (from rev 199254, cmake/trunk/PKGBUILD) cmake/repos/extra-x86_64/cmake.install (from rev 199254, cmake/trunk/cmake.install) Deleted: cmake/repos/extra-i686/PKGBUILD cmake/repos/extra-i686/cmake.install cmake/repos/extra-x86_64/PKGBUILD cmake/repos/extra-x86_64/cmake.install + /PKGBUILD | 90 +++ /cmake.install | 24 +++ extra-i686/PKGBUILD| 45 - extra-i686/cmake.install | 12 - extra-x86_64/PKGBUILD | 45 - extra-x86_64/cmake.install | 12 - 6 files changed, 114 insertions(+), 114 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-08 20:51:02 UTC (rev 199254) +++ extra-i686/PKGBUILD 2013-11-08 20:51:11 UTC (rev 199255) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgname=cmake -pkgver=2.8.12 -pkgrel=1 -pkgdesc="A cross-platform open-source make system" -arch=('i686' 'x86_64') -url="http://www.cmake.org/"; -license=('custom') -depends=('curl' 'libarchive' 'shared-mime-info') -makedepends=('qt4' 'emacs') -optdepends=('qt4: cmake-gui') -install="${pkgname}.install" -source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";) -md5sums=('105bc6d21cc2e9b6aff901e43c53afea') - -build() { - cd ${pkgname}-${pkgver} - - ./bootstrap --prefix=/usr \ ---mandir=/share/man \ ---docdir=/share/doc/cmake \ ---system-libs \ ---qt-gui \ ---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN) - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - - vimpath="${pkgdir}/usr/share/vim/vimfiles" - install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim - install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim - - install -Dm644 Docs/cmake-mode.el \ -"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el - emacs -batch -f batch-byte-compile "${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el - - install -Dm644 Copyright.txt \ -"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} Copied: cmake/repos/extra-i686/PKGBUILD (from rev 199254, cmake/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-08 20:51:11 UTC (rev 199255) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=cmake +pkgver=2.8.12.1 +pkgrel=1 +pkgdesc="A cross-platform open-source make system" +arch=('i686' 'x86_64') +url="http://www.cmake.org/"; +license=('custom') +depends=('curl' 'libarchive' 'shared-mime-info') +makedepends=('qt4' 'emacs') +optdepends=('qt4: cmake-gui') +install="${pkgname}.install" +source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";) +md5sums=('9d38cd4e2c94c3cea97d0e2924814acc') + +build() { + cd ${pkgname}-${pkgver} + + ./bootstrap --prefix=/usr \ +--mandir=/share/man \ +--docdir=/share/doc/cmake \ +--system-libs \ +--qt-gui \ +--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN) + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + + vimpath="${pkgdir}/usr/share/vim/vimfiles" + install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim + install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim + + install -Dm644 Docs/cmake-mode.el \ +"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el + emacs -batch -f batch-byte-compile "${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el + + install -Dm644 Copyright.txt \ +"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} Deleted: extra-i686/cmake.install === --- extra-i686/cmake.install2013-11-08 20:51:02 UTC (rev 199254) +++ extra-i686/cmake.install2013-11-08 20:51:11 UTC (rev 199255) @@ -1,12 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: cmake/repos/extra-i686/cmake.install (from rev 199254, cmake/trunk/cmake.install) === --- extra-i686/cmake.install(rev 0) +++ extra-i686/cmake.install2013-11-08 20:51:11 UTC (rev 199255) @@ -0,0 +1,12 @@ +post_install() { +
[arch-commits] Commit in cmake/trunk (PKGBUILD)
Date: Friday, November 8, 2013 @ 21:51:02 Author: andrea Revision: 199254 upgpkg: cmake 2.8.12.1-1 Upstream release Modified: cmake/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-08 20:48:58 UTC (rev 199253) +++ PKGBUILD2013-11-08 20:51:02 UTC (rev 199254) @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz pkgname=cmake -pkgver=2.8.12 +pkgver=2.8.12.1 pkgrel=1 pkgdesc="A cross-platform open-source make system" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('qt4: cmake-gui') install="${pkgname}.install" source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";) -md5sums=('105bc6d21cc2e9b6aff901e43c53afea') +md5sums=('9d38cd4e2c94c3cea97d0e2924814acc') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in kde-wallpapers/repos (2 files)
Date: Friday, November 8, 2013 @ 21:48:43 Author: andrea Revision: 199252 archrelease: copy kde-unstable to kde-unstable-any Added: kde-wallpapers/repos/kde-unstable-any/ kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 199251, kde-wallpapers/kde-unstable/PKGBUILD) --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 199251, kde-wallpapers/kde-unstable/PKGBUILD) === --- kde-unstable-any/PKGBUILD (rev 0) +++ kde-unstable-any/PKGBUILD 2013-11-08 20:48:43 UTC (rev 199252) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kde-wallpapers +pkgver=4.11.80 +pkgrel=1 +pkgdesc="A set of wallpapers for KDE" +arch=('any') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kde-meta' 'kdebase') +makedepends=('kdelibs' 'cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('36801217af7326f54e22427e0ccae16c0a6361dd') + +package() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kde-meta/repos (kde-unstable-any kde-unstable-any/PKGBUILD)
Date: Friday, November 8, 2013 @ 21:48:58 Author: andrea Revision: 199253 archrelease: copy kde-unstable to kde-unstable-any Added: kde-meta/repos/kde-unstable-any/ kde-meta/repos/kde-unstable-any/PKGBUILD (from rev 199252, kde-meta/kde-unstable/PKGBUILD) --+ PKGBUILD | 355 + 1 file changed, 355 insertions(+) Copied: kde-meta/repos/kde-unstable-any/PKGBUILD (from rev 199252, kde-meta/kde-unstable/PKGBUILD) === --- kde-unstable-any/PKGBUILD (rev 0) +++ kde-unstable-any/PKGBUILD 2013-11-08 20:48:58 UTC (rev 199253) @@ -0,0 +1,355 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=kde-meta +pkgname=('kde-meta-kdeaccessibility' + 'kde-meta-kdeadmin' + 'kde-meta-kdeartwork' + 'kde-meta-kdebase' + 'kde-meta-kdeedu' + 'kde-meta-kdegames' + 'kde-meta-kdegraphics' + 'kde-meta-kdemultimedia' + 'kde-meta-kdenetwork' + 'kde-meta-kdepim' + 'kde-meta-kdeplasma-addons' + 'kde-meta-kdesdk' + 'kde-meta-kdetoys' + 'kde-meta-kdeutils' + 'kde-meta-kdewebdev') +pkgver=4.12 +pkgrel=1 +arch=('any') +url='http://www.archlinux.org/' +license=('GPL') +groups=('kde-meta') + +package_kde-meta-kdeaccessibility() { + pkgdesc=('Meta package for kdeaccessibility') + depends=('kdeaccessibility-jovie' + 'kdeaccessibility-kaccessible' +'kdeaccessibility-kmag' +'kdeaccessibility-kmousetool' +'kdeaccessibility-kmouth') + replaces=('kdeaccessibility') + conflicts=('kdeaccessibility') +} + +package_kde-meta-kdeadmin() { + pkgdesc=('Meta package for kdeadmin') + depends=('kdeadmin-kcron' +'kdeadmin-ksystemlog' + 'kdeadmin-kuser') + replaces=('kdeadmin') + conflicts=('kdeadmin') +} + +package_kde-meta-kdeartwork() { + pkgdesc=('Meta package for kdeartwork') + depends=('kdeartwork-colorschemes' +'kdeartwork-desktopthemes' +'kdeartwork-emoticons' +'kdeartwork-iconthemes' +'kdeartwork-kscreensaver' +'kdeartwork-styles' +'kdeartwork-wallpapers' +'kdeartwork-weatherwallpapers') + replaces=('kdeartwork') + conflicts=('kdeartwork') +} + +package_kde-meta-kdebase() { + pkgdesc=('Meta package for kdebase') + depends=('kdebase-dolphin' +'kdebase-kdepasswd' +'kdebase-kdialog' +'kdebase-kfind' + 'kdebase-keditbookmarks' +'kdebase-konqueror' + 'kdebase-konq-plugins' +'kdebase-konsole' +'kdebase-kwrite' +'kdebase-plasma' + 'kde-wallpapers') + replaces=('kdebase') + conflicts=('kdebase') +} + +package_kde-meta-kdeedu() { + pkgdesc=('Meta package for kdeedu') + depends=('kdeedu-blinken' +'kdeedu-cantor' +'kdeedu-kalgebra' +'kdeedu-kalzium' +'kdeedu-kanagram' +'kdeedu-kbruch' +'kdeedu-kgeography' +'kdeedu-khangman' +'kdeedu-kig' +'kdeedu-kiten' +'kdeedu-klettres' +'kdeedu-kmplot' +'kdeedu-kstars' +'kdeedu-ktouch' +'kdeedu-kturtle' +'kdeedu-kwordquiz' +'kdeedu-marble' + 'kdeedu-pairs' +'kdeedu-parley' +'kdeedu-rocs' +'kdeedu-step') + replaces=('kdeedu') + conflicts=('kdeedu') +} + +package_kde-meta-kdegames() { + pkgdesc=('Meta package for kdegames') + depends=('kdegames-bomber' +'kdegames-bovo' +'kdegames-granatier' +'kdegames-kajongg' +'kdegames-kapman' +'kdegames-katomic' +'kdegames-kblackbox' +'kdegames-kblocks' +'kdegames-kbounce' +'kdegames-kbreakout' +'kdegames-kdiamond' +'kdegames-kfourinline' +'kdegames-kgoldrunner' +'kdegames-kigo' +'kdegames-killbots' +'kdegames-kiriki' +'kdegames-kjumpingcube' +'kdegames-klines' +'kdegames-klickety' +'kdegames-kmahjongg' +'kdegames-kmines' +'kdegames-knavalbattle' + 'kdegames-knetwalk' +'kdegames-kolf' +'kdegames-kollision' +'kdegames-konquest' +'kdegames-kpatience' +'kdegames-kreversi' +
[arch-commits] Commit in kdewebdev/repos (8 files)
Date: Friday, November 8, 2013 @ 21:48:36 Author: andrea Revision: 199251 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdewebdev/repos/kde-unstable-i686/ kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 199250, kdewebdev/kde-unstable/PKGBUILD) kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install (from rev 199250, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install) kdewebdev/repos/kde-unstable-i686/kdewebdev.install (from rev 199250, kdewebdev/kde-unstable/kdewebdev.install) kdewebdev/repos/kde-unstable-x86_64/ kdewebdev/repos/kde-unstable-x86_64/PKGBUILD (from rev 199250, kdewebdev/kde-unstable/PKGBUILD) kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install (from rev 199250, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install) kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install (from rev 199250, kdewebdev/kde-unstable/kdewebdev.install) ---+ kde-unstable-i686/PKGBUILD| 71 kde-unstable-i686/kdewebdev-kimagemapeditor.install | 12 ++ kde-unstable-i686/kdewebdev.install | 11 ++ kde-unstable-x86_64/PKGBUILD | 71 kde-unstable-x86_64/kdewebdev-kimagemapeditor.install | 12 ++ kde-unstable-x86_64/kdewebdev.install | 11 ++ 6 files changed, 188 insertions(+) Copied: kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 199250, kdewebdev/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:48:36 UTC (rev 199251) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=kdewebdev +pkgname=('kdewebdev-kfilereplace' + 'kdewebdev-kimagemapeditor' + 'kdewebdev-klinkstatus' + 'kdewebdev-kommander') +pkgver=4.11.80 +pkgrel=1 +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdewebdev') +makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";) +sha1sums=('7d84822e6d92659cae04d69cc272508f128e8406') + +build() { + cd $srcdir + mkdir build + cd build + cmake ../${pkgbase}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_kdewebdev-kfilereplace() { + pkgdesc='Search & Replace Tool' + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kfilereplace/"; + install='kdewebdev.install' + cd $srcdir/build/kfilereplace + make DESTDIR=$pkgdir install + cd $srcdir/build/doc/kfilereplace + make DESTDIR=$pkgdir install +} + +package_kdewebdev-kimagemapeditor() { + pkgdesc='HTML Image Map Editor' + depends=('kdebase-runtime') +url="http://www.kde.org/applications/development/kimagemapeditor/"; + install='kdewebdev-kimagemapeditor.install' + cd $srcdir/build/kimagemapeditor + make DESTDIR=$pkgdir install + cd $srcdir/build/doc/kimagemapeditor + make DESTDIR=$pkgdir install +} + +package_kdewebdev-klinkstatus() { + pkgdesc='Link Checker' + depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml') +url="http://www.kde.org/applications/development/klinkstatus/"; + install='kdewebdev.install' + cd $srcdir/build/klinkstatus + make DESTDIR=$pkgdir install + cd $srcdir/build/doc/klinkstatus + make DESTDIR=$pkgdir install +} + +package_kdewebdev-kommander() { + pkgdesc='Executor for Kommander dialogs' + depends=('kdebase-runtime') +url="http://www.kde.org/applications/development/kommander/"; + cd $srcdir/build/kommander + make DESTDIR=$pkgdir install +} Copied: kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install (from rev 199250, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install) === --- kde-unstable-i686/kdewebdev-kimagemapeditor.install (rev 0) +++ kde-unstable-i686/kdewebdev-kimagemapeditor.install 2013-11-08 20:48:36 UTC (rev 199251) @@ -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: kdewebdev/repos/kde-unstable-i686/kdewebdev.install (from rev 199250, kdewebdev/kde-unstable/kdewebdev.install) === --- kde-unstable-i686/kdewebdev.install
[arch-commits] Commit in kdeutils-kwallet/repos (6 files)
Date: Friday, November 8, 2013 @ 21:48:01 Author: andrea Revision: 199247 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kwallet/repos/kde-unstable-i686/ kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD (from rev 199246, kdeutils-kwallet/kde-unstable/PKGBUILD) kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install (from rev 199246, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install) kdeutils-kwallet/repos/kde-unstable-x86_64/ kdeutils-kwallet/repos/kde-unstable-x86_64/PKGBUILD (from rev 199246, kdeutils-kwallet/kde-unstable/PKGBUILD) kdeutils-kwallet/repos/kde-unstable-x86_64/kdeutils-kwallet.install (from rev 199246, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install) --+ kde-unstable-i686/PKGBUILD | 32 + kde-unstable-i686/kdeutils-kwallet.install | 12 + kde-unstable-x86_64/PKGBUILD | 32 + kde-unstable-x86_64/kdeutils-kwallet.install | 12 + 4 files changed, 88 insertions(+) Copied: kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD (from rev 199246, kdeutils-kwallet/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:48:01 UTC (rev 199247) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kwallet +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Wallet Management Tool' +url='http://kde.org/applications/system/kwalletmanager/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz";) +sha1sums=('de8ff3cd58a49b44c74e1b5b30f3c4ccec98436b') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kwallet-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install (from rev 199246, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install) === --- kde-unstable-i686/kdeutils-kwallet.install (rev 0) +++ kde-unstable-i686/kdeutils-kwallet.install 2013-11-08 20:48:01 UTC (rev 199247) @@ -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: kdeutils-kwallet/repos/kde-unstable-x86_64/PKGBUILD (from rev 199246, kdeutils-kwallet/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:48:01 UTC (rev 199247) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kwallet +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Wallet Management Tool' +url='http://kde.org/applications/system/kwalletmanager/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz";) +sha1sums=('de8ff3cd58a49b44c74e1b5b30f3c4ccec98436b') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kwallet-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kwallet/repos/kde-unstable-x86_64/kdeutils-kwallet.install (from rev 199246, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install) === --- kde-unstable-x86_64/kdeutils-kwallet.install (rev 0) +++ kde-unstable-x86_64/kdeutils-kwallet.install2013-11-08 20:48:01 UTC (rev 199247) @@ -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 kdeutils-superkaramba/repos (6 files)
Date: Friday, November 8, 2013 @ 21:48:17 Author: andrea Revision: 199249 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-superkaramba/repos/kde-unstable-i686/ kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD (from rev 199248, kdeutils-superkaramba/kde-unstable/PKGBUILD) kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install (from rev 199248, kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install) kdeutils-superkaramba/repos/kde-unstable-x86_64/ kdeutils-superkaramba/repos/kde-unstable-x86_64/PKGBUILD (from rev 199248, kdeutils-superkaramba/kde-unstable/PKGBUILD) kdeutils-superkaramba/repos/kde-unstable-x86_64/kdeutils-superkaramba.install (from rev 199248, kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install) ---+ kde-unstable-i686/PKGBUILD| 32 kde-unstable-i686/kdeutils-superkaramba.install | 12 +++ kde-unstable-x86_64/PKGBUILD | 32 kde-unstable-x86_64/kdeutils-superkaramba.install | 12 +++ 4 files changed, 88 insertions(+) Copied: kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD (from rev 199248, kdeutils-superkaramba/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:48:17 UTC (rev 199249) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-superkaramba +pkgver=4.11.80 +pkgrel=1 +pkgdesc='An engine for cool desktop eyecandy' +url='http://kde.org/applications/utilities/superkaramba/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'qimageblitz') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";) +sha1sums=('356d998edaab11a16e38489a7bf41093bd9ab16e') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../superkaramba-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install (from rev 199248, kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install) === --- kde-unstable-i686/kdeutils-superkaramba.install (rev 0) +++ kde-unstable-i686/kdeutils-superkaramba.install 2013-11-08 20:48:17 UTC (rev 199249) @@ -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: kdeutils-superkaramba/repos/kde-unstable-x86_64/PKGBUILD (from rev 199248, kdeutils-superkaramba/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:48:17 UTC (rev 199249) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-superkaramba +pkgver=4.11.80 +pkgrel=1 +pkgdesc='An engine for cool desktop eyecandy' +url='http://kde.org/applications/utilities/superkaramba/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'qimageblitz') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";) +sha1sums=('356d998edaab11a16e38489a7bf41093bd9ab16e') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../superkaramba-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-superkaramba/repos/kde-unstable-x86_64/kdeutils-superkaramba.install (from rev 199248, kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install) === --- kde-unstable-x86_64/kdeutils-superkaramba.install (rev 0) +++ kde-unstable-x86_64/kdeutils-superkaramba.install 2013-11-08 20:48:17 UTC (rev 199249) @@ -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 kdeutils-sweeper/repos (4 files)
Date: Friday, November 8, 2013 @ 21:48:26 Author: andrea Revision: 199250 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-sweeper/repos/kde-unstable-i686/ kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 199249, kdeutils-sweeper/kde-unstable/PKGBUILD) kdeutils-sweeper/repos/kde-unstable-x86_64/ kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 199249, kdeutils-sweeper/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 199249, kdeutils-sweeper/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:48:26 UTC (rev 199250) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-sweeper +pkgver=4.11.80 +pkgrel=1 +pkgdesc='System Cleaner' +url='http://kde.org/applications/utilities/sweeper' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +source=("http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz";) +sha1sums=('7920acd26dd87cebfe170c77f88d202bd73d2932') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../sweeper-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 199249, kdeutils-sweeper/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:48:26 UTC (rev 199250) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-sweeper +pkgver=4.11.80 +pkgrel=1 +pkgdesc='System Cleaner' +url='http://kde.org/applications/utilities/sweeper' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +source=("http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz";) +sha1sums=('7920acd26dd87cebfe170c77f88d202bd73d2932') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../sweeper-${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 kdeutils-print-manager/repos (4 files)
Date: Friday, November 8, 2013 @ 21:48:10 Author: andrea Revision: 199248 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-print-manager/repos/kde-unstable-i686/ kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 199247, kdeutils-print-manager/kde-unstable/PKGBUILD) kdeutils-print-manager/repos/kde-unstable-x86_64/ kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 199247, kdeutils-print-manager/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 33 + kde-unstable-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 199247, kdeutils-print-manager/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:48:10 UTC (rev 199248) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-print-manager +pkgver=4.11.80 +pkgrel=1 +pkgdesc="A tool for managing print jobs and printers" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdeutils/print-manager' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-workspace' 'libcups') +makedepends=('cmake' 'automoc4') +optdepends=('system-config-printer: auto-detect the printer driver') +replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-printer-kde') +conflicts=('print-manager') +groups=('kde' 'kdeutils') +source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz";) +sha1sums=('07a4777ab715aca44347ffcf9c55886e374be380') + +build() { + mkdir build + cd build + cmake ../print-manager-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 199247, kdeutils-print-manager/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:48:10 UTC (rev 199248) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-print-manager +pkgver=4.11.80 +pkgrel=1 +pkgdesc="A tool for managing print jobs and printers" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdeutils/print-manager' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-workspace' 'libcups') +makedepends=('cmake' 'automoc4') +optdepends=('system-config-printer: auto-detect the printer driver') +replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-printer-kde') +conflicts=('print-manager') +groups=('kde' 'kdeutils') +source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz";) +sha1sums=('07a4777ab715aca44347ffcf9c55886e374be380') + +build() { + mkdir build + cd build + cmake ../print-manager-${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 kdeutils-ktimer/repos (6 files)
Date: Friday, November 8, 2013 @ 21:47:53 Author: andrea Revision: 199246 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-ktimer/repos/kde-unstable-i686/ kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 199245, kdeutils-ktimer/kde-unstable/PKGBUILD) kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from rev 199245, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) kdeutils-ktimer/repos/kde-unstable-x86_64/ kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 199245, kdeutils-ktimer/kde-unstable/PKGBUILD) kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from rev 199245, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) -+ kde-unstable-i686/PKGBUILD | 32 ++ kde-unstable-i686/kdeutils-ktimer.install | 11 kde-unstable-x86_64/PKGBUILD| 32 ++ kde-unstable-x86_64/kdeutils-ktimer.install | 11 4 files changed, 86 insertions(+) Copied: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 199245, kdeutils-ktimer/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:53 UTC (rev 199246) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-ktimer +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Countdown Launcher' +url='http://kde.org/applications/utilities/ktimer/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz";) +sha1sums=('31172b9dc3794746ad05a034ed8115987142bdb6') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ktimer-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from rev 199245, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) === --- kde-unstable-i686/kdeutils-ktimer.install (rev 0) +++ kde-unstable-i686/kdeutils-ktimer.install 2013-11-08 20:47:53 UTC (rev 199246) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 199245, kdeutils-ktimer/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:53 UTC (rev 199246) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-ktimer +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Countdown Launcher' +url='http://kde.org/applications/utilities/ktimer/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz";) +sha1sums=('31172b9dc3794746ad05a034ed8115987142bdb6') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ktimer-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from rev 199245, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install) === --- kde-unstable-x86_64/kdeutils-ktimer.install (rev 0) +++ kde-unstable-x86_64/kdeutils-ktimer.install 2013-11-08 20:47:53 UTC (rev 199246) @@ -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 kdeutils-kremotecontrol/repos (6 files)
Date: Friday, November 8, 2013 @ 21:47:45 Author: andrea Revision: 199245 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kremotecontrol/repos/kde-unstable-i686/ kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 199244, kdeutils-kremotecontrol/kde-unstable/PKGBUILD) kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install (from rev 199244, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install) kdeutils-kremotecontrol/repos/kde-unstable-x86_64/ kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 199244, kdeutils-kremotecontrol/kde-unstable/PKGBUILD) kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install (from rev 199244, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install) -+ kde-unstable-i686/PKGBUILD | 34 ++ kde-unstable-i686/kdeutils-kremotecontrol.install | 11 + kde-unstable-x86_64/PKGBUILD| 34 ++ kde-unstable-x86_64/kdeutils-kremotecontrol.install | 11 + 4 files changed, 90 insertions(+) Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 199244, kdeutils-kremotecontrol/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:45 UTC (rev 199245) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kremotecontrol +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Configure your remote controls for use with applications' +url='http://kde.org/applications/utilities/kremotecontrol/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-workspace') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +replaces=('kdeutils-kdelirc') +conflicts=('kdeutils-kdelirc') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";) +sha1sums=('c58eac18237e2937841d861ee0f57a75406698e2') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kremotecontrol-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install (from rev 199244, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install) === --- kde-unstable-i686/kdeutils-kremotecontrol.install (rev 0) +++ kde-unstable-i686/kdeutils-kremotecontrol.install 2013-11-08 20:47:45 UTC (rev 199245) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 199244, kdeutils-kremotecontrol/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:45 UTC (rev 199245) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kremotecontrol +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Configure your remote controls for use with applications' +url='http://kde.org/applications/utilities/kremotecontrol/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-workspace') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +replaces=('kdeutils-kdelirc') +conflicts=('kdeutils-kdelirc') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";) +sha1sums=('c58eac18237e2937841d861ee0f57a75406698e2') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kremotecontrol-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install (from rev 199244, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install) === --- kde-unstable-x86_64/kdeutils-kremotecontrol.install (rev 0) +++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2013-11-08 20:47:45 UTC (rev 199245) @@ -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 kdeutils-kgpg/repos (6 files)
Date: Friday, November 8, 2013 @ 21:47:37 Author: andrea Revision: 199244 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kgpg/repos/kde-unstable-i686/ kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 199243, kdeutils-kgpg/kde-unstable/PKGBUILD) kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 199243, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install) kdeutils-kgpg/repos/kde-unstable-x86_64/ kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 199243, kdeutils-kgpg/kde-unstable/PKGBUILD) kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install (from rev 199243, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install) ---+ kde-unstable-i686/PKGBUILD| 32 kde-unstable-i686/kdeutils-kgpg.install | 12 ++ kde-unstable-x86_64/PKGBUILD | 32 kde-unstable-x86_64/kdeutils-kgpg.install | 12 ++ 4 files changed, 88 insertions(+) Copied: kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 199243, kdeutils-kgpg/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:37 UTC (rev 199244) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kgpg +pkgver=4.11.80 +pkgrel=1 +pkgdesc='A GnuPG frontend' +url='http://kde.org/applications/utilities/kgpg/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz";) +sha1sums=('431f9d242ce66f162b037c12155a8e9afaddd563') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kgpg-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 199243, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install) === --- kde-unstable-i686/kdeutils-kgpg.install (rev 0) +++ kde-unstable-i686/kdeutils-kgpg.install 2013-11-08 20:47:37 UTC (rev 199244) @@ -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: kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 199243, kdeutils-kgpg/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:37 UTC (rev 199244) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kgpg +pkgver=4.11.80 +pkgrel=1 +pkgdesc='A GnuPG frontend' +url='http://kde.org/applications/utilities/kgpg/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz";) +sha1sums=('431f9d242ce66f162b037c12155a8e9afaddd563') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kgpg-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install (from rev 199243, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install) === --- kde-unstable-x86_64/kdeutils-kgpg.install (rev 0) +++ kde-unstable-x86_64/kdeutils-kgpg.install 2013-11-08 20:47:37 UTC (rev 199244) @@ -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 kdeutils-kdf/repos (6 files)
Date: Friday, November 8, 2013 @ 21:47:19 Author: andrea Revision: 199242 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kdf/repos/kde-unstable-i686/ kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 199241, kdeutils-kdf/kde-unstable/PKGBUILD) kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 199241, kdeutils-kdf/kde-unstable/kdeutils-kdf.install) kdeutils-kdf/repos/kde-unstable-x86_64/ kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 199241, kdeutils-kdf/kde-unstable/PKGBUILD) kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install (from rev 199241, kdeutils-kdf/kde-unstable/kdeutils-kdf.install) --+ kde-unstable-i686/PKGBUILD | 32 + kde-unstable-i686/kdeutils-kdf.install | 11 + kde-unstable-x86_64/PKGBUILD | 32 + kde-unstable-x86_64/kdeutils-kdf.install | 11 + 4 files changed, 86 insertions(+) Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 199241, kdeutils-kdf/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:19 UTC (rev 199242) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kdf +pkgver=4.11.80 +pkgrel=1 +url="http://kde.org/applications/system/kdiskfree/"; +arch=('i686' 'x86_64') +pkgdesc='View Disk Usage' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz";) +sha1sums=('700e57869d808659c14c4178a4518c4ea889e253') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kdf-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 199241, kdeutils-kdf/kde-unstable/kdeutils-kdf.install) === --- kde-unstable-i686/kdeutils-kdf.install (rev 0) +++ kde-unstable-i686/kdeutils-kdf.install 2013-11-08 20:47:19 UTC (rev 199242) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 199241, kdeutils-kdf/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:19 UTC (rev 199242) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kdf +pkgver=4.11.80 +pkgrel=1 +url="http://kde.org/applications/system/kdiskfree/"; +arch=('i686' 'x86_64') +pkgdesc='View Disk Usage' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz";) +sha1sums=('700e57869d808659c14c4178a4518c4ea889e253') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kdf-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install (from rev 199241, kdeutils-kdf/kde-unstable/kdeutils-kdf.install) === --- kde-unstable-x86_64/kdeutils-kdf.install(rev 0) +++ kde-unstable-x86_64/kdeutils-kdf.install2013-11-08 20:47:19 UTC (rev 199242) @@ -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 kdeutils-kcharselect/repos (4 files)
Date: Friday, November 8, 2013 @ 21:47:10 Author: andrea Revision: 199241 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kcharselect/repos/kde-unstable-i686/ kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 199240, kdeutils-kcharselect/kde-unstable/PKGBUILD) kdeutils-kcharselect/repos/kde-unstable-x86_64/ kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 199240, kdeutils-kcharselect/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 199240, kdeutils-kcharselect/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:10 UTC (rev 199241) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kcharselect +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Character Selector' +url="http://kde.org/applications/utilities/kcharselect/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";) +sha1sums=('1fbe2d008b82f75984f2b1b8c9f0a1459a8d0aee') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kcharselect-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 199240, kdeutils-kcharselect/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:10 UTC (rev 199241) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kcharselect +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Character Selector' +url="http://kde.org/applications/utilities/kcharselect/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";) +sha1sums=('1fbe2d008b82f75984f2b1b8c9f0a1459a8d0aee') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kcharselect-${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 kdeutils-kfloppy/repos (6 files)
Date: Friday, November 8, 2013 @ 21:47:27 Author: andrea Revision: 199243 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kfloppy/repos/kde-unstable-i686/ kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 199242, kdeutils-kfloppy/kde-unstable/PKGBUILD) kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install (from rev 199242, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install) kdeutils-kfloppy/repos/kde-unstable-x86_64/ kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 199242, kdeutils-kfloppy/kde-unstable/PKGBUILD) kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install (from rev 199242, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install) --+ kde-unstable-i686/PKGBUILD | 32 + kde-unstable-i686/kdeutils-kfloppy.install | 12 + kde-unstable-x86_64/PKGBUILD | 32 + kde-unstable-x86_64/kdeutils-kfloppy.install | 12 + 4 files changed, 88 insertions(+) Copied: kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 199242, kdeutils-kfloppy/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:27 UTC (rev 199243) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kfloppy +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Floppy Formatter' +url='http://kde.org/applications/utilities/kfloppy/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";) +sha1sums=('418c5329a5e92ad6772b2f55c328db3fd4f0091c') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kfloppy-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install (from rev 199242, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install) === --- kde-unstable-i686/kdeutils-kfloppy.install (rev 0) +++ kde-unstable-i686/kdeutils-kfloppy.install 2013-11-08 20:47:27 UTC (rev 199243) @@ -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: kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 199242, kdeutils-kfloppy/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:27 UTC (rev 199243) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kfloppy +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Floppy Formatter' +url='http://kde.org/applications/utilities/kfloppy/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";) +sha1sums=('418c5329a5e92ad6772b2f55c328db3fd4f0091c') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kfloppy-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install (from rev 199242, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install) === --- kde-unstable-x86_64/kdeutils-kfloppy.install (rev 0) +++ kde-unstable-x86_64/kdeutils-kfloppy.install2013-11-08 20:47:27 UTC (rev 199243) @@ -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 kdeutils-filelight/repos (6 files)
Date: Friday, November 8, 2013 @ 21:46:39 Author: andrea Revision: 199239 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-filelight/repos/kde-unstable-i686/ kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD (from rev 199238, kdeutils-filelight/kde-unstable/PKGBUILD) kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install (from rev 199238, kdeutils-filelight/kde-unstable/kdeutils-filelight.install) kdeutils-filelight/repos/kde-unstable-x86_64/ kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 199238, kdeutils-filelight/kde-unstable/PKGBUILD) kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install (from rev 199238, kdeutils-filelight/kde-unstable/kdeutils-filelight.install) + kde-unstable-i686/PKGBUILD | 34 +++ kde-unstable-i686/kdeutils-filelight.install | 12 kde-unstable-x86_64/PKGBUILD | 34 +++ kde-unstable-x86_64/kdeutils-filelight.install | 12 4 files changed, 92 insertions(+) Copied: kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD (from rev 199238, kdeutils-filelight/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:46:39 UTC (rev 199239) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-filelight +pkgver=4.11.80 +pkgrel=1 +pkgdesc='View disk usage information' +url='http://kde.org/applications/utilities/filelight' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +replaces=('filelight') +conflicts=('filelight') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz";) +sha1sums=('17b415e06c456b471bcc3e9951743874baba8505') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../filelight-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install (from rev 199238, kdeutils-filelight/kde-unstable/kdeutils-filelight.install) === --- kde-unstable-i686/kdeutils-filelight.install (rev 0) +++ kde-unstable-i686/kdeutils-filelight.install2013-11-08 20:46:39 UTC (rev 199239) @@ -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: kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 199238, kdeutils-filelight/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:46:39 UTC (rev 199239) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-filelight +pkgver=4.11.80 +pkgrel=1 +pkgdesc='View disk usage information' +url='http://kde.org/applications/utilities/filelight' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +replaces=('filelight') +conflicts=('filelight') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz";) +sha1sums=('17b415e06c456b471bcc3e9951743874baba8505') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../filelight-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install (from rev 199238, kdeutils-filelight/kde-unstable/kdeutils-filelight.install) === --- kde-unstable-x86_64/kdeutils-filelight.install (rev 0) +++ kde-unstable-x86_64/kdeutils-filelight.install 2013-11-08 20:46:39 UTC (rev 199239) @@ -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 kdeutils-kcalc/repos (6 files)
Date: Friday, November 8, 2013 @ 21:47:01 Author: andrea Revision: 199240 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-kcalc/repos/kde-unstable-i686/ kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 199239, kdeutils-kcalc/kde-unstable/PKGBUILD) kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install (from rev 199239, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install) kdeutils-kcalc/repos/kde-unstable-x86_64/ kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 199239, kdeutils-kcalc/kde-unstable/PKGBUILD) kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install (from rev 199239, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install) + kde-unstable-i686/PKGBUILD | 32 +++ kde-unstable-i686/kdeutils-kcalc.install | 11 + kde-unstable-x86_64/PKGBUILD | 32 +++ kde-unstable-x86_64/kdeutils-kcalc.install | 11 + 4 files changed, 86 insertions(+) Copied: kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 199239, kdeutils-kcalc/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:47:01 UTC (rev 199240) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kcalc +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Scientific Calculator' +url='http://kde.org/applications/utilities/kcalc/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz";) +sha1sums=('9c2f9f1f347f33bcdbb08d73037c405ed4578ed6') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kcalc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install (from rev 199239, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install) === --- kde-unstable-i686/kdeutils-kcalc.install(rev 0) +++ kde-unstable-i686/kdeutils-kcalc.install2013-11-08 20:47:01 UTC (rev 199240) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 199239, kdeutils-kcalc/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:47:01 UTC (rev 199240) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-kcalc +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Scientific Calculator' +url='http://kde.org/applications/utilities/kcalc/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +groups=('kde' 'kdeutils') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz";) +sha1sums=('9c2f9f1f347f33bcdbb08d73037c405ed4578ed6') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kcalc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install (from rev 199239, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install) === --- kde-unstable-x86_64/kdeutils-kcalc.install (rev 0) +++ kde-unstable-x86_64/kdeutils-kcalc.install 2013-11-08 20:47:01 UTC (rev 199240) @@ -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 kdetoys-ktux/repos (6 files)
Date: Friday, November 8, 2013 @ 21:46:23 Author: andrea Revision: 199237 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdetoys-ktux/repos/kde-unstable-i686/ kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD (from rev 199236, kdetoys-ktux/kde-unstable/PKGBUILD) kdetoys-ktux/repos/kde-unstable-i686/kdetoys-ktux.install (from rev 199236, kdetoys-ktux/kde-unstable/kdetoys-ktux.install) kdetoys-ktux/repos/kde-unstable-x86_64/ kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD (from rev 199236, kdetoys-ktux/kde-unstable/PKGBUILD) kdetoys-ktux/repos/kde-unstable-x86_64/kdetoys-ktux.install (from rev 199236, kdetoys-ktux/kde-unstable/kdetoys-ktux.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdetoys-ktux.install | 11 ++ kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdetoys-ktux.install | 11 ++ 4 files changed, 84 insertions(+) Copied: kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD (from rev 199236, kdetoys-ktux/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:46:23 UTC (rev 199237) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdetoys-ktux +pkgver=4.11.80 +pkgrel=1 +pkgdesc='A Tux-in-a-spaceship screen saver' +url='https://projects.kde.org/projects/kde/kdetoys/ktux' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdetoys') +depends=('kdebase-workspace') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz";) +sha1sums=('4b5b75c78eb01d43e71bc434a21c390ce6412375') + +build() { + mkdir build + cd build + cmake ../ktux-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdetoys-ktux/repos/kde-unstable-i686/kdetoys-ktux.install (from rev 199236, kdetoys-ktux/kde-unstable/kdetoys-ktux.install) === --- kde-unstable-i686/kdetoys-ktux.install (rev 0) +++ kde-unstable-i686/kdetoys-ktux.install 2013-11-08 20:46:23 UTC (rev 199237) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD (from rev 199236, kdetoys-ktux/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:46:23 UTC (rev 199237) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdetoys-ktux +pkgver=4.11.80 +pkgrel=1 +pkgdesc='A Tux-in-a-spaceship screen saver' +url='https://projects.kde.org/projects/kde/kdetoys/ktux' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdetoys') +depends=('kdebase-workspace') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz";) +sha1sums=('4b5b75c78eb01d43e71bc434a21c390ce6412375') + +build() { + mkdir build + cd build + cmake ../ktux-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdetoys-ktux/repos/kde-unstable-x86_64/kdetoys-ktux.install (from rev 199236, kdetoys-ktux/kde-unstable/kdetoys-ktux.install) === --- kde-unstable-x86_64/kdetoys-ktux.install(rev 0) +++ kde-unstable-x86_64/kdetoys-ktux.install2013-11-08 20:46:23 UTC (rev 199237) @@ -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 kdeutils-ark/repos (6 files)
Date: Friday, November 8, 2013 @ 21:46:32 Author: andrea Revision: 199238 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-ark/repos/kde-unstable-i686/ kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 199237, kdeutils-ark/kde-unstable/PKGBUILD) kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 199237, kdeutils-ark/kde-unstable/kdeutils-ark.install) kdeutils-ark/repos/kde-unstable-x86_64/ kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 199237, kdeutils-ark/kde-unstable/PKGBUILD) kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install (from rev 199237, kdeutils-ark/kde-unstable/kdeutils-ark.install) --+ kde-unstable-i686/PKGBUILD | 33 + kde-unstable-i686/kdeutils-ark.install | 12 ++ kde-unstable-x86_64/PKGBUILD | 33 + kde-unstable-x86_64/kdeutils-ark.install | 12 ++ 4 files changed, 90 insertions(+) Copied: kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 199237, kdeutils-ark/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:46:32 UTC (rev 199238) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-ark +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Archiving Tool' +url='http://kde.org/applications/utilities/ark/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeutils') +depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson') +makedepends=('cmake' 'automoc4') +optdepends=('p7zip' 'zip' 'unzip' 'unrar') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz";) +sha1sums=('bc0cf3e9348e5d2a73a2aed6b9774310f551321f') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ark-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 199237, kdeutils-ark/kde-unstable/kdeutils-ark.install) === --- kde-unstable-i686/kdeutils-ark.install (rev 0) +++ kde-unstable-i686/kdeutils-ark.install 2013-11-08 20:46:32 UTC (rev 199238) @@ -0,0 +1,12 @@ +post_install() { +update-desktop-database -q +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_update() { +post_install +} + +post_remove() { +post_install +} Copied: kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 199237, kdeutils-ark/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:46:32 UTC (rev 199238) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdeutils-ark +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Archiving Tool' +url='http://kde.org/applications/utilities/ark/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeutils') +depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson') +makedepends=('cmake' 'automoc4') +optdepends=('p7zip' 'zip' 'unzip' 'unrar') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz";) +sha1sums=('bc0cf3e9348e5d2a73a2aed6b9774310f551321f') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ark-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install (from rev 199237, kdeutils-ark/kde-unstable/kdeutils-ark.install) === --- kde-unstable-x86_64/kdeutils-ark.install(rev 0) +++ kde-unstable-x86_64/kdeutils-ark.install2013-11-08 20:46:32 UTC (rev 199238) @@ -0,0 +1,12 @@ +post_install() { +update-desktop-database -q +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_update() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in kdetoys-kteatime/repos (6 files)
Date: Friday, November 8, 2013 @ 21:46:15 Author: andrea Revision: 199236 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdetoys-kteatime/repos/kde-unstable-i686/ kdetoys-kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 199235, kdetoys-kteatime/kde-unstable/PKGBUILD) kdetoys-kteatime/repos/kde-unstable-i686/kdetoys-kteatime.install (from rev 199235, kdetoys-kteatime/kde-unstable/kdetoys-kteatime.install) kdetoys-kteatime/repos/kde-unstable-x86_64/ kdetoys-kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 199235, kdetoys-kteatime/kde-unstable/PKGBUILD) kdetoys-kteatime/repos/kde-unstable-x86_64/kdetoys-kteatime.install (from rev 199235, kdetoys-kteatime/kde-unstable/kdetoys-kteatime.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdetoys-kteatime.install | 11 kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdetoys-kteatime.install | 11 4 files changed, 84 insertions(+) Copied: kdetoys-kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 199235, kdetoys-kteatime/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:46:15 UTC (rev 199236) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdetoys-kteatime +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Tea Cooker' +url='http://kde.org/applications/games/kteatime/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdetoys') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kteatime-${pkgver}.tar.xz";) +sha1sums=('702d4747cb87fae88626cb6ff19567dc0822215a') + +build() { + mkdir build + cd build + cmake ../kteatime-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdetoys-kteatime/repos/kde-unstable-i686/kdetoys-kteatime.install (from rev 199235, kdetoys-kteatime/kde-unstable/kdetoys-kteatime.install) === --- kde-unstable-i686/kdetoys-kteatime.install (rev 0) +++ kde-unstable-i686/kdetoys-kteatime.install 2013-11-08 20:46:15 UTC (rev 199236) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdetoys-kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 199235, kdetoys-kteatime/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:46:15 UTC (rev 199236) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdetoys-kteatime +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Tea Cooker' +url='http://kde.org/applications/games/kteatime/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdetoys') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kteatime-${pkgver}.tar.xz";) +sha1sums=('702d4747cb87fae88626cb6ff19567dc0822215a') + +build() { + mkdir build + cd build + cmake ../kteatime-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdetoys-kteatime/repos/kde-unstable-x86_64/kdetoys-kteatime.install (from rev 199235, kdetoys-kteatime/kde-unstable/kdetoys-kteatime.install) === --- kde-unstable-x86_64/kdetoys-kteatime.install (rev 0) +++ kde-unstable-x86_64/kdetoys-kteatime.install2013-11-08 20:46:15 UTC (rev 199236) @@ -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-thumbnailers/repos (4 files)
Date: Friday, November 8, 2013 @ 21:45:50 Author: andrea Revision: 199233 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-thumbnailers/repos/kde-unstable-i686/ kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD) kdesdk-thumbnailers/repos/kde-unstable-x86_64/ kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 30 ++ kde-unstable-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:50 UTC (rev 199233) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-thumbnailers +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Plugins for the thumbnailing system' +url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";) +sha1sums=('3e8b2c487b02b53611c778cf010d5d7cb479c157') + +build() { + mkdir build + cd build + cmake ../kdesdk-thumbnailers-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:50 UTC (rev 199233) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-thumbnailers +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Plugins for the thumbnailing system' +url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";) +sha1sums=('3e8b2c487b02b53611c778cf010d5d7cb479c157') + +build() { + mkdir build + cd build + cmake ../kdesdk-thumbnailers-${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/repos (4 files)
Date: Friday, November 8, 2013 @ 21:45:39 Author: andrea Revision: 199232 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-strigi-analyzers/repos/kde-unstable-i686/ kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 199231, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD) kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/ kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from rev 199231, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 30 ++ kde-unstable-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 199231, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:39 UTC (rev 199232) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-strigi-analyzers +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('b081ad183c6ea64173e1adc2f3d6f775d261ae10') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199231, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:39 UTC (rev 199232) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-strigi-analyzers +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('b081ad183c6ea64173e1adc2f3d6f775d261ae10') + +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 kdetoys-amor/repos (6 files)
Date: Friday, November 8, 2013 @ 21:46:07 Author: andrea Revision: 199235 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdetoys-amor/repos/kde-unstable-i686/ kdetoys-amor/repos/kde-unstable-i686/PKGBUILD (from rev 199234, kdetoys-amor/kde-unstable/PKGBUILD) kdetoys-amor/repos/kde-unstable-i686/kdetoys-amor.install (from rev 199234, kdetoys-amor/kde-unstable/kdetoys-amor.install) kdetoys-amor/repos/kde-unstable-x86_64/ kdetoys-amor/repos/kde-unstable-x86_64/PKGBUILD (from rev 199234, kdetoys-amor/kde-unstable/PKGBUILD) kdetoys-amor/repos/kde-unstable-x86_64/kdetoys-amor.install (from rev 199234, kdetoys-amor/kde-unstable/kdetoys-amor.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdetoys-amor.install | 11 ++ kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdetoys-amor.install | 11 ++ 4 files changed, 84 insertions(+) Copied: kdetoys-amor/repos/kde-unstable-i686/PKGBUILD (from rev 199234, kdetoys-amor/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:46:07 UTC (rev 199235) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdetoys-amor +pkgver=4.11.80 +pkgrel=1 +pkgdesc='On-Screen Creature' +url='https://projects.kde.org/projects/kde/kdetoys/amor' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdetoys') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/amor-${pkgver}.tar.xz";) +sha1sums=('8349b128f7ca4df3b15ecdb26effd676822008bb') + +build() { + mkdir build + cd build + cmake ../amor-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdetoys-amor/repos/kde-unstable-i686/kdetoys-amor.install (from rev 199234, kdetoys-amor/kde-unstable/kdetoys-amor.install) === --- kde-unstable-i686/kdetoys-amor.install (rev 0) +++ kde-unstable-i686/kdetoys-amor.install 2013-11-08 20:46:07 UTC (rev 199235) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdetoys-amor/repos/kde-unstable-x86_64/PKGBUILD (from rev 199234, kdetoys-amor/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:46:07 UTC (rev 199235) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdetoys-amor +pkgver=4.11.80 +pkgrel=1 +pkgdesc='On-Screen Creature' +url='https://projects.kde.org/projects/kde/kdetoys/amor' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdetoys') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/amor-${pkgver}.tar.xz";) +sha1sums=('8349b128f7ca4df3b15ecdb26effd676822008bb') + +build() { + mkdir build + cd build + cmake ../amor-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdetoys-amor/repos/kde-unstable-x86_64/kdetoys-amor.install (from rev 199234, kdetoys-amor/kde-unstable/kdetoys-amor.install) === --- kde-unstable-x86_64/kdetoys-amor.install(rev 0) +++ kde-unstable-x86_64/kdetoys-amor.install2013-11-08 20:46:07 UTC (rev 199235) @@ -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-umbrello/repos (6 files)
Date: Friday, November 8, 2013 @ 21:45:58 Author: andrea Revision: 199234 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-umbrello/repos/kde-unstable-i686/ kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 199233, kdesdk-umbrello/kde-unstable/PKGBUILD) kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from rev 199233, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install) kdesdk-umbrello/repos/kde-unstable-x86_64/ kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 199233, kdesdk-umbrello/kde-unstable/PKGBUILD) kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from rev 199233, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install) -+ kde-unstable-i686/PKGBUILD | 32 ++ kde-unstable-i686/kdesdk-umbrello.install | 12 + kde-unstable-x86_64/PKGBUILD| 32 ++ kde-unstable-x86_64/kdesdk-umbrello.install | 12 + 4 files changed, 88 insertions(+) Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 199233, kdesdk-umbrello/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:58 UTC (rev 199234) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-umbrello +pkgver=4.11.80 +pkgrel=1 +pkgdesc='UML Modeller' +url='http://kde.org/applications/development/umbrello/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'boost') +optdepends=('ruby') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz";) +sha1sums=('ffcbbfe66f12d7bae11ab5af8f86df885ae730c1') + +build() { + mkdir build + cd build + cmake ../umbrello-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from rev 199233, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install) === --- kde-unstable-i686/kdesdk-umbrello.install (rev 0) +++ kde-unstable-i686/kdesdk-umbrello.install 2013-11-08 20:45:58 UTC (rev 199234) @@ -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-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 199233, kdesdk-umbrello/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:58 UTC (rev 199234) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-umbrello +pkgver=4.11.80 +pkgrel=1 +pkgdesc='UML Modeller' +url='http://kde.org/applications/development/umbrello/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'boost') +optdepends=('ruby') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz";) +sha1sums=('ffcbbfe66f12d7bae11ab5af8f86df885ae730c1') + +build() { + mkdir build + cd build + cmake ../umbrello-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from rev 199233, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install) === --- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0) +++ kde-unstable-x86_64/kdesdk-umbrello.install 2013-11-08 20:45:58 UTC (rev 199234) @@ -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-okteta/repos (6 files)
Date: Friday, November 8, 2013 @ 21:45:20 Author: andrea Revision: 199230 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-okteta/repos/kde-unstable-i686/ kdesdk-okteta/repos/kde-unstable-i686/PKGBUILD (from rev 199229, kdesdk-okteta/kde-unstable/PKGBUILD) kdesdk-okteta/repos/kde-unstable-i686/kdesdk-okteta.install (from rev 199229, kdesdk-okteta/kde-unstable/kdesdk-okteta.install) kdesdk-okteta/repos/kde-unstable-x86_64/ kdesdk-okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 199229, kdesdk-okteta/kde-unstable/PKGBUILD) kdesdk-okteta/repos/kde-unstable-x86_64/kdesdk-okteta.install (from rev 199229, kdesdk-okteta/kde-unstable/kdesdk-okteta.install) ---+ kde-unstable-i686/PKGBUILD| 31 kde-unstable-i686/kdesdk-okteta.install | 12 ++ kde-unstable-x86_64/PKGBUILD | 31 kde-unstable-x86_64/kdesdk-okteta.install | 12 ++ 4 files changed, 86 insertions(+) Copied: kdesdk-okteta/repos/kde-unstable-i686/PKGBUILD (from rev 199229, kdesdk-okteta/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:20 UTC (rev 199230) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-okteta +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Hex Editor' +url='http://kde.org/applications/utilities/okteta/' +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/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz";) +sha1sums=('53466820d8cc7401ed31fbbbc637b584b5c2a728') + +build() { + mkdir build + cd build + cmake ../okteta-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-okteta/repos/kde-unstable-i686/kdesdk-okteta.install (from rev 199229, kdesdk-okteta/kde-unstable/kdesdk-okteta.install) === --- kde-unstable-i686/kdesdk-okteta.install (rev 0) +++ kde-unstable-i686/kdesdk-okteta.install 2013-11-08 20:45:20 UTC (rev 199230) @@ -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: kdesdk-okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 199229, kdesdk-okteta/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:20 UTC (rev 199230) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-okteta +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Hex Editor' +url='http://kde.org/applications/utilities/okteta/' +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/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz";) +sha1sums=('53466820d8cc7401ed31fbbbc637b584b5c2a728') + +build() { + mkdir build + cd build + cmake ../okteta-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-okteta/repos/kde-unstable-x86_64/kdesdk-okteta.install (from rev 199229, kdesdk-okteta/kde-unstable/kdesdk-okteta.install) === --- kde-unstable-x86_64/kdesdk-okteta.install (rev 0) +++ kde-unstable-x86_64/kdesdk-okteta.install 2013-11-08 20:45:20 UTC (rev 199230) @@ -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: Friday, November 8, 2013 @ 21:45:30 Author: andrea Revision: 199231 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-poxml/repos/kde-unstable-i686/ kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD (from rev 199230, kdesdk-poxml/kde-unstable/PKGBUILD) kdesdk-poxml/repos/kde-unstable-x86_64/ kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 199230, kdesdk-poxml/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD (from rev 199230, kdesdk-poxml/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:30 UTC (rev 199231) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-poxml +pkgver=4.11.80 +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' 'antlr2') +optdepends=('antlr2: required for po2xml and swappo tool') +source=("http://download.kde.org/unstable/${pkgver}/src/poxml-${pkgver}.tar.xz";) +sha1sums=('8f54359752795b4b10b3eaae4ce1c247f9a4733d') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199230, kdesdk-poxml/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:30 UTC (rev 199231) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-poxml +pkgver=4.11.80 +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' 'antlr2') +optdepends=('antlr2: required for po2xml and swappo tool') +source=("http://download.kde.org/unstable/${pkgver}/src/poxml-${pkgver}.tar.xz";) +sha1sums=('8f54359752795b4b10b3eaae4ce1c247f9a4733d') + +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-kioslaves/repos (6 files)
Date: Friday, November 8, 2013 @ 21:44:54 Author: andrea Revision: 199227 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-kioslaves/repos/kde-unstable-i686/ kdesdk-kioslaves/repos/kde-unstable-i686/PKGBUILD (from rev 199226, kdesdk-kioslaves/kde-unstable/PKGBUILD) kdesdk-kioslaves/repos/kde-unstable-i686/kdesdk-kioslaves.install (from rev 199226, kdesdk-kioslaves/kde-unstable/kdesdk-kioslaves.install) kdesdk-kioslaves/repos/kde-unstable-x86_64/ kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD (from rev 199226, kdesdk-kioslaves/kde-unstable/PKGBUILD) kdesdk-kioslaves/repos/kde-unstable-x86_64/kdesdk-kioslaves.install (from rev 199226, kdesdk-kioslaves/kde-unstable/kdesdk-kioslaves.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdesdk-kioslaves.install | 11 kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdesdk-kioslaves.install | 11 4 files changed, 84 insertions(+) Copied: kdesdk-kioslaves/repos/kde-unstable-i686/PKGBUILD (from rev 199226, kdesdk-kioslaves/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:54 UTC (rev 199227) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kioslaves +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";) +sha1sums=('46d449994b024b1c318f0a53c444fcfbeed53bf7') + +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/kde-unstable-i686/kdesdk-kioslaves.install (from rev 199226, kdesdk-kioslaves/kde-unstable/kdesdk-kioslaves.install) === --- kde-unstable-i686/kdesdk-kioslaves.install (rev 0) +++ kde-unstable-i686/kdesdk-kioslaves.install 2013-11-08 20:44:54 UTC (rev 199227) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199226, kdesdk-kioslaves/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:54 UTC (rev 199227) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kioslaves +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";) +sha1sums=('46d449994b024b1c318f0a53c444fcfbeed53bf7') + +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/kde-unstable-x86_64/kdesdk-kioslaves.install (from rev 199226, kdesdk-kioslaves/kde-unstable/kdesdk-kioslaves.install) === --- kde-unstable-x86_64/kdesdk-kioslaves.install (rev 0) +++ kde-unstable-x86_64/kdesdk-kioslaves.install2013-11-08 20:44:54 UTC (rev 199227) @@ -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/repos (8 files)
Date: Friday, November 8, 2013 @ 21:45:12 Author: andrea Revision: 199229 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-lokalize/repos/kde-unstable-i686/ kdesdk-lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 199228, kdesdk-lokalize/kde-unstable/PKGBUILD) kdesdk-lokalize/repos/kde-unstable-i686/fix-python2-path.patch (from rev 199228, kdesdk-lokalize/kde-unstable/fix-python2-path.patch) kdesdk-lokalize/repos/kde-unstable-i686/kdesdk-lokalize.install (from rev 199228, kdesdk-lokalize/kde-unstable/kdesdk-lokalize.install) kdesdk-lokalize/repos/kde-unstable-x86_64/ kdesdk-lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 199228, kdesdk-lokalize/kde-unstable/PKGBUILD) kdesdk-lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch (from rev 199228, kdesdk-lokalize/kde-unstable/fix-python2-path.patch) kdesdk-lokalize/repos/kde-unstable-x86_64/kdesdk-lokalize.install (from rev 199228, kdesdk-lokalize/kde-unstable/kdesdk-lokalize.install) -+ kde-unstable-i686/PKGBUILD | 45 ++ kde-unstable-i686/fix-python2-path.patch| 22 kde-unstable-i686/kdesdk-lokalize.install | 12 ++ kde-unstable-x86_64/PKGBUILD| 45 ++ kde-unstable-x86_64/fix-python2-path.patch | 22 kde-unstable-x86_64/kdesdk-lokalize.install | 12 ++ 6 files changed, 158 insertions(+) Copied: kdesdk-lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 199228, kdesdk-lokalize/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:12 UTC (rev 199229) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-lokalize +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Computer-Aided Translation System' +url='http://kde.org/applications/development/lokalize/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers') +makedepends=('cmake' 'automoc4') +optdepends=('translate-toolkit: enable extra scripts' +'kdebindings-kross-python: enable python scripts') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/lokalize-${pkgver}.tar.xz"; +'fix-python2-path.patch') +sha1sums=('5c04caf38e863bdfad5f0d42dd9fe8a5bc25b8c4' + '07db42bbcae402c292eebf002e549b04162621c5') + +prepare() { + mkdir build + + cd lokalize-${pkgver} + patch -p2 -i "${srcdir}"/fix-python2-path.patch +} + +build() { + cd build + cmake ../lokalize-${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/share/apps/lokalize/scripts/odf/xliffmerge.py +} Copied: kdesdk-lokalize/repos/kde-unstable-i686/fix-python2-path.patch (from rev 199228, kdesdk-lokalize/kde-unstable/fix-python2-path.patch) === --- kde-unstable-i686/fix-python2-path.patch(rev 0) +++ kde-unstable-i686/fix-python2-path.patch2013-11-08 20:45:12 UTC (rev 199229) @@ -0,0 +1,22 @@ +--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 11:22:42.12002 +0100 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 +0100 +@@ -114,7 +114,7 @@ + print >>sys.stderr, "Execution failed:", e + + cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % (ourPath,xliffpathname,xlifftemplatepathname,xliffpathname) +-if os.name!='nt': cmd='python '+cmd ++if os.name!='nt': cmd='python2 '+cmd + else: cmd=cmd.replace('/','\\') + os.system(cmd) + +--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~ 2010-11-24 11:24:10.85336 +0100 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 11:24:10.88336 +0100 +@@ -42,7 +42,7 @@ + xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf) + + ourpath=([p for p in sys.path if os.path.exists(p+'/xliff2odf.py')]+[''])[0] +-os.system('python "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" &'%(translatedodfpathname, Editor.currentEntryId())) ++os.system('python2 "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" &'%(translatedodfpathname, Editor.currentEntryId())) + + try: convert() + except: print 'error occured' Copied: kdesdk-lokalize/repos/kde-unstable-i686/kdesdk-lokalize.install (from rev 199228, kdesdk-lokalize/kde-unstable/kdesdk-lokalize.install) === --- kde-unstable-i686/kdesdk-lokalize.install (rev 0) +++ kde
[arch-commits] Commit in kdesdk-kcachegrind/repos (6 files)
Date: Friday, November 8, 2013 @ 21:44:45 Author: andrea Revision: 199226 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-kcachegrind/repos/kde-unstable-i686/ kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 199225, kdesdk-kcachegrind/kde-unstable/PKGBUILD) kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install (from rev 199225, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install) kdesdk-kcachegrind/repos/kde-unstable-x86_64/ kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 199225, kdesdk-kcachegrind/kde-unstable/PKGBUILD) kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install (from rev 199225, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install) + kde-unstable-i686/PKGBUILD | 36 +++ kde-unstable-i686/kdesdk-kcachegrind.install | 12 +++ kde-unstable-x86_64/PKGBUILD | 36 +++ kde-unstable-x86_64/kdesdk-kcachegrind.install | 12 +++ 4 files changed, 96 insertions(+) Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 199225, kdesdk-kcachegrind/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:45 UTC (rev 199226) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kcachegrind +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Visualization of Performance Profiling Data' +url='http://kde.org/applications/development/kcachegrind/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'python2') +makedepends=('cmake' 'automoc4') +optdepends=('php: PHP support') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";) +sha1sums=('65dccd5c2c9a6d58c04f820ae3a7e14981ccdc4c') + +build() { + mkdir build + cd build + cmake ../kcachegrind-${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/hotshot2calltree +} Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install (from rev 199225, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install) === --- kde-unstable-i686/kdesdk-kcachegrind.install (rev 0) +++ kde-unstable-i686/kdesdk-kcachegrind.install2013-11-08 20:44:45 UTC (rev 199226) @@ -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-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 199225, kdesdk-kcachegrind/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:45 UTC (rev 199226) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kcachegrind +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Visualization of Performance Profiling Data' +url='http://kde.org/applications/development/kcachegrind/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdesdk') +depends=('kdebase-runtime' 'python2') +makedepends=('cmake' 'automoc4') +optdepends=('php: PHP support') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";) +sha1sums=('65dccd5c2c9a6d58c04f820ae3a7e14981ccdc4c') + +build() { + mkdir build + cd build + cmake ../kcachegrind-${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/hotshot2calltree +} Copied: kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install (from rev 199225, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install) === --- kde-unstable-x86_64/kdesdk-kcachegrind.install (rev 0) +++ kde-unstable-x86_64/kdesdk-kcachegrind.install 2013-11-08 20:44:45 UTC (rev 199226) @@ -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_
[arch-commits] Commit in kdesdk-dolphin-plugins/repos (6 files)
Date: Friday, November 8, 2013 @ 21:44:29 Author: andrea Revision: 199224 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-dolphin-plugins/repos/kde-unstable-i686/ kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD) kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install) kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/ kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD) kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install) + kde-unstable-i686/PKGBUILD | 35 +++ kde-unstable-i686/kdesdk-dolphin-plugins.install | 11 + kde-unstable-x86_64/PKGBUILD | 35 +++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install | 11 + 4 files changed, 92 insertions(+) Copied: kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:29 UTC (rev 199224) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-dolphin-plugins +pkgver=4.11.80 +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/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";) +sha1sums=('ef23e4270e2a0d2a184277d1d78ae6ee8c3d2ba9') + +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/kde-unstable-i686/kdesdk-dolphin-plugins.install (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install) === --- kde-unstable-i686/kdesdk-dolphin-plugins.install (rev 0) +++ kde-unstable-i686/kdesdk-dolphin-plugins.install2013-11-08 20:44:29 UTC (rev 199224) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:29 UTC (rev 199224) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-dolphin-plugins +pkgver=4.11.80 +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/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";) +sha1sums=('ef23e4270e2a0d2a184277d1d78ae6ee8c3d2ba9') + +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/kde-unstable-x86_64/kdesdk-dolphin-plugins.install (from rev 199223, kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install) === --- kde-unstable-x86_64/kdesdk-dolphin-plugins.install (rev 0) +++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install 2013-11-08 20:44:29 UTC (rev 199224) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_inst
[arch-commits] Commit in kdesdk-dev-scripts/repos (4 files)
Date: Friday, November 8, 2013 @ 21:44:20 Author: andrea Revision: 199223 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-dev-scripts/repos/kde-unstable-i686/ kdesdk-dev-scripts/repos/kde-unstable-i686/PKGBUILD (from rev 199222, kdesdk-dev-scripts/kde-unstable/PKGBUILD) kdesdk-dev-scripts/repos/kde-unstable-x86_64/ kdesdk-dev-scripts/repos/kde-unstable-x86_64/PKGBUILD (from rev 199222, kdesdk-dev-scripts/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 36 kde-unstable-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kdesdk-dev-scripts/repos/kde-unstable-i686/PKGBUILD (from rev 199222, kdesdk-dev-scripts/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:20 UTC (rev 199223) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-dev-scripts +pkgver=4.11.80 +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/unstable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";) +sha1sums=('93daee92b0cb3861a622b9b2e690ac7e833c4e89') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199222, kdesdk-dev-scripts/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:20 UTC (rev 199223) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-dev-scripts +pkgver=4.11.80 +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/unstable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";) +sha1sums=('93daee92b0cb3861a622b9b2e690ac7e833c4e89') + +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/repos (6 files)
Date: Friday, November 8, 2013 @ 21:45:02 Author: andrea Revision: 199228 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-kompare/repos/kde-unstable-i686/ kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD (from rev 199227, kdesdk-kompare/kde-unstable/PKGBUILD) kdesdk-kompare/repos/kde-unstable-i686/kdesdk-kompare.install (from rev 199227, kdesdk-kompare/kde-unstable/kdesdk-kompare.install) kdesdk-kompare/repos/kde-unstable-x86_64/ kdesdk-kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 199227, kdesdk-kompare/kde-unstable/PKGBUILD) kdesdk-kompare/repos/kde-unstable-x86_64/kdesdk-kompare.install (from rev 199227, kdesdk-kompare/kde-unstable/kdesdk-kompare.install) + kde-unstable-i686/PKGBUILD | 34 +++ kde-unstable-i686/kdesdk-kompare.install | 12 + kde-unstable-x86_64/PKGBUILD | 34 +++ kde-unstable-x86_64/kdesdk-kompare.install | 12 + 4 files changed, 92 insertions(+) Copied: kdesdk-kompare/repos/kde-unstable-i686/PKGBUILD (from rev 199227, kdesdk-kompare/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:02 UTC (rev 199228) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kompare +pkgver=4.11.80 +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/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz";) +sha1sums=('89590d411550fae3fb1b3b8b2269a9b52c62041e') + +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/kde-unstable-i686/kdesdk-kompare.install (from rev 199227, kdesdk-kompare/kde-unstable/kdesdk-kompare.install) === --- kde-unstable-i686/kdesdk-kompare.install(rev 0) +++ kde-unstable-i686/kdesdk-kompare.install2013-11-08 20:45:02 UTC (rev 199228) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199227, kdesdk-kompare/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:02 UTC (rev 199228) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kompare +pkgver=4.11.80 +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/unstable/${pkgver}/src/kompare-${pkgver}.tar.xz";) +sha1sums=('89590d411550fae3fb1b3b8b2269a9b52c62041e') + +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/kde-unstable-x86_64/kdesdk-kompare.install (from rev 199227, kdesdk-kompare/kde-unstable/kdesdk-kompare.install) === --- kde-unstable-x86_64/kdesdk-kompare.install (rev 0) +++ kde-unstable-x86_64/kdesdk-kompare.install 2013-11-08 20:45:02 UTC (rev 199228) @@ -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-kapptemplate/repos (6 files)
Date: Friday, November 8, 2013 @ 21:44:37 Author: andrea Revision: 199225 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-kapptemplate/repos/kde-unstable-i686/ kdesdk-kapptemplate/repos/kde-unstable-i686/PKGBUILD (from rev 199224, kdesdk-kapptemplate/kde-unstable/PKGBUILD) kdesdk-kapptemplate/repos/kde-unstable-i686/kdesdk-kapptemplate.install (from rev 199224, kdesdk-kapptemplate/kde-unstable/kdesdk-kapptemplate.install) kdesdk-kapptemplate/repos/kde-unstable-x86_64/ kdesdk-kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 199224, kdesdk-kapptemplate/kde-unstable/PKGBUILD) kdesdk-kapptemplate/repos/kde-unstable-x86_64/kdesdk-kapptemplate.install (from rev 199224, kdesdk-kapptemplate/kde-unstable/kdesdk-kapptemplate.install) -+ kde-unstable-i686/PKGBUILD | 31 ++ kde-unstable-i686/kdesdk-kapptemplate.install | 11 +++ kde-unstable-x86_64/PKGBUILD| 31 ++ kde-unstable-x86_64/kdesdk-kapptemplate.install | 11 +++ 4 files changed, 84 insertions(+) Copied: kdesdk-kapptemplate/repos/kde-unstable-i686/PKGBUILD (from rev 199224, kdesdk-kapptemplate/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:37 UTC (rev 199225) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kapptemplate +pkgver=4.11.80 +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=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";) +sha1sums=('d3a8b23cb1f7bff6004417b9fbbead262eaf1ae2') + +build() { + mkdir build + cd build + cmake ../kapptemplate-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-kapptemplate/repos/kde-unstable-i686/kdesdk-kapptemplate.install (from rev 199224, kdesdk-kapptemplate/kde-unstable/kdesdk-kapptemplate.install) === --- kde-unstable-i686/kdesdk-kapptemplate.install (rev 0) +++ kde-unstable-i686/kdesdk-kapptemplate.install 2013-11-08 20:44:37 UTC (rev 199225) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdesdk-kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 199224, kdesdk-kapptemplate/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:37 UTC (rev 199225) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-kapptemplate +pkgver=4.11.80 +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=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";) +sha1sums=('d3a8b23cb1f7bff6004417b9fbbead262eaf1ae2') + +build() { + mkdir build + cd build + cmake ../kapptemplate-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdesdk-kapptemplate/repos/kde-unstable-x86_64/kdesdk-kapptemplate.install (from rev 199224, kdesdk-kapptemplate/kde-unstable/kdesdk-kapptemplate.install) === --- kde-unstable-x86_64/kdesdk-kapptemplate.install (rev 0) +++ kde-unstable-x86_64/kdesdk-kapptemplate.install 2013-11-08 20:44:37 UTC (rev 199225) @@ -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-dev-utils/repos (6 files)
Date: Friday, November 8, 2013 @ 21:44:10 Author: andrea Revision: 199222 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-dev-utils/repos/kde-unstable-i686/ kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD (from rev 199221, kdesdk-dev-utils/kde-unstable/PKGBUILD) kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install (from rev 199221, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install) kdesdk-dev-utils/repos/kde-unstable-x86_64/ kdesdk-dev-utils/repos/kde-unstable-x86_64/PKGBUILD (from rev 199221, kdesdk-dev-utils/kde-unstable/PKGBUILD) kdesdk-dev-utils/repos/kde-unstable-x86_64/kdesdk-dev-utils.install (from rev 199221, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install) --+ kde-unstable-i686/PKGBUILD | 35 + kde-unstable-i686/kdesdk-dev-utils.install | 12 kde-unstable-x86_64/PKGBUILD | 35 + kde-unstable-x86_64/kdesdk-dev-utils.install | 12 4 files changed, 94 insertions(+) Copied: kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD (from rev 199221, kdesdk-dev-utils/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:10 UTC (rev 199222) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-dev-utils +pkgver=4.11.80 +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/unstable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";) +sha1sums=('9f05513698d2f5b2c0856d015cc3556664b42b18') + +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/kde-unstable-i686/kdesdk-dev-utils.install (from rev 199221, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install) === --- kde-unstable-i686/kdesdk-dev-utils.install (rev 0) +++ kde-unstable-i686/kdesdk-dev-utils.install 2013-11-08 20:44:10 UTC (rev 199222) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199221, kdesdk-dev-utils/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:10 UTC (rev 199222) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-dev-utils +pkgver=4.11.80 +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/unstable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";) +sha1sums=('9f05513698d2f5b2c0856d015cc3556664b42b18') + +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/kde-unstable-x86_64/kdesdk-dev-utils.install (from rev 199221, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install) === --- kde-unstable-x86_64/kdesdk-dev-utils.install (rev 0) +++ kde-unstable-x86_64/kdesdk-dev-utils.install2013-11-08 20:44:10 UTC (rev 199222) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --the
[arch-commits] Commit in kdesdk-cervisia/repos (6 files)
Date: Friday, November 8, 2013 @ 21:44:02 Author: andrea Revision: 199221 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdesdk-cervisia/repos/kde-unstable-i686/ kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD (from rev 199220, kdesdk-cervisia/kde-unstable/PKGBUILD) kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install (from rev 199220, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install) kdesdk-cervisia/repos/kde-unstable-x86_64/ kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 199220, kdesdk-cervisia/kde-unstable/PKGBUILD) kdesdk-cervisia/repos/kde-unstable-x86_64/kdesdk-cervisia.install (from rev 199220, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install) -+ kde-unstable-i686/PKGBUILD | 31 ++ kde-unstable-i686/kdesdk-cervisia.install | 12 ++ kde-unstable-x86_64/PKGBUILD| 31 ++ kde-unstable-x86_64/kdesdk-cervisia.install | 12 ++ 4 files changed, 86 insertions(+) Copied: kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD (from rev 199220, kdesdk-cervisia/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:44:02 UTC (rev 199221) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-cervisia +pkgver=4.11.80 +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/unstable/${pkgver}/src/cervisia-${pkgver}.tar.xz";) +sha1sums=('bf2478ea2f63da54fbd761b23992cb7b73686967') + +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/kde-unstable-i686/kdesdk-cervisia.install (from rev 199220, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install) === --- kde-unstable-i686/kdesdk-cervisia.install (rev 0) +++ kde-unstable-i686/kdesdk-cervisia.install 2013-11-08 20:44:02 UTC (rev 199221) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199220, kdesdk-cervisia/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:02 UTC (rev 199221) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdesdk-cervisia +pkgver=4.11.80 +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/unstable/${pkgver}/src/cervisia-${pkgver}.tar.xz";) +sha1sums=('bf2478ea2f63da54fbd761b23992cb7b73686967') + +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/kde-unstable-x86_64/kdesdk-cervisia.install (from rev 199220, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install) === --- kde-unstable-x86_64/kdesdk-cervisia.install (rev 0) +++ kde-unstable-x86_64/kdesdk-cervisia.install 2013-11-08 20:44:02 UTC (rev 199221) @@ -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 kdeplasma-addons/repos (8 files)
Date: Friday, November 8, 2013 @ 21:43:47 Author: andrea Revision: 199220 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeplasma-addons/repos/kde-unstable-i686/ kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 199219, kdeplasma-addons/kde-unstable/PKGBUILD) kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install (from rev 199219, kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install) kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install (from rev 199219, kdeplasma-addons/kde-unstable/kdeplasma-addons.install) kdeplasma-addons/repos/kde-unstable-x86_64/ kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 199219, kdeplasma-addons/kde-unstable/PKGBUILD) kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install (from rev 199219, kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install) kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install (from rev 199219, kdeplasma-addons/kde-unstable/kdeplasma-addons.install) ---+ kde-unstable-i686/PKGBUILD| 647 ++ kde-unstable-i686/kdeplasma-addons-applets-lancelot.install | 12 kde-unstable-i686/kdeplasma-addons.install| 11 kde-unstable-x86_64/PKGBUILD | 647 ++ kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install | 12 kde-unstable-x86_64/kdeplasma-addons.install | 11 6 files changed, 1340 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 199219:199220 to see the changes.
[arch-commits] Commit in kdepim/repos (18 files)
Date: Friday, November 8, 2013 @ 21:43:12 Author: andrea Revision: 199219 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdepim/repos/kde-unstable-i686/ kdepim/repos/kde-unstable-i686/PKGBUILD (from rev 199218, kdepim/kde-unstable/PKGBUILD) kdepim/repos/kde-unstable-i686/kdepim-akregator.install (from rev 199218, kdepim/kde-unstable/kdepim-akregator.install) kdepim/repos/kde-unstable-i686/kdepim-kleopatra.install (from rev 199218, kdepim/kde-unstable/kdepim-kleopatra.install) kdepim/repos/kde-unstable-i686/kdepim-kmail.install (from rev 199218, kdepim/kde-unstable/kdepim-kmail.install) kdepim/repos/kde-unstable-i686/kdepim-knode.install (from rev 199218, kdepim/kde-unstable/kdepim-knode.install) kdepim/repos/kde-unstable-i686/kdepim-korganizer.install (from rev 199218, kdepim/kde-unstable/kdepim-korganizer.install) kdepim/repos/kde-unstable-i686/kdepim-ktnef.install (from rev 199218, kdepim/kde-unstable/kdepim-ktnef.install) kdepim/repos/kde-unstable-i686/kdepim.install (from rev 199218, kdepim/kde-unstable/kdepim.install) kdepim/repos/kde-unstable-x86_64/ kdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 199218, kdepim/kde-unstable/PKGBUILD) kdepim/repos/kde-unstable-x86_64/kdepim-akregator.install (from rev 199218, kdepim/kde-unstable/kdepim-akregator.install) kdepim/repos/kde-unstable-x86_64/kdepim-kleopatra.install (from rev 199218, kdepim/kde-unstable/kdepim-kleopatra.install) kdepim/repos/kde-unstable-x86_64/kdepim-kmail.install (from rev 199218, kdepim/kde-unstable/kdepim-kmail.install) kdepim/repos/kde-unstable-x86_64/kdepim-knode.install (from rev 199218, kdepim/kde-unstable/kdepim-knode.install) kdepim/repos/kde-unstable-x86_64/kdepim-korganizer.install (from rev 199218, kdepim/kde-unstable/kdepim-korganizer.install) kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install (from rev 199218, kdepim/kde-unstable/kdepim-ktnef.install) kdepim/repos/kde-unstable-x86_64/kdepim.install (from rev 199218, kdepim/kde-unstable/kdepim.install) ---+ kde-unstable-i686/PKGBUILD| 237 kde-unstable-i686/kdepim-akregator.install| 12 + kde-unstable-i686/kdepim-kleopatra.install| 12 + kde-unstable-i686/kdepim-kmail.install| 12 + kde-unstable-i686/kdepim-knode.install| 12 + kde-unstable-i686/kdepim-korganizer.install | 12 + kde-unstable-i686/kdepim-ktnef.install| 12 + kde-unstable-i686/kdepim.install | 11 + kde-unstable-x86_64/PKGBUILD | 237 kde-unstable-x86_64/kdepim-akregator.install | 12 + kde-unstable-x86_64/kdepim-kleopatra.install | 12 + kde-unstable-x86_64/kdepim-kmail.install | 12 + kde-unstable-x86_64/kdepim-knode.install | 12 + kde-unstable-x86_64/kdepim-korganizer.install | 12 + kde-unstable-x86_64/kdepim-ktnef.install | 12 + kde-unstable-x86_64/kdepim.install| 11 + 16 files changed, 640 insertions(+) Copied: kdepim/repos/kde-unstable-i686/PKGBUILD (from rev 199218, kdepim/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:43:12 UTC (rev 199219) @@ -0,0 +1,237 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=kdepim +pkgname=('kdepim-akonadiconsole' + 'kdepim-akregator' + 'kdepim-blogilo' + 'kdepim-console' + 'kdepim-kaddressbook' + 'kdepim-kalarm' + 'kdepim-kjots' + 'kdepim-kleopatra' + 'kdepim-kmail' + 'kdepim-knode' + 'kdepim-knotes' + 'kdepim-kontact' + 'kdepim-korganizer' + 'kdepim-kresources' + 'kdepim-ktimetracker' + 'kdepim-ktnef' + 'kdepim-libkdepim') +pkgver=4.11.80 +pkgrel=1 +arch=('i686' 'x86_64') +url='http://pim.kde.org' +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdepim') +makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' + 'kde-agent' 'nepomuk-widgets' 'link-grammar') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";) +sha1sums=('e6cb4a69f7c784b8f3a71fbcb6773edf7867edc3') + +build() { + mkdir build + cd build + cmake ../${pkgbase}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDEPIM_BUILD_MOBILE=OFF + make +} + +package_kdepim-akonadiconsole() { + pkgdesc='Akonadi Management and Debugging Console' + depends=('kdepim-libkdepim' 'nepomuk-widgets') + url='http://pim.kde.org' + install='kdepim.install' + cd "${src
[arch-commits] Commit in kdenetwork-krfb/repos (4 files)
Date: Friday, November 8, 2013 @ 21:42:27 Author: andrea Revision: 199217 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-krfb/repos/kde-unstable-i686/ kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD (from rev 199216, kdenetwork-krfb/kde-unstable/PKGBUILD) kdenetwork-krfb/repos/kde-unstable-x86_64/ kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 199216, kdenetwork-krfb/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 33 + kde-unstable-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD (from rev 199216, kdenetwork-krfb/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:42:27 UTC (rev 199217) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-krfb +pkgver=4.11.80 +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-qt') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/krfb-${pkgver}.tar.xz";) +sha1sums=('c8fa1a02aa215c32e5bf65c72f0a728e48c2efcb') + +build() { + mkdir 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/kde-unstable-x86_64/PKGBUILD (from rev 199216, kdenetwork-krfb/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:42:27 UTC (rev 199217) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-krfb +pkgver=4.11.80 +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-qt') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/krfb-${pkgver}.tar.xz";) +sha1sums=('c8fa1a02aa215c32e5bf65c72f0a728e48c2efcb') + +build() { + mkdir 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 kdenetwork-strigi-analyzers/repos (4 files)
Date: Friday, November 8, 2013 @ 21:42:37 Author: andrea Revision: 199218 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-strigi-analyzers/repos/kde-unstable-i686/ kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 199217, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD) kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/ kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from rev 199217, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 30 ++ kde-unstable-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 199217, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:42:37 UTC (rev 199218) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-strigi-analyzers +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('8bc8bdfd1190a3508d7d73b496945190a50fc498') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199217, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:42:37 UTC (rev 199218) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-strigi-analyzers +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";) +sha1sums=('8bc8bdfd1190a3508d7d73b496945190a50fc498') + +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-krdc/repos (4 files)
Date: Friday, November 8, 2013 @ 21:42:18 Author: andrea Revision: 199216 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-krdc/repos/kde-unstable-i686/ kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD (from rev 199215, kdenetwork-krdc/kde-unstable/PKGBUILD) kdenetwork-krdc/repos/kde-unstable-x86_64/ kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 199215, kdenetwork-krdc/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 33 + kde-unstable-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD (from rev 199215, kdenetwork-krdc/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:42:18 UTC (rev 199216) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-krdc +pkgver=4.11.80 +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/unstable/${pkgver}/src/krdc-${pkgver}.tar.xz";) +sha1sums=('f9c338707189017fd8fb0318185b1661e8a6b338') + +build() { + mkdir 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/kde-unstable-x86_64/PKGBUILD (from rev 199215, kdenetwork-krdc/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:42:18 UTC (rev 199216) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-krdc +pkgver=4.11.80 +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/unstable/${pkgver}/src/krdc-${pkgver}.tar.xz";) +sha1sums=('f9c338707189017fd8fb0318185b1661e8a6b338') + +build() { + mkdir 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-kppp/repos (6 files)
Date: Friday, November 8, 2013 @ 21:42:08 Author: andrea Revision: 199215 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-kppp/repos/kde-unstable-i686/ kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 199214, kdenetwork-kppp/kde-unstable/PKGBUILD) kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install (from rev 199214, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install) kdenetwork-kppp/repos/kde-unstable-x86_64/ kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD (from rev 199214, kdenetwork-kppp/kde-unstable/PKGBUILD) kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install (from rev 199214, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install) -+ kde-unstable-i686/PKGBUILD | 31 ++ kde-unstable-i686/kdenetwork-kppp.install | 12 ++ kde-unstable-x86_64/PKGBUILD| 31 ++ kde-unstable-x86_64/kdenetwork-kppp.install | 12 ++ 4 files changed, 86 insertions(+) Copied: kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 199214, kdenetwork-kppp/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:42:08 UTC (rev 199215) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kppp +pkgver=4.11.80 +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/unstable/${pkgver}/src/kppp-${pkgver}.tar.xz";) +sha1sums=('4e6e4383ce25f8e6f6f5c2b8ccd19c80cb3b4ba7') + +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/kde-unstable-i686/kdenetwork-kppp.install (from rev 199214, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install) === --- kde-unstable-i686/kdenetwork-kppp.install (rev 0) +++ kde-unstable-i686/kdenetwork-kppp.install 2013-11-08 20:42:08 UTC (rev 199215) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199214, kdenetwork-kppp/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:42:08 UTC (rev 199215) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kppp +pkgver=4.11.80 +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/unstable/${pkgver}/src/kppp-${pkgver}.tar.xz";) +sha1sums=('4e6e4383ce25f8e6f6f5c2b8ccd19c80cb3b4ba7') + +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/kde-unstable-x86_64/kdenetwork-kppp.install (from rev 199214, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install) === --- kde-unstable-x86_64/kdenetwork-kppp.install (rev 0) +++ kde-unstable-x86_64/kdenetwork-kppp.install 2013-11-08 20:42:08 UTC (rev 199215) @@ -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: Friday, November 8, 2013 @ 21:41:31 Author: andrea Revision: 199211 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-filesharing/repos/kde-unstable-i686/ kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD (from rev 199210, kdenetwork-filesharing/kde-unstable/PKGBUILD) kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install (from rev 199210, kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install) kdenetwork-filesharing/repos/kde-unstable-x86_64/ kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD (from rev 199210, kdenetwork-filesharing/kde-unstable/PKGBUILD) kdenetwork-filesharing/repos/kde-unstable-x86_64/kdenetwork-filesharing.install (from rev 199210, kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install) + kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-i686/kdenetwork-filesharing.install | 11 ++ kde-unstable-x86_64/PKGBUILD | 31 +++ kde-unstable-x86_64/kdenetwork-filesharing.install | 11 ++ 4 files changed, 84 insertions(+) Copied: kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD (from rev 199210, kdenetwork-filesharing/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:31 UTC (rev 199211) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-filesharing +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";) +sha1sums=('5ed5b64bceb311df0b8e353856edaa10f500de77') + +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/kde-unstable-i686/kdenetwork-filesharing.install (from rev 199210, kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install) === --- kde-unstable-i686/kdenetwork-filesharing.install (rev 0) +++ kde-unstable-i686/kdenetwork-filesharing.install2013-11-08 20:41:31 UTC (rev 199211) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199210, kdenetwork-filesharing/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:31 UTC (rev 199211) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-filesharing +pkgver=4.11.80 +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/unstable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";) +sha1sums=('5ed5b64bceb311df0b8e353856edaa10f500de77') + +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/kde-unstable-x86_64/kdenetwork-filesharing.install (from rev 199210, kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install) === --- kde-unstable-x86_64/kdenetwork-filesharing.install (rev 0) +++ kde-unstable-x86_64/kdenetwork-filesharing.install 2013-11-08 20:41:31 UTC (rev 199211) @@ -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-mplayerthumbs/repos (4 files)
Date: Friday, November 8, 2013 @ 21:41:22 Author: andrea Revision: 199210 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/ kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 199209, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD) kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/ kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 199209, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 199209, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:22 UTC (rev 199210) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-mplayerthumbs +pkgver=4.11.80 +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/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";) +sha1sums=('ad6f7eca3b92445a90b55fe6f2cf302bdc017478') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199209, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:22 UTC (rev 199210) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-mplayerthumbs +pkgver=4.11.80 +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/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";) +sha1sums=('ad6f7eca3b92445a90b55fe6f2cf302bdc017478') + +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 kdenetwork-kget/repos (6 files)
Date: Friday, November 8, 2013 @ 21:41:49 Author: andrea Revision: 199213 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-kget/repos/kde-unstable-i686/ kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 199212, kdenetwork-kget/kde-unstable/PKGBUILD) kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install (from rev 199212, kdenetwork-kget/kde-unstable/kdenetwork-kget.install) kdenetwork-kget/repos/kde-unstable-x86_64/ kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 199212, kdenetwork-kget/kde-unstable/PKGBUILD) kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install (from rev 199212, kdenetwork-kget/kde-unstable/kdenetwork-kget.install) -+ kde-unstable-i686/PKGBUILD | 31 ++ kde-unstable-i686/kdenetwork-kget.install | 12 ++ kde-unstable-x86_64/PKGBUILD| 31 ++ kde-unstable-x86_64/kdenetwork-kget.install | 12 ++ 4 files changed, 86 insertions(+) Copied: kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 199212, kdenetwork-kget/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:49 UTC (rev 199213) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kget +pkgver=4.11.80 +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' 'gpgme' 'nepomuk-widgets') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kget-${pkgver}.tar.xz";) +sha1sums=('eb20360ee7a4e76d9f507a96acf6157c6f4e2e68') + +build() { + mkdir build + cd build + cmake ../kget-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install (from rev 199212, kdenetwork-kget/kde-unstable/kdenetwork-kget.install) === --- kde-unstable-i686/kdenetwork-kget.install (rev 0) +++ kde-unstable-i686/kdenetwork-kget.install 2013-11-08 20:41:49 UTC (rev 199213) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199212, kdenetwork-kget/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:49 UTC (rev 199213) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kget +pkgver=4.11.80 +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' 'gpgme' 'nepomuk-widgets') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kget-${pkgver}.tar.xz";) +sha1sums=('eb20360ee7a4e76d9f507a96acf6157c6f4e2e68') + +build() { + mkdir build + cd build + cmake ../kget-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install (from rev 199212, kdenetwork-kget/kde-unstable/kdenetwork-kget.install) === --- kde-unstable-x86_64/kdenetwork-kget.install (rev 0) +++ kde-unstable-x86_64/kdenetwork-kget.install 2013-11-08 20:41:49 UTC (rev 199213) @@ -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: Friday, November 8, 2013 @ 21:41:58 Author: andrea Revision: 199214 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-kopete/repos/kde-unstable-i686/ kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 199213, kdenetwork-kopete/kde-unstable/PKGBUILD) kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install (from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install) kdenetwork-kopete/repos/kde-unstable-x86_64/ kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 199213, kdenetwork-kopete/kde-unstable/PKGBUILD) kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install (from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install) ---+ kde-unstable-i686/PKGBUILD| 36 kde-unstable-i686/kdenetwork-kopete.install | 12 kde-unstable-x86_64/PKGBUILD | 36 kde-unstable-x86_64/kdenetwork-kopete.install | 12 4 files changed, 96 insertions(+) Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 199213, kdenetwork-kopete/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:58 UTC (rev 199214) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kopete +pkgver=4.11.80 +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' 'libmsn' 'libidn' + 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz";) +sha1sums=('e8758a038c49b3158c2111daa29f311dbfdf7970') + +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 + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install (from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install) === --- kde-unstable-i686/kdenetwork-kopete.install (rev 0) +++ kde-unstable-i686/kdenetwork-kopete.install 2013-11-08 20:41:58 UTC (rev 199214) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199213, kdenetwork-kopete/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:58 UTC (rev 199214) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kopete +pkgver=4.11.80 +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' 'libmsn' 'libidn' + 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz";) +sha1sums=('e8758a038c49b3158c2111daa29f311dbfdf7970') + +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 + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install (from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install) === --- kde-unstable-x86_64/kdenetwork-kopete.install (rev 0) +++ kde-unstable-x86_64/kdenetwork-kopete.install 2013-11-08 20:41:58 UTC (rev 199214) @@ -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-kdnssd/repos (4 files)
Date: Friday, November 8, 2013 @ 21:41:41 Author: andrea Revision: 199212 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdenetwork-kdnssd/repos/kde-unstable-i686/ kdenetwork-kdnssd/repos/kde-unstable-i686/PKGBUILD (from rev 199211, kdenetwork-kdnssd/kde-unstable/PKGBUILD) kdenetwork-kdnssd/repos/kde-unstable-x86_64/ kdenetwork-kdnssd/repos/kde-unstable-x86_64/PKGBUILD (from rev 199211, kdenetwork-kdnssd/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 30 ++ kde-unstable-x86_64/PKGBUILD | 30 ++ 2 files changed, 60 insertions(+) Copied: kdenetwork-kdnssd/repos/kde-unstable-i686/PKGBUILD (from rev 199211, kdenetwork-kdnssd/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:41 UTC (rev 199212) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kdnssd +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Monitors the network for DNS-SD services' +url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";) +sha1sums=('53ac42c847fb5d261194794a573a1b096c6ac7f7') + +build() { + mkdir build + cd build + cmake ../kdnssd-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kdenetwork-kdnssd/repos/kde-unstable-x86_64/PKGBUILD (from rev 199211, kdenetwork-kdnssd/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:41 UTC (rev 199212) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdenetwork-kdnssd +pkgver=4.11.80 +pkgrel=1 +pkgdesc='Monitors the network for DNS-SD services' +url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdenetwork') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";) +sha1sums=('53ac42c847fb5d261194794a573a1b096c6ac7f7') + +build() { + mkdir build + cd build + cmake ../kdnssd-${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 kdemultimedia-kscd/repos (6 files)
Date: Friday, November 8, 2013 @ 21:41:10 Author: andrea Revision: 199209 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-kscd/repos/kde-unstable-i686/ kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 199208, kdemultimedia-kscd/kde-unstable/PKGBUILD) kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install (from rev 199208, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install) kdemultimedia-kscd/repos/kde-unstable-x86_64/ kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD (from rev 199208, kdemultimedia-kscd/kde-unstable/PKGBUILD) kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install (from rev 199208, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install) + kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-i686/kdemultimedia-kscd.install | 11 kde-unstable-x86_64/PKGBUILD | 31 +++ kde-unstable-x86_64/kdemultimedia-kscd.install | 11 4 files changed, 84 insertions(+) Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 199208, kdemultimedia-kscd/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:10 UTC (rev 199209) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-kscd +pkgver=4.11.80 +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/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz";) +sha1sums=('46b2598b3b1fccd65da2b85c17ad3c2fd757a8e1') + +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/kde-unstable-i686/kdemultimedia-kscd.install (from rev 199208, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install) === --- kde-unstable-i686/kdemultimedia-kscd.install (rev 0) +++ kde-unstable-i686/kdemultimedia-kscd.install2013-11-08 20:41:10 UTC (rev 199209) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199208, kdemultimedia-kscd/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:10 UTC (rev 199209) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-kscd +pkgver=4.11.80 +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/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz";) +sha1sums=('46b2598b3b1fccd65da2b85c17ad3c2fd757a8e1') + +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/kde-unstable-x86_64/kdemultimedia-kscd.install (from rev 199208, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install) === --- kde-unstable-x86_64/kdemultimedia-kscd.install (rev 0) +++ kde-unstable-x86_64/kdemultimedia-kscd.install 2013-11-08 20:41:10 UTC (rev 199209) @@ -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: Friday, November 8, 2013 @ 21:40:53 Author: andrea Revision: 199207 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-juk/repos/kde-unstable-i686/ kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 199206, kdemultimedia-juk/kde-unstable/PKGBUILD) kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install (from rev 199206, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install) kdemultimedia-juk/repos/kde-unstable-x86_64/ kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 199206, kdemultimedia-juk/kde-unstable/PKGBUILD) kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install (from rev 199206, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install) ---+ kde-unstable-i686/PKGBUILD| 33 kde-unstable-i686/kdemultimedia-juk.install | 11 kde-unstable-x86_64/PKGBUILD | 33 kde-unstable-x86_64/kdemultimedia-juk.install | 11 4 files changed, 88 insertions(+) Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 199206, kdemultimedia-juk/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:40:53 UTC (rev 199207) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-juk +pkgver=4.11.80 +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/unstable/${pkgver}/src/juk-${pkgver}.tar.xz";) +sha1sums=('9051d7962730838159d4cf6844fc6a7d3d1af6be') + +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/kde-unstable-i686/kdemultimedia-juk.install (from rev 199206, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install) === --- kde-unstable-i686/kdemultimedia-juk.install (rev 0) +++ kde-unstable-i686/kdemultimedia-juk.install 2013-11-08 20:40:53 UTC (rev 199207) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199206, kdemultimedia-juk/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:53 UTC (rev 199207) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-juk +pkgver=4.11.80 +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/unstable/${pkgver}/src/juk-${pkgver}.tar.xz";) +sha1sums=('9051d7962730838159d4cf6844fc6a7d3d1af6be') + +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/kde-unstable-x86_64/kdemultimedia-juk.install (from rev 199206, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install) === --- kde-unstable-x86_64/kdemultimedia-juk.install (rev 0) +++ kde-unstable-x86_64/kdemultimedia-juk.install 2013-11-08 20:40:53 UTC (rev 199207) @@ -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-kmix/repos (6 files)
Date: Friday, November 8, 2013 @ 21:41:01 Author: andrea Revision: 199208 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-kmix/repos/kde-unstable-i686/ kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 199207, kdemultimedia-kmix/kde-unstable/PKGBUILD) kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install (from rev 199207, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install) kdemultimedia-kmix/repos/kde-unstable-x86_64/ kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD (from rev 199207, kdemultimedia-kmix/kde-unstable/PKGBUILD) kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install (from rev 199207, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install) + kde-unstable-i686/PKGBUILD | 32 +++ kde-unstable-i686/kdemultimedia-kmix.install | 11 +++ kde-unstable-x86_64/PKGBUILD | 32 +++ kde-unstable-x86_64/kdemultimedia-kmix.install | 11 +++ 4 files changed, 86 insertions(+) Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 199207, kdemultimedia-kmix/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:41:01 UTC (rev 199208) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-kmix +pkgver=4.11.80 +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') +install="${pkgname}.install" +source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz";) +sha1sums=('b38864263e499d55379c35a219abcf8a918cdb16') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kmix-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install (from rev 199207, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install) === --- kde-unstable-i686/kdemultimedia-kmix.install (rev 0) +++ kde-unstable-i686/kdemultimedia-kmix.install2013-11-08 20:41:01 UTC (rev 199208) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199207, kdemultimedia-kmix/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:01 UTC (rev 199208) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-kmix +pkgver=4.11.80 +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') +install="${pkgname}.install" +source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz";) +sha1sums=('b38864263e499d55379c35a219abcf8a918cdb16') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kmix-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install (from rev 199207, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install) === --- kde-unstable-x86_64/kdemultimedia-kmix.install (rev 0) +++ kde-unstable-x86_64/kdemultimedia-kmix.install 2013-11-08 20:41:01 UTC (rev 199208) @@ -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: Friday, November 8, 2013 @ 21:40:44 Author: andrea Revision: 199206 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/ kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 199205, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD) kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/ kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 199205, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 199205, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:40:44 UTC (rev 199206) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-ffmpegthumbs +pkgver=4.11.80 +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/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";) +sha1sums=('e1b86a60774fd3293370be8601de0dd8aa88bc67') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199205, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:44 UTC (rev 199206) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-ffmpegthumbs +pkgver=4.11.80 +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/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";) +sha1sums=('e1b86a60774fd3293370be8601de0dd8aa88bc67') + +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/repos (4 files)
Date: Friday, November 8, 2013 @ 21:40:21 Author: andrea Revision: 199204 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/ kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 199203, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD) kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/ kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 199203, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 33 + kde-unstable-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 199203, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:40:21 UTC (rev 199204) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-audiocd-kio +pkgver=4.11.80 +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/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";) +sha1sums=('6d80b751fb961de11d070c677424b5729018fb94') + +build() { + cd "${srcdir}" + mkdir 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/kde-unstable-x86_64/PKGBUILD (from rev 199203, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:21 UTC (rev 199204) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-audiocd-kio +pkgver=4.11.80 +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/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";) +sha1sums=('6d80b751fb961de11d070c677424b5729018fb94') + +build() { + cd "${srcdir}" + mkdir 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 kdegraphics-thumbnailers/repos (4 files)
Date: Friday, November 8, 2013 @ 21:40:12 Author: andrea Revision: 199203 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-thumbnailers/repos/kde-unstable-i686/ kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 199202, kdegraphics-thumbnailers/kde-unstable/PKGBUILD) kdegraphics-thumbnailers/repos/kde-unstable-x86_64/ kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 199202, kdegraphics-thumbnailers/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 32 kde-unstable-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 199202, kdegraphics-thumbnailers/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:40:12 UTC (rev 199203) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-thumbnailers +pkgver=4.11.80 +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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('2c7252f6713c28b001b0f5787b82aa73e0a36646') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199202, kdegraphics-thumbnailers/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:12 UTC (rev 199203) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-thumbnailers +pkgver=4.11.80 +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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('2c7252f6713c28b001b0f5787b82aa73e0a36646') + +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 kdemultimedia-dragonplayer/repos (6 files)
Date: Friday, November 8, 2013 @ 21:40:34 Author: andrea Revision: 199205 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdemultimedia-dragonplayer/repos/kde-unstable-i686/ kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD) kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install) kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/ kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/PKGBUILD (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD) kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install) + kde-unstable-i686/PKGBUILD | 33 +++ kde-unstable-i686/kdemultimedia-dragonplayer.install | 12 + kde-unstable-x86_64/PKGBUILD | 33 +++ kde-unstable-x86_64/kdemultimedia-dragonplayer.install | 12 + 4 files changed, 90 insertions(+) Copied: kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:40:34 UTC (rev 199205) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-dragonplayer +pkgver=4.11.80 +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/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz";) +sha1sums=('487d868d23c4a2659b9f63c80652e6d4a64d0a70') + +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/kde-unstable-i686/kdemultimedia-dragonplayer.install (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install) === --- kde-unstable-i686/kdemultimedia-dragonplayer.install (rev 0) +++ kde-unstable-i686/kdemultimedia-dragonplayer.install2013-11-08 20:40:34 UTC (rev 199205) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:34 UTC (rev 199205) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdemultimedia-dragonplayer +pkgver=4.11.80 +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/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz";) +sha1sums=('487d868d23c4a2659b9f63c80652e6d4a64d0a70') + +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/kde-unstable-x86_64/kdemultimedia-dragonplayer.install (from rev 199204, kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install) === --- kde-unstable-x86_64/kdemultimedia-dragonplayer.install (rev 0) +++ kde-unstable-x86_64/kdemultimedia-dragonplayer.install 2013-11-08 20:40:34 UTC (rev 199205) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +p
[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)
Date: Friday, November 8, 2013 @ 21:39:53 Author: andrea Revision: 199201 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/ kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 199200, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD) kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/ kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from rev 199200, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 32 kde-unstable-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 199200, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:39:53 UTC (rev 199201) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-strigi-analyzer +pkgver=4.11.80 +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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('1ef4ebafc2b1a203d475de2b5694db65cc064af1') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199200, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:53 UTC (rev 199201) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-strigi-analyzer +pkgver=4.11.80 +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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('1ef4ebafc2b1a203d475de2b5694db65cc064af1') + +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/repos (4 files)
Date: Friday, November 8, 2013 @ 21:40:03 Author: andrea Revision: 199202 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-svgpart/repos/kde-unstable-i686/ kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 199201, kdegraphics-svgpart/kde-unstable/PKGBUILD) kdegraphics-svgpart/repos/kde-unstable-x86_64/ kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 199201, kdegraphics-svgpart/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 32 kde-unstable-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 199201, kdegraphics-svgpart/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:40:03 UTC (rev 199202) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-svgpart +pkgver=4.11.80 +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/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";) +sha1sums=('eaf5626ccee72f8bd959725e9c23836505e623ae') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199201, kdegraphics-svgpart/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:40:03 UTC (rev 199202) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-svgpart +pkgver=4.11.80 +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/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";) +sha1sums=('eaf5626ccee72f8bd959725e9c23836505e623ae') + +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 kdegraphics-ksnapshot/repos (6 files)
Date: Friday, November 8, 2013 @ 21:39:43 Author: andrea Revision: 199200 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-ksnapshot/repos/kde-unstable-i686/ kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 199199, kdegraphics-ksnapshot/kde-unstable/PKGBUILD) kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install (from rev 199199, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install) kdegraphics-ksnapshot/repos/kde-unstable-x86_64/ kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD (from rev 199199, kdegraphics-ksnapshot/kde-unstable/PKGBUILD) kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install (from rev 199199, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install) ---+ kde-unstable-i686/PKGBUILD| 33 kde-unstable-i686/kdegraphics-ksnapshot.install | 12 +++ kde-unstable-x86_64/PKGBUILD | 33 kde-unstable-x86_64/kdegraphics-ksnapshot.install | 12 +++ 4 files changed, 90 insertions(+) Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 199199, kdegraphics-ksnapshot/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:39:43 UTC (rev 199200) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-ksnapshot +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";) +sha1sums=('2c884bd1e30be1705b56b3101ec5d702681f8643') + +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/kde-unstable-i686/kdegraphics-ksnapshot.install (from rev 199199, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install) === --- kde-unstable-i686/kdegraphics-ksnapshot.install (rev 0) +++ kde-unstable-i686/kdegraphics-ksnapshot.install 2013-11-08 20:39:43 UTC (rev 199200) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199199, kdegraphics-ksnapshot/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:43 UTC (rev 199200) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-ksnapshot +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";) +sha1sums=('2c884bd1e30be1705b56b3101ec5d702681f8643') + +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/kde-unstable-x86_64/kdegraphics-ksnapshot.install (from rev 199199, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install) === --- kde-unstable-x86_64/kdegraphics-ksnapshot.install (rev 0) +++ kde-unstable-x86_64/kdegraphics-ksnapshot.install 2013-11-08 20:39:43 UTC (rev 199200) @@ -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-kgamma/repos (4 files)
Date: Friday, November 8, 2013 @ 21:39:07 Author: andrea Revision: 199196 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-kgamma/repos/kde-unstable-i686/ kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD (from rev 199195, kdegraphics-kgamma/kde-unstable/PKGBUILD) kdegraphics-kgamma/repos/kde-unstable-x86_64/ kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD (from rev 199195, kdegraphics-kgamma/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 34 ++ kde-unstable-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD (from rev 199195, kdegraphics-kgamma/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:39:07 UTC (rev 199196) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kgamma +pkgver=4.11.80 +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/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";) +sha1sums=('e9fa4a6bc60b51490a3e5654b15ffe8c7eefcc7f') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199195, kdegraphics-kgamma/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:07 UTC (rev 199196) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kgamma +pkgver=4.11.80 +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/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";) +sha1sums=('e9fa4a6bc60b51490a3e5654b15ffe8c7eefcc7f') + +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 kdegraphics-gwenview/repos (6 files)
Date: Friday, November 8, 2013 @ 21:38:39 Author: andrea Revision: 199193 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-gwenview/repos/kde-unstable-i686/ kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 199192, kdegraphics-gwenview/kde-unstable/PKGBUILD) kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install (from rev 199192, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install) kdegraphics-gwenview/repos/kde-unstable-x86_64/ kdegraphics-gwenview/repos/kde-unstable-x86_64/PKGBUILD (from rev 199192, kdegraphics-gwenview/kde-unstable/PKGBUILD) kdegraphics-gwenview/repos/kde-unstable-x86_64/kdegraphics-gwenview.install (from rev 199192, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install) --+ kde-unstable-i686/PKGBUILD | 32 + kde-unstable-i686/kdegraphics-gwenview.install | 12 +++ kde-unstable-x86_64/PKGBUILD | 32 + kde-unstable-x86_64/kdegraphics-gwenview.install | 12 +++ 4 files changed, 88 insertions(+) Copied: kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 199192, kdegraphics-gwenview/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:39 UTC (rev 199193) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-gwenview +pkgver=4.11.80 +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=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2') +makedepends=('cmake' 'automoc4' 'mesa') +optdepends=('kipi-plugins: extra plugins to share photos') +install=$pkgname.install +source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz";) +sha1sums=('5d1746ba83692b68757c7d3fef0fbbe5d2730bef') + +build() { + mkdir build + cd build + cmake ../gwenview-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install (from rev 199192, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install) === --- kde-unstable-i686/kdegraphics-gwenview.install (rev 0) +++ kde-unstable-i686/kdegraphics-gwenview.install 2013-11-08 20:38:39 UTC (rev 199193) @@ -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-gwenview/repos/kde-unstable-x86_64/PKGBUILD (from rev 199192, kdegraphics-gwenview/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:39 UTC (rev 199193) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-gwenview +pkgver=4.11.80 +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=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2') +makedepends=('cmake' 'automoc4' 'mesa') +optdepends=('kipi-plugins: extra plugins to share photos') +install=$pkgname.install +source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz";) +sha1sums=('5d1746ba83692b68757c7d3fef0fbbe5d2730bef') + +build() { + mkdir build + cd build + cmake ../gwenview-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-gwenview/repos/kde-unstable-x86_64/kdegraphics-gwenview.install (from rev 199192, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install) === --- kde-unstable-x86_64/kdegraphics-gwenview.install (rev 0) +++ kde-unstable-x86_64/kdegraphics-gwenview.install2013-11-08 20:38:39 UTC (rev 199193) @@ -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: Friday, November 8, 2013 @ 21:39:26 Author: andrea Revision: 199198 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-kruler/repos/kde-unstable-i686/ kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD (from rev 199197, kdegraphics-kruler/kde-unstable/PKGBUILD) kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install (from rev 199197, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install) kdegraphics-kruler/repos/kde-unstable-x86_64/ kdegraphics-kruler/repos/kde-unstable-x86_64/PKGBUILD (from rev 199197, kdegraphics-kruler/kde-unstable/PKGBUILD) kdegraphics-kruler/repos/kde-unstable-x86_64/kdegraphics-kruler.install (from rev 199197, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install) + kde-unstable-i686/PKGBUILD | 32 +++ kde-unstable-i686/kdegraphics-kruler.install | 12 kde-unstable-x86_64/PKGBUILD | 32 +++ kde-unstable-x86_64/kdegraphics-kruler.install | 12 4 files changed, 88 insertions(+) Copied: kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD (from rev 199197, kdegraphics-kruler/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:39:26 UTC (rev 199198) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kruler +pkgver=4.11.80 +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/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz";) +sha1sums=('1df4e87ea9a2e4be21e4e44e7ec236fc38c9763e') + +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/kde-unstable-i686/kdegraphics-kruler.install (from rev 199197, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install) === --- kde-unstable-i686/kdegraphics-kruler.install (rev 0) +++ kde-unstable-i686/kdegraphics-kruler.install2013-11-08 20:39:26 UTC (rev 199198) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199197, kdegraphics-kruler/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:26 UTC (rev 199198) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kruler +pkgver=4.11.80 +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/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz";) +sha1sums=('1df4e87ea9a2e4be21e4e44e7ec236fc38c9763e') + +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/kde-unstable-x86_64/kdegraphics-kruler.install (from rev 199197, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install) === --- kde-unstable-x86_64/kdegraphics-kruler.install (rev 0) +++ kde-unstable-x86_64/kdegraphics-kruler.install 2013-11-08 20:39:26 UTC (rev 199198) @@ -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-ksaneplugin/repos (4 files)
Date: Friday, November 8, 2013 @ 21:39:35 Author: andrea Revision: 199199 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-ksaneplugin/repos/kde-unstable-i686/ kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD) kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/ kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 32 kde-unstable-x86_64/PKGBUILD | 32 2 files changed, 64 insertions(+) Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:39:35 UTC (rev 199199) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-ksaneplugin +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";) +sha1sums=('1c429fa371fde93f2f6976ee06df878f119cb554') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199198, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:35 UTC (rev 199199) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-ksaneplugin +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";) +sha1sums=('1c429fa371fde93f2f6976ee06df878f119cb554') + +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/repos (6 files)
Date: Friday, November 8, 2013 @ 21:39:17 Author: andrea Revision: 199197 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-kolourpaint/repos/kde-unstable-i686/ kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 199196, kdegraphics-kolourpaint/kde-unstable/PKGBUILD) kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install (from rev 199196, kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install) kdegraphics-kolourpaint/repos/kde-unstable-x86_64/ kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 199196, kdegraphics-kolourpaint/kde-unstable/PKGBUILD) kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install (from rev 199196, kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install) -+ kde-unstable-i686/PKGBUILD | 32 ++ kde-unstable-i686/kdegraphics-kolourpaint.install | 12 ++ kde-unstable-x86_64/PKGBUILD| 32 ++ kde-unstable-x86_64/kdegraphics-kolourpaint.install | 12 ++ 4 files changed, 88 insertions(+) Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 199196, kdegraphics-kolourpaint/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:39:17 UTC (rev 199197) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kolourpaint +pkgver=4.11.80 +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/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";) +sha1sums=('d33d4681fde233c3719d0143703d04b90417d007') + +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/kde-unstable-i686/kdegraphics-kolourpaint.install (from rev 199196, kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install) === --- kde-unstable-i686/kdegraphics-kolourpaint.install (rev 0) +++ kde-unstable-i686/kdegraphics-kolourpaint.install 2013-11-08 20:39:17 UTC (rev 199197) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199196, kdegraphics-kolourpaint/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:39:17 UTC (rev 199197) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kolourpaint +pkgver=4.11.80 +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/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";) +sha1sums=('d33d4681fde233c3719d0143703d04b90417d007') + +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/kde-unstable-x86_64/kdegraphics-kolourpaint.install (from rev 199196, kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install) === --- kde-unstable-x86_64/kdegraphics-kolourpaint.install (rev 0) +++ kde-unstable-x86_64/kdegraphics-kolourpaint.install 2013-11-08 20:39:17 UTC (rev 199197) @@ -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: Friday, November 8, 2013 @ 21:38:58 Author: andrea Revision: 199195 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-kcolorchooser/repos/kde-unstable-i686/ kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD) kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install) kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/ kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD) kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/kdegraphics-kcolorchooser.install (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install) ---+ kde-unstable-i686/PKGBUILD| 32 kde-unstable-i686/kdegraphics-kcolorchooser.install | 11 + kde-unstable-x86_64/PKGBUILD | 32 kde-unstable-x86_64/kdegraphics-kcolorchooser.install | 11 + 4 files changed, 86 insertions(+) Copied: kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:58 UTC (rev 199195) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kcolorchooser +pkgver=4.11.80 +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/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";) +sha1sums=('6c668c0e82d31e89d6c48889f61cc546d21bd2a0') + +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/kde-unstable-i686/kdegraphics-kcolorchooser.install (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install) === --- kde-unstable-i686/kdegraphics-kcolorchooser.install (rev 0) +++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-11-08 20:38:58 UTC (rev 199195) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:58 UTC (rev 199195) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kcolorchooser +pkgver=4.11.80 +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/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";) +sha1sums=('6c668c0e82d31e89d6c48889f61cc546d21bd2a0') + +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/kde-unstable-x86_64/kdegraphics-kcolorchooser.install (from rev 199194, kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install) === --- kde-unstable-x86_64/kdegraphics-kcolorchooser.install (rev 0) +++ kde-unstable-x86_64/kdegraphics-kcolorchooser.install 2013-11-08 20:38:58 UTC (rev 199195) @@ -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-lskat/repos (6 files)
Date: Friday, November 8, 2013 @ 21:38:12 Author: andrea Revision: 199190 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-lskat/repos/kde-unstable-i686/ kdegames-lskat/repos/kde-unstable-i686/PKGBUILD (from rev 199189, kdegames-lskat/kde-unstable/PKGBUILD) kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install (from rev 199189, kdegames-lskat/kde-unstable/kdegames-lskat.install) kdegames-lskat/repos/kde-unstable-x86_64/ kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD (from rev 199189, kdegames-lskat/kde-unstable/PKGBUILD) kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install (from rev 199189, kdegames-lskat/kde-unstable/kdegames-lskat.install) + kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-i686/kdegames-lskat.install | 12 ++ kde-unstable-x86_64/PKGBUILD | 31 +++ kde-unstable-x86_64/kdegames-lskat.install | 12 ++ 4 files changed, 86 insertions(+) Copied: kdegames-lskat/repos/kde-unstable-i686/PKGBUILD (from rev 199189, kdegames-lskat/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:12 UTC (rev 199190) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-lskat +pkgver=4.11.80 +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/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz";) +sha1sums=('f90a5ee40103c41c9cbcf4ea1dcf7cf0d1eda052') + +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/kde-unstable-i686/kdegames-lskat.install (from rev 199189, kdegames-lskat/kde-unstable/kdegames-lskat.install) === --- kde-unstable-i686/kdegames-lskat.install(rev 0) +++ kde-unstable-i686/kdegames-lskat.install2013-11-08 20:38:12 UTC (rev 199190) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199189, kdegames-lskat/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:12 UTC (rev 199190) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-lskat +pkgver=4.11.80 +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/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz";) +sha1sums=('f90a5ee40103c41c9cbcf4ea1dcf7cf0d1eda052') + +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/kde-unstable-x86_64/kdegames-lskat.install (from rev 199189, kdegames-lskat/kde-unstable/kdegames-lskat.install) === --- kde-unstable-x86_64/kdegames-lskat.install (rev 0) +++ kde-unstable-x86_64/kdegames-lskat.install 2013-11-08 20:38:12 UTC (rev 199190) @@ -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: Friday, November 8, 2013 @ 21:38:50 Author: andrea Revision: 199194 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegraphics-kamera/repos/kde-unstable-i686/ kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 199193, kdegraphics-kamera/kde-unstable/PKGBUILD) kdegraphics-kamera/repos/kde-unstable-x86_64/ kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 199193, kdegraphics-kamera/kde-unstable/PKGBUILD) --+ kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 199193, kdegraphics-kamera/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:50 UTC (rev 199194) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kamera +pkgver=4.11.80 +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/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";) +sha1sums=('8c5ff105cbf406ba7a26b3905b2e1c69829c395b') + +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/kde-unstable-x86_64/PKGBUILD (from rev 199193, kdegraphics-kamera/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:50 UTC (rev 199194) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegraphics-kamera +pkgver=4.11.80 +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/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";) +sha1sums=('8c5ff105cbf406ba7a26b3905b2e1c69829c395b') + +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: Friday, November 8, 2013 @ 21:37:46 Author: andrea Revision: 199187 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-ksudoku/repos/kde-unstable-i686/ kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 199186, kdegames-ksudoku/kde-unstable/PKGBUILD) kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install (from rev 199186, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install) kdegames-ksudoku/repos/kde-unstable-x86_64/ kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD (from rev 199186, kdegames-ksudoku/kde-unstable/PKGBUILD) kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install (from rev 199186, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdegames-ksudoku.install | 11 kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdegames-ksudoku.install | 11 4 files changed, 84 insertions(+) Copied: kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 199186, kdegames-ksudoku/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:37:46 UTC (rev 199187) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ksudoku +pkgver=4.11.80 +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') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz";) +sha1sums=('78e030ac81d0c8472d12b758ea20547300bdc0da') + +build() { + mkdir 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/kde-unstable-i686/kdegames-ksudoku.install (from rev 199186, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install) === --- kde-unstable-i686/kdegames-ksudoku.install (rev 0) +++ kde-unstable-i686/kdegames-ksudoku.install 2013-11-08 20:37:46 UTC (rev 199187) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199186, kdegames-ksudoku/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:37:46 UTC (rev 199187) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ksudoku +pkgver=4.11.80 +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') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz";) +sha1sums=('78e030ac81d0c8472d12b758ea20547300bdc0da') + +build() { + mkdir 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/kde-unstable-x86_64/kdegames-ksudoku.install (from rev 199186, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install) === --- kde-unstable-x86_64/kdegames-ksudoku.install (rev 0) +++ kde-unstable-x86_64/kdegames-ksudoku.install2013-11-08 20:37:46 UTC (rev 199187) @@ -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-palapeli/repos (6 files)
Date: Friday, November 8, 2013 @ 21:38:22 Author: andrea Revision: 199191 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-palapeli/repos/kde-unstable-i686/ kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD (from rev 199190, kdegames-palapeli/kde-unstable/PKGBUILD) kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install (from rev 199190, kdegames-palapeli/kde-unstable/kdegames-palapeli.install) kdegames-palapeli/repos/kde-unstable-x86_64/ kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD (from rev 199190, kdegames-palapeli/kde-unstable/PKGBUILD) kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install (from rev 199190, kdegames-palapeli/kde-unstable/kdegames-palapeli.install) ---+ kde-unstable-i686/PKGBUILD| 31 kde-unstable-i686/kdegames-palapeli.install | 13 ++ kde-unstable-x86_64/PKGBUILD | 31 kde-unstable-x86_64/kdegames-palapeli.install | 13 ++ 4 files changed, 88 insertions(+) Copied: kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD (from rev 199190, kdegames-palapeli/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:22 UTC (rev 199191) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-palapeli +pkgver=4.11.80 +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/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz";) +sha1sums=('b5fe5ee1a4257dd4d1b21c179cf1a841d4675a57') + +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/kde-unstable-i686/kdegames-palapeli.install (from rev 199190, kdegames-palapeli/kde-unstable/kdegames-palapeli.install) === --- kde-unstable-i686/kdegames-palapeli.install (rev 0) +++ kde-unstable-i686/kdegames-palapeli.install 2013-11-08 20:38:22 UTC (rev 199191) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199190, kdegames-palapeli/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:22 UTC (rev 199191) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-palapeli +pkgver=4.11.80 +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/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz";) +sha1sums=('b5fe5ee1a4257dd4d1b21c179cf1a841d4675a57') + +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/kde-unstable-x86_64/kdegames-palapeli.install (from rev 199190, kdegames-palapeli/kde-unstable/kdegames-palapeli.install) === --- kde-unstable-x86_64/kdegames-palapeli.install (rev 0) +++ kde-unstable-x86_64/kdegames-palapeli.install 2013-11-08 20:38:22 UTC (rev 199191) @@ -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-ktuberling/repos (6 files)
Date: Friday, November 8, 2013 @ 21:37:55 Author: andrea Revision: 199188 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-ktuberling/repos/kde-unstable-i686/ kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 199187, kdegames-ktuberling/kde-unstable/PKGBUILD) kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install (from rev 199187, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install) kdegames-ktuberling/repos/kde-unstable-x86_64/ kdegames-ktuberling/repos/kde-unstable-x86_64/PKGBUILD (from rev 199187, kdegames-ktuberling/kde-unstable/PKGBUILD) kdegames-ktuberling/repos/kde-unstable-x86_64/kdegames-ktuberling.install (from rev 199187, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install) -+ kde-unstable-i686/PKGBUILD | 31 ++ kde-unstable-i686/kdegames-ktuberling.install | 12 kde-unstable-x86_64/PKGBUILD| 31 ++ kde-unstable-x86_64/kdegames-ktuberling.install | 12 4 files changed, 86 insertions(+) Copied: kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 199187, kdegames-ktuberling/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:37:55 UTC (rev 199188) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ktuberling +pkgver=4.11.80 +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/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz";) +sha1sums=('691eb7df570667b466b7185129f78c9cf742d1f3') + +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/kde-unstable-i686/kdegames-ktuberling.install (from rev 199187, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install) === --- kde-unstable-i686/kdegames-ktuberling.install (rev 0) +++ kde-unstable-i686/kdegames-ktuberling.install 2013-11-08 20:37:55 UTC (rev 199188) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199187, kdegames-ktuberling/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:37:55 UTC (rev 199188) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ktuberling +pkgver=4.11.80 +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/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz";) +sha1sums=('691eb7df570667b466b7185129f78c9cf742d1f3') + +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/kde-unstable-x86_64/kdegames-ktuberling.install (from rev 199187, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install) === --- kde-unstable-x86_64/kdegames-ktuberling.install (rev 0) +++ kde-unstable-x86_64/kdegames-ktuberling.install 2013-11-08 20:37:55 UTC (rev 199188) @@ -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: Friday, November 8, 2013 @ 21:38:03 Author: andrea Revision: 199189 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-kubrick/repos/kde-unstable-i686/ kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 199188, kdegames-kubrick/kde-unstable/PKGBUILD) kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install (from rev 199188, kdegames-kubrick/kde-unstable/kdegames-kubrick.install) kdegames-kubrick/repos/kde-unstable-x86_64/ kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD (from rev 199188, kdegames-kubrick/kde-unstable/PKGBUILD) kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install (from rev 199188, kdegames-kubrick/kde-unstable/kdegames-kubrick.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdegames-kubrick.install | 11 kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdegames-kubrick.install | 11 4 files changed, 84 insertions(+) Copied: kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 199188, kdegames-kubrick/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:03 UTC (rev 199189) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-kubrick +pkgver=4.11.80 +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') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz";) +sha1sums=('d75df76359aa0c66860b4d93250e7d8e786cc0b0') + +build() { + mkdir 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/kde-unstable-i686/kdegames-kubrick.install (from rev 199188, kdegames-kubrick/kde-unstable/kdegames-kubrick.install) === --- kde-unstable-i686/kdegames-kubrick.install (rev 0) +++ kde-unstable-i686/kdegames-kubrick.install 2013-11-08 20:38:03 UTC (rev 199189) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199188, kdegames-kubrick/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:03 UTC (rev 199189) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-kubrick +pkgver=4.11.80 +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') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz";) +sha1sums=('d75df76359aa0c66860b4d93250e7d8e786cc0b0') + +build() { + mkdir 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/kde-unstable-x86_64/kdegames-kubrick.install (from rev 199188, kdegames-kubrick/kde-unstable/kdegames-kubrick.install) === --- kde-unstable-x86_64/kdegames-kubrick.install (rev 0) +++ kde-unstable-x86_64/kdegames-kubrick.install2013-11-08 20:38:03 UTC (rev 199189) @@ -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: Friday, November 8, 2013 @ 21:38:31 Author: andrea Revision: 199192 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-picmi/repos/kde-unstable-i686/ kdegames-picmi/repos/kde-unstable-i686/PKGBUILD (from rev 199191, kdegames-picmi/kde-unstable/PKGBUILD) kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install (from rev 199191, kdegames-picmi/kde-unstable/kdegames-picmi.install) kdegames-picmi/repos/kde-unstable-x86_64/ kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD (from rev 199191, kdegames-picmi/kde-unstable/PKGBUILD) kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install (from rev 199191, kdegames-picmi/kde-unstable/kdegames-picmi.install) + kde-unstable-i686/PKGBUILD | 33 +++ kde-unstable-i686/kdegames-picmi.install | 11 + kde-unstable-x86_64/PKGBUILD | 33 +++ kde-unstable-x86_64/kdegames-picmi.install | 11 + 4 files changed, 88 insertions(+) Copied: kdegames-picmi/repos/kde-unstable-i686/PKGBUILD (from rev 199191, kdegames-picmi/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:38:31 UTC (rev 199192) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-picmi +pkgver=4.11.80 +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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz";) +sha1sums=('20af0628c5d89f098f7b2f23bfa1501f6cdc17e7') + +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/kde-unstable-i686/kdegames-picmi.install (from rev 199191, kdegames-picmi/kde-unstable/kdegames-picmi.install) === --- kde-unstable-i686/kdegames-picmi.install(rev 0) +++ kde-unstable-i686/kdegames-picmi.install2013-11-08 20:38:31 UTC (rev 199192) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199191, kdegames-picmi/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:38:31 UTC (rev 199192) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-picmi +pkgver=4.11.80 +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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz";) +sha1sums=('20af0628c5d89f098f7b2f23bfa1501f6cdc17e7') + +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/kde-unstable-x86_64/kdegames-picmi.install (from rev 199191, kdegames-picmi/kde-unstable/kdegames-picmi.install) === --- kde-unstable-x86_64/kdegames-picmi.install (rev 0) +++ kde-unstable-x86_64/kdegames-picmi.install 2013-11-08 20:38:31 UTC (rev 199192) @@ -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-kspaceduel/repos (6 files)
Date: Friday, November 8, 2013 @ 21:37:26 Author: andrea Revision: 199185 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-kspaceduel/repos/kde-unstable-i686/ kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 199184, kdegames-kspaceduel/kde-unstable/PKGBUILD) kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install (from rev 199184, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install) kdegames-kspaceduel/repos/kde-unstable-x86_64/ kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD (from rev 199184, kdegames-kspaceduel/kde-unstable/PKGBUILD) kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install (from rev 199184, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install) -+ kde-unstable-i686/PKGBUILD | 31 ++ kde-unstable-i686/kdegames-kspaceduel.install | 12 kde-unstable-x86_64/PKGBUILD| 31 ++ kde-unstable-x86_64/kdegames-kspaceduel.install | 12 4 files changed, 86 insertions(+) Copied: kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 199184, kdegames-kspaceduel/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:37:26 UTC (rev 199185) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-kspaceduel +pkgver=4.11.80 +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/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";) +sha1sums=('cf15bb787cb4ff0cd894b74595e3e3d6cd565307') + +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/kde-unstable-i686/kdegames-kspaceduel.install (from rev 199184, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install) === --- kde-unstable-i686/kdegames-kspaceduel.install (rev 0) +++ kde-unstable-i686/kdegames-kspaceduel.install 2013-11-08 20:37:26 UTC (rev 199185) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199184, kdegames-kspaceduel/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:37:26 UTC (rev 199185) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-kspaceduel +pkgver=4.11.80 +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/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";) +sha1sums=('cf15bb787cb4ff0cd894b74595e3e3d6cd565307') + +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/kde-unstable-x86_64/kdegames-kspaceduel.install (from rev 199184, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install) === --- kde-unstable-x86_64/kdegames-kspaceduel.install (rev 0) +++ kde-unstable-x86_64/kdegames-kspaceduel.install 2013-11-08 20:37:26 UTC (rev 199185) @@ -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-ksquares/repos (6 files)
Date: Friday, November 8, 2013 @ 21:37:35 Author: andrea Revision: 199186 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-ksquares/repos/kde-unstable-i686/ kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 199185, kdegames-ksquares/kde-unstable/PKGBUILD) kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install (from rev 199185, kdegames-ksquares/kde-unstable/kdegames-ksquares.install) kdegames-ksquares/repos/kde-unstable-x86_64/ kdegames-ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 199185, kdegames-ksquares/kde-unstable/PKGBUILD) kdegames-ksquares/repos/kde-unstable-x86_64/kdegames-ksquares.install (from rev 199185, kdegames-ksquares/kde-unstable/kdegames-ksquares.install) ---+ kde-unstable-i686/PKGBUILD| 31 kde-unstable-i686/kdegames-ksquares.install | 11 kde-unstable-x86_64/PKGBUILD | 31 kde-unstable-x86_64/kdegames-ksquares.install | 11 4 files changed, 84 insertions(+) Copied: kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 199185, kdegames-ksquares/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:37:35 UTC (rev 199186) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ksquares +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz";) +sha1sums=('72e246418efd8ac51e5b69d6e8007f247f3522c4') + +build() { + mkdir 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/kde-unstable-i686/kdegames-ksquares.install (from rev 199185, kdegames-ksquares/kde-unstable/kdegames-ksquares.install) === --- kde-unstable-i686/kdegames-ksquares.install (rev 0) +++ kde-unstable-i686/kdegames-ksquares.install 2013-11-08 20:37:35 UTC (rev 199186) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199185, kdegames-ksquares/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:37:35 UTC (rev 199186) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ksquares +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz";) +sha1sums=('72e246418efd8ac51e5b69d6e8007f247f3522c4') + +build() { + mkdir 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/kde-unstable-x86_64/kdegames-ksquares.install (from rev 199185, kdegames-ksquares/kde-unstable/kdegames-ksquares.install) === --- kde-unstable-x86_64/kdegames-ksquares.install (rev 0) +++ kde-unstable-x86_64/kdegames-ksquares.install 2013-11-08 20:37:35 UTC (rev 199186) @@ -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-ksirk/repos (6 files)
Date: Friday, November 8, 2013 @ 21:37:10 Author: andrea Revision: 199183 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-ksirk/repos/kde-unstable-i686/ kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 199182, kdegames-ksirk/kde-unstable/PKGBUILD) kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install (from rev 199182, kdegames-ksirk/kde-unstable/kdegames-ksirk.install) kdegames-ksirk/repos/kde-unstable-x86_64/ kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD (from rev 199182, kdegames-ksirk/kde-unstable/PKGBUILD) kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install (from rev 199182, kdegames-ksirk/kde-unstable/kdegames-ksirk.install) + kde-unstable-i686/PKGBUILD | 31 +++ kde-unstable-i686/kdegames-ksirk.install | 11 + kde-unstable-x86_64/PKGBUILD | 31 +++ kde-unstable-x86_64/kdegames-ksirk.install | 11 + 4 files changed, 84 insertions(+) Copied: kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 199182, kdegames-ksirk/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:37:10 UTC (rev 199183) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ksirk +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz";) +sha1sums=('7540cb72c7e4bdaff31df214e252966ab49db378') + +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/kde-unstable-i686/kdegames-ksirk.install (from rev 199182, kdegames-ksirk/kde-unstable/kdegames-ksirk.install) === --- kde-unstable-i686/kdegames-ksirk.install(rev 0) +++ kde-unstable-i686/kdegames-ksirk.install2013-11-08 20:37:10 UTC (rev 199183) @@ -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/kde-unstable-x86_64/PKGBUILD (from rev 199182, kdegames-ksirk/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:37:10 UTC (rev 199183) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-ksirk +pkgver=4.11.80 +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/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz";) +sha1sums=('7540cb72c7e4bdaff31df214e252966ab49db378') + +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/kde-unstable-x86_64/kdegames-ksirk.install (from rev 199182, kdegames-ksirk/kde-unstable/kdegames-ksirk.install) === --- kde-unstable-x86_64/kdegames-ksirk.install (rev 0) +++ kde-unstable-x86_64/kdegames-ksirk.install 2013-11-08 20:37:10 UTC (rev 199183) @@ -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-kshisen/repos (6 files)
Date: Friday, November 8, 2013 @ 21:37:01 Author: andrea Revision: 199182 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-kshisen/repos/kde-unstable-i686/ kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 199181, kdegames-kshisen/kde-unstable/PKGBUILD) kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install (from rev 199181, kdegames-kshisen/kde-unstable/kdegames-kshisen.install) kdegames-kshisen/repos/kde-unstable-x86_64/ kdegames-kshisen/repos/kde-unstable-x86_64/PKGBUILD (from rev 199181, kdegames-kshisen/kde-unstable/PKGBUILD) kdegames-kshisen/repos/kde-unstable-x86_64/kdegames-kshisen.install (from rev 199181, kdegames-kshisen/kde-unstable/kdegames-kshisen.install) --+ kde-unstable-i686/PKGBUILD | 31 + kde-unstable-i686/kdegames-kshisen.install | 11 kde-unstable-x86_64/PKGBUILD | 31 + kde-unstable-x86_64/kdegames-kshisen.install | 11 4 files changed, 84 insertions(+) Copied: kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 199181, kdegames-kshisen/kde-unstable/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-11-08 20:37:01 UTC (rev 199182) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-kshisen +pkgver=4.11.80 +pkgrel=1 +pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles" +url="http://kde.org/applications/games/kshisen/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz";) +sha1sums=('bae9ed63bf1203a3ca4c8f81e1b549303c4620e4') + +build() { + mkdir build + cd build + cmake ../kshisen-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install (from rev 199181, kdegames-kshisen/kde-unstable/kdegames-kshisen.install) === --- kde-unstable-i686/kdegames-kshisen.install (rev 0) +++ kde-unstable-i686/kdegames-kshisen.install 2013-11-08 20:37:01 UTC (rev 199182) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: kdegames-kshisen/repos/kde-unstable-x86_64/PKGBUILD (from rev 199181, kdegames-kshisen/kde-unstable/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:37:01 UTC (rev 199182) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdegames-kshisen +pkgver=4.11.80 +pkgrel=1 +pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles" +url="http://kde.org/applications/games/kshisen/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz";) +sha1sums=('bae9ed63bf1203a3ca4c8f81e1b549303c4620e4') + +build() { + mkdir build + cd build + cmake ../kshisen-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdegames-kshisen/repos/kde-unstable-x86_64/kdegames-kshisen.install (from rev 199181, kdegames-kshisen/kde-unstable/kdegames-kshisen.install) === --- kde-unstable-x86_64/kdegames-kshisen.install (rev 0) +++ kde-unstable-x86_64/kdegames-kshisen.install2013-11-08 20:37:01 UTC (rev 199182) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}