[arch-commits] Commit in kdepim-addons/repos (4 files)
Date: Wednesday, April 20, 2016 @ 08:35:13 Author: arojas Revision: 265509 archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: kdepim-addons/repos/kde-unstable-i686/PKGBUILD (from rev 265508, kdepim-addons/trunk/PKGBUILD) kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 265508, kdepim-addons/trunk/PKGBUILD) Deleted: kdepim-addons/repos/kde-unstable-i686/PKGBUILD kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD --+ /PKGBUILD| 70 + kde-unstable-i686/PKGBUILD | 35 kde-unstable-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-04-20 06:34:37 UTC (rev 265508) +++ kde-unstable-i686/PKGBUILD 2016-04-20 06:35:13 UTC (rev 265509) @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $ -# Maintainer: Antonio Rojas - -pkgname=kdepim-addons -pkgver=16.04.0 -pkgrel=1 -pkgdesc='Addons for KDE PIM applications' -arch=(i686 x86_64) -url='https://community.kde.org/KDE_PIM' -license=(GPL LGPL FDL) -depends=(khtml mailcommon incidenceeditor libktnef libkgapi) -makedepends=(extra-cmake-modules kdoctools boost python) -groups=(kde-applications kdepim) -source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";) -sha1sums=('98db45182e13425090f72d89c3fe13034430b56e') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdepim-addons/repos/kde-unstable-i686/PKGBUILD (from rev 265508, kdepim-addons/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-20 06:35:13 UTC (rev 265509) @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $ +# Maintainer: Antonio Rojas + +pkgname=kdepim-addons +pkgver=16.04.0 +pkgrel=2 +pkgdesc='Addons for KDE PIM applications' +arch=(i686 x86_64) +url='https://community.kde.org/KDE_PIM' +license=(GPL LGPL FDL) +depends=(khtml mailcommon incidenceeditor libktnef libkgapi) +makedepends=(extra-cmake-modules kdoctools boost python) +groups=(kde-applications kdepim) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";) +sha1sums=('98db45182e13425090f72d89c3fe13034430b56e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-x86_64/PKGBUILD === --- kde-unstable-x86_64/PKGBUILD2016-04-20 06:34:37 UTC (rev 265508) +++ kde-unstable-x86_64/PKGBUILD2016-04-20 06:35:13 UTC (rev 265509) @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $ -# Maintainer: Antonio Rojas - -pkgname=kdepim-addons -pkgver=16.04.0 -pkgrel=1 -pkgdesc='Addons for KDE PIM applications' -arch=(i686 x86_64) -url='https://community.kde.org/KDE_PIM' -license=(GPL LGPL FDL) -depends=(khtml mailcommon incidenceeditor libktnef libkgapi) -makedepends=(extra-cmake-modules kdoctools boost python) -groups=(kde-applications kdepim) -source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";) -sha1sums=('98db45182e13425090f72d89c3fe13034430b56e') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 265508, kdepim-addons/trunk/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2016-04-20 06:35:13 UTC (rev 265509) @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $ +# Maintainer: Antonio Rojas + +pkgname=kdepim-addons +pkgver=16.04.0 +pkgrel=2 +pkgdesc='Addons for KDE PIM applications' +arch=(i686 x86_64) +url='https://community.kde.org/KDE_PIM' +license=(GPL LGPL FDL) +depends=(khtml mailcommon incidenceeditor libktnef libkgapi) +makedepends=(extra-
[arch-commits] Commit in kdepim-addons/trunk (PKGBUILD)
Date: Wednesday, April 20, 2016 @ 08:34:37 Author: arojas Revision: 265508 New tarball Modified: kdepim-addons/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-04-20 02:03:20 UTC (rev 265507) +++ PKGBUILD2016-04-20 06:34:37 UTC (rev 265508) @@ -3,7 +3,7 @@ pkgname=kdepim-addons pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc='Addons for KDE PIM applications' arch=(i686 x86_64) url='https://community.kde.org/KDE_PIM'
[arch-commits] Commit in geeqie/repos (12 files)
Date: Wednesday, April 20, 2016 @ 04:03:20 Author: eric Revision: 265507 archrelease: copy trunk to extra-i686, extra-x86_64 Added: geeqie/repos/extra-i686/PKGBUILD (from rev 265506, geeqie/trunk/PKGBUILD) geeqie/repos/extra-i686/fix-fullscreen.patch (from rev 265506, geeqie/trunk/fix-fullscreen.patch) geeqie/repos/extra-i686/geeqie.install (from rev 265506, geeqie/trunk/geeqie.install) geeqie/repos/extra-x86_64/PKGBUILD (from rev 265506, geeqie/trunk/PKGBUILD) geeqie/repos/extra-x86_64/fix-fullscreen.patch (from rev 265506, geeqie/trunk/fix-fullscreen.patch) geeqie/repos/extra-x86_64/geeqie.install (from rev 265506, geeqie/trunk/geeqie.install) Deleted: geeqie/repos/extra-i686/PKGBUILD geeqie/repos/extra-i686/fix-fullscreen.patch geeqie/repos/extra-i686/geeqie.install geeqie/repos/extra-x86_64/PKGBUILD geeqie/repos/extra-x86_64/fix-fullscreen.patch geeqie/repos/extra-x86_64/geeqie.install ---+ /PKGBUILD | 76 /fix-fullscreen.patch | 214 /geeqie.install | 22 +++ extra-i686/PKGBUILD | 37 -- extra-i686/fix-fullscreen.patch | 107 -- extra-i686/geeqie.install | 11 - extra-x86_64/PKGBUILD | 37 -- extra-x86_64/fix-fullscreen.patch | 107 -- extra-x86_64/geeqie.install | 11 - 9 files changed, 312 insertions(+), 310 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-20 02:00:16 UTC (rev 265506) +++ extra-i686/PKGBUILD 2016-04-20 02:03:20 UTC (rev 265507) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger -# Contributor: Lukas Jirkovsky - -pkgname=geeqie -pkgver=1.2.2 -pkgrel=3 -pkgdesc="A lightweight image browser and viewer" -arch=('i686' 'x86_64') -url="http://www.geeqie.org/"; -license=('GPL2') -depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils') -makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git') -optdepends=('librsvg: SVG rendering' - 'fbida: for jpeg rotation' - 'exiv2: for tiff and png rotation') -install=geeqie.install -source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz -fix-fullscreen.patch) -sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995' - 'dab15bbda9b329f663276b25bf1989b410596644') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../fix-fullscreen.patch -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package(){ - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: geeqie/repos/extra-i686/PKGBUILD (from rev 265506, geeqie/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-20 02:03:20 UTC (rev 265507) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Eric Bélanger +# Contributor: Lukas Jirkovsky + +pkgname=geeqie +pkgver=1.2.3 +pkgrel=1 +pkgdesc="A lightweight image browser and viewer" +arch=('i686' 'x86_64') +url="http://www.geeqie.org/"; +license=('GPL2') +depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils') +makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'git') +optdepends=('librsvg: SVG rendering' + 'fbida: for jpeg rotation' + 'exiv2: for tiff and png rotation') +install=geeqie.install +source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz +fix-fullscreen.patch) +sha1sums=('d01c971ed5906973ff4788d1f7387563dcdbb0e9' + 'dab15bbda9b329f663276b25bf1989b410596644') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../fix-fullscreen.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./autogen.sh + ./configure --prefix=/usr + make +} + +package(){ + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/fix-fullscreen.patch === --- extra-i686/fix-fullscreen.patch 2016-04-20 02:00:16 UTC (rev 265506) +++ extra-i686/fix-fullscreen.patch 2016-04-20 02:03:20 UTC (rev 265507) @@ -1,107 +0,0 @@ -diff -Naur old/src/fullscreen.c new/src/fullscreen.c old/src/fullscreen.c 2015-08-16 16:37:58.132952447 +0900 -+++ new/src/fullscreen.c 2015-08-16 16:43:30.031882508 +0900 -@@ -210,10 +210,6 @@ -void (*stop_func)(FullScreenData *, gpointer), gpointer stop_data) - { - FullScreenData *fs; -- GdkScreen *screen; -- gint x, y; -- gint w, h; -- GdkGeometry geometry; - GdkWindow *gdkwin; - - if (!window || !imd) return NULL; -@@ -229,14 +225,9 @@ - fs->stop_data = stop_data; - - DEBUG_1("full screen requests screen %d", options->fullscreen.screen); -- fullscreen_prefs_get_g
[arch-commits] Commit in geeqie/trunk (PKGBUILD)
Date: Wednesday, April 20, 2016 @ 04:00:16 Author: eric Revision: 265506 upgpkg: geeqie 1.2.3-1 Upstream update Modified: geeqie/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-20 01:05:19 UTC (rev 265505) +++ PKGBUILD2016-04-20 02:00:16 UTC (rev 265506) @@ -3,8 +3,8 @@ # Contributor: Lukas Jirkovsky pkgname=geeqie -pkgver=1.2.2 -pkgrel=3 +pkgver=1.2.3 +pkgrel=1 pkgdesc="A lightweight image browser and viewer" arch=('i686' 'x86_64') url="http://www.geeqie.org/"; @@ -17,7 +17,7 @@ install=geeqie.install source=(http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz fix-fullscreen.patch) -sha1sums=('9dd094707d7bf7389eb62a218ff7bc86339fc995' +sha1sums=('d01c971ed5906973ff4788d1f7387563dcdbb0e9' 'dab15bbda9b329f663276b25bf1989b410596644') prepare() { @@ -27,6 +27,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./autogen.sh ./configure --prefix=/usr make }
[arch-commits] Commit in freeciv/repos (12 files)
Date: Wednesday, April 20, 2016 @ 03:05:19 Author: eric Revision: 265505 archrelease: copy trunk to extra-i686, extra-x86_64 Added: freeciv/repos/extra-i686/PKGBUILD (from rev 265504, freeciv/trunk/PKGBUILD) freeciv/repos/extra-i686/freeciv.install (from rev 265504, freeciv/trunk/freeciv.install) freeciv/repos/extra-i686/lua52_compat.patch (from rev 265504, freeciv/trunk/lua52_compat.patch) freeciv/repos/extra-x86_64/PKGBUILD (from rev 265504, freeciv/trunk/PKGBUILD) freeciv/repos/extra-x86_64/freeciv.install (from rev 265504, freeciv/trunk/freeciv.install) freeciv/repos/extra-x86_64/lua52_compat.patch (from rev 265504, freeciv/trunk/lua52_compat.patch) Deleted: freeciv/repos/extra-i686/PKGBUILD freeciv/repos/extra-i686/freeciv.install freeciv/repos/extra-i686/lua52_compat.patch freeciv/repos/extra-x86_64/PKGBUILD freeciv/repos/extra-x86_64/freeciv.install freeciv/repos/extra-x86_64/lua52_compat.patch -+ /PKGBUILD | 70 ++ /freeciv.install| 22 +++ /lua52_compat.patch | 26 ++ extra-i686/PKGBUILD | 34 -- extra-i686/freeciv.install | 11 - extra-i686/lua52_compat.patch | 13 --- extra-x86_64/PKGBUILD | 34 -- extra-x86_64/freeciv.install| 11 - extra-x86_64/lua52_compat.patch | 13 --- 9 files changed, 118 insertions(+), 116 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-20 00:59:54 UTC (rev 265504) +++ extra-i686/PKGBUILD 2016-04-20 01:05:19 UTC (rev 265505) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=freeciv -pkgver=2.5.1 -pkgrel=1 -pkgdesc="A multiuser clone of the famous Microprose game of Civilization" -arch=('i686' 'x86_64') -url="http://www.freeciv.org/"; -license=('GPL') -depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool') -backup=('etc/freeciv/database.lua') -install=freeciv.install -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 -lua52_compat.patch) -sha1sums=('bd4426dcae7511549733441b1b2f5a8bd77cf42b' - '248f4c8b62557677bf27a0d06feb15148d811ce7') - -prepare() { - cd ${pkgname}-${pkgver} - patch -p1 -i "$srcdir"/lua52_compat.patch -} - -build() { - cd ${pkgname}-${pkgver} - ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \ ---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 --enable-aimodules - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 265504, freeciv/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-20 01:05:19 UTC (rev 265505) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=freeciv +pkgver=2.5.3 +pkgrel=1 +pkgdesc="A multiuser clone of the famous Microprose game of Civilization" +arch=('i686' 'x86_64') +url="http://www.freeciv.org/"; +license=('GPL') +depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool') +makedepends=('python') +backup=('etc/freeciv/database.lua') +install=freeciv.install +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 +lua52_compat.patch) +sha1sums=('070900a13c5861a9ce23e7dad03552277e3b9395' + '248f4c8b62557677bf27a0d06feb15148d811ce7') + +prepare() { + cd ${pkgname}-${pkgver} + patch -p1 -i "$srcdir"/lua52_compat.patch +} + +build() { + cd ${pkgname}-${pkgver} + ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \ +--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 --enable-aimodules + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/freeciv.install === --- extra-i686/freeciv.install 2016-04-20 00:59:54 UTC (rev 265504) +++ extra-i686/freeciv.install 2016-04-20 01:05:19 UTC (rev 265505) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: freeciv/repos/extra-i686/freeciv.install (from rev 265504, freeciv/trunk/freeciv.install) === --- extra-i686/freeciv.install (rev 0) +++ extra-i686/freeciv.install 2016-04-20 01:05:19 UTC (rev 265505) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: extra-i686/lua52_compat.p
[arch-commits] Commit in freeciv/trunk (PKGBUILD)
Date: Wednesday, April 20, 2016 @ 02:59:54 Author: eric Revision: 265504 upgpkg: freeciv 2.5.3-1 Upstream update Modified: freeciv/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 21:17:19 UTC (rev 265503) +++ PKGBUILD2016-04-20 00:59:54 UTC (rev 265504) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger pkgname=freeciv -pkgver=2.5.1 +pkgver=2.5.3 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') @@ -9,11 +9,12 @@ url="http://www.freeciv.org/"; license=('GPL') depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool') +makedepends=('python') backup=('etc/freeciv/database.lua') install=freeciv.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 lua52_compat.patch) -sha1sums=('bd4426dcae7511549733441b1b2f5a8bd77cf42b' +sha1sums=('070900a13c5861a9ce23e7dad03552277e3b9395' '248f4c8b62557677bf27a0d06feb15148d811ce7') prepare() {
[arch-commits] Commit in zathura/trunk (PKGBUILD)
Date: Wednesday, April 20, 2016 @ 00:41:57 Author: demize Revision: 171421 upgpkg: zathura 0.3.6-1 Modified: zathura/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 22:38:21 UTC (rev 171420) +++ PKGBUILD2016-04-19 22:41:57 UTC (rev 171421) @@ -5,7 +5,7 @@ # Contributor: ML pkgname=zathura -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=1 pkgdesc="Minimalistic document viewer" @@ -24,7 +24,7 @@ source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz bash-completion) -sha1sums=('3b1d17c921a1f97999b3c8e90c0e55314e257fb4' +sha1sums=('db5e76815fdfd0c2d6b5d5c16492995720268440' '94a8236c483626a7f3acee053a1ea885aed45a82') build() {
[arch-commits] Commit in zathura/repos (12 files)
Date: Wednesday, April 20, 2016 @ 00:42:04 Author: demize Revision: 171422 archrelease: copy trunk to community-i686, community-x86_64 Added: zathura/repos/community-i686/PKGBUILD (from rev 171421, zathura/trunk/PKGBUILD) zathura/repos/community-i686/bash-completion (from rev 171421, zathura/trunk/bash-completion) zathura/repos/community-i686/zathura.install (from rev 171421, zathura/trunk/zathura.install) zathura/repos/community-x86_64/PKGBUILD (from rev 171421, zathura/trunk/PKGBUILD) zathura/repos/community-x86_64/bash-completion (from rev 171421, zathura/trunk/bash-completion) zathura/repos/community-x86_64/zathura.install (from rev 171421, zathura/trunk/zathura.install) Deleted: zathura/repos/community-i686/PKGBUILD zathura/repos/community-i686/bash-completion zathura/repos/community-i686/zathura.install zathura/repos/community-x86_64/PKGBUILD zathura/repos/community-x86_64/bash-completion zathura/repos/community-x86_64/zathura.install --+ /PKGBUILD| 82 + /bash-completion | 58 ++ /zathura.install | 24 ++ community-i686/PKGBUILD | 41 -- community-i686/bash-completion | 29 - community-i686/zathura.install | 12 - community-x86_64/PKGBUILD| 41 -- community-x86_64/bash-completion | 29 - community-x86_64/zathura.install | 12 - 9 files changed, 164 insertions(+), 164 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 22:41:57 UTC (rev 171421) +++ community-i686/PKGBUILD 2016-04-19 22:42:04 UTC (rev 171422) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Johannes Löthberg -# Contributor: Daniel Wallace -# Contributor: Sergej Pupykin -# Contributor: ML - -pkgname=zathura -pkgver=0.3.5 -pkgrel=1 - -pkgdesc="Minimalistic document viewer" -url="http://pwmt.org/projects/zathura/"; -arch=('i686' 'x86_64') -license=('custom') - -depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex') -makedepends=('python2-docutils' 'texlive-bin') -optdepends=('zathura-djvu: DjVu support' -'zathura-pdf-poppler: PDF support using Poppler' -'zathura-pdf-mupdf: PDF support using MuPDF' -'zathura-ps: PostScript support') - -install=zathura.install -source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz -bash-completion) - -sha1sums=('3b1d17c921a1f97999b3c8e90c0e55314e257fb4' - '94a8236c483626a7f3acee053a1ea885aed45a82') - -build() { - cd zathura-$pkgver - make WITH_SYNCTEX=1 -} - -package() { - cd zathura-$pkgver - - make install DESTDIR="$pkgdir" - install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - install -Dm0644 "$srcdir"/bash-completion "$pkgdir"/usr/share/bash-completion/completions/zathura -} Copied: zathura/repos/community-i686/PKGBUILD (from rev 171421, zathura/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 22:42:04 UTC (rev 171422) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Johannes Löthberg +# Contributor: Daniel Wallace +# Contributor: Sergej Pupykin +# Contributor: ML + +pkgname=zathura +pkgver=0.3.6 +pkgrel=1 + +pkgdesc="Minimalistic document viewer" +url="http://pwmt.org/projects/zathura/"; +arch=('i686' 'x86_64') +license=('custom') + +depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex') +makedepends=('python2-docutils' 'texlive-bin') +optdepends=('zathura-djvu: DjVu support' +'zathura-pdf-poppler: PDF support using Poppler' +'zathura-pdf-mupdf: PDF support using MuPDF' +'zathura-ps: PostScript support') + +install=zathura.install +source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz +bash-completion) + +sha1sums=('db5e76815fdfd0c2d6b5d5c16492995720268440' + '94a8236c483626a7f3acee053a1ea885aed45a82') + +build() { + cd zathura-$pkgver + make WITH_SYNCTEX=1 +} + +package() { + cd zathura-$pkgver + + make install DESTDIR="$pkgdir" + install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -Dm0644 "$srcdir"/bash-completion "$pkgdir"/usr/share/bash-completion/completions/zathura +} Deleted: community-i686/bash-completion === --- community-i686/bash-completion 2016-04-19 22:41:57 UTC (rev 171421) +++ community-i686/bash-completion 2016-04-19 22:42:04 UTC (rev 171422) @@ -1,29 +0,0 @@ -_zathura() { - _init_completion || return - - EXTENTIONS='' - for PLUGIN in /usr/lib/zathura/*.so; do -case ${PLUGIN##*/} in - pdf.so) -EXTE
[arch-commits] Commit in girara/trunk (PKGBUILD)
Date: Wednesday, April 20, 2016 @ 00:38:11 Author: demize Revision: 171419 upgpkg: girara 0.2.6-1 Modified: girara/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 19:40:56 UTC (rev 171418) +++ PKGBUILD2016-04-19 22:38:11 UTC (rev 171419) @@ -5,7 +5,7 @@ # Contributor: mlq pkgname=girara -pkgver=0.2.5 +pkgver=0.2.6 pkgrel=1 pkgdesc="User interface library focused on simplicity and minimalism" @@ -20,7 +20,7 @@ depends=('gtk3') source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz) -sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa) +sha1sums=(674e4294fe091fe93a1c186d95b3263b30cd8a5e) build() { cd girara-$pkgver
[arch-commits] Commit in girara/repos (4 files)
Date: Wednesday, April 20, 2016 @ 00:38:21 Author: demize Revision: 171420 archrelease: copy trunk to community-i686, community-x86_64 Added: girara/repos/community-i686/PKGBUILD (from rev 171419, girara/trunk/PKGBUILD) girara/repos/community-x86_64/PKGBUILD (from rev 171419, girara/trunk/PKGBUILD) Deleted: girara/repos/community-i686/PKGBUILD girara/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 35 -- community-x86_64/PKGBUILD | 35 -- 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 22:38:11 UTC (rev 171419) +++ community-i686/PKGBUILD 2016-04-19 22:38:21 UTC (rev 171420) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Johannes Löthberg -# Contributor: Daniel Wallace -# Contributor: Sergej Pupykin -# Contributor: mlq - -pkgname=girara -pkgver=0.2.5 -pkgrel=1 - -pkgdesc="User interface library focused on simplicity and minimalism" -url="http://pwmt.org/projects/girara"; -arch=('i686' 'x86_64') -license=('custom') - -provides=('girara-gtk3' 'girara-common') -replaces=('girara-gtk3' 'girara-common') -conflicts=('girara-gtk3' 'girara-common') - -depends=('gtk3') - -source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz) -sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa) - -build() { - cd girara-$pkgver - touch colors.mk - make GIRARA_GTK_VERSION=3 -} - -package() { - cd girara-$pkgver - make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install - install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: girara/repos/community-i686/PKGBUILD (from rev 171419, girara/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 22:38:21 UTC (rev 171420) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Johannes Löthberg +# Contributor: Daniel Wallace +# Contributor: Sergej Pupykin +# Contributor: mlq + +pkgname=girara +pkgver=0.2.6 +pkgrel=1 + +pkgdesc="User interface library focused on simplicity and minimalism" +url="http://pwmt.org/projects/girara"; +arch=('i686' 'x86_64') +license=('custom') + +provides=('girara-gtk3' 'girara-common') +replaces=('girara-gtk3' 'girara-common') +conflicts=('girara-gtk3' 'girara-common') + +depends=('gtk3') + +source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz) +sha1sums=(674e4294fe091fe93a1c186d95b3263b30cd8a5e) + +build() { + cd girara-$pkgver + touch colors.mk + make GIRARA_GTK_VERSION=3 +} + +package() { + cd girara-$pkgver + make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install + install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-19 22:38:11 UTC (rev 171419) +++ community-x86_64/PKGBUILD 2016-04-19 22:38:21 UTC (rev 171420) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Johannes Löthberg -# Contributor: Daniel Wallace -# Contributor: Sergej Pupykin -# Contributor: mlq - -pkgname=girara -pkgver=0.2.5 -pkgrel=1 - -pkgdesc="User interface library focused on simplicity and minimalism" -url="http://pwmt.org/projects/girara"; -arch=('i686' 'x86_64') -license=('custom') - -provides=('girara-gtk3' 'girara-common') -replaces=('girara-gtk3' 'girara-common') -conflicts=('girara-gtk3' 'girara-common') - -depends=('gtk3') - -source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz) -sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa) - -build() { - cd girara-$pkgver - touch colors.mk - make GIRARA_GTK_VERSION=3 -} - -package() { - cd girara-$pkgver - make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install - install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: girara/repos/community-x86_64/PKGBUILD (from rev 171419, girara/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-04-19 22:38:21 UTC (rev 171420) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Johannes Löthberg +# Contributor: Daniel Wallace +# Contributor: Sergej Pupykin +# Contributor: mlq + +pkgname=girara +pkgver=0.2.6 +pkgrel=1 + +pkgdesc="User interface library focused on simplicity and minimalism" +url="http://pwmt.org/projects/girara"; +arch=('i686' 'x86_64') +license=('custom') + +provides=('girara-gtk3' 'girara-common') +replaces=('girara-gtk3' 'girara-common') +conflicts=('girara-gtk3' 'girara-common') + +depends=('gtk3') + +source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz) +sha1sums=(674e4294fe091fe93a1c186d95b3263b30cd8a5e) + +build()
[arch-commits] Commit in qemu/repos (12 files)
Date: Tuesday, April 19, 2016 @ 23:17:19 Author: anatolik Revision: 265503 archrelease: copy trunk to testing-i686, testing-x86_64 Added: qemu/repos/testing-i686/ qemu/repos/testing-i686/65-kvm.rules (from rev 265502, qemu/trunk/65-kvm.rules) qemu/repos/testing-i686/PKGBUILD (from rev 265502, qemu/trunk/PKGBUILD) qemu/repos/testing-i686/qemu-ga.service (from rev 265502, qemu/trunk/qemu-ga.service) qemu/repos/testing-i686/qemu.install (from rev 265502, qemu/trunk/qemu.install) qemu/repos/testing-i686/qemu.sysusers (from rev 265502, qemu/trunk/qemu.sysusers) qemu/repos/testing-x86_64/ qemu/repos/testing-x86_64/65-kvm.rules (from rev 265502, qemu/trunk/65-kvm.rules) qemu/repos/testing-x86_64/PKGBUILD (from rev 265502, qemu/trunk/PKGBUILD) qemu/repos/testing-x86_64/qemu-ga.service (from rev 265502, qemu/trunk/qemu-ga.service) qemu/repos/testing-x86_64/qemu.install (from rev 265502, qemu/trunk/qemu.install) qemu/repos/testing-x86_64/qemu.sysusers (from rev 265502, qemu/trunk/qemu.sysusers) + testing-i686/65-kvm.rules |2 testing-i686/PKGBUILD | 170 +++ testing-i686/qemu-ga.service |8 + testing-i686/qemu.install | 26 + testing-i686/qemu.sysusers |1 testing-x86_64/65-kvm.rules|2 testing-x86_64/PKGBUILD| 170 +++ testing-x86_64/qemu-ga.service |8 + testing-x86_64/qemu.install| 26 + testing-x86_64/qemu.sysusers |1 10 files changed, 414 insertions(+) Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 265502, qemu/trunk/65-kvm.rules) === --- testing-i686/65-kvm.rules (rev 0) +++ testing-i686/65-kvm.rules 2016-04-19 21:17:19 UTC (rev 265503) @@ -0,0 +1,2 @@ +KERNEL=="kvm", GROUP="kvm", MODE="0660" +KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", OPTIONS+="static_node=vhost-net" Copied: qemu/repos/testing-i686/PKGBUILD (from rev 265502, qemu/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-04-19 21:17:19 UTC (rev 265503) @@ -0,0 +1,170 @@ +# $Id$ +# Maintainer: Tobias Powalowski +# Contributor: Sébastien "Seblu" Luttringer + +pkgbase=qemu +pkgname=('qemu' + 'qemu-arch-extra' + 'qemu-block-iscsi' + 'qemu-block-rbd' + 'qemu-block-gluster' + 'qemu-guest-agent') +pkgver=2.5.1 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL2' 'LGPL2.1') +url='http://wiki.qemu.org/' +makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' + 'gnutls' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' + 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp' + 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2' + 'usbredir' 'ceph' 'glusterfs' 'libssh2' 'lzo' 'snappy') +source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 +qemu.sysusers +qemu-ga.service +65-kvm.rules) +md5sums=('42e73182dea8b9213fa7050e168a4615' + '49778d11c28af170c4bebcc648b0ace1' + '44ee242d758f9318c6a1ea1dae96aa3a' + '33ab286a20242dda7743a900f369d68a') + +_extra_arches=(aarch64 alpha arm armeb cris lm32 m68k microblaze microblazeel mips +mips64 mips64el mipsel mipsn32 mipsn32el or32 ppc ppc64 ppc64abi32 ppc64le s390x +sh4 sh4eb sparc sparc32plus sparc64 moxie ppcemb tricore unicore32 xtensa xtensaeb) +_extra_blob=(QEMU,cgthree.bin QEMU,tcx.bin bamboo.dtb openbios-ppc +openbios-sparc32 openbios-sparc64 palcode-clipper petalogix-ml605.dtb +petalogix-s3adsp1800.dtb ppc_rom.bin s390-ccw.img s390-zipl.rom slof.bin +spapr-rtas.bin u-boot.e500) + +prepare() { + for _p in *.patch; do +[[ -e "$_p" ]] || continue +msg2 "Patching $_p" +patch -p1 -d ${pkgname}-${pkgver} < "$_p" + done +} + +build () +{ + cd ${pkgname}-${pkgver} + # qemu vs. make 4 == bad + export ARFLAGS="rv" + # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740 + export CFLAGS+=' -fPIC' + # gtk gui breaks keymappings at the moment + ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \ + --python=/usr/bin/python2 --smbd=/usr/bin/smbd \ + --enable-docs --libexecdir=/usr/lib/qemu \ + --disable-gtk --enable-linux-aio --enable-seccomp \ + --enable-spice --localstatedir=/var \ + --enable-tpm \ + --enable-modules --enable-{rbd,glusterfs,libiscsi,curl} + make V=99 +} + +package_qemu() { + pkgdesc='A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation' + depends=('glibc' 'pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' + 'gn
[arch-commits] Commit in qemu/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 23:16:26 Author: anatolik Revision: 265502 upgpkg: qemu 2.5.1-1 Modified: qemu/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 19:18:15 UTC (rev 265501) +++ PKGBUILD2016-04-19 21:16:26 UTC (rev 265502) @@ -9,7 +9,7 @@ 'qemu-block-rbd' 'qemu-block-gluster' 'qemu-guest-agent') -pkgver=2.5.0 +pkgver=2.5.1 pkgrel=1 arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') @@ -23,7 +23,7 @@ qemu.sysusers qemu-ga.service 65-kvm.rules) -md5sums=('f469f2330bbe76e3e39db10e9ac4f8db' +md5sums=('42e73182dea8b9213fa7050e168a4615' '49778d11c28af170c4bebcc648b0ace1' '44ee242d758f9318c6a1ea1dae96aa3a' '33ab286a20242dda7743a900f369d68a')
[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)
Date: Tuesday, April 19, 2016 @ 21:40:56 Author: seblu Revision: 171418 archrelease: copy trunk to community-any Added: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 171417, virtualbox-guest-iso/trunk/PKGBUILD) virtualbox-guest-iso/repos/community-any/license (from rev 171417, virtualbox-guest-iso/trunk/license) virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install (from rev 171417, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install) Deleted: virtualbox-guest-iso/repos/community-any/PKGBUILD virtualbox-guest-iso/repos/community-any/license virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install --+ PKGBUILD | 60 ++-- license | 68 - virtualbox-guest-iso.install | 36 ++--- 3 files changed, 82 insertions(+), 82 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 19:40:30 UTC (rev 171417) +++ PKGBUILD2016-04-19 19:40:56 UTC (rev 171418) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Jonathan Steel -# Contributor: Ionut Biru -# Contributor: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: Roman Kyrylych - -pkgname=virtualbox-guest-iso -pkgver=5.0.16 -pkgrel=1 -pkgdesc='The official VirtualBox Guest Additions ISO image' -arch=('any') -url='http://www.virtualbox.org' -license=('custom:PUEL') -install=virtualbox-guest-iso.install -source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso"; -'license') -replaces=('virtualbox-additions' 'virtualbox-iso-additions') -conflicts=('virtualbox-additions' 'virtualbox-iso-additions') -noextract=(VBoxGuestAdditions_$pkgver.iso) -md5sums=('c2792bbc09835d20f1d29d6851fb03da' - 'b67febd9453cc6c4b8412a0456080e9f') - -package() { - install -Dm 644 VBoxGuestAdditions_$pkgver.iso \ -"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso" - install -Dm 644 "$srcdir/license" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 171417, virtualbox-guest-iso/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 19:40:56 UTC (rev 171418) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Jonathan Steel +# Contributor: Ionut Biru +# Contributor: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: Roman Kyrylych + +pkgname=virtualbox-guest-iso +pkgver=5.0.18 +pkgrel=1 +pkgdesc='The official VirtualBox Guest Additions ISO image' +arch=('any') +url='http://www.virtualbox.org' +license=('custom:PUEL') +install=virtualbox-guest-iso.install +source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso"; +'license') +replaces=('virtualbox-additions' 'virtualbox-iso-additions') +conflicts=('virtualbox-additions' 'virtualbox-iso-additions') +noextract=(VBoxGuestAdditions_$pkgver.iso) +md5sums=('c7f9dff1f996630a5eab9affbe27febd' + 'b67febd9453cc6c4b8412a0456080e9f') + +package() { + install -Dm 644 VBoxGuestAdditions_$pkgver.iso \ +"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso" + install -Dm 644 "$srcdir/license" \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: license === --- license 2016-04-19 19:40:30 UTC (rev 171417) +++ license 2016-04-19 19:40:56 UTC (rev 171418) @@ -1,34 +0,0 @@ -VirtualBox Personal Use and Evaluation License (PUEL) - -This license applies if you download the full VirtualBox binaries from the Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), which falls under the GPL instead; see Editions for details about the differences between these releases. - -In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge - -* for personal use or, alternatively, -* for product evaluation. - -In addition, academic use of VirtualBox is also permitted free of charge by the PUEL. - -If you do not belong to either category, you will have to purchase a commercial license. Do not hesitate to contact InnoTek in this matter. - -If you are confused by the legalese below, you may also want to take a look at our Licensing FAQ to answer a few common questions. -VirtualBox PUEL terms and conditions ¶ - -Version 1.2, 2007-02-21 - -InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants you the right to use the software product as defined in § 1 according to the following provisions. If you do not agree to all conditions set forth by this license, you may not use the product, because only InnoTek as the product’s owner ca
[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 21:40:30 Author: seblu Revision: 171417 upgpkg: virtualbox-guest-iso 5.0.18-1 Modified: virtualbox-guest-iso/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 16:43:22 UTC (rev 171416) +++ PKGBUILD2016-04-19 19:40:30 UTC (rev 171417) @@ -7,7 +7,7 @@ # Contributor: Roman Kyrylych pkgname=virtualbox-guest-iso -pkgver=5.0.16 +pkgver=5.0.18 pkgrel=1 pkgdesc='The official VirtualBox Guest Additions ISO image' arch=('any') @@ -19,7 +19,7 @@ replaces=('virtualbox-additions' 'virtualbox-iso-additions') conflicts=('virtualbox-additions' 'virtualbox-iso-additions') noextract=(VBoxGuestAdditions_$pkgver.iso) -md5sums=('c2792bbc09835d20f1d29d6851fb03da' +md5sums=('c7f9dff1f996630a5eab9affbe27febd' 'b67febd9453cc6c4b8412a0456080e9f') package() {
[arch-commits] Commit in virglrenderer/repos (4 files)
Date: Tuesday, April 19, 2016 @ 21:18:15 Author: anatolik Revision: 265501 archrelease: copy trunk to core-i686, core-x86_64 Added: virglrenderer/repos/core-i686/ virglrenderer/repos/core-i686/PKGBUILD (from rev 265500, virglrenderer/trunk/PKGBUILD) virglrenderer/repos/core-x86_64/ virglrenderer/repos/core-x86_64/PKGBUILD (from rev 265500, virglrenderer/trunk/PKGBUILD) --+ core-i686/PKGBUILD | 27 +++ core-x86_64/PKGBUILD | 27 +++ 2 files changed, 54 insertions(+) Copied: virglrenderer/repos/core-i686/PKGBUILD (from rev 265500, virglrenderer/trunk/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2016-04-19 19:18:15 UTC (rev 265501) @@ -0,0 +1,27 @@ +#$Id$ +# Maintainer: Anatol Pomozov + +pkgname=virglrenderer +pkgver=0.5.0 +pkgrel=1 +pkgdesc='A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering' +arch=(i686 x86_64) +url='https://virgil3d.github.io/' +license=(MIT) +depends=(libepoxy mesa) +source=(https://www.freedesktop.org/software/virgl/virglrenderer-0.5.0.tar.bz2{,.sig}) +validpgpkeys=(10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE) # David Airlie +sha1sums=('c3e94299b6d16b8ca05d1aa511a89b26c66393b3' + 'SKIP') + +build() { + cd virglrenderer-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd virglrenderer-$pkgver + make DESTDIR="$pkgdir" install + install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} Copied: virglrenderer/repos/core-x86_64/PKGBUILD (from rev 265500, virglrenderer/trunk/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2016-04-19 19:18:15 UTC (rev 265501) @@ -0,0 +1,27 @@ +#$Id$ +# Maintainer: Anatol Pomozov + +pkgname=virglrenderer +pkgver=0.5.0 +pkgrel=1 +pkgdesc='A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering' +arch=(i686 x86_64) +url='https://virgil3d.github.io/' +license=(MIT) +depends=(libepoxy mesa) +source=(https://www.freedesktop.org/software/virgl/virglrenderer-0.5.0.tar.bz2{,.sig}) +validpgpkeys=(10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE) # David Airlie +sha1sums=('c3e94299b6d16b8ca05d1aa511a89b26c66393b3' + 'SKIP') + +build() { + cd virglrenderer-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd virglrenderer-$pkgver + make DESTDIR="$pkgdir" install + install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +}
[arch-commits] Commit in (4 files)
Date: Tuesday, April 19, 2016 @ 21:17:35 Author: anatolik Revision: 265500 FS#48228: Add virglrenderer project Added: virglrenderer/ virglrenderer/repos/ virglrenderer/trunk/ virglrenderer/trunk/PKGBUILD --+ PKGBUILD | 27 +++ 1 file changed, 27 insertions(+) Added: virglrenderer/trunk/PKGBUILD === --- virglrenderer/trunk/PKGBUILD(rev 0) +++ virglrenderer/trunk/PKGBUILD2016-04-19 19:17:35 UTC (rev 265500) @@ -0,0 +1,27 @@ +#$Id$ +# Maintainer: Anatol Pomozov + +pkgname=virglrenderer +pkgver=0.5.0 +pkgrel=1 +pkgdesc='A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering' +arch=(i686 x86_64) +url='https://virgil3d.github.io/' +license=(MIT) +depends=(libepoxy mesa) +source=(https://www.freedesktop.org/software/virgl/virglrenderer-0.5.0.tar.bz2{,.sig}) +validpgpkeys=(10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE) # David Airlie +sha1sums=('c3e94299b6d16b8ca05d1aa511a89b26c66393b3' + 'SKIP') + +build() { + cd virglrenderer-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd virglrenderer-$pkgver + make DESTDIR="$pkgdir" install + install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} Property changes on: virglrenderer/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in glusterfs/repos (8 files)
Date: Tuesday, April 19, 2016 @ 18:43:22 Author: spupykin Revision: 171416 archrelease: copy trunk to community-i686, community-x86_64 Added: glusterfs/repos/community-i686/PKGBUILD (from rev 171415, glusterfs/trunk/PKGBUILD) glusterfs/repos/community-i686/glusterfs.install (from rev 171415, glusterfs/trunk/glusterfs.install) glusterfs/repos/community-x86_64/PKGBUILD (from rev 171415, glusterfs/trunk/PKGBUILD) glusterfs/repos/community-x86_64/glusterfs.install (from rev 171415, glusterfs/trunk/glusterfs.install) Deleted: glusterfs/repos/community-i686/PKGBUILD glusterfs/repos/community-i686/glusterfs.install glusterfs/repos/community-x86_64/PKGBUILD glusterfs/repos/community-x86_64/glusterfs.install + /PKGBUILD | 128 +++ /glusterfs.install | 16 community-i686/PKGBUILD| 64 - community-i686/glusterfs.install |8 -- community-x86_64/PKGBUILD | 64 - community-x86_64/glusterfs.install |8 -- 6 files changed, 144 insertions(+), 144 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 16:43:06 UTC (rev 171415) +++ community-i686/PKGBUILD 2016-04-19 16:43:22 UTC (rev 171416) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributors: -# Andrei Antoukh - n...@niwi.be - http://www.niwi.be -# henning mueller - -pkgname=glusterfs -pkgver=3.7.9 -pkgrel=1 -pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' -arch=(i686 x86_64) -url='http://www.gluster.org/' -license=(GPL2 LGPL3) -install=glusterfs.install -depends=(fuse python2 libxml2 libaio liburcu) -makedepends=(flex bison) -optdepends=('rpcbind: NFS' - 'glib2: qemu-block') -#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) -source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz) -md5sums=('622e8d3557992554528f33d577c95d8b') - -prepare() { - cd $srcdir/$pkgname-$pkgver - find -type f -name '*.py' -exec sed -i \ --e 's:env\ python:env\ python2:' \ --e 's:/usr/bin/python:/usr/bin/python2:' {} \; -} - -build() { - cd $srcdir/$pkgname-$pkgver - ./autogen.sh - ./configure \ ---prefix=/usr \ ---sbindir=/usr/bin \ ---with-mountutildir=/usr/bin \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---mandir=/usr/share/man \ ---libexecdir=/usr/lib/$pkgname \ ---with-systemddir=/usr/lib/systemd/system \ -PYTHON=python2 LEXLIB= - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make -j1 DESTDIR=$pkgdir install - - mkdir -p $pkgdir/usr/lib/tmpfiles.d - echo "d /var/run/glusterfs 0755 root root -" >$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf - - install -D -m 644 \ -$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \ -$pkgdir/usr/share/doc/glusterfs/ - - cp -rf \ -$srcdir/$pkgname-$pkgver/doc/* \ -$pkgdir/usr/share/doc/glusterfs/ - rm -rf $pkgdir/var/run -} - -# vim:set ts=2 sw=2 et: Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 171415, glusterfs/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 16:43:22 UTC (rev 171416) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributors: +# Andrei Antoukh - n...@niwi.be - http://www.niwi.be +# henning mueller + +pkgname=glusterfs +pkgver=3.7.11 +pkgrel=1 +pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' +arch=(i686 x86_64) +url='http://www.gluster.org/' +license=(GPL2 LGPL3) +install=glusterfs.install +depends=(fuse python2 libxml2 libaio liburcu) +makedepends=(flex bison) +optdepends=('rpcbind: NFS' + 'glib2: qemu-block') +#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) +source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz) +md5sums=('b617d007c967cc482abf1077e2a2968f') + +prepare() { + cd $srcdir/$pkgname-$pkgver + find -type f -name '*.py' -exec sed -i \ +-e 's:env\ python:env\ python2:' \ +-e 's:/usr/bin/python:/usr/bin/python2:' {} \; +} + +build() { + cd $srcdir/$pkgname-$pkgver + ./autogen.sh + ./configure \ +--prefix=/usr \ +--sbindir=/usr/bin \ +--with-mountutildir=/usr/bin \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--mandir=/usr/share/man \ +--libexecdir=/usr/lib/$pkgname \ +--with-systemddir=/usr/lib/systemd/system \ +PYTHON=python2 LEXLIB= + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make -j1 DESTDIR=$pkgdir install + + mkdir -p $pkgdir/usr/lib/tmpfiles.d + echo "d /var/run/glusterfs 0755 root r
[arch-commits] Commit in glusterfs/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 18:43:06 Author: spupykin Revision: 171415 upgpkg: glusterfs 3.7.11-1 upd Modified: glusterfs/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 15:50:15 UTC (rev 171414) +++ PKGBUILD2016-04-19 16:43:06 UTC (rev 171415) @@ -5,7 +5,7 @@ # henning mueller pkgname=glusterfs -pkgver=3.7.9 +pkgver=3.7.11 pkgrel=1 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' arch=(i686 x86_64) @@ -17,8 +17,8 @@ optdepends=('rpcbind: NFS' 'glib2: qemu-block') #source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) -source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz) -md5sums=('622e8d3557992554528f33d577c95d8b') +source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz) +md5sums=('b617d007c967cc482abf1077e2a2968f') prepare() { cd $srcdir/$pkgname-$pkgver
[arch-commits] Commit in appstream/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:49:46 Author: arojas Revision: 171413 Update to 0.9.4 Modified: appstream/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 15:40:41 UTC (rev 171412) +++ PKGBUILD2016-04-19 15:49:46 UTC (rev 171413) @@ -5,7 +5,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) -pkgver=0.9.3 +pkgver=0.9.4 pkgrel=1 pkgdesc="Provides a standard for creating app stores across distributions" arch=(i686 x86_64) @@ -14,7 +14,7 @@ depends=(xapian-core polkit libyaml libxml2 protobuf) makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) -sha256sums=('4a1920f284ef5a2c04cea378755156964232f13d31cb50f0cb34fd6b5a29ba02') +sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815') prepare() { mkdir -p build
[arch-commits] Commit in appstream/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:50:15 Author: arojas Revision: 171414 archrelease: copy trunk to community-i686, community-x86_64 Added: appstream/repos/community-i686/PKGBUILD (from rev 171413, appstream/trunk/PKGBUILD) appstream/repos/community-x86_64/PKGBUILD (from rev 171413, appstream/trunk/PKGBUILD) Deleted: appstream/repos/community-i686/PKGBUILD appstream/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 96 community-i686/PKGBUILD | 48 -- community-x86_64/PKGBUILD | 48 -- 3 files changed, 96 insertions(+), 96 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 15:49:46 UTC (rev 171413) +++ community-i686/PKGBUILD 2016-04-19 15:50:15 UTC (rev 171414) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Jameson Pugh -# Contributor: Tim Jester-Pfadt gmx.de> - -pkgbase=appstream -pkgname=(appstream appstream-qt) -pkgver=0.9.3 -pkgrel=1 -pkgdesc="Provides a standard for creating app stores across distributions" -arch=(i686 x86_64) -url="http://distributions.freedesktop.org/wiki/AppStream"; -license=(GPL) -depends=(xapian-core polkit libyaml libxml2 protobuf) -makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) -source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) -sha256sums=('4a1920f284ef5a2c04cea378755156964232f13d31cb50f0cb34fd6b5a29ba02') - -prepare() { - mkdir -p build -} - -build() { - cd build - - cmake ../AppStream-$pkgver \ - -DQT=ON \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package_appstream() { - cd build - - make DESTDIR="$pkgdir" install - -# provided by -qt subpackage - rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*} -} - -package_appstream-qt() { - pkgdesc='Qt5 interface for AppStream' - depends=(appstream qt5-base) - - cd build/qt - make DESTDIR="$pkgdir" install -} Copied: appstream/repos/community-i686/PKGBUILD (from rev 171413, appstream/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 15:50:15 UTC (rev 171414) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Jameson Pugh +# Contributor: Tim Jester-Pfadt gmx.de> + +pkgbase=appstream +pkgname=(appstream appstream-qt) +pkgver=0.9.4 +pkgrel=1 +pkgdesc="Provides a standard for creating app stores across distributions" +arch=(i686 x86_64) +url="http://distributions.freedesktop.org/wiki/AppStream"; +license=(GPL) +depends=(xapian-core polkit libyaml libxml2 protobuf) +makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) +source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) +sha256sums=('b9ed14e2af7956252b0326661c8b558466a0297560851ba7a35ecb65489c8815') + +prepare() { + mkdir -p build +} + +build() { + cd build + + cmake ../AppStream-$pkgver \ + -DQT=ON \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package_appstream() { + cd build + + make DESTDIR="$pkgdir" install + +# provided by -qt subpackage + rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*} +} + +package_appstream-qt() { + pkgdesc='Qt5 interface for AppStream' + depends=(appstream qt5-base) + + cd build/qt + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-19 15:49:46 UTC (rev 171413) +++ community-x86_64/PKGBUILD 2016-04-19 15:50:15 UTC (rev 171414) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Jameson Pugh -# Contributor: Tim Jester-Pfadt gmx.de> - -pkgbase=appstream -pkgname=(appstream appstream-qt) -pkgver=0.9.3 -pkgrel=1 -pkgdesc="Provides a standard for creating app stores across distributions" -arch=(i686 x86_64) -url="http://distributions.freedesktop.org/wiki/AppStream"; -license=(GPL) -depends=(xapian-core polkit libyaml libxml2 protobuf) -makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base) -source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz";) -sha256sums=('4a1920f284ef5a2c04cea378755156964232f13d31cb50f0cb34fd6b5a29ba02') - -prepare() { - mkdir -p build -} - -build() { - cd build - - cmake ../AppStream-$pkgver \ - -DQT=ON \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package_appstream() { - cd build - - make DESTDIR="$pkgdir" install - -# provided by -qt subpackage - rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppst
[arch-commits] Commit in krunner/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:43:04 Author: arojas Revision: 265499 Add to kf5 group Modified: krunner/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2016-04-19 15:37:04 UTC (rev 265498) +++ PKGBUILD2016-04-19 15:43:04 UTC (rev 265499) @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') +groups=('kf5') depends=('plasma-framework' 'threadweaver') makedepends=('extra-cmake-modules' 'kdoctools' 'python') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
[arch-commits] Commit in discover/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:40:41 Author: arojas Revision: 171412 archrelease: copy trunk to community-i686, community-x86_64 Added: discover/repos/community-i686/PKGBUILD (from rev 171411, discover/trunk/PKGBUILD) discover/repos/community-i686/discover.install (from rev 171411, discover/trunk/discover.install) discover/repos/community-x86_64/PKGBUILD (from rev 171411, discover/trunk/PKGBUILD) discover/repos/community-x86_64/discover.install (from rev 171411, discover/trunk/discover.install) Deleted: discover/repos/community-i686/PKGBUILD discover/repos/community-i686/discover.install discover/repos/community-x86_64/PKGBUILD discover/repos/community-x86_64/discover.install ---+ /PKGBUILD | 72 /discover.install | 24 community-i686/PKGBUILD | 36 -- community-i686/discover.install | 12 -- community-x86_64/PKGBUILD | 36 -- community-x86_64/discover.install | 12 -- 6 files changed, 96 insertions(+), 96 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 15:40:12 UTC (rev 171411) +++ community-i686/PKGBUILD 2016-04-19 15:40:41 UTC (rev 171412) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=discover -pkgver=5.6.2 -pkgrel=1 -pkgdesc='A collection of package management tools for KDE' -arch=(i686 x86_64) -url='https://projects.kde.org/projects/kde/workspace/discover' -license=(LGPL) -depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects appstream-qt archlinux-appstream-data hicolor-icon-theme) -makedepends=(extra-cmake-modules python plasma-framework) -conflicts=(muon) -replaces=(muon) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -install=$pkgname.install -md5sums=('cef43f86ae5ab785afd9bf9ae7f84941') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: discover/repos/community-i686/PKGBUILD (from rev 171411, discover/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 15:40:41 UTC (rev 171412) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=discover +pkgver=5.6.3 +pkgrel=1 +pkgdesc='A collection of package management tools for KDE' +arch=(i686 x86_64) +url='https://projects.kde.org/projects/kde/workspace/discover' +license=(LGPL) +depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects appstream-qt archlinux-appstream-data hicolor-icon-theme) +makedepends=(extra-cmake-modules python plasma-framework) +conflicts=(muon) +replaces=(muon) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +install=$pkgname.install +md5sums=('7e305965d9000f07a41d0b878bf7977f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: community-i686/discover.install === --- community-i686/discover.install 2016-04-19 15:40:12 UTC (rev 171411) +++ community-i686/discover.install 2016-04-19 15:40:41 UTC (rev 171412) @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: discover/repos/community-i686/discover.install (from rev 171411, discover/trunk/discover.install) === --- community-i686/discover.install (rev 0) +++ community-i686/discover.install 2016-04-19 15:40:41 UTC (rev 171412) @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-19 15:40:12 UTC (rev 171411) +++ community-x86_64/PKGBUILD 2016-04-19 15:40:41 UTC (rev 171412) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=discover -pkgver=5.6.2 -pkgrel=1 -pkgdesc='A collection of package management tools
[arch-commits] Commit in discover/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:40:12 Author: arojas Revision: 171411 Update to 5.6.3 Modified: discover/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 15:29:50 UTC (rev 171410) +++ PKGBUILD2016-04-19 15:40:12 UTC (rev 171411) @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas pkgname=discover -pkgver=5.6.2 +pkgver=5.6.3 pkgrel=1 pkgdesc='A collection of package management tools for KDE' arch=(i686 x86_64) @@ -14,7 +14,7 @@ replaces=(muon) source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) install=$pkgname.install -md5sums=('cef43f86ae5ab785afd9bf9ae7f84941') +md5sums=('7e305965d9000f07a41d0b878bf7977f') prepare() { mkdir -p build @@ -25,7 +25,7 @@ cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ +-DKDE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON make }
[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:37:04 Author: andyrtr Revision: 265498 archrelease: copy trunk to testing-any Added: tzdata/repos/testing-any/ tzdata/repos/testing-any/PKGBUILD (from rev 265497, tzdata/trunk/PKGBUILD) --+ PKGBUILD | 30 ++ 1 file changed, 30 insertions(+) Copied: tzdata/repos/testing-any/PKGBUILD (from rev 265497, tzdata/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2016-04-19 15:37:04 UTC (rev 265498) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=tzdata +pkgver=2016d +pkgrel=1 +pkgdesc="Sources for time zone and daylight saving time data" +arch=('any') +url="http://www.iana.org/time-zones"; +license=('GPL') +options=('!emptydirs') +source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}) +sha512sums=('f1beb1793c4c7d18f2dadaf4a928b1476f66b400bda0c87b06155c0dd1c4b4a26bb2f37dc17a3676a2bbe9c1e71a5d8b27a171c797a86464b0bc0d13abfb2f99' + 'SKIP') +validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert + +timezones=('africa' 'antarctica' 'asia' 'australasia' + 'europe' 'northamerica' 'southamerica' + 'pacificnew' 'etcetera' 'backward' + 'systemv' 'factory') + +package() { + cd ${srcdir} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]} + + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York + install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab # zone.tab is depricated and will go soon +}
[arch-commits] Commit in tzdata/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:36:55 Author: andyrtr Revision: 265497 upgpkg: tzdata 2016d-1 upstream update 2016d Modified: tzdata/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 15:18:56 UTC (rev 265496) +++ PKGBUILD2016-04-19 15:36:55 UTC (rev 265497) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=tzdata -pkgver=2016c +pkgver=2016d pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data" arch=('any') @@ -10,7 +10,7 @@ license=('GPL') options=('!emptydirs') source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}) -sha512sums=('03eab77c8b3176da1dd17d1d9062b151036b01d224f1e4b60f34a2db6899150431f34f4d9f39652648aae3a55326fd6f85d6deefe3f27b36eaed9ef39ed3f53c' +sha512sums=('f1beb1793c4c7d18f2dadaf4a928b1476f66b400bda0c87b06155c0dd1c4b4a26bb2f37dc17a3676a2bbe9c1e71a5d8b27a171c797a86464b0bc0d13abfb2f99' 'SKIP') validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert
[arch-commits] Commit in allegro/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:29:50 Author: arodseth Revision: 171410 archrelease: copy trunk to community-x86_64, community-i686 Added: allegro/repos/community-i686/PKGBUILD (from rev 171409, allegro/trunk/PKGBUILD) allegro/repos/community-x86_64/PKGBUILD (from rev 171409, allegro/trunk/PKGBUILD) Deleted: allegro/repos/community-i686/PKGBUILD allegro/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 74 community-i686/PKGBUILD | 40 --- community-x86_64/PKGBUILD | 40 --- 3 files changed, 74 insertions(+), 80 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 15:28:20 UTC (rev 171409) +++ community-i686/PKGBUILD 2016-04-19 15:29:50 UTC (rev 171410) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Ionut Biru -# Contributor: Tom Newsom -# Contributor: arjan - -pkgname=allegro -pkgver=5.0.11 -pkgrel=1 -pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') -url='http://alleg.sourceforge.net/' -license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') -source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz";) -sha256sums=('49fe14c9571463ba08db4ff778d1fbb15e49f9c33bdada3ac8599e04330ea531') - -build() { - cd "$srcdir" - - mkdir build - cd build - cmake "../$pkgname-$pkgver" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON - make -} - -package() { - cd "$srcdir/build" - - make DESTDIR="$pkgdir" install - install -Dm644 "../$pkgname-$pkgver/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: allegro/repos/community-i686/PKGBUILD (from rev 171409, allegro/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 15:29:50 UTC (rev 171410) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Contributor: Ionut Biru +# Contributor: Tom Newsom +# Contributor: arjan + +pkgname=allegro +pkgver=5.2.0.0 +pkgrel=1 +pkgdesc='Portable library mainly aimed at video game and multimedia programming' +arch=('x86_64' 'i686') +url='http://alleg.sourceforge.net/' +license=('custom') +makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora') +depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') +source=("http://download.gna.org/allegro/allegro/${pkgver%.*}/$pkgname-${pkgver%.*}.tar.gz";) +sha256sums=('af5a69cd423d05189e92952633f9c0dd0ff3a061d91fbce62fb32c4bd87f9fd7') + +build() { + mkdir -p build + cd build + cmake "../$pkgname-$pkgver" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DWANT_DOCS=OFF \ +-DWANT_PHYSFS=ON \ +-GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install + install -Dm644 "$pkgname-$pkgver/LICENSE.txt" \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-19 15:28:20 UTC (rev 171409) +++ community-x86_64/PKGBUILD 2016-04-19 15:29:50 UTC (rev 171410) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Ionut Biru -# Contributor: Tom Newsom -# Contributor: arjan - -pkgname=allegro -pkgver=5.0.11 -pkgrel=1 -pkgdesc='Portable library mainly aimed at video game and multimedia programming' -arch=('x86_64' 'i686') -url='http://alleg.sourceforge.net/' -license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') -source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz";) -sha256sums=('49fe14c9571463ba08db4ff778d1fbb15e49f9c33bdada3ac8599e04330ea531') - -build() { - cd "$srcdir" - - mkdir build - cd build - cmake "../$pkgname-$pkgver" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON - make -} - -package() { - cd "$srcdir/build" - - make DESTDIR="$pkgdir" install - install -Dm644 "../$pkgname-$pkgver/LICENSE.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 171409, allegro/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-04-19 15:29:50 UTC (rev 171410) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Alexander F Rødseth +# Con
[arch-commits] Commit in allegro/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:28:20 Author: arodseth Revision: 171409 upgpkg: allegro 5.2.0.0-1 Modified: allegro/trunk/PKGBUILD --+ PKGBUILD | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 15:12:40 UTC (rev 171408) +++ PKGBUILD2016-04-19 15:28:20 UTC (rev 171409) @@ -1,39 +1,36 @@ # $Id$ -# Maintainer: Alexander Rødseth +# Maintainer: Alexander F Rødseth # Contributor: Ionut Biru # Contributor: Tom Newsom # Contributor: arjan pkgname=allegro -pkgver=5.0.11 +pkgver=5.2.0.0 pkgrel=1 pkgdesc='Portable library mainly aimed at video game and multimedia programming' arch=('x86_64' 'i686') url='http://alleg.sourceforge.net/' license=('custom') -makedepends=('cmake' 'mesa-libgl' 'glu') -depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') -source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz";) -sha256sums=('49fe14c9571463ba08db4ff778d1fbb15e49f9c33bdada3ac8599e04330ea531') +makedepends=('cmake' 'mesa-libgl' 'glu' 'ninja' 'libtheora') +depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse' 'libtheora') +source=("http://download.gna.org/allegro/allegro/${pkgver%.*}/$pkgname-${pkgver%.*}.tar.gz";) +sha256sums=('af5a69cd423d05189e92952633f9c0dd0ff3a061d91fbce62fb32c4bd87f9fd7') build() { - cd "$srcdir" - - mkdir build + mkdir -p build cd build cmake "../$pkgname-$pkgver" \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWANT_DOCS=OFF \ --DWANT_PHYSFS=ON - make +-DWANT_PHYSFS=ON \ +-GNinja + ninja } package() { - cd "$srcdir/build" - - make DESTDIR="$pkgdir" install - install -Dm644 "../$pkgname-$pkgver/LICENSE.txt" \ + DESTDIR="$pkgdir" ninja -C build install + install -Dm644 "$pkgname-$pkgver/LICENSE.txt" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
[arch-commits] Commit in libdlna/repos (10 files)
Date: Tuesday, April 19, 2016 @ 17:12:40 Author: spupykin Revision: 171408 archrelease: copy trunk to community-i686, community-x86_64 Added: libdlna/repos/community-i686/PKGBUILD (from rev 171407, libdlna/trunk/PKGBUILD) libdlna/repos/community-i686/libdlna-avformat.patch (from rev 171407, libdlna/trunk/libdlna-avformat.patch) libdlna/repos/community-i686/libdlna-ffmpeg3.patch (from rev 171407, libdlna/trunk/libdlna-ffmpeg3.patch) libdlna/repos/community-x86_64/PKGBUILD (from rev 171407, libdlna/trunk/PKGBUILD) libdlna/repos/community-x86_64/libdlna-avformat.patch (from rev 171407, libdlna/trunk/libdlna-avformat.patch) libdlna/repos/community-x86_64/libdlna-ffmpeg3.patch (from rev 171407, libdlna/trunk/libdlna-ffmpeg3.patch) Deleted: libdlna/repos/community-i686/PKGBUILD libdlna/repos/community-i686/libdlna-ffmpeg3.patch libdlna/repos/community-x86_64/PKGBUILD libdlna/repos/community-x86_64/libdlna-ffmpeg3.patch -+ /PKGBUILD | 72 /libdlna-ffmpeg3.patch | 496 ++ community-i686/PKGBUILD | 33 - community-i686/libdlna-avformat.patch | 22 + community-i686/libdlna-ffmpeg3.patch| 248 --- community-x86_64/PKGBUILD | 33 - community-x86_64/libdlna-avformat.patch | 22 + community-x86_64/libdlna-ffmpeg3.patch | 248 --- 8 files changed, 612 insertions(+), 562 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 171407:171408 to see the changes.
[arch-commits] Commit in breeze-grub/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 19, 2016 @ 17:18:56 Author: arojas Revision: 265496 archrelease: copy trunk to extra-any Added: breeze-grub/repos/extra-any/PKGBUILD (from rev 265495, breeze-grub/trunk/PKGBUILD) Deleted: breeze-grub/repos/extra-any/PKGBUILD --+ PKGBUILD | 48 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 15:18:44 UTC (rev 265495) +++ PKGBUILD2016-04-19 15:18:56 UTC (rev 265496) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas - -pkgname=breeze-grub -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Breeze theme for GRUB" -arch=(any) -url='https://projects.kde.org/breeze-grub' -license=(LGPL) -depends=(grub) -makedepends=() -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('ce518c27d41252fce8209cefff868610') - -prepare() { - mkdir -p build -} - -package() { - install -d "$pkgdir"/boot/grub/themes - cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes -} Copied: breeze-grub/repos/extra-any/PKGBUILD (from rev 265495, breeze-grub/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 15:18:56 UTC (rev 265496) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas + +pkgname=breeze-grub +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Breeze theme for GRUB" +arch=(any) +url='https://projects.kde.org/breeze-grub' +license=(LGPL) +depends=(grub) +makedepends=() +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('d20453b23f8dff17783457013b4a9de6') + +prepare() { + mkdir -p build +} + +package() { + install -d "$pkgdir"/boot/grub/themes + cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes +}
[arch-commits] Commit in breeze-gtk/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:18:44 Author: arojas Revision: 265495 archrelease: copy trunk to extra-i686, extra-x86_64 Added: breeze-gtk/repos/extra-i686/PKGBUILD (from rev 265494, breeze-gtk/trunk/PKGBUILD) breeze-gtk/repos/extra-x86_64/PKGBUILD (from rev 265494, breeze-gtk/trunk/PKGBUILD) Deleted: breeze-gtk/repos/extra-i686/PKGBUILD breeze-gtk/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 66 extra-i686/PKGBUILD | 33 extra-x86_64/PKGBUILD | 33 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:18:28 UTC (rev 265494) +++ extra-i686/PKGBUILD 2016-04-19 15:18:44 UTC (rev 265495) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=breeze-gtk -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Breeze widget theme for GTK 2 and 3" -arch=(i686 x86_64) -url='https://quickgit.kde.org/?p=breeze-gtk.git' -license=(LGPL) -depends=(qt5-base) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('56dbafad5b73b343e1509c448e310068') - -prepare(){ - mkdir -p build -} - -build(){ - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: breeze-gtk/repos/extra-i686/PKGBUILD (from rev 265494, breeze-gtk/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:18:44 UTC (rev 265495) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=breeze-gtk +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Breeze widget theme for GTK 2 and 3" +arch=(i686 x86_64) +url='https://quickgit.kde.org/?p=breeze-gtk.git' +license=(LGPL) +depends=(qt5-base) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('c8b063dc432b6ada9403033bc8432347') + +prepare(){ + mkdir -p build +} + +build(){ + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:18:28 UTC (rev 265494) +++ extra-x86_64/PKGBUILD 2016-04-19 15:18:44 UTC (rev 265495) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=breeze-gtk -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Breeze widget theme for GTK 2 and 3" -arch=(i686 x86_64) -url='https://quickgit.kde.org/?p=breeze-gtk.git' -license=(LGPL) -depends=(qt5-base) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('56dbafad5b73b343e1509c448e310068') - -prepare(){ - mkdir -p build -} - -build(){ - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: breeze-gtk/repos/extra-x86_64/PKGBUILD (from rev 265494, breeze-gtk/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:18:44 UTC (rev 265495) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=breeze-gtk +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Breeze widget theme for GTK 2 and 3" +arch=(i686 x86_64) +url='https://quickgit.kde.org/?p=breeze-gtk.git' +license=(LGPL) +depends=(qt5-base) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('c8b063dc432b6ada9403033bc8432347') + +prepare(){ + mkdir -p build +} + +build(){ + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in plasma-workspace/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:11:54 Author: arojas Revision: 265470 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 265469, plasma-workspace/trunk/PKGBUILD) plasma-workspace/repos/extra-i686/kde.pam (from rev 265469, plasma-workspace/trunk/kde.pam) plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 265469, plasma-workspace/trunk/PKGBUILD) plasma-workspace/repos/extra-x86_64/kde.pam (from rev 265469, plasma-workspace/trunk/kde.pam) Deleted: plasma-workspace/repos/extra-i686/PKGBUILD plasma-workspace/repos/extra-i686/kde.pam plasma-workspace/repos/extra-x86_64/PKGBUILD plasma-workspace/repos/extra-x86_64/kde.pam ---+ /PKGBUILD | 192 /kde.pam | 18 extra-i686/PKGBUILD | 96 extra-i686/kde.pam|9 -- extra-x86_64/PKGBUILD | 96 extra-x86_64/kde.pam |9 -- 6 files changed, 210 insertions(+), 210 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:11:36 UTC (rev 265469) +++ extra-i686/PKGBUILD 2016-04-19 15:11:54 UTC (rev 265470) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas -# Contributor: Alexey D. - -pkgbase=plasma-workspace -pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session') -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE Plasma Workspace' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' -license=('LGPL') -# note on libxdamage: -# not detected by namcap because libgl depends on it -# but nvidia providing libgl does not depend on libxdamage -depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd' - 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration') -makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo' - 'krunner' 'kxmlrpcclient' 'networkmanager-qt') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"; 'kde.pam') -md5sums=('206c1478ac6b51971bd6ba382522da98' - '378ee33a9ec2870a1a899f2e05ee00d4') - -prepare() { - mkdir -p build - - cd $pkgbase-${pkgver} - # be sure to use the Qt5 version of qtpaths - sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake -} - -build() { - cd build - cmake ../$pkgbase-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package_plasma-workspace() { - depends+=('kuiserver') - optdepends=('plasma-workspace-wallpapers: additional wallpapers' - 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation') - conflicts=('kdebase-workspace') - - cd build - make DESTDIR="$pkgdir" install - - install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde - - # Remove conflicts with drkonqi - rm "$pkgdir"/usr/lib/drkonqi - rm -r "$pkgdir"/usr/share/drkonqi - - # Remove conflicts with kuiserver - rm "$pkgdir"/usr/bin/kuiserver5 - rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so - rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service - rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop - - # Split plasma-wayland scripts - rm -r "$pkgdir"/usr/share/wayland-sessions -} - -package_drkonqi() { - pkgdesc='KDE crash handler' - depends=('kxmlrpcclient' 'kidletime' 'gdb') - - cd build/drkonqi - make DESTDIR="$pkgdir" install -} - -package_kuiserver() { - pkgdesc='KDE Progress Info UI server' - depends=('kxmlgui') - groups=() - - cd build/kuiserver - make DESTDIR="$pkgdir" install -} - -package_plasma-wayland-session() { - pkgdesc='Plasma Wayland session' - depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 'xorg-server-xwayland') - groups=() - - install -Dm644 build/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop -} Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 265469, plasma-workspace/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:11:54 UTC (rev 265470) @@ -0,0 +1,96 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas +# Contributor: Alexey D. + +pkgbase=plasma-workspace +pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session') +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE Plasma Workspace' +arch=('i686' 'x86_64') +url='https
[arch-commits] Commit in milou/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:11:20 Author: arojas Revision: 265468 archrelease: copy trunk to extra-i686, extra-x86_64 Added: milou/repos/extra-i686/PKGBUILD (from rev 265467, milou/trunk/PKGBUILD) milou/repos/extra-x86_64/PKGBUILD (from rev 265467, milou/trunk/PKGBUILD) Deleted: milou/repos/extra-i686/PKGBUILD milou/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 37 extra-x86_64/PKGBUILD | 37 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:11:03 UTC (rev 265467) +++ extra-i686/PKGBUILD 2016-04-19 15:11:20 UTC (rev 265468) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=milou -pkgver=5.6.2 -pkgrel=1 -pkgdesc="A dedicated search application built on top of Baloo" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/milou/' -license=('LGPL') -depends=('krunner') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('09c132663749a634717ef723f4b50aa6') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: milou/repos/extra-i686/PKGBUILD (from rev 265467, milou/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:11:20 UTC (rev 265468) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=milou +pkgver=5.6.3 +pkgrel=1 +pkgdesc="A dedicated search application built on top of Baloo" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/milou/' +license=('LGPL') +depends=('krunner') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('fa977e5cf1ee65c9e6c807040683b435') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:11:03 UTC (rev 265467) +++ extra-x86_64/PKGBUILD 2016-04-19 15:11:20 UTC (rev 265468) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=milou -pkgver=5.6.2 -pkgrel=1 -pkgdesc="A dedicated search application built on top of Baloo" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/milou/' -license=('LGPL') -depends=('krunner') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('09c132663749a634717ef723f4b50aa6') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: milou/repos/extra-x86_64/PKGBUILD (from rev 265467, milou/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:11:20 UTC (rev 265468) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=milou +pkgver=5.6.3 +pkgrel=1 +pkgdesc="A dedicated search application built on top of Baloo" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/milou/' +license=('LGPL') +depends=('krunner') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('fa977e5cf1ee65c9e6c807040683b435') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Rele
[arch-commits] Commit in khotkeys/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:12:12 Author: arojas Revision: 265471 archrelease: copy trunk to extra-i686, extra-x86_64 Added: khotkeys/repos/extra-i686/PKGBUILD (from rev 265470, khotkeys/trunk/PKGBUILD) khotkeys/repos/extra-x86_64/PKGBUILD (from rev 265470, khotkeys/trunk/PKGBUILD) Deleted: khotkeys/repos/extra-i686/PKGBUILD khotkeys/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 37 extra-x86_64/PKGBUILD | 37 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:11:54 UTC (rev 265470) +++ extra-i686/PKGBUILD 2016-04-19 15:12:12 UTC (rev 265471) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=khotkeys -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KHotKeys' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/khotkeys' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('e38ba004c2ea5fdef1e6963c7e6f8163') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: khotkeys/repos/extra-i686/PKGBUILD (from rev 265470, khotkeys/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:12:12 UTC (rev 265471) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=khotkeys +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KHotKeys' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/khotkeys' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('c9297ad10dab5a589259fba2031c1e47') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:11:54 UTC (rev 265470) +++ extra-x86_64/PKGBUILD 2016-04-19 15:12:12 UTC (rev 265471) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=khotkeys -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KHotKeys' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/khotkeys' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('e38ba004c2ea5fdef1e6963c7e6f8163') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: khotkeys/repos/extra-x86_64/PKGBUILD (from rev 265470, khotkeys/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:12:12 UTC (rev 265471) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=khotkeys +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KHotKeys' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/khotkeys' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('c9297ad10dab5a589259fba2031c1e47') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX
[arch-commits] Commit in libdlna/trunk (PKGBUILD libdlna-avformat.patch)
Date: Tuesday, April 19, 2016 @ 17:12:20 Author: spupykin Revision: 171407 upgpkg: libdlna 0.2.4-16 upd Added: libdlna/trunk/libdlna-avformat.patch Modified: libdlna/trunk/PKGBUILD + PKGBUILD | 11 +++ libdlna-avformat.patch | 22 ++ 2 files changed, 29 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:55:56 UTC (rev 171406) +++ PKGBUILD2016-04-19 15:12:20 UTC (rev 171407) @@ -4,7 +4,7 @@ pkgname=libdlna pkgver=0.2.4 -pkgrel=15 +pkgrel=16 pkgdesc="Open-source implementation of DLNA (Digital Living Network Alliance) standards " url="http://libdlna.geexbox.org"; license=("LGPL") @@ -11,14 +11,17 @@ arch=('i686' 'x86_64') options=('!makeflags') # not parallel safe, error find -ldlna depends=('glibc' 'ffmpeg') -source=("http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2"; libdlna-ffmpeg3.patch) +source=("http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2"; + libdlna-ffmpeg3.patch + libdlna-avformat.patch) md5sums=('64d7de57aff5a729f2434fc5e69b4ffc' - '214e6957bbb1894082acb62974753f30') + '214e6957bbb1894082acb62974753f30' + 'f7a6f36930fa212b0422daf88befa856') prepare() { cd $pkgname-$pkgver -# Fix build with ffmpeg 3.0 patch -p1 -i ../libdlna-ffmpeg3.patch + patch -p1 -i ../libdlna-avformat.patch } build() { Added: libdlna-avformat.patch === --- libdlna-avformat.patch (rev 0) +++ libdlna-avformat.patch 2016-04-19 15:12:20 UTC (rev 171407) @@ -0,0 +1,22 @@ +diff --git a/src/profiles.c b/src/profiles.c +index 4622c56..ab40ef4 100644 +--- a/src/profiles.c b/src/profiles.c +@@ -287,7 +287,7 @@ dlna_guess_media_profile (dlna_t *dlna, const char *filename) + return NULL; + } + +- if (av_find_stream_info (ctx) < 0) ++ if (avformat_find_stream_info (ctx, NULL) < 0) + { + if (dlna->verbosity) + fprintf (stderr, "can't find stream info\n"); +@@ -334,7 +334,7 @@ dlna_guess_media_profile (dlna_t *dlna, const char *filename) + p = p->next; + } + +- av_close_input_file (ctx); ++ avformat_close_input (&ctx); + free (codecs); + return profile; + }
[arch-commits] Commit in libkscreen/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:11:03 Author: arojas Revision: 265467 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libkscreen/repos/extra-i686/PKGBUILD (from rev 265466, libkscreen/trunk/PKGBUILD) libkscreen/repos/extra-x86_64/PKGBUILD (from rev 265466, libkscreen/trunk/PKGBUILD) Deleted: libkscreen/repos/extra-i686/PKGBUILD libkscreen/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 40 extra-x86_64/PKGBUILD | 40 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:10:46 UTC (rev 265466) +++ extra-i686/PKGBUILD 2016-04-19 15:11:03 UTC (rev 265467) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libkscreen -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE screen management software' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/extragear/libs/libkscreen' -license=('LGPL') -depends=('qt5-x11extras' 'libxrandr' 'kwayland') -makedepends=('extra-cmake-modules') -conflicts=('libkscreen-frameworks') -replaces=('libkscreen-frameworks') -provides=('libkscreen-frameworks') -source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";) -md5sums=('712230d0dc9a2af6eea575181aa883bb') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../libkscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 265466, libkscreen/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:11:03 UTC (rev 265467) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libkscreen +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE screen management software' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/extragear/libs/libkscreen' +license=('LGPL') +depends=('qt5-x11extras' 'libxrandr' 'kwayland') +makedepends=('extra-cmake-modules') +conflicts=('libkscreen-frameworks') +replaces=('libkscreen-frameworks') +provides=('libkscreen-frameworks') +source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";) +md5sums=('6d19479c61e5bb96424b78b7572fbf48') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../libkscreen-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:10:46 UTC (rev 265466) +++ extra-x86_64/PKGBUILD 2016-04-19 15:11:03 UTC (rev 265467) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libkscreen -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE screen management software' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/extragear/libs/libkscreen' -license=('LGPL') -depends=('qt5-x11extras' 'libxrandr' 'kwayland') -makedepends=('extra-cmake-modules') -conflicts=('libkscreen-frameworks') -replaces=('libkscreen-frameworks') -provides=('libkscreen-frameworks') -source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";) -md5sums=('712230d0dc9a2af6eea575181aa883bb') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../libkscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libkscreen/repos/extra-x86_64/PKGBUILD (from rev 265466, libkscreen/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:11:03 UTC (rev 265467) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libkscreen +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE screen management software' +arch=('i686' 'x86_64') +url='https://projects.kde.or
[arch-commits] Commit in kgamma5/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:18:28 Author: arojas Revision: 265494 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kgamma5/repos/extra-i686/PKGBUILD (from rev 265493, kgamma5/trunk/PKGBUILD) kgamma5/repos/extra-x86_64/PKGBUILD (from rev 265493, kgamma5/trunk/PKGBUILD) Deleted: kgamma5/repos/extra-i686/PKGBUILD kgamma5/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:18:11 UTC (rev 265493) +++ extra-i686/PKGBUILD 2016-04-19 15:18:28 UTC (rev 265494) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kgamma5 -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Adjust your monitor's gamma settings" -arch=(i686 x86_64) -url='https://projects.kde.org/kgamma5' -license=(LGPL) -depends=(kdelibs4support) -makedepends=(extra-cmake-modules kdoctools python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('75de451386dd962dd5b772caadde46e8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kgamma5/repos/extra-i686/PKGBUILD (from rev 265493, kgamma5/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:18:28 UTC (rev 265494) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kgamma5 +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Adjust your monitor's gamma settings" +arch=(i686 x86_64) +url='https://projects.kde.org/kgamma5' +license=(LGPL) +depends=(kdelibs4support) +makedepends=(extra-cmake-modules kdoctools python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('6d78457faed929980df79ea7e4c51582') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:18:11 UTC (rev 265493) +++ extra-x86_64/PKGBUILD 2016-04-19 15:18:28 UTC (rev 265494) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kgamma5 -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Adjust your monitor's gamma settings" -arch=(i686 x86_64) -url='https://projects.kde.org/kgamma5' -license=(LGPL) -depends=(kdelibs4support) -makedepends=(extra-cmake-modules kdoctools python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('75de451386dd962dd5b772caadde46e8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kgamma5/repos/extra-x86_64/PKGBUILD (from rev 265493, kgamma5/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:18:28 UTC (rev 265494) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kgamma5 +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Adjust your monitor's gamma settings" +arch=(i686 x86_64) +url='https://projects.kde.org/kgamma5' +license=(LGPL) +depends=(kdelibs4support) +makedepends=(extra-cmake-modules kdoctools python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('6d78457faed929980df79ea7e4c51582') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in kwallet-pam/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:18:11 Author: arojas Revision: 265493 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwallet-pam/repos/extra-i686/PKGBUILD (from rev 265492, kwallet-pam/trunk/PKGBUILD) kwallet-pam/repos/extra-x86_64/PKGBUILD (from rev 265492, kwallet-pam/trunk/PKGBUILD) Deleted: kwallet-pam/repos/extra-i686/PKGBUILD kwallet-pam/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 90 extra-i686/PKGBUILD | 45 extra-x86_64/PKGBUILD | 45 3 files changed, 90 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:17:55 UTC (rev 265492) +++ extra-i686/PKGBUILD 2016-04-19 15:18:11 UTC (rev 265493) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kwallet-pam -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KWallet PAM integration' -arch=(i686 x86_64) -url='https://projects.kde.org/kwallet-pam' -license=(LGPL) -depends=(pam libgcrypt socat) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('efefdd799ec7d174c5b5dcba088044c3') - -prepare() { - mkdir -p build{,4} -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DLIBEXEC_INSTALL_DIR=lib - make - - cd ../build4 - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKWALLET4=1 - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - cd ../build4 - make DESTDIR="$pkgdir" install -} Copied: kwallet-pam/repos/extra-i686/PKGBUILD (from rev 265492, kwallet-pam/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:18:11 UTC (rev 265493) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kwallet-pam +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KWallet PAM integration' +arch=(i686 x86_64) +url='https://projects.kde.org/kwallet-pam' +license=(LGPL) +depends=(pam libgcrypt socat) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('b53faa4effd96e0340605bec42ddf3eb') + +prepare() { + mkdir -p build{,4} +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib + make + + cd ../build4 + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKWALLET4=1 + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install + cd ../build4 + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:17:55 UTC (rev 265492) +++ extra-x86_64/PKGBUILD 2016-04-19 15:18:11 UTC (rev 265493) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kwallet-pam -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KWallet PAM integration' -arch=(i686 x86_64) -url='https://projects.kde.org/kwallet-pam' -license=(LGPL) -depends=(pam libgcrypt socat) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('efefdd799ec7d174c5b5dcba088044c3') - -prepare() { - mkdir -p build{,4} -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DLIBEXEC_INSTALL_DIR=lib - make - - cd ../build4 - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKWALLET4=1 - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - cd ../build4 - make DESTDIR="$pkgdir" install -} Copied: kwallet-pam/repos/extra-x86_64/PKGBUILD (from rev 265492, kwallet-pam/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:18:11 UTC (rev 265493) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kwallet-pam +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KWallet PAM integration' +arch=(i686 x86_64) +url='https://projects.kde.org/kwallet-pam' +license=(LGPL) +depends=(pam libgcrypt socat) +makedepends=(extra-cmake-modules) +groups=(plasma
[arch-commits] Commit in user-manager/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:17:55 Author: arojas Revision: 265492 archrelease: copy trunk to extra-i686, extra-x86_64 Added: user-manager/repos/extra-i686/PKGBUILD (from rev 265491, user-manager/trunk/PKGBUILD) user-manager/repos/extra-x86_64/PKGBUILD (from rev 265491, user-manager/trunk/PKGBUILD) Deleted: user-manager/repos/extra-i686/PKGBUILD user-manager/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:17:39 UTC (rev 265491) +++ extra-i686/PKGBUILD 2016-04-19 15:17:55 UTC (rev 265492) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=user-manager -pkgver=5.6.2 -pkgrel=1 -pkgdesc='A simple system settings module to manage the users of your system' -arch=(i686 x86_64) -url='https://projects.kde.org/user-manager' -license=(LGPL) -depends=(accountsservice kdelibs4support libpwquality) -makedepends=(extra-cmake-modules kdoctools python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('3dc93bab65282450851142c16ddf3684') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: user-manager/repos/extra-i686/PKGBUILD (from rev 265491, user-manager/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:17:55 UTC (rev 265492) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=user-manager +pkgver=5.6.3 +pkgrel=1 +pkgdesc='A simple system settings module to manage the users of your system' +arch=(i686 x86_64) +url='https://projects.kde.org/user-manager' +license=(LGPL) +depends=(accountsservice kdelibs4support libpwquality) +makedepends=(extra-cmake-modules kdoctools python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('ea936134c9054cf5883ac7d6c7f7e094') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:17:39 UTC (rev 265491) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:55 UTC (rev 265492) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=user-manager -pkgver=5.6.2 -pkgrel=1 -pkgdesc='A simple system settings module to manage the users of your system' -arch=(i686 x86_64) -url='https://projects.kde.org/user-manager' -license=(LGPL) -depends=(accountsservice kdelibs4support libpwquality) -makedepends=(extra-cmake-modules kdoctools python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('3dc93bab65282450851142c16ddf3684') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 265491, user-manager/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:55 UTC (rev 265492) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=user-manager +pkgver=5.6.3 +pkgrel=1 +pkgdesc='A simple system settings module to manage the users of your system' +arch=(i686 x86_64) +url='https://projects.kde.org/user-manager' +license=(LGPL) +depends=(accountsservice kdelibs4support libpwquality) +makedepends=(extra-cmake-modules kdoctools python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('ea936134c9054cf5883ac7d6c7f7e094') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_
[arch-commits] Commit in plasma-sdk/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:17:22 Author: arojas Revision: 265490 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-sdk/repos/extra-i686/PKGBUILD (from rev 265489, plasma-sdk/trunk/PKGBUILD) plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 265489, plasma-sdk/trunk/PKGBUILD) Deleted: plasma-sdk/repos/extra-i686/PKGBUILD plasma-sdk/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 68 extra-i686/PKGBUILD | 34 extra-x86_64/PKGBUILD | 34 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:17:05 UTC (rev 265489) +++ extra-i686/PKGBUILD 2016-04-19 15:17:22 UTC (rev 265490) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=plasma-sdk -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Applications useful for Plasma development" -arch=(i686 x86_64) -url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk' -license=(LGPL) -depends=(plasma-framework ktexteditor) -makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f0135635f04bd3a7005a0513d3f237c8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-sdk/repos/extra-i686/PKGBUILD (from rev 265489, plasma-sdk/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:17:22 UTC (rev 265490) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=plasma-sdk +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Applications useful for Plasma development" +arch=(i686 x86_64) +url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk' +license=(LGPL) +depends=(plasma-framework ktexteditor) +makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('729045adb344c70b69d4f58803b63a89') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:17:05 UTC (rev 265489) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:22 UTC (rev 265490) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=plasma-sdk -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Applications useful for Plasma development" -arch=(i686 x86_64) -url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk' -license=(LGPL) -depends=(plasma-framework ktexteditor) -makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f0135635f04bd3a7005a0513d3f237c8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 265489, plasma-sdk/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:22 UTC (rev 265490) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=plasma-sdk +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Applications useful for Plasma development" +arch=(i686 x86_64) +url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk' +license=(LGPL) +depends=(plasma-framework ktexteditor) +makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('729045adb344c70b69d4f58803b63a89') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DCMAKE_BUILD_TYPE=Release
[arch-commits] Commit in kwayland-integration/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:17:39 Author: arojas Revision: 265491 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwayland-integration/repos/extra-i686/PKGBUILD (from rev 265490, kwayland-integration/trunk/PKGBUILD) kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 265490, kwayland-integration/trunk/PKGBUILD) Deleted: kwayland-integration/repos/extra-i686/PKGBUILD kwayland-integration/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:17:22 UTC (rev 265490) +++ extra-i686/PKGBUILD 2016-04-19 15:17:39 UTC (rev 265491) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kwayland-integration -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' -arch=(i686 x86_64) -url='https://projects.kde.org/projects/kde/workspace/kwayland-integration' -license=(LGPL) -depends=(kwindowsystem kidletime kwayland) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('1d1e3f232f008163446e21ef1afbd4c8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland-integration/repos/extra-i686/PKGBUILD (from rev 265490, kwayland-integration/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:17:39 UTC (rev 265491) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kwayland-integration +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' +arch=(i686 x86_64) +url='https://projects.kde.org/projects/kde/workspace/kwayland-integration' +license=(LGPL) +depends=(kwindowsystem kidletime kwayland) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('56bb271bfa0004013e54ff90c8f960a3') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:17:22 UTC (rev 265490) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:39 UTC (rev 265491) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kwayland-integration -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' -arch=(i686 x86_64) -url='https://projects.kde.org/projects/kde/workspace/kwayland-integration' -license=(LGPL) -depends=(kwindowsystem kidletime kwayland) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('1d1e3f232f008163446e21ef1afbd4c8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 265490, kwayland-integration/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:39 UTC (rev 265491) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kwayland-integration +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' +arch=(i686 x86_64) +url='https://projects.kde.org/projects/kde/workspace/kwayland-integration' +license=(LGPL) +depends=(kwindowsystem kidletime kwayland) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('56bb271bfa0004013e54ff90c8f960a3') + +prep
[arch-commits] Commit in sddm-kcm/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:16:49 Author: arojas Revision: 265488 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 265487, sddm-kcm/trunk/PKGBUILD) sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 265487, sddm-kcm/trunk/PKGBUILD) Deleted: sddm-kcm/repos/extra-i686/PKGBUILD sddm-kcm/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 39 extra-x86_64/PKGBUILD | 39 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:16:32 UTC (rev 265487) +++ extra-i686/PKGBUILD 2016-04-19 15:16:49 UTC (rev 265488) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Maintainer: Antonio Rojas - -pkgname=sddm-kcm -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE Config Module for SDDM' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/sddm-kcm' -license=('GPL') -depends=('sddm' 'libxcursor' 'kio') -makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f67819b2d6eadfa8e5b913815b664c5b') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DSYSCONF_INSTALL_DIR=/etc \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} - Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 265487, sddm-kcm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:16:49 UTC (rev 265488) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Maintainer: Antonio Rojas + +pkgname=sddm-kcm +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE Config Module for SDDM' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/sddm-kcm' +license=('GPL') +depends=('sddm' 'libxcursor' 'kio') +makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('92b8fd3dcb3cc38f028a056af3c75134') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:16:32 UTC (rev 265487) +++ extra-x86_64/PKGBUILD 2016-04-19 15:16:49 UTC (rev 265488) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Maintainer: Antonio Rojas - -pkgname=sddm-kcm -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE Config Module for SDDM' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/sddm-kcm' -license=('GPL') -depends=('sddm' 'libxcursor' 'kio') -makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f67819b2d6eadfa8e5b913815b664c5b') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DSYSCONF_INSTALL_DIR=/etc \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} - Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 265487, sddm-kcm/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:16:49 UTC (rev 265488) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Maintainer: Antonio Rojas + +pkgname=sddm-kcm +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE Config Module for SDDM' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/sddm-kcm' +license=('GPL') +depends=('sddm' 'libxcursor' 'kio') +makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('92b8fd3dcb3cc38f028a
[arch-commits] Commit in plasma-mediacenter/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:17:05 Author: arojas Revision: 265489 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-mediacenter/repos/extra-i686/PKGBUILD (from rev 265488, plasma-mediacenter/trunk/PKGBUILD) plasma-mediacenter/repos/extra-i686/plasma-mediacenter.install (from rev 265488, plasma-mediacenter/trunk/plasma-mediacenter.install) plasma-mediacenter/repos/extra-x86_64/PKGBUILD (from rev 265488, plasma-mediacenter/trunk/PKGBUILD) plasma-mediacenter/repos/extra-x86_64/plasma-mediacenter.install (from rev 265488, plasma-mediacenter/trunk/plasma-mediacenter.install) Deleted: plasma-mediacenter/repos/extra-i686/PKGBUILD plasma-mediacenter/repos/extra-i686/plasma-mediacenter.install plasma-mediacenter/repos/extra-x86_64/PKGBUILD plasma-mediacenter/repos/extra-x86_64/plasma-mediacenter.install -+ /PKGBUILD | 72 ++ /plasma-mediacenter.install | 22 + extra-i686/PKGBUILD | 36 --- extra-i686/plasma-mediacenter.install | 11 extra-x86_64/PKGBUILD | 36 --- extra-x86_64/plasma-mediacenter.install | 11 6 files changed, 94 insertions(+), 94 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:16:49 UTC (rev 265488) +++ extra-i686/PKGBUILD 2016-04-19 15:17:05 UTC (rev 265489) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Bhushan Shah - -pkgname=plasma-mediacenter -pkgver=5.6.2 -pkgrel=1 -pkgdesc="A mediacenter user interface based on KDE Plasma components" -arch=(i686 x86_64) -url="http://community.kde.org/Plasma/Plasma_Media_Center/"; -license=(GPL3) -depends=(plasma-workspace baloo hicolor-icon-theme) -makedepends=(extra-cmake-modules python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -install=$pkgname.install -md5sums=('ef16424fa807fbc3a5912ff3e9c7f1c9') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-mediacenter/repos/extra-i686/PKGBUILD (from rev 265488, plasma-mediacenter/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:17:05 UTC (rev 265489) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Bhushan Shah + +pkgname=plasma-mediacenter +pkgver=5.6.3 +pkgrel=1 +pkgdesc="A mediacenter user interface based on KDE Plasma components" +arch=(i686 x86_64) +url="http://community.kde.org/Plasma/Plasma_Media_Center/"; +license=(GPL3) +depends=(plasma-workspace baloo hicolor-icon-theme) +makedepends=(extra-cmake-modules python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +install=$pkgname.install +md5sums=('9b52fb4290dc1960bcc0b714dc561b48') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/plasma-mediacenter.install === --- extra-i686/plasma-mediacenter.install 2016-04-19 15:16:49 UTC (rev 265488) +++ extra-i686/plasma-mediacenter.install 2016-04-19 15:17:05 UTC (rev 265489) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: plasma-mediacenter/repos/extra-i686/plasma-mediacenter.install (from rev 265488, plasma-mediacenter/trunk/plasma-mediacenter.install) === --- extra-i686/plasma-mediacenter.install (rev 0) +++ extra-i686/plasma-mediacenter.install 2016-04-19 15:17:05 UTC (rev 265489) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:16:49 UTC (rev 265488) +++ extra-x86_64/PKGBUILD 2016-04-19 15:17:05 UTC (rev 265489) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Bhushan Shah -
[arch-commits] Commit in ksshaskpass/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:16:32 Author: arojas Revision: 265487 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ksshaskpass/repos/extra-i686/PKGBUILD (from rev 265486, ksshaskpass/trunk/PKGBUILD) ksshaskpass/repos/extra-i686/ksshaskpass.install (from rev 265486, ksshaskpass/trunk/ksshaskpass.install) ksshaskpass/repos/extra-x86_64/PKGBUILD (from rev 265486, ksshaskpass/trunk/PKGBUILD) ksshaskpass/repos/extra-x86_64/ksshaskpass.install (from rev 265486, ksshaskpass/trunk/ksshaskpass.install) Deleted: ksshaskpass/repos/extra-i686/PKGBUILD ksshaskpass/repos/extra-i686/ksshaskpass.install ksshaskpass/repos/extra-x86_64/PKGBUILD ksshaskpass/repos/extra-x86_64/ksshaskpass.install --+ /PKGBUILD| 78 + /ksshaskpass.install | 10 extra-i686/PKGBUILD | 39 -- extra-i686/ksshaskpass.install |5 -- extra-x86_64/PKGBUILD| 39 -- extra-x86_64/ksshaskpass.install |5 -- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:16:17 UTC (rev 265486) +++ extra-i686/PKGBUILD 2016-04-19 15:16:32 UTC (rev 265487) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: schuay - -pkgname=ksshaskpass -pkgver=5.6.2 -pkgrel=1 -pkgdesc='ssh-add helper that uses kwallet and kpassworddialog' -url='https://projects.kde.org/projects/kde/workspace/ksshaskpass' -license=('GPL') -arch=('i686' 'x86_64') -depends=('kwallet') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -provides=('x11-ssh-askpass' 'ksshaskpass-frameworks') -conflicts=('ksshaskpass-frameworks') -replaces=('ksshaskpass-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -install=$pkgname.install -md5sums=('caabd4a2b74d4a264a834e379c20d5d4') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../ksshaskpass-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: ksshaskpass/repos/extra-i686/PKGBUILD (from rev 265486, ksshaskpass/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:16:32 UTC (rev 265487) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: schuay + +pkgname=ksshaskpass +pkgver=5.6.3 +pkgrel=1 +pkgdesc='ssh-add helper that uses kwallet and kpassworddialog' +url='https://projects.kde.org/projects/kde/workspace/ksshaskpass' +license=('GPL') +arch=('i686' 'x86_64') +depends=('kwallet') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +provides=('x11-ssh-askpass' 'ksshaskpass-frameworks') +conflicts=('ksshaskpass-frameworks') +replaces=('ksshaskpass-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +install=$pkgname.install +md5sums=('f4396b56edaf545ac758627e2d8f1670') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../ksshaskpass-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/ksshaskpass.install === --- extra-i686/ksshaskpass.install 2016-04-19 15:16:17 UTC (rev 265486) +++ extra-i686/ksshaskpass.install 2016-04-19 15:16:32 UTC (rev 265487) @@ -1,5 +0,0 @@ -post_upgrade() { - if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then -echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior" - fi -} Copied: ksshaskpass/repos/extra-i686/ksshaskpass.install (from rev 265486, ksshaskpass/trunk/ksshaskpass.install) === --- extra-i686/ksshaskpass.install (rev 0) +++ extra-i686/ksshaskpass.install 2016-04-19 15:16:32 UTC (rev 265487) @@ -0,0 +1,5 @@ +post_upgrade() { + if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then +echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior" + fi +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:16:17 UTC (rev 265486) +++ extra-x86_64/PKGBUILD 2016-04-19 15:16:32 UTC (rev 265
[arch-commits] Commit in bluedevil/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:15:45 Author: arojas Revision: 265484 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bluedevil/repos/extra-i686/PKGBUILD (from rev 265483, bluedevil/trunk/PKGBUILD) bluedevil/repos/extra-i686/bluedevil.install (from rev 265483, bluedevil/trunk/bluedevil.install) bluedevil/repos/extra-x86_64/PKGBUILD (from rev 265483, bluedevil/trunk/PKGBUILD) bluedevil/repos/extra-x86_64/bluedevil.install (from rev 265483, bluedevil/trunk/bluedevil.install) Deleted: bluedevil/repos/extra-i686/PKGBUILD bluedevil/repos/extra-i686/bluedevil.install bluedevil/repos/extra-x86_64/PKGBUILD bluedevil/repos/extra-x86_64/bluedevil.install + /PKGBUILD | 84 +++ /bluedevil.install | 24 +++ extra-i686/PKGBUILD| 42 --- extra-i686/bluedevil.install | 12 - extra-x86_64/PKGBUILD | 42 --- extra-x86_64/bluedevil.install | 12 - 6 files changed, 108 insertions(+), 108 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:15:29 UTC (rev 265483) +++ extra-i686/PKGBUILD 2016-04-19 15:15:45 UTC (rev 265484) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=bluedevil -pkgver=5.6.2 -pkgrel=1 -epoch=1 -pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/bluedevil' -license=('GPL2') -depends=('bluez-qt' 'kio') -makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python') -conflicts=('bluedevil-frameworks') -replaces=('bluedevil-frameworks') -install="$pkgname.install" -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f99ecfa88a1c39984ea45633935d6ab1') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 265483, bluedevil/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:15:45 UTC (rev 265484) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=bluedevil +pkgver=5.6.3 +pkgrel=1 +epoch=1 +pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/bluedevil' +license=('GPL2') +depends=('bluez-qt' 'kio') +makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python') +conflicts=('bluedevil-frameworks') +replaces=('bluedevil-frameworks') +install="$pkgname.install" +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('fa6623e533a81208b47184eb4bc7bd03') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/bluedevil.install === --- extra-i686/bluedevil.install2016-04-19 15:15:29 UTC (rev 265483) +++ extra-i686/bluedevil.install2016-04-19 15:15:45 UTC (rev 265484) @@ -1,12 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 265483, bluedevil/trunk/bluedevil.install) === --- extra-i686/bluedevil.install(rev 0) +++ extra-i686/bluedevil.install2016-04-19 15:15:45 UTC (rev 265484) @@ -0,0 +1,12 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:15:29 UTC (rev 265483) +++ extra-x86_64/PKGBUILD 2016-04-19 15:15:45 UTC (rev 265484) @@
[arch-commits] Commit in kscreen/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:16:17 Author: arojas Revision: 265486 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kscreen/repos/extra-i686/PKGBUILD (from rev 265485, kscreen/trunk/PKGBUILD) kscreen/repos/extra-i686/kscreen.install (from rev 265485, kscreen/trunk/kscreen.install) kscreen/repos/extra-x86_64/PKGBUILD (from rev 265485, kscreen/trunk/PKGBUILD) kscreen/repos/extra-x86_64/kscreen.install (from rev 265485, kscreen/trunk/kscreen.install) Deleted: kscreen/repos/extra-i686/PKGBUILD kscreen/repos/extra-i686/kscreen.install kscreen/repos/extra-x86_64/PKGBUILD kscreen/repos/extra-x86_64/kscreen.install --+ /PKGBUILD| 80 + /kscreen.install | 22 +++ extra-i686/PKGBUILD | 40 extra-i686/kscreen.install | 11 - extra-x86_64/PKGBUILD| 40 extra-x86_64/kscreen.install | 11 - 6 files changed, 102 insertions(+), 102 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:16:00 UTC (rev 265485) +++ extra-i686/PKGBUILD 2016-04-19 15:16:17 UTC (rev 265486) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kscreen -pkgver=5.6.2 -pkgrel=1 -pkgdesc="KDE's screen management software" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kscreen' -license=('LGPL') -depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'python') -conflicts=('kscreen-frameworks') -replaces=('kscreen-frameworks') -groups=('plasma') -install=$pkgname.install -source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";) -md5sums=('820e6d0ffbcae52e0c2f0ce80b3f5df1') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreen/repos/extra-i686/PKGBUILD (from rev 265485, kscreen/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:16:17 UTC (rev 265486) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kscreen +pkgver=5.6.3 +pkgrel=1 +pkgdesc="KDE's screen management software" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kscreen' +license=('LGPL') +depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'python') +conflicts=('kscreen-frameworks') +replaces=('kscreen-frameworks') +groups=('plasma') +install=$pkgname.install +source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";) +md5sums=('7a5d00d02f6645b6ee67d4dd0e75a3bd') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kscreen-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/kscreen.install === --- extra-i686/kscreen.install 2016-04-19 15:16:00 UTC (rev 265485) +++ extra-i686/kscreen.install 2016-04-19 15:16:17 UTC (rev 265486) @@ -1,11 +0,0 @@ -post_install() { -[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: kscreen/repos/extra-i686/kscreen.install (from rev 265485, kscreen/trunk/kscreen.install) === --- extra-i686/kscreen.install (rev 0) +++ extra-i686/kscreen.install 2016-04-19 15:16:17 UTC (rev 265486) @@ -0,0 +1,11 @@ +post_install() { +[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:16:00 UTC (rev 265485) +++ extra-x86_64/PKGBUILD 2016-04-19 15:16:17 UTC (rev 265486) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kscreen -pkgver=5.6.2 -pkgrel=1 -pkgdesc="KDE's screen
[arch-commits] Commit in kde-gtk-config/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:16:00 Author: arojas Revision: 265485 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 265484, kde-gtk-config/trunk/PKGBUILD) kde-gtk-config/repos/extra-i686/kde-gtk-config.install (from rev 265484, kde-gtk-config/trunk/kde-gtk-config.install) kde-gtk-config/repos/extra-x86_64/PKGBUILD (from rev 265484, kde-gtk-config/trunk/PKGBUILD) kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install (from rev 265484, kde-gtk-config/trunk/kde-gtk-config.install) Deleted: kde-gtk-config/repos/extra-i686/PKGBUILD kde-gtk-config/repos/extra-i686/kde-gtk-config.install kde-gtk-config/repos/extra-x86_64/PKGBUILD kde-gtk-config/repos/extra-x86_64/kde-gtk-config.install -+ /PKGBUILD | 88 ++ /kde-gtk-config.install | 24 + extra-i686/PKGBUILD | 44 - extra-i686/kde-gtk-config.install | 12 extra-x86_64/PKGBUILD | 44 - extra-x86_64/kde-gtk-config.install | 12 6 files changed, 112 insertions(+), 112 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:15:45 UTC (rev 265484) +++ extra-i686/PKGBUILD 2016-04-19 15:16:00 UTC (rev 265485) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-gtk-config -pkgver=5.6.2 -pkgrel=1 -pkgdesc='GTK2 and GTK3 Configurator for KDE' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config' -license=('LGPL') -depends=('knewstuff' 'kde-cli-tools') -makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') -optdepends=('gtk2: GTK2 apps support' -'gtk3: GTK3 apps support') -conflicts=('kde-gtk-config-frameworks') -replaces=('kde-gtk-config-frameworks') -groups=('plasma') -install=$pkgname.install -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('dd37864292888e314588fd1820315e10') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 265484, kde-gtk-config/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:16:00 UTC (rev 265485) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kde-gtk-config +pkgver=5.6.3 +pkgrel=1 +pkgdesc='GTK2 and GTK3 Configurator for KDE' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config' +license=('LGPL') +depends=('knewstuff' 'kde-cli-tools') +makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') +optdepends=('gtk2: GTK2 apps support' +'gtk3: GTK3 apps support') +conflicts=('kde-gtk-config-frameworks') +replaces=('kde-gtk-config-frameworks') +groups=('plasma') +install=$pkgname.install +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('a4676087fa4d47624d0d69fa7cf1680a') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/kde-gtk-config.install === --- extra-i686/kde-gtk-config.install 2016-04-19 15:15:45 UTC (rev 265484) +++ extra-i686/kde-gtk-config.install 2016-04-19 15:16:00 UTC (rev 265485) @@ -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: kde-gtk-config/repos/extra-i686/kde-gtk-config.install (from rev 265484, kde-gtk-config/trunk/kde-gtk-config.install) === --- extra-i686/kde-gtk-config.install (rev 0) +++ extra-i686/kde-gtk-config.install 2016-04-19 15:16:00 UTC (rev 265485) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +upda
[arch-commits] Commit in plasma-pa/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:14:58 Author: arojas Revision: 265481 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-pa/repos/extra-i686/PKGBUILD (from rev 265480, plasma-pa/trunk/PKGBUILD) plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 265480, plasma-pa/trunk/PKGBUILD) Deleted: plasma-pa/repos/extra-i686/PKGBUILD plasma-pa/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:14:41 UTC (rev 265480) +++ extra-i686/PKGBUILD 2016-04-19 15:14:58 UTC (rev 265481) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=plasma-pa -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Plasma applet for audio volume management using PulseAudio' -arch=(i686 x86_64) -url='https://projects.kde.org/plasma-pa' -license=(LGPL) -depends=(plasma-workspace pulseaudio) -makedepends=(extra-cmake-modules kdoctools python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('17c6544c8753c73401d3cc5cb5e22117') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-pa/repos/extra-i686/PKGBUILD (from rev 265480, plasma-pa/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:14:58 UTC (rev 265481) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=plasma-pa +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Plasma applet for audio volume management using PulseAudio' +arch=(i686 x86_64) +url='https://projects.kde.org/plasma-pa' +license=(LGPL) +depends=(plasma-workspace pulseaudio) +makedepends=(extra-cmake-modules kdoctools python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('e44ddb3d397b070d3dfb7ede0c2f2ea8') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:14:41 UTC (rev 265480) +++ extra-x86_64/PKGBUILD 2016-04-19 15:14:58 UTC (rev 265481) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=plasma-pa -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Plasma applet for audio volume management using PulseAudio' -arch=(i686 x86_64) -url='https://projects.kde.org/plasma-pa' -license=(LGPL) -depends=(plasma-workspace pulseaudio) -makedepends=(extra-cmake-modules kdoctools python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('17c6544c8753c73401d3cc5cb5e22117') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 265480, plasma-pa/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:14:58 UTC (rev 265481) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=plasma-pa +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Plasma applet for audio volume management using PulseAudio' +arch=(i686 x86_64) +url='https://projects.kde.org/plasma-pa' +license=(LGPL) +depends=(plasma-workspace pulseaudio) +makedepends=(extra-cmake-modules kdoctools python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('e44ddb3d397b070d3dfb7ede0c2f2ea8') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in kdeplasma-addons/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:15:29 Author: arojas Revision: 265483 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 265482, kdeplasma-addons/trunk/PKGBUILD) kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install (from rev 265482, kdeplasma-addons/trunk/kdeplasma-addons.install) kdeplasma-addons/repos/extra-x86_64/PKGBUILD (from rev 265482, kdeplasma-addons/trunk/PKGBUILD) kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install (from rev 265482, kdeplasma-addons/trunk/kdeplasma-addons.install) Deleted: kdeplasma-addons/repos/extra-i686/PKGBUILD kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install kdeplasma-addons/repos/extra-x86_64/PKGBUILD kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install ---+ /PKGBUILD | 86 /kdeplasma-addons.install | 22 extra-i686/PKGBUILD | 43 extra-i686/kdeplasma-addons.install | 11 extra-x86_64/PKGBUILD | 43 extra-x86_64/kdeplasma-addons.install | 11 6 files changed, 108 insertions(+), 108 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:15:14 UTC (rev 265482) +++ extra-i686/PKGBUILD 2016-04-19 15:15:29 UTC (rev 265483) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kdeplasma-addons -pkgver=5.6.2 -pkgrel=1 -pkgdesc='All kind of addons to improve your Plasma experience' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python') -optdepends=('kross: comic applet' -'purpose: Quickshare applet' -'quota-tools: disk quota applet') -install="${pkgname}.install" -conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks') -replaces=('kdeplasma-addons-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('b9c62d27891e2040c3ea169ce878227a') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 265482, kdeplasma-addons/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:15:29 UTC (rev 265483) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdeplasma-addons +pkgver=5.6.3 +pkgrel=1 +pkgdesc='All kind of addons to improve your Plasma experience' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python') +optdepends=('kross: comic applet' +'purpose: Quickshare applet' +'quota-tools: disk quota applet') +install="${pkgname}.install" +conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks') +replaces=('kdeplasma-addons-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('55e5b27c57ab9cee8aef94c458098379') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/kdeplasma-addons.install === --- extra-i686/kdeplasma-addons.install 2016-04-19 15:15:14 UTC (rev 265482) +++ extra-i686/kdeplasma-addons.install 2016-04-19 15:15:29 UTC (rev 265483) @@ -1,11 +0,0 @@ -post_install() { -[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install (from rev 265482, kdeplasma-addons/trunk/kdeplasma-addons.install) === --- extra-i686/kdeplasma-addons.install (rev 0) +++ extra-i686/kdeplasma-addons.install 2
[arch-commits] Commit in kwrited/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:15:14 Author: arojas Revision: 265482 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwrited/repos/extra-i686/PKGBUILD (from rev 265481, kwrited/trunk/PKGBUILD) kwrited/repos/extra-x86_64/PKGBUILD (from rev 265481, kwrited/trunk/PKGBUILD) Deleted: kwrited/repos/extra-i686/PKGBUILD kwrited/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 37 extra-x86_64/PKGBUILD | 37 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:14:58 UTC (rev 265481) +++ extra-i686/PKGBUILD 2016-04-19 15:15:14 UTC (rev 265482) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kwrited -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE daemon listening for wall and write messages' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kwrited' -license=('LGPL') -depends=('kpty' 'knotifications' 'kdbusaddons') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('92ca420cda218419809928e12580a133') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DLIB_INSTALL_DIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwrited/repos/extra-i686/PKGBUILD (from rev 265481, kwrited/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:15:14 UTC (rev 265482) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kwrited +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE daemon listening for wall and write messages' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kwrited' +license=('LGPL') +depends=('kpty' 'knotifications' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('cf87b336e50b565ac1901d5787237bd1') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:14:58 UTC (rev 265481) +++ extra-x86_64/PKGBUILD 2016-04-19 15:15:14 UTC (rev 265482) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kwrited -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE daemon listening for wall and write messages' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kwrited' -license=('LGPL') -depends=('kpty' 'knotifications' 'kdbusaddons') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('92ca420cda218419809928e12580a133') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DLIB_INSTALL_DIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 265481, kwrited/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:15:14 UTC (rev 265482) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kwrited +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE daemon listening for wall and write messages' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kwrited' +license=('LGPL') +depends=('kpty' 'knotifications' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('cf87b336e50b565ac1901d5787237b
[arch-commits] Commit in plasma-nm/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:14:41 Author: arojas Revision: 265480 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-nm/repos/extra-i686/PKGBUILD (from rev 265479, plasma-nm/trunk/PKGBUILD) plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 265479, plasma-nm/trunk/PKGBUILD) Deleted: plasma-nm/repos/extra-i686/PKGBUILD plasma-nm/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 39 extra-x86_64/PKGBUILD | 39 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:14:21 UTC (rev 265479) +++ extra-i686/PKGBUILD 2016-04-19 15:14:41 UTC (rev 265480) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=plasma-nm -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Plasma applet written in QML for managing network connections' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-nm' -license=('GPL2') -depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5') -makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' - 'python' 'kdelibs4support') -optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' -'openconnect: Cisco AnyConnect VPN plugin') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('a5fb6d2fe038622fed3f2c24782d35ef') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 265479, plasma-nm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:14:41 UTC (rev 265480) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=plasma-nm +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Plasma applet written in QML for managing network connections' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/plasma-nm' +license=('GPL2') +depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5') +makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' + 'python' 'kdelibs4support') +optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' +'openconnect: Cisco AnyConnect VPN plugin') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('0fbbb95fa499c3eaa59490040d732438') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:14:21 UTC (rev 265479) +++ extra-x86_64/PKGBUILD 2016-04-19 15:14:41 UTC (rev 265480) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=plasma-nm -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Plasma applet written in QML for managing network connections' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-nm' -license=('GPL2') -depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5') -makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' - 'python' 'kdelibs4support') -optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' -'openconnect: Cisco AnyConnect VPN plugin') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('a5fb6d2fe038622fed3f2c24782d35ef') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 265479, plasma-nm/trunk/PKGBUILD) ===
[arch-commits] Commit in plasma-desktop/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:14:21 Author: arojas Revision: 265479 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 265478, plasma-desktop/trunk/PKGBUILD) plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 265478, plasma-desktop/trunk/plasma-desktop.install) plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 265478, plasma-desktop/trunk/PKGBUILD) plasma-desktop/repos/extra-x86_64/plasma-desktop.install (from rev 265478, plasma-desktop/trunk/plasma-desktop.install) Deleted: plasma-desktop/repos/extra-i686/PKGBUILD plasma-desktop/repos/extra-i686/plasma-desktop.install plasma-desktop/repos/extra-x86_64/PKGBUILD plasma-desktop/repos/extra-x86_64/plasma-desktop.install -+ /PKGBUILD | 92 ++ /plasma-desktop.install | 24 extra-i686/PKGBUILD | 46 - extra-i686/plasma-desktop.install | 12 extra-x86_64/PKGBUILD | 46 - extra-x86_64/plasma-desktop.install | 12 6 files changed, 116 insertions(+), 116 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:14:01 UTC (rev 265478) +++ extra-i686/PKGBUILD 2016-04-19 15:14:21 UTC (rev 265479) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=plasma-desktop -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE Plasma Desktop' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' - 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects') -makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel' - 'libibus' 'scim' 'python') -optdepends=('plasma-nm: Network manager applet' -'ibus: kimpanel IBUS support' -'scim: kimpanel SCIM support') -conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3') -replaces=('kcm-touchpad-frameworks') -install=$pkgname.install -groups=('plasma') -md5sums=('1fb59e7d35f746366d954bb41d43fa90') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 265478, plasma-desktop/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:14:21 UTC (rev 265479) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=plasma-desktop +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE Plasma Desktop' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' + 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects') +makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel' + 'libibus' 'scim' 'python') +optdepends=('plasma-nm: Network manager applet' +'ibus: kimpanel IBUS support' +'scim: kimpanel SCIM support') +conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3') +replaces=('kcm-touchpad-frameworks') +install=$pkgname.install +groups=('plasma') +md5sums=('335d5edb6c85eedeef546d45f5da5001') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/plasma-desktop.install === --- extra-i686/plasma-desktop.install 2016-04-19 15:14:01 UTC (rev 265478) +++ extra-i686/plasma-desktop.install 2016-04-19 15:14:21 UTC (rev 265479) @@ -1,12 +0,0 @@ -post_install() { -xdg-icon-resource forceupdate --theme hicolor &> /dev/null -update-de
[arch-commits] Commit in polkit-kde-agent/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:13:50 Author: arojas Revision: 265477 archrelease: copy trunk to extra-i686, extra-x86_64 Added: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 265476, polkit-kde-agent/trunk/PKGBUILD) polkit-kde-agent/repos/extra-x86_64/PKGBUILD (from rev 265476, polkit-kde-agent/trunk/PKGBUILD) Deleted: polkit-kde-agent/repos/extra-i686/PKGBUILD polkit-kde-agent/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 39 extra-x86_64/PKGBUILD | 39 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:13:33 UTC (rev 265476) +++ extra-i686/PKGBUILD 2016-04-19 15:13:50 UTC (rev 265477) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=polkit-kde-agent -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Daemon providing a polkit authentication UI for KDE' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1' -license=('LGPL') -depends=('kiconthemes' 'kdbusaddons' 'kcrash') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('polkit-kde-frameworks') -replaces=('polkit-kde-frameworks') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";) -md5sums=('ac6206cd282b271c5da0cf51bf4f7780') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-1-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib/polkit-kde \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 265476, polkit-kde-agent/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:13:50 UTC (rev 265477) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=polkit-kde-agent +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Daemon providing a polkit authentication UI for KDE' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1' +license=('LGPL') +depends=('kiconthemes' 'kdbusaddons' 'kcrash') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('polkit-kde-frameworks') +replaces=('polkit-kde-frameworks') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";) +md5sums=('5281312d09fcb2c93598326eab8fa6c0') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-1-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:13:33 UTC (rev 265476) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:50 UTC (rev 265477) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=polkit-kde-agent -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Daemon providing a polkit authentication UI for KDE' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1' -license=('LGPL') -depends=('kiconthemes' 'kdbusaddons' 'kcrash') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('polkit-kde-frameworks') -replaces=('polkit-kde-frameworks') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";) -md5sums=('ac6206cd282b271c5da0cf51bf4f7780') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-1-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib/polkit-kde \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: polkit-kde-agent/repos/extra-x86_64/PKGBUILD (from rev 265476, polkit-kde-agent/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:50 UTC (rev 265477) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=polk
[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)
Date: Tuesday, April 19, 2016 @ 17:14:01 Author: arojas Revision: 265478 archrelease: copy trunk to extra-any Added: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 265477, plasma-workspace-wallpapers/trunk/PKGBUILD) Deleted: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 15:13:50 UTC (rev 265477) +++ PKGBUILD2016-04-19 15:14:01 UTC (rev 265478) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=plasma-workspace-wallpapers -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Additional wallpapers for the Plasma Workspace' -arch=('any') -url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' -license=('LGPL') -makedepends=('extra-cmake-modules') -conflicts=('kde-wallpapers') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('8084aacbe6a67af034612c38340db372') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 265477, plasma-workspace-wallpapers/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 15:14:01 UTC (rev 265478) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=plasma-workspace-wallpapers +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Additional wallpapers for the Plasma Workspace' +arch=('any') +url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' +license=('LGPL') +makedepends=('extra-cmake-modules') +conflicts=('kde-wallpapers') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('4860b734e12930c11934ce8b8947acb4') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in powerdevil/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:13:33 Author: arojas Revision: 265476 archrelease: copy trunk to extra-i686, extra-x86_64 Added: powerdevil/repos/extra-i686/PKGBUILD (from rev 265475, powerdevil/trunk/PKGBUILD) powerdevil/repos/extra-x86_64/PKGBUILD (from rev 265475, powerdevil/trunk/PKGBUILD) Deleted: powerdevil/repos/extra-i686/PKGBUILD powerdevil/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 38 extra-x86_64/PKGBUILD | 38 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:13:16 UTC (rev 265475) +++ extra-i686/PKGBUILD 2016-04-19 15:13:33 UTC (rev 265476) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=powerdevil -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Manages the power consumption settings of a Plasma Shell' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/powerdevil' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('13ea2c2b045bf9f094310a5a31c2509b') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: powerdevil/repos/extra-i686/PKGBUILD (from rev 265475, powerdevil/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:13:33 UTC (rev 265476) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=powerdevil +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Manages the power consumption settings of a Plasma Shell' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/powerdevil' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('5e602f0ac42f79b32f3dfdf4719dc846') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:13:16 UTC (rev 265475) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:33 UTC (rev 265476) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=powerdevil -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Manages the power consumption settings of a Plasma Shell' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/powerdevil' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('13ea2c2b045bf9f094310a5a31c2509b') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 265475, powerdevil/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:33 UTC (rev 265476) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=powerdevil +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Manages the power consumption settings of a Plasma Shell' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/powerdevil' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +gr
[arch-commits] Commit in systemsettings/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:13:00 Author: arojas Revision: 265474 archrelease: copy trunk to extra-i686, extra-x86_64 Added: systemsettings/repos/extra-i686/PKGBUILD (from rev 265473, systemsettings/trunk/PKGBUILD) systemsettings/repos/extra-x86_64/PKGBUILD (from rev 265473, systemsettings/trunk/PKGBUILD) Deleted: systemsettings/repos/extra-i686/PKGBUILD systemsettings/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 38 extra-x86_64/PKGBUILD | 38 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:12:43 UTC (rev 265473) +++ extra-i686/PKGBUILD 2016-04-19 15:13:00 UTC (rev 265474) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=systemsettings -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE system settings' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/systemsettings' -license=('LGPL') -depends=('kcmutils' 'khtml') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('bb3a9f2bb7ccfc9e1fee31ce52e96d95') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 265473, systemsettings/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:13:00 UTC (rev 265474) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=systemsettings +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE system settings' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/systemsettings' +license=('LGPL') +depends=('kcmutils' 'khtml') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('4019ffc99f4ca4bd7fc92b1f4c59be43') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:12:43 UTC (rev 265473) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:00 UTC (rev 265474) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=systemsettings -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE system settings' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/systemsettings' -license=('LGPL') -depends=('kcmutils' 'khtml') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('bb3a9f2bb7ccfc9e1fee31ce52e96d95') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 265473, systemsettings/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:00 UTC (rev 265474) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=systemsettings +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE system settings' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/systemsettings' +license=('LGPL') +depends=('kcmutils' 'khtml') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$p
[arch-commits] Commit in kmenuedit/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:13:16 Author: arojas Revision: 265475 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kmenuedit/repos/extra-i686/PKGBUILD (from rev 265474, kmenuedit/trunk/PKGBUILD) kmenuedit/repos/extra-i686/kmenuedit.install (from rev 265474, kmenuedit/trunk/kmenuedit.install) kmenuedit/repos/extra-x86_64/PKGBUILD (from rev 265474, kmenuedit/trunk/PKGBUILD) kmenuedit/repos/extra-x86_64/kmenuedit.install (from rev 265474, kmenuedit/trunk/kmenuedit.install) Deleted: kmenuedit/repos/extra-i686/PKGBUILD kmenuedit/repos/extra-i686/kmenuedit.install kmenuedit/repos/extra-x86_64/PKGBUILD kmenuedit/repos/extra-x86_64/kmenuedit.install + /PKGBUILD | 78 +++ /kmenuedit.install | 24 extra-i686/PKGBUILD| 39 --- extra-i686/kmenuedit.install | 12 -- extra-x86_64/PKGBUILD | 39 --- extra-x86_64/kmenuedit.install | 12 -- 6 files changed, 102 insertions(+), 102 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:13:00 UTC (rev 265474) +++ extra-i686/PKGBUILD 2016-04-19 15:13:16 UTC (rev 265475) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kmenuedit -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE menu editor' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kmenuedit' -license=('LGPL') -depends=('khotkeys') -groups=('plasma') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -install="${pkgname}.install" -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('c5d4abb7ccf0eb295b8c2e89e9442ec2') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kmenuedit/repos/extra-i686/PKGBUILD (from rev 265474, kmenuedit/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:13:16 UTC (rev 265475) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kmenuedit +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE menu editor' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kmenuedit' +license=('LGPL') +depends=('khotkeys') +groups=('plasma') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +install="${pkgname}.install" +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('f81ae456f22438cedf0d28c83ac58fb8') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/kmenuedit.install === --- extra-i686/kmenuedit.install2016-04-19 15:13:00 UTC (rev 265474) +++ extra-i686/kmenuedit.install2016-04-19 15:13:16 UTC (rev 265475) @@ -1,12 +0,0 @@ -post_install() { -xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} - Copied: kmenuedit/repos/extra-i686/kmenuedit.install (from rev 265474, kmenuedit/trunk/kmenuedit.install) === --- extra-i686/kmenuedit.install(rev 0) +++ extra-i686/kmenuedit.install2016-04-19 15:13:16 UTC (rev 265475) @@ -0,0 +1,12 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:13:00 UTC (rev 265474) +++ extra-x86_64/PKGBUILD 2016-04-19 15:13:16 UTC (rev 265475) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kmenuedit -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE menu editor' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kmenuedit' -license=('LGPL') -depends=('khotkeys') -groups=(
[arch-commits] Commit in ksysguard/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:12:43 Author: arojas Revision: 265473 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ksysguard/repos/extra-i686/PKGBUILD (from rev 265472, ksysguard/trunk/PKGBUILD) ksysguard/repos/extra-i686/ksysguard.install (from rev 265472, ksysguard/trunk/ksysguard.install) ksysguard/repos/extra-x86_64/PKGBUILD (from rev 265472, ksysguard/trunk/PKGBUILD) ksysguard/repos/extra-x86_64/ksysguard.install (from rev 265472, ksysguard/trunk/ksysguard.install) Deleted: ksysguard/repos/extra-i686/PKGBUILD ksysguard/repos/extra-i686/ksysguard.install ksysguard/repos/extra-x86_64/PKGBUILD ksysguard/repos/extra-x86_64/ksysguard.install + /PKGBUILD | 80 +++ /ksysguard.install | 24 +++ extra-i686/PKGBUILD| 40 --- extra-i686/ksysguard.install | 12 - extra-x86_64/PKGBUILD | 40 --- extra-x86_64/ksysguard.install | 12 - 6 files changed, 104 insertions(+), 104 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:12:27 UTC (rev 265472) +++ extra-i686/PKGBUILD 2016-04-19 15:12:43 UTC (rev 265473) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=ksysguard -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Track and control the processes running in your system' -arch=('i686' 'x86_64') -url='https://userbase.kde.org/KSysGuard' -license=('LGPL') -depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' - 'hicolor-icon-theme' 'kdelibs4support') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -install="${pkgname}.install" -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('bdc2e791280455b1003a8e6125741490') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 265472, ksysguard/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:12:43 UTC (rev 265473) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=ksysguard +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Track and control the processes running in your system' +arch=('i686' 'x86_64') +url='https://userbase.kde.org/KSysGuard' +license=('LGPL') +depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' + 'hicolor-icon-theme' 'kdelibs4support') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +install="${pkgname}.install" +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('21ab8596a2e47f00e9823d1ad4e64e5d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/ksysguard.install === --- extra-i686/ksysguard.install2016-04-19 15:12:27 UTC (rev 265472) +++ extra-i686/ksysguard.install2016-04-19 15:12:43 UTC (rev 265473) @@ -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: ksysguard/repos/extra-i686/ksysguard.install (from rev 265472, ksysguard/trunk/ksysguard.install) === --- extra-i686/ksysguard.install(rev 0) +++ extra-i686/ksysguard.install2016-04-19 15:12:43 UTC (rev 265473) @@ -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: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:12:27 UTC (rev 265472) +++ extra-x86_64/PKGBUILD 2016-04-19 15:12:43 UTC (rev 265473) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# C
[arch-commits] Commit in kinfocenter/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:12:27 Author: arojas Revision: 265472 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kinfocenter/repos/extra-i686/PKGBUILD (from rev 265471, kinfocenter/trunk/PKGBUILD) kinfocenter/repos/extra-i686/kcm-about-distrorc (from rev 265471, kinfocenter/trunk/kcm-about-distrorc) kinfocenter/repos/extra-x86_64/PKGBUILD (from rev 265471, kinfocenter/trunk/PKGBUILD) kinfocenter/repos/extra-x86_64/kcm-about-distrorc (from rev 265471, kinfocenter/trunk/kcm-about-distrorc) Deleted: kinfocenter/repos/extra-i686/PKGBUILD kinfocenter/repos/extra-i686/kcm-about-distrorc kinfocenter/repos/extra-x86_64/PKGBUILD kinfocenter/repos/extra-x86_64/kcm-about-distrorc -+ /PKGBUILD | 90 ++ /kcm-about-distrorc |4 + extra-i686/PKGBUILD | 45 --- extra-i686/kcm-about-distrorc |2 extra-x86_64/PKGBUILD | 45 --- extra-x86_64/kcm-about-distrorc |2 6 files changed, 94 insertions(+), 94 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:12:12 UTC (rev 265471) +++ extra-i686/PKGBUILD 2016-04-19 15:12:27 UTC (rev 265472) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kinfocenter -pkgver=5.6.2 -pkgrel=1 -pkgdesc='A utility that provides information about a computer system' -arch=('i686' 'x86_64') -url='https://www.kde.org/applications/system/kinfocenter/' -license=('LGPL') -depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') -makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"; -'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') -md5sums=('113a36e617b3166ae52abf486cba3bba' - '518881f04ca9d4bd8526008767e40ba7' - '4b4e2496ea1de3a09de501b5d508f666') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install - -# Install Arch logo - install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg - install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc -} Copied: kinfocenter/repos/extra-i686/PKGBUILD (from rev 265471, kinfocenter/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:12:27 UTC (rev 265472) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kinfocenter +pkgver=5.6.3 +pkgrel=1 +pkgdesc='A utility that provides information about a computer system' +arch=('i686' 'x86_64') +url='https://www.kde.org/applications/system/kinfocenter/' +license=('LGPL') +depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"; +'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') +md5sums=('42f209cffa1b8c2b14b5461e14ea5ff6' + '518881f04ca9d4bd8526008767e40ba7' + '4b4e2496ea1de3a09de501b5d508f666') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install + +# Install Arch logo + install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg + install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc +} Deleted: extra-i686/kcm-about-distrorc === --- extra-i686/kcm-about-distrorc 2016-04-19 15:12:12 UTC (rev 265471) +++ extra-i686/kcm-about-distrorc 2016-04-19 15:12:27 UTC (rev 265472) @@ -1,2 +0,0 @@ -[General] -LogoPath=/usr/share/about-distro/archlinux-logo.svg Copied: kinfocenter/repos/extra-i686/kcm-about-distrorc (from rev 265471, kinfocenter/trunk/kcm-about-distrorc) =
[arch-commits] Commit in plasma-integration/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:11:36 Author: arojas Revision: 265469 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-integration/repos/extra-i686/PKGBUILD (from rev 265468, plasma-integration/trunk/PKGBUILD) plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 265468, plasma-integration/trunk/PKGBUILD) Deleted: plasma-integration/repos/extra-i686/PKGBUILD plasma-integration/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:11:20 UTC (rev 265468) +++ extra-i686/PKGBUILD 2016-04-19 15:11:36 UTC (rev 265469) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=plasma-integration -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" -arch=(i686 x86_64) -url='https://projects.kde.org/plasma-integration' -license=(LGPL) -depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) -makedepends=(extra-cmake-modules python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('79476c803509f64ac11301e3d37308e2') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-integration/repos/extra-i686/PKGBUILD (from rev 265468, plasma-integration/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:11:36 UTC (rev 265469) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=plasma-integration +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" +arch=(i686 x86_64) +url='https://projects.kde.org/plasma-integration' +license=(LGPL) +depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) +makedepends=(extra-cmake-modules python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('8aafb7f085e2d95a04e0b96e9c3e249e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:11:20 UTC (rev 265468) +++ extra-x86_64/PKGBUILD 2016-04-19 15:11:36 UTC (rev 265469) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=plasma-integration -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" -arch=(i686 x86_64) -url='https://projects.kde.org/plasma-integration' -license=(LGPL) -depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) -makedepends=(extra-cmake-modules python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('79476c803509f64ac11301e3d37308e2') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 265468, plasma-integration/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:11:36 UTC (rev 265469) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=plasma-integration +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" +arch=(i686 x86_64) +url='https://projects.kde.org/plasma-integration' +license=(LGPL) +depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) +makedepends=(extra-cmake-modules python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('8aafb7f085e2d95a04e0b96e9c3e249e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Rel
[arch-commits] Commit in libksysguard/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:10:46 Author: arojas Revision: 265466 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libksysguard/repos/extra-i686/PKGBUILD (from rev 265465, libksysguard/trunk/PKGBUILD) libksysguard/repos/extra-x86_64/PKGBUILD (from rev 265465, libksysguard/trunk/PKGBUILD) Deleted: libksysguard/repos/extra-i686/PKGBUILD libksysguard/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 37 extra-x86_64/PKGBUILD | 37 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:10:30 UTC (rev 265465) +++ extra-i686/PKGBUILD 2016-04-19 15:10:46 UTC (rev 265466) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libksysguard -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Libksysguard' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/libksysguard' -license=('LGPL') -depends=('libxres' 'plasma-framework' 'qt5-webkit') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('080e379a143cc8dc27f29ab30fc79969') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libksysguard/repos/extra-i686/PKGBUILD (from rev 265465, libksysguard/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:10:46 UTC (rev 265466) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libksysguard +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Libksysguard' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/libksysguard' +license=('LGPL') +depends=('libxres' 'plasma-framework' 'qt5-webkit') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('2756217535857755d1341eb888df3289') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:10:30 UTC (rev 265465) +++ extra-x86_64/PKGBUILD 2016-04-19 15:10:46 UTC (rev 265466) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libksysguard -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Libksysguard' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/libksysguard' -license=('LGPL') -depends=('libxres' 'plasma-framework' 'qt5-webkit') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('080e379a143cc8dc27f29ab30fc79969') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 265465, libksysguard/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:10:46 UTC (rev 265466) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libksysguard +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Libksysguard' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/libksysguard' +license=('LGPL') +depends=('libxres' 'plasma-framework' 'qt5-webkit') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('275621753585
[arch-commits] Commit in kde-cli-tools/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:10:30 Author: arojas Revision: 265465 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 265464, kde-cli-tools/trunk/PKGBUILD) kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 265464, kde-cli-tools/trunk/PKGBUILD) Deleted: kde-cli-tools/repos/extra-i686/PKGBUILD kde-cli-tools/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 39 extra-x86_64/PKGBUILD | 39 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:10:09 UTC (rev 265464) +++ extra-i686/PKGBUILD 2016-04-19 15:10:30 UTC (rev 265465) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-cli-tools -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools' -license=('LGPL') -depends=('kdesu' 'kdelibs4support' 'kcmutils') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('b92a6660c910aabea2c065b35360fc73') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/ -} Copied: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 265464, kde-cli-tools/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:10:30 UTC (rev 265465) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kde-cli-tools +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools' +license=('LGPL') +depends=('kdesu' 'kdelibs4support' 'kcmutils') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) +md5sums=('9b05fec0c037381d0be14ac7e154b04a') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install + + ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/ +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:10:09 UTC (rev 265464) +++ extra-x86_64/PKGBUILD 2016-04-19 15:10:30 UTC (rev 265465) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-cli-tools -pkgver=5.6.2 -pkgrel=1 -pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools' -license=('LGPL') -depends=('kdesu' 'kdelibs4support' 'kcmutils') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('b92a6660c910aabea2c065b35360fc73') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/ -} Copied: kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 265464, kde-cli-tools/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:10:30 UTC (rev 265465) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kde-cli-tools +pkgver=5.6.3 +pkgrel=1 +pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
[arch-commits] Commit in breeze/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:10:09 Author: arojas Revision: 265464 archrelease: copy trunk to extra-i686, extra-x86_64 Added: breeze/repos/extra-i686/PKGBUILD (from rev 265463, breeze/trunk/PKGBUILD) breeze/repos/extra-x86_64/PKGBUILD (from rev 265463, breeze/trunk/PKGBUILD) Deleted: breeze/repos/extra-i686/PKGBUILD breeze/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 126 extra-i686/PKGBUILD | 63 extra-x86_64/PKGBUILD | 63 3 files changed, 126 insertions(+), 126 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:09:51 UTC (rev 265463) +++ extra-i686/PKGBUILD 2016-04-19 15:10:09 UTC (rev 265464) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgbase=breeze -pkgname=('breeze' 'breeze-kde4') -pkgver=5.6.2 -pkgrel=1 -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/breeze' -license=('LGPL') -makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' - 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";) -md5sums=('59eb9906fb8120bc2d23550c376a4c90') - -prepare() { - mkdir -p build{,-kde4} -} - -build() { - cd build - cmake ../${pkgbase}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make - - cd ../build-kde4 - cmake ../${pkgbase}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DUSE_KDE4=ON \ --DBUILD_TESTING=OFF - make -} - -package_breeze() { - depends=('frameworkintegration' 'kdecoration' 'breeze-icons') - pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' - optdepends=('breeze-kde4: Breeze widget style for KDE4 applications' - 'breeze-gtk: Breeze widget style for GTK applications' - 'kcmutils: for breeze-settings') - groups=('plasma') - - cd build - make DESTDIR="$pkgdir" install -} - -package_breeze-kde4() { - pkgdesc='Breeze widget style for KDE4 applications' - depends=('kdelibs') - - cd build-kde4 - make DESTDIR="$pkgdir" install - - # needed for pure Qt4 apps - install -d "$pkgdir"/usr/lib/qt4/plugins/styles - ln -s /usr/lib/kde4/plugins/styles/breeze.so "$pkgdir"/usr/lib/qt4/plugins/styles -} Copied: breeze/repos/extra-i686/PKGBUILD (from rev 265463, breeze/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:10:09 UTC (rev 265464) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=breeze +pkgname=('breeze' 'breeze-kde4') +pkgver=5.6.3 +pkgrel=1 +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/breeze' +license=('LGPL') +makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' + 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";) +md5sums=('3b4c043a8e5aa30d65e6717f19bb09f8') + +prepare() { + mkdir -p build{,-kde4} +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make + + cd ../build-kde4 + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DUSE_KDE4=ON \ +-DBUILD_TESTING=OFF + make +} + +package_breeze() { + depends=('frameworkintegration' 'kdecoration' 'breeze-icons') + pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' + optdepends=('breeze-kde4: Breeze widget style for KDE4 applications' + 'breeze-gtk: Breeze widget style for GTK applications' + 'kcmutils: for breeze-settings') + groups=('plasma') + + cd build + make DESTDIR="$pkgdir" install +} + +package_breeze-kde4() { + pkgdesc='Breeze widget style for KDE4 applications' + depends=('kdelibs') + + cd build-kde4 + make DESTDIR="$pkgdir" install + + # needed for pure Qt4 apps + install -d "$pkgdir"/usr/lib/qt4/plugins/styles + ln -s /usr/lib/kde4/plugins/styles/breeze.so "$pkgdir"/usr/lib/qt4/plugins/styles +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:09:51 UTC (rev 265463) +++ extra-x86_64/PKGBUILD 2016-04-19 15:10:09 UTC (rev 265464) @@ -1,6
[arch-commits] Commit in oxygen/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:09:51 Author: arojas Revision: 265463 archrelease: copy trunk to extra-i686, extra-x86_64 Added: oxygen/repos/extra-i686/PKGBUILD (from rev 265462, oxygen/trunk/PKGBUILD) oxygen/repos/extra-x86_64/PKGBUILD (from rev 265462, oxygen/trunk/PKGBUILD) Deleted: oxygen/repos/extra-i686/PKGBUILD oxygen/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 128 extra-i686/PKGBUILD | 64 extra-x86_64/PKGBUILD | 64 3 files changed, 128 insertions(+), 128 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:09:32 UTC (rev 265462) +++ extra-i686/PKGBUILD 2016-04-19 15:09:51 UTC (rev 265463) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgbase=oxygen -pkgname=('oxygen' 'oxygen-kde4') -pkgver=5.6.2 -pkgrel=1 -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/oxygen' -license=('LGPL') -makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' - 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('b5a4831839e631ec3868047751b6c477') - -prepare() { - mkdir -p build{,-kde4} -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make - cd .. - - cd build-kde4 - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_TESTING=OFF \ --DUSE_KDE4=ON - make -} - -package_oxygen() { - pkgdesc='KDE Oxygen style' - depends=('frameworkintegration' 'kdecoration' 'kcmutils') - conflicts=('oxygen-cursors') - replaces=('oxygen-cursors') - groups=('plasma') - - cd build - make DESTDIR="${pkgdir}" install -} - -package_oxygen-kde4() { - pkgdesc='KDE Oxygen style for KDE4 applications' - depends=('kdelibs') - conflicts=('kdebase-workspace') - - cd build-kde4 - make DESTDIR="${pkgdir}" install - - # needed so that pure Qt4 apps are correctly themed - install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles - ln -s /usr/lib/kde4/plugins/styles/oxygen.so "$pkgdir"/usr/lib/qt4/plugins/styles -} Copied: oxygen/repos/extra-i686/PKGBUILD (from rev 265462, oxygen/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:09:51 UTC (rev 265463) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgbase=oxygen +pkgname=('oxygen' 'oxygen-kde4') +pkgver=5.6.3 +pkgrel=1 +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/oxygen' +license=('LGPL') +makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' + 'python') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('f8064e13b065d2bfbf813a3a9adf11b7') + +prepare() { + mkdir -p build{,-kde4} +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make + cd .. + + cd build-kde4 + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF \ +-DUSE_KDE4=ON + make +} + +package_oxygen() { + pkgdesc='KDE Oxygen style' + depends=('frameworkintegration' 'kdecoration' 'kcmutils') + conflicts=('oxygen-cursors') + replaces=('oxygen-cursors') + groups=('plasma') + + cd build + make DESTDIR="${pkgdir}" install +} + +package_oxygen-kde4() { + pkgdesc='KDE Oxygen style for KDE4 applications' + depends=('kdelibs') + conflicts=('kdebase-workspace') + + cd build-kde4 + make DESTDIR="${pkgdir}" install + + # needed so that pure Qt4 apps are correctly themed + install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles + ln -s /usr/lib/kde4/plugins/styles/oxygen.so "$pkgdir"/usr/lib/qt4/plugins/styles +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:09:32 UTC (rev 265462) +++ extra-x86_64/PKGBUILD 2016-04-19 15:09:51 UTC (rev 265463) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgbase=oxygen -pkgname=('oxygen' 'oxygen-kde4') -pkgver=5.6.2 -pkgrel=1 -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/oxy
[arch-commits] Commit in kwin/repos (8 files)
Date: Tuesday, April 19, 2016 @ 17:09:32 Author: arojas Revision: 265462 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwin/repos/extra-i686/PKGBUILD (from rev 265461, kwin/trunk/PKGBUILD) kwin/repos/extra-i686/kwin.install (from rev 265461, kwin/trunk/kwin.install) kwin/repos/extra-x86_64/PKGBUILD (from rev 265461, kwin/trunk/PKGBUILD) kwin/repos/extra-x86_64/kwin.install (from rev 265461, kwin/trunk/kwin.install) Deleted: kwin/repos/extra-i686/PKGBUILD kwin/repos/extra-i686/kwin.install kwin/repos/extra-x86_64/PKGBUILD kwin/repos/extra-x86_64/kwin.install ---+ /PKGBUILD | 80 /kwin.install | 22 extra-i686/PKGBUILD | 40 -- extra-i686/kwin.install | 11 -- extra-x86_64/PKGBUILD | 40 -- extra-x86_64/kwin.install | 11 -- 6 files changed, 102 insertions(+), 102 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:09:16 UTC (rev 265461) +++ extra-i686/PKGBUILD 2016-04-19 15:09:32 UTC (rev 265462) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kwin -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE Window manager' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kwin' -license=('LGPL') -depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils') -makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python') -optdepends=('libinput: for kwin-wayland') -groups=('plasma') -install=${pkgname}.install -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('ed75b28b1bb150398f982a024ead1c5f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwin/repos/extra-i686/PKGBUILD (from rev 265461, kwin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:09:32 UTC (rev 265462) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwin +pkgver=5.6.3 +pkgrel=1 +pkgdesc='KDE Window manager' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kwin' +license=('LGPL') +depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils') +makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python') +optdepends=('libinput: for kwin-wayland') +groups=('plasma') +install=${pkgname}.install +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('c007cd5a6ecf2611a415062259f335d0') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/kwin.install === --- extra-i686/kwin.install 2016-04-19 15:09:16 UTC (rev 265461) +++ extra-i686/kwin.install 2016-04-19 15:09:32 UTC (rev 265462) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kwin/repos/extra-i686/kwin.install (from rev 265461, kwin/trunk/kwin.install) === --- extra-i686/kwin.install (rev 0) +++ extra-i686/kwin.install 2016-04-19 15:09:32 UTC (rev 265462) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:09:16 UTC (rev 265461) +++ extra-x86_64/PKGBUILD 2016-04-19 15:09:32 UTC (rev 265462) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kwin -pkgver=5.6.2 -pkgrel=1 -pkgdesc='KDE W
[arch-commits] Commit in kdecoration/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:09:16 Author: arojas Revision: 265461 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdecoration/repos/extra-i686/PKGBUILD (from rev 265460, kdecoration/trunk/PKGBUILD) kdecoration/repos/extra-x86_64/PKGBUILD (from rev 265460, kdecoration/trunk/PKGBUILD) Deleted: kdecoration/repos/extra-i686/PKGBUILD kdecoration/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 37 extra-x86_64/PKGBUILD | 37 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:09:00 UTC (rev 265460) +++ extra-i686/PKGBUILD 2016-04-19 15:09:16 UTC (rev 265461) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kdecoration -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Plugin based library to create window decorations' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kdecoration' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('1b1480a0397aad5863a41d577c063212') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdecoration/repos/extra-i686/PKGBUILD (from rev 265460, kdecoration/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:09:16 UTC (rev 265461) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kdecoration +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Plugin based library to create window decorations' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kdecoration' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('6de5ae1e996e50a166cd450ab778a02d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:09:00 UTC (rev 265460) +++ extra-x86_64/PKGBUILD 2016-04-19 15:09:16 UTC (rev 265461) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kdecoration -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Plugin based library to create window decorations' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/kdecoration' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('1b1480a0397aad5863a41d577c063212') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdecoration/repos/extra-x86_64/PKGBUILD (from rev 265460, kdecoration/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:09:16 UTC (rev 265461) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kdecoration +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Plugin based library to create window decorations' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/kdecoration' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('6de5ae1e996e50a166cd450ab778a02d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BU
[arch-commits] Commit in kscreenlocker/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:09:00 Author: arojas Revision: 265460 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 265459, kscreenlocker/trunk/PKGBUILD) kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 265459, kscreenlocker/trunk/PKGBUILD) Deleted: kscreenlocker/repos/extra-i686/PKGBUILD kscreenlocker/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 36 extra-x86_64/PKGBUILD | 36 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:08:44 UTC (rev 265459) +++ extra-i686/PKGBUILD 2016-04-19 15:09:00 UTC (rev 265460) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=kscreenlocker -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Library and components for secure lock screen architecture' -arch=(i686 x86_64) -url='https://projects.kde.org/kscreenlocker' -license=(LGPL) -groups=(plasma) -depends=(kidletime kwayland kdeclarative) -makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('173888c9ce09eb9979c90735b0664d65') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 265459, kscreenlocker/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:09:00 UTC (rev 265460) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=kscreenlocker +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Library and components for secure lock screen architecture' +arch=(i686 x86_64) +url='https://projects.kde.org/kscreenlocker' +license=(LGPL) +groups=(plasma) +depends=(kidletime kwayland kdeclarative) +makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('34df63237dfd8a33ca2ead9534fdec6d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=/usr/lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:08:44 UTC (rev 265459) +++ extra-x86_64/PKGBUILD 2016-04-19 15:09:00 UTC (rev 265460) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=kscreenlocker -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Library and components for secure lock screen architecture' -arch=(i686 x86_64) -url='https://projects.kde.org/kscreenlocker' -license=(LGPL) -groups=(plasma) -depends=(kidletime kwayland kdeclarative) -makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('173888c9ce09eb9979c90735b0664d65') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 265459, kscreenlocker/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:09:00 UTC (rev 265460) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=kscreenlocker +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Library and components for secure lock screen architecture' +arch=(i686 x86_64) +url='https://projects.kde.org/kscreenlocker' +license=(LGPL) +groups=(plasma) +depends=(kidletime kwayland kdeclarative) +makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('34df63237dfd8a33ca2ead9534fdec6d') + +prepare() { + mkdir -p build +} + +build() { + cd build +
[arch-commits] Commit in kactivitymanagerd/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:08:44 Author: arojas Revision: 265459 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kactivitymanagerd/repos/extra-i686/PKGBUILD (from rev 265458, kactivitymanagerd/trunk/PKGBUILD) kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 265458, kactivitymanagerd/trunk/PKGBUILD) Deleted: kactivitymanagerd/repos/extra-i686/PKGBUILD kactivitymanagerd/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:08:27 UTC (rev 265458) +++ extra-i686/PKGBUILD 2016-04-19 15:08:44 UTC (rev 265459) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=kactivitymanagerd -pkgver=5.6.2 -pkgrel=1 -pkgdesc="System service to manage user's activities and track the usage patterns" -arch=(i686 x86_64) -url='https://projects.kde.org/kactivitymanagerd' -license=(LGPL) -depends=(kio) -makedepends=(extra-cmake-modules boost python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('568b040fedf5010bbb50ec5dc9ae4595') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kactivitymanagerd/repos/extra-i686/PKGBUILD (from rev 265458, kactivitymanagerd/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:08:44 UTC (rev 265459) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=kactivitymanagerd +pkgver=5.6.3 +pkgrel=1 +pkgdesc="System service to manage user's activities and track the usage patterns" +arch=(i686 x86_64) +url='https://projects.kde.org/kactivitymanagerd' +license=(LGPL) +depends=(kio) +makedepends=(extra-cmake-modules boost python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('56be367990b9446ea1eac05c05d4ef6d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:08:27 UTC (rev 265458) +++ extra-x86_64/PKGBUILD 2016-04-19 15:08:44 UTC (rev 265459) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=kactivitymanagerd -pkgver=5.6.2 -pkgrel=1 -pkgdesc="System service to manage user's activities and track the usage patterns" -arch=(i686 x86_64) -url='https://projects.kde.org/kactivitymanagerd' -license=(LGPL) -depends=(kio) -makedepends=(extra-cmake-modules boost python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('568b040fedf5010bbb50ec5dc9ae4595') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 265458, kactivitymanagerd/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:08:44 UTC (rev 265459) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=kactivitymanagerd +pkgver=5.6.3 +pkgrel=1 +pkgdesc="System service to manage user's activities and track the usage patterns" +arch=(i686 x86_64) +url='https://projects.kde.org/kactivitymanagerd' +license=(LGPL) +depends=(kio) +makedepends=(extra-cmake-modules boost python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) +md5sums=('56be367990b9446ea1eac05c05d4ef6d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUIL
[arch-commits] Commit in kwayland/repos (4 files)
Date: Tuesday, April 19, 2016 @ 17:08:27 Author: arojas Revision: 265458 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwayland/repos/extra-i686/PKGBUILD (from rev 265457, kwayland/trunk/PKGBUILD) kwayland/repos/extra-x86_64/PKGBUILD (from rev 265457, kwayland/trunk/PKGBUILD) Deleted: kwayland/repos/extra-i686/PKGBUILD kwayland/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 36 extra-x86_64/PKGBUILD | 36 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 15:04:02 UTC (rev 265457) +++ extra-i686/PKGBUILD 2016-04-19 15:08:27 UTC (rev 265458) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kwayland -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('a8a0e4cd6215b1f180bec562c29c7841') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland/repos/extra-i686/PKGBUILD (from rev 265457, kwayland/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 15:08:27 UTC (rev 265458) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kwayland +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('8ad8286964e66f4dd35faff8bf160bd7') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 15:04:02 UTC (rev 265457) +++ extra-x86_64/PKGBUILD 2016-04-19 15:08:27 UTC (rev 265458) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kwayland -pkgver=5.6.2 -pkgrel=1 -pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('a8a0e4cd6215b1f180bec562c29c7841') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland/repos/extra-x86_64/PKGBUILD (from rev 265457, kwayland/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-04-19 15:08:27 UTC (rev 265458) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kwayland +pkgver=5.6.3 +pkgrel=1 +pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('8ad8286964e66f4dd35faff8bf160bd7') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + mak
[arch-commits] Commit in (39 files)
Date: Tuesday, April 19, 2016 @ 17:04:02 Author: arojas Revision: 265457 Plasma 5.6.3 Modified: bluedevil/trunk/PKGBUILD breeze-grub/trunk/PKGBUILD breeze-gtk/trunk/PKGBUILD breeze/trunk/PKGBUILD kactivitymanagerd/trunk/PKGBUILD kde-cli-tools/trunk/PKGBUILD kde-gtk-config/trunk/PKGBUILD kdecoration/trunk/PKGBUILD kdeplasma-addons/trunk/PKGBUILD kgamma5/trunk/PKGBUILD khotkeys/trunk/PKGBUILD kinfocenter/trunk/PKGBUILD kmenuedit/trunk/PKGBUILD kscreen/trunk/PKGBUILD kscreenlocker/trunk/PKGBUILD ksshaskpass/trunk/PKGBUILD ksysguard/trunk/PKGBUILD kwallet-pam/trunk/PKGBUILD kwayland-integration/trunk/PKGBUILD kwayland/trunk/PKGBUILD kwin/trunk/PKGBUILD kwrited/trunk/PKGBUILD libkscreen/trunk/PKGBUILD libksysguard/trunk/PKGBUILD milou/trunk/PKGBUILD oxygen/trunk/PKGBUILD plasma-desktop/trunk/PKGBUILD plasma-integration/trunk/PKGBUILD plasma-mediacenter/trunk/PKGBUILD plasma-nm/trunk/PKGBUILD plasma-pa/trunk/PKGBUILD plasma-sdk/trunk/PKGBUILD plasma-workspace-wallpapers/trunk/PKGBUILD plasma-workspace/trunk/PKGBUILD polkit-kde-agent/trunk/PKGBUILD powerdevil/trunk/PKGBUILD sddm-kcm/trunk/PKGBUILD systemsettings/trunk/PKGBUILD user-manager/trunk/PKGBUILD + bluedevil/trunk/PKGBUILD |8 breeze-grub/trunk/PKGBUILD |4 ++-- breeze-gtk/trunk/PKGBUILD |4 ++-- breeze/trunk/PKGBUILD |6 +++--- kactivitymanagerd/trunk/PKGBUILD |6 +++--- kde-cli-tools/trunk/PKGBUILD |8 kde-gtk-config/trunk/PKGBUILD |8 kdecoration/trunk/PKGBUILD |6 +++--- kdeplasma-addons/trunk/PKGBUILD|8 kgamma5/trunk/PKGBUILD |6 +++--- khotkeys/trunk/PKGBUILD|6 +++--- kinfocenter/trunk/PKGBUILD |6 +++--- kmenuedit/trunk/PKGBUILD |6 +++--- kscreen/trunk/PKGBUILD |6 +++--- kscreenlocker/trunk/PKGBUILD |8 ksshaskpass/trunk/PKGBUILD |4 ++-- ksysguard/trunk/PKGBUILD |6 +++--- kwallet-pam/trunk/PKGBUILD |8 kwayland-integration/trunk/PKGBUILD|6 +++--- kwayland/trunk/PKGBUILD|6 +++--- kwin/trunk/PKGBUILD|8 kwrited/trunk/PKGBUILD |6 +++--- libkscreen/trunk/PKGBUILD |8 libksysguard/trunk/PKGBUILD|6 +++--- milou/trunk/PKGBUILD |6 +++--- oxygen/trunk/PKGBUILD |6 +++--- plasma-desktop/trunk/PKGBUILD |8 plasma-integration/trunk/PKGBUILD |6 +++--- plasma-mediacenter/trunk/PKGBUILD |6 +++--- plasma-nm/trunk/PKGBUILD |6 +++--- plasma-pa/trunk/PKGBUILD |6 +++--- plasma-sdk/trunk/PKGBUILD |6 +++--- plasma-workspace-wallpapers/trunk/PKGBUILD |4 ++-- plasma-workspace/trunk/PKGBUILD|8 polkit-kde-agent/trunk/PKGBUILD|8 powerdevil/trunk/PKGBUILD |6 +++--- sddm-kcm/trunk/PKGBUILD|6 +++--- systemsettings/trunk/PKGBUILD |6 +++--- user-manager/trunk/PKGBUILD|6 +++--- 39 files changed, 124 insertions(+), 124 deletions(-) Modified: bluedevil/trunk/PKGBUILD === --- bluedevil/trunk/PKGBUILD2016-04-19 13:58:22 UTC (rev 265456) +++ bluedevil/trunk/PKGBUILD2016-04-19 15:04:02 UTC (rev 265457) @@ -4,7 +4,7 @@ # Contributor: Antonio Rojas pkgname=bluedevil -pkgver=5.6.2 +pkgver=5.6.3 pkgrel=1 epoch=1 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' @@ -18,7 +18,7 @@ install="$pkgname.install" groups=('plasma') source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f99ecfa88a1c39984ea45633935d6ab1') +md5sums=('fa6623e533a81208b47184eb4bc7bd03') prepare() { mkdir -p build @@ -29,8 +29,8 @@ cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ --DLIB_INSTALL_DIR=lib \ --DLIBEXEC_INSTALL_DIR=lib \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF make Modified: breeze/trunk/PKGBUILD === --- breeze/trunk/PKGBUILD 2016-04-19 13:58:22 UTC (rev 265456) +++ breeze/trunk/PKGBUILD 2016-04-19 15:04:02 UTC (rev 265457) @@ -5,7 +5,7 @@ pkgbase=breeze pkgname=('breeze' 'breeze-kde4') -pkgver=5.6.2 +pkgver=5.
[arch-commits] Commit in libinput/repos (8 files)
Date: Tuesday, April 19, 2016 @ 15:58:22 Author: andyrtr Revision: 265456 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libinput/repos/extra-i686/PKGBUILD (from rev 265455, libinput/trunk/PKGBUILD) libinput/repos/extra-i686/libinput.install (from rev 265455, libinput/trunk/libinput.install) libinput/repos/extra-x86_64/PKGBUILD (from rev 265455, libinput/trunk/PKGBUILD) libinput/repos/extra-x86_64/libinput.install (from rev 265455, libinput/trunk/libinput.install) Deleted: libinput/repos/extra-i686/PKGBUILD libinput/repos/extra-i686/libinput.install libinput/repos/extra-x86_64/PKGBUILD libinput/repos/extra-x86_64/libinput.install ---+ /PKGBUILD | 76 /libinput.install | 22 +++ extra-i686/PKGBUILD | 38 extra-i686/libinput.install | 11 - extra-x86_64/PKGBUILD | 38 extra-x86_64/libinput.install | 11 - 6 files changed, 98 insertions(+), 98 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-04-19 13:58:07 UTC (rev 265455) +++ extra-i686/PKGBUILD 2016-04-19 13:58:22 UTC (rev 265456) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Maintainer: Jan de Groot - -pkgname=libinput -pkgver=1.2.3 -pkgrel=1 -pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices." -arch=(i686 x86_64) -url="http://www.freedesktop.org/wiki/Software/libinput/"; -license=(custom:X11) -depends=('mtdev' 'systemd' 'libevdev' 'libwacom') -checkdepends=('check') -install=libinput.install -options=('!libtool') -source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('09b2a9d3a0cc973a9d3fdc7af40162cbef0b16be0a2e415786f83761f519e9f2' -'SKIP') -validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - make -} - -check() { - cd $pkgname-$pkgver -# disabled for now: -# https://github.com/libcheck/check/issues/18 -# make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -} Copied: libinput/repos/extra-i686/PKGBUILD (from rev 265455, libinput/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-04-19 13:58:22 UTC (rev 265456) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Andreas Radke +# Maintainer: Jan de Groot + +pkgname=libinput +pkgver=1.2.4 +pkgrel=1 +pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices." +arch=(i686 x86_64) +url="http://www.freedesktop.org/wiki/Software/libinput/"; +license=(custom:X11) +depends=('mtdev' 'systemd' 'libevdev' 'libwacom') +checkdepends=('check') +install=libinput.install +options=('!libtool') +source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1' +'SKIP') +validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + make +} + +check() { + cd $pkgname-$pkgver +# disabled for now: +# https://github.com/libcheck/check/issues/18 +# make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +} Deleted: extra-i686/libinput.install === --- extra-i686/libinput.install 2016-04-19 13:58:07 UTC (rev 265455) +++ extra-i686/libinput.install 2016-04-19 13:58:22 UTC (rev 265456) @@ -1,11 +0,0 @@ -post_install() { - udevadm hwdb --update >/dev/null 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: libinput/repos/extra-i686/libinput.install (from rev 265455, libinput/trunk/libinput.install) === --- extra-i686/libinput.install (rev 0) +++ extra-i686/libinput.install 2016-04-19 13:58:22 UTC (rev 265456) @@ -0,0 +1,11 @@ +post_install() { + udevadm hwdb --update >/dev/null 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-04-19 13:58:07 UTC (rev 265455) +++ extra-x86_64/PKGBUILD 2016-04-19 13:58:22 UTC (rev 265456) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer
[arch-commits] Commit in libinput/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:58:07 Author: andyrtr Revision: 265455 upgpkg: libinput 1.2.4-1 upstream update 1.2.4 Modified: libinput/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:46:07 UTC (rev 265454) +++ PKGBUILD2016-04-19 13:58:07 UTC (rev 265455) @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot pkgname=libinput -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices." arch=(i686 x86_64) @@ -14,7 +14,7 @@ install=libinput.install options=('!libtool') source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('09b2a9d3a0cc973a9d3fdc7af40162cbef0b16be0a2e415786f83761f519e9f2' +sha256sums=('aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1' 'SKIP') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T)
[arch-commits] Commit in spice-gtk3/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:55:56 Author: spupykin Revision: 171406 archrelease: copy trunk to community-x86_64 Added: spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 171405, spice-gtk3/trunk/PKGBUILD) Deleted: spice-gtk3/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:52:59 UTC (rev 171405) +++ PKGBUILD2016-04-19 13:55:56 UTC (rev 171406) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Stefano Facchini -# Contributor: Jonathan Lestrelin -# Contributor: Lucio Zara - -pkgname=spice-gtk3 -pkgver=0.30 -pkgrel=3 -pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" -arch=('i686' 'x86_64') -url="http://spice-space.org"; -license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup' 'spice-glib') -makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl' 'python2-six') -options=('!emptydirs') -source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') - -build() { - cd "$srcdir/spice-gtk-$pkgver" - PYTHON=python2 ./configure --prefix=/usr \ ---disable-static --enable-vala --with-gtk=3.0 \ ---with-audio=pulse \ ---with-coroutine=gthread --sbindir=/usr/bin \ ---enable-smartcard - make -} - -package() { - cd "$srcdir/spice-gtk-$pkgver" - make DESTDIR="$pkgdir/" install - pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do -[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true -f=$(echo $f | sed 's|.gz$||') -[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true - done -} Copied: spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 171405, spice-gtk3/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 13:55:56 UTC (rev 171406) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Stefano Facchini +# Contributor: Jonathan Lestrelin +# Contributor: Lucio Zara + +pkgname=spice-gtk3 +pkgver=0.31 +pkgrel=1 +pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" +arch=('i686' 'x86_64') +url="http://spice-space.org"; +license=('LGPL2.1') +depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup' 'spice-glib') +makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' +'vala' 'sdl' 'python2-six') +options=('!emptydirs') +source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) +md5sums=('1ef438eabc19b0f339d746a93cab4f56') + +build() { + cd "$srcdir/spice-gtk-$pkgver" + PYTHON=python2 ./configure --prefix=/usr \ +--disable-static --enable-vala --with-gtk=3.0 \ +--with-audio=pulse \ +--with-coroutine=gthread --sbindir=/usr/bin \ +--enable-smartcard + make +} + +package() { + cd "$srcdir/spice-gtk-$pkgver" + make DESTDIR="$pkgdir/" install + pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do +[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true +f=$(echo $f | sed 's|.gz$||') +[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true + done +}
[arch-commits] Commit in python-docker-py/repos/community-any (3 files)
Date: Tuesday, April 19, 2016 @ 15:52:59 Author: fyan Revision: 171405 archrelease: copy trunk to community-any Added: python-docker-py/repos/community-any/PKGBUILD (from rev 171404, python-docker-py/trunk/PKGBUILD) python-docker-py/repos/community-any/backports.patch (from rev 171404, python-docker-py/trunk/backports.patch) Deleted: python-docker-py/repos/community-any/PKGBUILD -+ PKGBUILD| 131 + backports.patch | 214 ++ 2 files changed, 283 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:48:54 UTC (rev 171404) +++ PKGBUILD2016-04-19 13:52:59 UTC (rev 171405) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Hideaki Takahashi -# Contributor: Vincent Demeester -# Contributor: Josh VanderLinden - -pkgname=(python-docker-py python2-docker-py) -pkgver=1.7.2 -pkgrel=1 -pkgdesc="Python client for Docker." -arch=('any') -url="https://github.com/dotcloud/docker-py"; -license=("Apache") -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' - 'python-six' 'python2-six' 'python-websocket-client' 'python2-websocket-client') -checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 'python2-mock' 'docker' - 'flake8' 'python2-flake8') -source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";) -sha256sums=('SKIP') - -prepare() { - sed -i 's/==.*$//' docker-py/{,test-}requirements.txt - - cp -a docker-py{,-py2} -} - -build() { - cd "$srcdir/docker-py" - python setup.py build - - cd "$srcdir/docker-py-py2" - python2 setup.py build -} - -check() { - # Skipping integration tests as docker needs root to run: - # docker daemon -H fd:// -p "$srcdir/docker.pid" - - cd "$srcdir/docker-py" - py.test tests/unit - - cd "$srcdir/docker-py-py2" - py.test2 tests/unit - - # kill $(<"$srcdir/docker.pid") -} - -package_python-docker-py() { - depends=('python-requests' 'python-six' 'python-websocket-client') - - cd "$srcdir/docker-py" - python setup.py install -O1 --root="$pkgdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_python2-docker-py() { - depends=('python2-requests' 'python2-six' 'python2-websocket-client') - - cd "$srcdir/docker-py-py2" - python2 setup.py install -O1 --root="$pkgdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: python-docker-py/repos/community-any/PKGBUILD (from rev 171404, python-docker-py/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 13:52:59 UTC (rev 171405) @@ -0,0 +1,69 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Hideaki Takahashi +# Contributor: Vincent Demeester +# Contributor: Josh VanderLinden + +pkgname=(python-docker-py python2-docker-py) +pkgver=1.8.0 +pkgrel=1 +pkgdesc="Python client for Docker." +arch=('any') +url="https://github.com/dotcloud/docker-py"; +license=("Apache") +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' + 'python-six' 'python2-six' 'python-websocket-client' 'python2-websocket-client' + 'python2-backports.ssl_match_hostname' 'python2-ipaddress') +checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 'python2-mock' 'docker' + 'flake8' 'python2-flake8') +source=("git+https://github.com/docker/docker-py.git#tag=$pkgver"; +backports.patch) +sha256sums=('SKIP' +'0bbf17354fa7e7089180577271f552ea08c6b262fd0ca732626085c0bde7a3e0') + +prepare() { + # Use match_hostname from backports.ssl_match_hostname, as the required py2-ipaddress module conflicts with python2-ipaddress + # https://github.com/docker/docker-py/pull/1029 + (cd docker-py; patch -p1 -i ../backports.patch) + + sed -i 's/==.*$//' docker-py/{,test-}requirements.txt + + cp -a docker-py{,-py2} +} + +build() { + cd "$srcdir"/docker-py + python setup.py build + + cd "$srcdir"/docker-py-py2 + python2 setup.py build +} + +check() { + # Skipping integration tests as docker needs root to run: + # docker daemon -H fd:// -p "$srcdir/docker.pid" + + cd "$srcdir/docker-py" + py.test --cov=docker tests/unit + + cd "$srcdir/docker-py-py2" + py.test2 --cov=docker tests/unit + + # kill $(<"$srcdir/docker.pid") +} + +package_python-docker-py() { + depends=('python-requests' 'python-six' 'python-websocket-client') + + cd docker-py + python setup.py install -O1 --root="$pkgdir" + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-docker-py() { + depends=('python2-requests' 'python2-six' 'python2-websocket-client' 'python2-backports.ssl_match_hostname' 'python2-ipaddress') + + cd docker-py-py2
[arch-commits] Commit in spice-gtk3/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:48:45 Author: spupykin Revision: 171403 upgpkg: spice-gtk3 0.31-1 upd Modified: spice-gtk3/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:48:42 UTC (rev 171402) +++ PKGBUILD2016-04-19 13:48:45 UTC (rev 171403) @@ -5,8 +5,8 @@ # Contributor: Lucio Zara pkgname=spice-gtk3 -pkgver=0.30 -pkgrel=3 +pkgver=0.31 +pkgrel=1 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" arch=('i686' 'x86_64') url="http://spice-space.org"; @@ -16,7 +16,7 @@ 'vala' 'sdl' 'python2-six') options=('!emptydirs') source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') +md5sums=('1ef438eabc19b0f339d746a93cab4f56') build() { cd "$srcdir/spice-gtk-$pkgver"
[arch-commits] Commit in spice-glib/repos (4 files)
Date: Tuesday, April 19, 2016 @ 15:48:42 Author: spupykin Revision: 171402 archrelease: copy trunk to community-i686, community-x86_64 Added: spice-glib/repos/community-i686/PKGBUILD (from rev 171401, spice-glib/trunk/PKGBUILD) spice-glib/repos/community-x86_64/PKGBUILD (from rev 171401, spice-glib/trunk/PKGBUILD) Deleted: spice-glib/repos/community-i686/PKGBUILD spice-glib/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 35 -- community-x86_64/PKGBUILD | 35 -- 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 13:48:26 UTC (rev 171401) +++ community-i686/PKGBUILD 2016-04-19 13:48:42 UTC (rev 171402) @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $ -# Maintainer: Sergej Pupykin -# Contributor: Stefano Facchini -# Contributor: Jonathan Lestrelin -# Contributor: Lucio Zara - -pkgname=spice-glib -pkgver=0.30 -pkgrel=3 -pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" -arch=('i686' 'x86_64') -url="http://spice-space.org"; -license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup' -'cairo' 'libjpeg') -makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl' 'python2-six' 'pixman') -options=('!emptydirs') -source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') - -build() { - cd "$srcdir/spice-gtk-$pkgver" - PYTHON=python2 ./configure --prefix=/usr \ ---disable-static --enable-vala --with-gtk=no \ ---with-audio=pulse \ ---with-coroutine=gthread --sbindir=/usr/bin \ ---enable-smartcard - make -} - -package() { - cd "$srcdir/spice-gtk-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: spice-glib/repos/community-i686/PKGBUILD (from rev 171401, spice-glib/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 13:48:42 UTC (rev 171402) @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $ +# Maintainer: Sergej Pupykin +# Contributor: Stefano Facchini +# Contributor: Jonathan Lestrelin +# Contributor: Lucio Zara + +pkgname=spice-glib +pkgver=0.31 +pkgrel=1 +pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" +arch=('i686' 'x86_64') +url="http://spice-space.org"; +license=('LGPL2.1') +depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup' +'cairo' 'libjpeg') +makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' +'vala' 'sdl' 'python2-six' 'pixman') +options=('!emptydirs') +source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) +md5sums=('1ef438eabc19b0f339d746a93cab4f56') + +build() { + cd "$srcdir/spice-gtk-$pkgver" + PYTHON=python2 ./configure --prefix=/usr \ +--disable-static --enable-vala --with-gtk=no \ +--with-audio=pulse \ +--with-coroutine=gthread --sbindir=/usr/bin \ +--enable-smartcard + make +} + +package() { + cd "$srcdir/spice-gtk-$pkgver" + make DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-19 13:48:26 UTC (rev 171401) +++ community-x86_64/PKGBUILD 2016-04-19 13:48:42 UTC (rev 171402) @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $ -# Maintainer: Sergej Pupykin -# Contributor: Stefano Facchini -# Contributor: Jonathan Lestrelin -# Contributor: Lucio Zara - -pkgname=spice-glib -pkgver=0.30 -pkgrel=3 -pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" -arch=('i686' 'x86_64') -url="http://spice-space.org"; -license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup' -'cairo' 'libjpeg') -makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl' 'python2-six' 'pixman') -options=('!emptydirs') -source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') - -build() { - cd "$srcdir/spice-gtk-$pkgver" - PYTHON=python2 ./configure --prefix=/usr \ ---disable-static --enable-vala --with-gtk=no \ ---with-audio=pulse \ ---with-coroutine=gthread --sbindir=/usr/bin \ ---enable-smartcard - make -} - -package() { - cd "$srcdir/spice-gtk-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: spice-glib/repos/community-x86_64/P
[arch-commits] Commit in spice-gtk3/repos/community-i686 (PKGBUILD PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:48:54 Author: spupykin Revision: 171404 archrelease: copy trunk to community-i686 Added: spice-gtk3/repos/community-i686/PKGBUILD (from rev 171403, spice-gtk3/trunk/PKGBUILD) Deleted: spice-gtk3/repos/community-i686/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:48:45 UTC (rev 171403) +++ PKGBUILD2016-04-19 13:48:54 UTC (rev 171404) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Stefano Facchini -# Contributor: Jonathan Lestrelin -# Contributor: Lucio Zara - -pkgname=spice-gtk3 -pkgver=0.30 -pkgrel=3 -pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" -arch=('i686' 'x86_64') -url="http://spice-space.org"; -license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup' 'spice-glib') -makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' -'vala' 'sdl' 'python2-six') -options=('!emptydirs') -source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') - -build() { - cd "$srcdir/spice-gtk-$pkgver" - PYTHON=python2 ./configure --prefix=/usr \ ---disable-static --enable-vala --with-gtk=3.0 \ ---with-audio=pulse \ ---with-coroutine=gthread --sbindir=/usr/bin \ ---enable-smartcard - make -} - -package() { - cd "$srcdir/spice-gtk-$pkgver" - make DESTDIR="$pkgdir/" install - pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do -[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true -f=$(echo $f | sed 's|.gz$||') -[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true - done -} Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 171403, spice-gtk3/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 13:48:54 UTC (rev 171404) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Stefano Facchini +# Contributor: Jonathan Lestrelin +# Contributor: Lucio Zara + +pkgname=spice-gtk3 +pkgver=0.31 +pkgrel=1 +pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" +arch=('i686' 'x86_64') +url="http://spice-space.org"; +license=('LGPL2.1') +depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup' 'spice-glib') +makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' +'vala' 'sdl' 'python2-six') +options=('!emptydirs') +source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) +md5sums=('1ef438eabc19b0f339d746a93cab4f56') + +build() { + cd "$srcdir/spice-gtk-$pkgver" + PYTHON=python2 ./configure --prefix=/usr \ +--disable-static --enable-vala --with-gtk=3.0 \ +--with-audio=pulse \ +--with-coroutine=gthread --sbindir=/usr/bin \ +--enable-smartcard + make +} + +package() { + cd "$srcdir/spice-gtk-$pkgver" + make DESTDIR="$pkgdir/" install + pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do +[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true +f=$(echo $f | sed 's|.gz$||') +[ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true + done +}
[arch-commits] Commit in spice-glib/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:48:26 Author: spupykin Revision: 171401 upgpkg: spice-glib 0.31-1 upd Modified: spice-glib/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:46:00 UTC (rev 171400) +++ PKGBUILD2016-04-19 13:48:26 UTC (rev 171401) @@ -5,8 +5,8 @@ # Contributor: Lucio Zara pkgname=spice-glib -pkgver=0.30 -pkgrel=3 +pkgver=0.31 +pkgrel=1 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)" arch=('i686' 'x86_64') url="http://spice-space.org"; @@ -17,7 +17,7 @@ 'vala' 'sdl' 'python2-six' 'pixman') options=('!emptydirs') source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2";) -md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb') +md5sums=('1ef438eabc19b0f339d746a93cab4f56') build() { cd "$srcdir/spice-gtk-$pkgver"
[arch-commits] Commit in python-docker-py/trunk (PKGBUILD backports.patch)
Date: Tuesday, April 19, 2016 @ 15:46:00 Author: fyan Revision: 171400 upgpkg: python-docker-py 1.8.0-1 Added: python-docker-py/trunk/backports.patch Modified: python-docker-py/trunk/PKGBUILD -+ PKGBUILD| 33 +--- backports.patch | 214 ++ 2 files changed, 234 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:39:51 UTC (rev 171399) +++ PKGBUILD2016-04-19 13:46:00 UTC (rev 171400) @@ -5,7 +5,7 @@ # Contributor: Josh VanderLinden pkgname=(python-docker-py python2-docker-py) -pkgver=1.7.2 +pkgver=1.8.0 pkgrel=1 pkgdesc="Python client for Docker." arch=('any') @@ -12,13 +12,20 @@ url="https://github.com/dotcloud/docker-py"; license=("Apache") makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' - 'python-six' 'python2-six' 'python-websocket-client' 'python2-websocket-client') + 'python-six' 'python2-six' 'python-websocket-client' 'python2-websocket-client' + 'python2-backports.ssl_match_hostname' 'python2-ipaddress') checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 'python2-mock' 'docker' 'flake8' 'python2-flake8') -source=("git+https://github.com/docker/docker-py.git#tag=$pkgver";) -sha256sums=('SKIP') +source=("git+https://github.com/docker/docker-py.git#tag=$pkgver"; +backports.patch) +sha256sums=('SKIP' +'0bbf17354fa7e7089180577271f552ea08c6b262fd0ca732626085c0bde7a3e0') prepare() { + # Use match_hostname from backports.ssl_match_hostname, as the required py2-ipaddress module conflicts with python2-ipaddress + # https://github.com/docker/docker-py/pull/1029 + (cd docker-py; patch -p1 -i ../backports.patch) + sed -i 's/==.*$//' docker-py/{,test-}requirements.txt cp -a docker-py{,-py2} @@ -25,10 +32,10 @@ } build() { - cd "$srcdir/docker-py" + cd "$srcdir"/docker-py python setup.py build - cd "$srcdir/docker-py-py2" + cd "$srcdir"/docker-py-py2 python2 setup.py build } @@ -37,10 +44,10 @@ # docker daemon -H fd:// -p "$srcdir/docker.pid" cd "$srcdir/docker-py" - py.test tests/unit + py.test --cov=docker tests/unit cd "$srcdir/docker-py-py2" - py.test2 tests/unit + py.test2 --cov=docker tests/unit # kill $(<"$srcdir/docker.pid") } @@ -48,15 +55,15 @@ package_python-docker-py() { depends=('python-requests' 'python-six' 'python-websocket-client') - cd "$srcdir/docker-py" + cd docker-py python setup.py install -O1 --root="$pkgdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } package_python2-docker-py() { - depends=('python2-requests' 'python2-six' 'python2-websocket-client') + depends=('python2-requests' 'python2-six' 'python2-websocket-client' 'python2-backports.ssl_match_hostname' 'python2-ipaddress') - cd "$srcdir/docker-py-py2" + cd docker-py-py2 python2 setup.py install -O1 --root="$pkgdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } Added: backports.patch === --- backports.patch (rev 0) +++ backports.patch 2016-04-19 13:46:00 UTC (rev 171400) @@ -0,0 +1,214 @@ +From 9da54931355c5ac7146e1f2b137a12cbbb190cfa Mon Sep 17 00:00:00 2001 +From: Felix Yan +Date: Fri, 8 Apr 2016 00:20:42 +0800 +Subject: [PATCH] Use backports.ssl_match_hostname + +The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress module, which is in the dependency tree of widely used pyOpenSSL. I think it would be a good idea to use a well maintained backport of the Python 3.5 implementation of match_hostname() instead of duplicating the effort and maintain another. + +All tests are passing here. + +Signed-off-by: Felix Yan +--- + docker/ssladapter/ssl_match_hostname.py | 130 + docker/ssladapter/ssladapter.py | 2 +- + requirements.txt| 2 +- + setup.py| 2 +- + tests/unit/ssladapter_test.py | 12 ++- + 5 files changed, 12 insertions(+), 136 deletions(-) + delete mode 100644 docker/ssladapter/ssl_match_hostname.py + +diff --git a/docker/ssladapter/ssl_match_hostname.py b/docker/ssladapter/ssl_match_hostname.py +deleted file mode 100644 +index 9de0c5f..000 +--- a/docker/ssladapter/ssl_match_hostname.py /dev/null +@@ -1,130 +0,0 @@ +-# Slightly modified version of match_hostname in python's ssl library +-# https://hg.python.org/cpython/file/tip/Lib/ssl.py +-# Changed to make code python 2.x compatible (unicode strings for ip_address +-# and 3.5-specific var assignment syntax) +- +-impor
[arch-commits] Commit in sqlite/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:45:42 Author: andyrtr Revision: 265453 upgpkg: sqlite 3.12.2-1 upstream update 3.12.2 Modified: sqlite/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:36:26 UTC (rev 265452) +++ PKGBUILD2016-04-19 13:45:42 UTC (rev 265453) @@ -4,10 +4,10 @@ pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') -_srcver=3120100 +_srcver=3120200 _docver=${_srcver} #_docver=3080001 -pkgver=3.12.1 +pkgver=3.12.2 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip license.txt) options=('!emptydirs' '!makeflags') # json extensions breaks parallel build -sha1sums=('f3f76c0f07a37e085eb504460a5663bcff53b6ad' - '5adad476e52a031bfb1cbc9c1426a5fb77e453a3' +sha1sums=('d96d0c14549212d3cac9a11450109149a17065d6' + 'e49eb277915d1f886a9ee4687a23ec67dc5fe3cb' 'f34f6daa4ab3073d74e774aad21d66878cf26853') prepare() {
[arch-commits] Commit in sqlite/repos (6 files)
Date: Tuesday, April 19, 2016 @ 15:46:07 Author: andyrtr Revision: 265454 archrelease: copy trunk to testing-i686, testing-x86_64 Added: sqlite/repos/testing-i686/ sqlite/repos/testing-i686/PKGBUILD (from rev 265453, sqlite/trunk/PKGBUILD) sqlite/repos/testing-i686/license.txt (from rev 265453, sqlite/trunk/license.txt) sqlite/repos/testing-x86_64/ sqlite/repos/testing-x86_64/PKGBUILD (from rev 265453, sqlite/trunk/PKGBUILD) sqlite/repos/testing-x86_64/license.txt (from rev 265453, sqlite/trunk/license.txt) + testing-i686/PKGBUILD | 116 +++ testing-i686/license.txt | 33 testing-x86_64/PKGBUILD| 116 +++ testing-x86_64/license.txt | 33 4 files changed, 298 insertions(+) Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 265453, sqlite/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-04-19 13:46:07 UTC (rev 265454) @@ -0,0 +1,116 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Tom Newsom + +pkgbase="sqlite" +pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') +_srcver=3120200 +_docver=${_srcver} +#_docver=3080001 +pkgver=3.12.2 +pkgrel=1 +pkgdesc="A C library that implements an SQL database engine" +arch=('i686' 'x86_64') +license=('custom:Public Domain') +url="http://www.sqlite.org/"; +makedepends=('tcl' 'readline') +source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip +http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip +license.txt) +options=('!emptydirs' '!makeflags') # json extensions breaks parallel build +sha1sums=('d96d0c14549212d3cac9a11450109149a17065d6' + 'e49eb277915d1f886a9ee4687a23ec67dc5fe3cb' + 'f34f6daa4ab3073d74e774aad21d66878cf26853') + +prepare() { + cd sqlite-src-$_srcver +# autoreconf -vfi +} + +build() { + export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \ + -DSQLITE_ENABLE_UNLOCK_NOTIFY \ + -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ + -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \ + -DSQLITE_SECURE_DELETE" + + # build sqlite + cd sqlite-src-$_srcver + ./configure --prefix=/usr \ + --disable-static \ + --disable-amalgamation \ + --enable-fts3 \ + --enable-fts4 \ + --enable-fts5 \ + --enable-rtree \ + --enable-json1 \ + TCLLIBDIR=/usr/lib/sqlite$pkgver + make + # build additional tools + make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer +} + +package_sqlite() { + + pkgdesc="A C library that implements an SQL database engine" + depends=('readline') + provides=("sqlite3=$pkgver") + replaces=("sqlite3") + + cd sqlite-src-$_srcver + make DESTDIR=${pkgdir} install + + install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/ + + # install manpage + install -m755 -d ${pkgdir}/usr/share/man/man1 + install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/ + + # license - no linking required because pkgbase=pkgname + install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgbase}/license.txt + + # split out tcl extension + mkdir $srcdir/tcl + mv $pkgdir/usr/lib/sqlite* $srcdir/tcl +} + +package_sqlite-tcl() { + + pkgdesc="sqlite Tcl Extension Architecture (TEA)" + depends=('sqlite') + provides=("sqlite3-tcl=$pkgver") + replaces=("sqlite3-tcl") + + install -m755 -d ${pkgdir}/usr/lib + mv $srcdir/tcl/* ${pkgdir}/usr/lib + + # install manpage + install -m755 -d ${pkgdir}/usr/share/man/mann + install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n ${pkgdir}/usr/share/man/mann/ + + # link license + install -m755 -d ${pkgdir}/usr/share/licenses + ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}" +} + +package_sqlite-analyzer() { + + pkgdesc="An analysis program for sqlite3 database files" + depends=('sqlite' 'tcl') + + cd sqlite-src-$_srcver + install -m755 -d ${pkgdir}/usr/bin + install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/ +} + +package_sqlite-doc() { + + pkgdesc="most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation" + #arch=('any') - not yet supported + provides=("sqlite3-doc=$pkgver") + replaces=("sqlite3-doc") + + cd sqlite-doc-${_docver} + mkdir -p ${pkgdir}/usr/share/doc/${pkgbase} + cp -R * ${pkgdir}/usr/share/doc/${pkgbase}/ +} Copied: sqlite/repos/testing-i686/license.txt (from rev 265453, sqlite/trunk/license.txt) === --- testing-i686/license.txt(rev 0) +++ testing-i686/license.txt2016-04-19 13:46:07 UTC
[arch-commits] Commit in python2-backports.ssl_match_hostname/repos (2 files)
Date: Tuesday, April 19, 2016 @ 15:39:51 Author: fyan Revision: 171399 archrelease: copy trunk to community-any Added: python2-backports.ssl_match_hostname/repos/community-any/ python2-backports.ssl_match_hostname/repos/community-any/PKGBUILD (from rev 171398, python2-backports.ssl_match_hostname/trunk/PKGBUILD) --+ PKGBUILD | 20 1 file changed, 20 insertions(+) Copied: python2-backports.ssl_match_hostname/repos/community-any/PKGBUILD (from rev 171398, python2-backports.ssl_match_hostname/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2016-04-19 13:39:51 UTC (rev 171399) @@ -0,0 +1,20 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Crass00 + +pkgname=python2-backports.ssl_match_hostname +pkgver=3.5.0.1 +pkgrel=1 +pkgdesc="The ssl.match_hostname() function from Python 3.5" +arch=('any') +url="https://pypi.python.org/pypi/backports.ssl_match_hostname"; +license=('PSF') +depends=('python2') +optdepends=('python2-ipaddress: for IPAddress ServerAltnames support') +source=("https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-$pkgver.tar.gz";) +sha256sums=('502ad98707319f4a51fa2ca1c677bd659008d27ded9f6380c79e8932e38dcdf2') + +package() { + cd backports.ssl_match_hostname-$pkgver + python2 setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in (4 files)
Date: Tuesday, April 19, 2016 @ 15:39:27 Author: fyan Revision: 171398 addpkg: python2-backports.ssl_match_hostname 3.5.0.1-1 Added: python2-backports.ssl_match_hostname/ python2-backports.ssl_match_hostname/repos/ python2-backports.ssl_match_hostname/trunk/ python2-backports.ssl_match_hostname/trunk/PKGBUILD --+ PKGBUILD | 20 1 file changed, 20 insertions(+) Added: python2-backports.ssl_match_hostname/trunk/PKGBUILD === --- python2-backports.ssl_match_hostname/trunk/PKGBUILD (rev 0) +++ python2-backports.ssl_match_hostname/trunk/PKGBUILD 2016-04-19 13:39:27 UTC (rev 171398) @@ -0,0 +1,20 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Crass00 + +pkgname=python2-backports.ssl_match_hostname +pkgver=3.5.0.1 +pkgrel=1 +pkgdesc="The ssl.match_hostname() function from Python 3.5" +arch=('any') +url="https://pypi.python.org/pypi/backports.ssl_match_hostname"; +license=('PSF') +depends=('python2') +optdepends=('python2-ipaddress: for IPAddress ServerAltnames support') +source=("https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-$pkgver.tar.gz";) +sha256sums=('502ad98707319f4a51fa2ca1c677bd659008d27ded9f6380c79e8932e38dcdf2') + +package() { + cd backports.ssl_match_hostname-$pkgver + python2 setup.py install --root="$pkgdir" --optimize=1 +} Property changes on: python2-backports.ssl_match_hostname/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in python-babel/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:38:34 Author: spupykin Revision: 171397 archrelease: copy trunk to community-any Added: python-babel/repos/community-any/PKGBUILD (from rev 171396, python-babel/trunk/PKGBUILD) Deleted: python-babel/repos/community-any/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 46 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:38:23 UTC (rev 171396) +++ PKGBUILD2016-04-19 13:38:34 UTC (rev 171397) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor : Giedrius Slavinskas - -pkgbase=python-babel -pkgname=(python-babel python2-babel) -pkgver=2.3.2 -pkgrel=1 -pkgdesc="A collection of tools for internationalizing Python applications" -url="http://babel.pocoo.org/"; -license=("BSD") -arch=('any') -makedepends=('python' 'python2' - 'python-setuptools' 'python2-setuptools' - 'python-pytz' 'python2-pytz') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz";) -md5sums=('8800dc94ba33bcd5e673b247de2eade2') - -package_python-babel() { - depends=('python' 'python-pytz') - - cd $srcdir/babel-${pkgver} - python3 setup.py import_cldr - python3 setup.py install --root=$pkgdir - install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-babel() { - depends=('python2' 'python2-pytz') - - cd $srcdir/babel-${pkgver} - python2 setup.py import_cldr - python2 setup.py install --root=$pkgdir - mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2 - install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} Copied: python-babel/repos/community-any/PKGBUILD (from rev 171396, python-babel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 13:38:34 UTC (rev 171397) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor : Giedrius Slavinskas + +pkgbase=python-babel +pkgname=(python-babel python2-babel) +pkgver=2.3.3 +pkgrel=1 +pkgdesc="A collection of tools for internationalizing Python applications" +url="http://babel.pocoo.org/"; +license=("BSD") +arch=('any') +makedepends=('python' 'python2' + 'python-setuptools' 'python2-setuptools' + 'python-pytz' 'python2-pytz') +noextract=("core-28.zip") +#source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz";) +source=("https://pypi.python.org/packages/source/B/Babel/Babel-$pkgver.tar.gz"; + "core-28.zip::http://unicode.org/Public/cldr/28/core.zip";) +md5sums=('7385ea5b37005f4b2015f971044431f6' + 'a4e9ee67b3545df299043164cd78fca1') + +prepare() { + cd $srcdir/Babel-${pkgver} + mkdir cldr + mv $srcdir/core-28.zip cldr/ +} + +package_python-babel() { + depends=('python' 'python-pytz') + + cd $srcdir/Babel-${pkgver} + python3 setup.py import_cldr + python3 setup.py install --root=$pkgdir + install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-babel() { + depends=('python2' 'python2-pytz') + + cd $srcdir/Babel-${pkgver} + python2 setup.py import_cldr + python2 setup.py install --root=$pkgdir + mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2 + install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in punbb/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:38:10 Author: spupykin Revision: 171394 upgpkg: punbb 1.4.4-1 upd Modified: punbb/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:38:06 UTC (rev 171393) +++ PKGBUILD2016-04-19 13:38:10 UTC (rev 171394) @@ -3,7 +3,7 @@ # Contributor: Sergej Pupykin pkgname=punbb -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 pkgdesc="forum engine" arch=('any') @@ -13,7 +13,7 @@ backup=('etc/webapps/punbb/.htaccess') source=(http://punbb.informer.com/download/$pkgname-$pkgver.zip pun_antispam-$pkgver.tgz::http://punbb.informer.com/extensions/pun_antispam/pun_antispam.tgz) -md5sums=('a9d8b2c65cc209dcfbf4fca8982fdb64' +md5sums=('86cd3ae531e2589e25eac3ccf78f460e' 'a0c33628608e429345a0eef789db68ac') package() {
[arch-commits] Commit in python-babel/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:38:23 Author: spupykin Revision: 171396 upgpkg: python-babel 2.3.3-1 upd Modified: python-babel/trunk/PKGBUILD --+ PKGBUILD | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:38:20 UTC (rev 171395) +++ PKGBUILD2016-04-19 13:38:23 UTC (rev 171396) @@ -4,7 +4,7 @@ pkgbase=python-babel pkgname=(python-babel python2-babel) -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 pkgdesc="A collection of tools for internationalizing Python applications" url="http://babel.pocoo.org/"; @@ -13,13 +13,23 @@ makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-pytz' 'python2-pytz') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz";) -md5sums=('8800dc94ba33bcd5e673b247de2eade2') +noextract=("core-28.zip") +#source=("$pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz";) +source=("https://pypi.python.org/packages/source/B/Babel/Babel-$pkgver.tar.gz"; + "core-28.zip::http://unicode.org/Public/cldr/28/core.zip";) +md5sums=('7385ea5b37005f4b2015f971044431f6' + 'a4e9ee67b3545df299043164cd78fca1') +prepare() { + cd $srcdir/Babel-${pkgver} + mkdir cldr + mv $srcdir/core-28.zip cldr/ +} + package_python-babel() { depends=('python' 'python-pytz') - cd $srcdir/babel-${pkgver} + cd $srcdir/Babel-${pkgver} python3 setup.py import_cldr python3 setup.py install --root=$pkgdir install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE @@ -28,7 +38,7 @@ package_python2-babel() { depends=('python2' 'python2-pytz') - cd $srcdir/babel-${pkgver} + cd $srcdir/Babel-${pkgver} python2 setup.py import_cldr python2 setup.py install --root=$pkgdir mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2
[arch-commits] Commit in mcelog/repos (4 files)
Date: Tuesday, April 19, 2016 @ 15:38:06 Author: spupykin Revision: 171393 archrelease: copy trunk to community-i686, community-x86_64 Added: mcelog/repos/community-i686/PKGBUILD (from rev 171392, mcelog/trunk/PKGBUILD) mcelog/repos/community-x86_64/PKGBUILD (from rev 171392, mcelog/trunk/PKGBUILD) Deleted: mcelog/repos/community-i686/PKGBUILD mcelog/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 76 community-i686/PKGBUILD | 38 -- community-x86_64/PKGBUILD | 38 -- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-19 13:37:46 UTC (rev 171392) +++ community-i686/PKGBUILD 2016-04-19 13:38:06 UTC (rev 171393) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Thomas Mudrunka -# Maintainer: Thomas Mudrunka - -pkgname=mcelog -epoch=1 -pkgver=129 -pkgrel=1 -pkgdesc="Print machine check event log from x86-64 kernel" -url="https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git"; -license=("GPL") -arch=('i686' 'x86_64') -makedepends=('git') -options=('docs') -backup=('etc/mcelog/mcelog.conf') -source=("git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git#tag=v$pkgver") -md5sums=('SKIP') - -prepare() { - cd "${srcdir}/mcelog" - sed -i 's|sbin|bin|g' Makefile mcelog.cron mcelog.service -} - -build() { - cd "${srcdir}/mcelog" - make -} - -package() { - cd "${srcdir}/mcelog" - mkdir -p $pkgdir/usr/share/doc/mcelog - make install DESTDIR=$pkgdir - install -Dm0755 mcelog.cron "${pkgdir}/usr/bin/mcelog.cron" - install -Dm0644 mcelog.logrotate "${pkgdir}/etc/logrotate.d/mcelog.logrotate" - install -Dm0644 README *.pdf "${pkgdir}/usr/share/doc/mcelog/" - install -Dm0644 mcelog.service $pkgdir/usr/lib/systemd/system/$pkgname.service -} Copied: mcelog/repos/community-i686/PKGBUILD (from rev 171392, mcelog/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 13:38:06 UTC (rev 171393) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Thomas Mudrunka +# Maintainer: Thomas Mudrunka + +pkgname=mcelog +epoch=1 +pkgver=136 +pkgrel=1 +pkgdesc="Print machine check event log from x86-64 kernel" +url="https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git"; +license=("GPL") +arch=('i686' 'x86_64') +makedepends=('git') +options=('docs') +backup=('etc/mcelog/mcelog.conf') +source=("git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git#tag=v$pkgver") +md5sums=('SKIP') + +prepare() { + cd "${srcdir}/mcelog" + sed -i 's|sbin|bin|g' Makefile mcelog.cron mcelog.service +} + +build() { + cd "${srcdir}/mcelog" + make +} + +package() { + cd "${srcdir}/mcelog" + mkdir -p $pkgdir/usr/share/doc/mcelog + make install DESTDIR=$pkgdir + install -Dm0755 mcelog.cron "${pkgdir}/usr/bin/mcelog.cron" + install -Dm0644 mcelog.logrotate "${pkgdir}/etc/logrotate.d/mcelog.logrotate" + install -Dm0644 README *.pdf "${pkgdir}/usr/share/doc/mcelog/" + install -Dm0644 mcelog.service $pkgdir/usr/lib/systemd/system/$pkgname.service +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-19 13:37:46 UTC (rev 171392) +++ community-x86_64/PKGBUILD 2016-04-19 13:38:06 UTC (rev 171393) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Thomas Mudrunka -# Maintainer: Thomas Mudrunka - -pkgname=mcelog -epoch=1 -pkgver=129 -pkgrel=1 -pkgdesc="Print machine check event log from x86-64 kernel" -url="https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git"; -license=("GPL") -arch=('i686' 'x86_64') -makedepends=('git') -options=('docs') -backup=('etc/mcelog/mcelog.conf') -source=("git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git#tag=v$pkgver") -md5sums=('SKIP') - -prepare() { - cd "${srcdir}/mcelog" - sed -i 's|sbin|bin|g' Makefile mcelog.cron mcelog.service -} - -build() { - cd "${srcdir}/mcelog" - make -} - -package() { - cd "${srcdir}/mcelog" - mkdir -p $pkgdir/usr/share/doc/mcelog - make install DESTDIR=$pkgdir - install -Dm0755 mcelog.cron "${pkgdir}/usr/bin/mcelog.cron" - install -Dm0644 mcelog.logrotate "${pkgdir}/etc/logrotate.d/mcelog.logrotate" - install -Dm0644 README *.pdf "${pkgdir}/usr/share/doc/mcelog/" - install -Dm0644 mcelog.service $pkgdir/usr/lib/systemd/system/$pkgname.service -} Copied: mcelog/repos/community-x86_64/PKGBUILD (from rev 171392, mcelog/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-04-19 13:38:06 UTC (rev 171393) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin +#
[arch-commits] Commit in punbb/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:38:20 Author: spupykin Revision: 171395 archrelease: copy trunk to community-any Added: punbb/repos/community-any/PKGBUILD (from rev 171394, punbb/trunk/PKGBUILD) Deleted: punbb/repos/community-any/PKGBUILD --+ PKGBUILD | 86 ++--- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:38:10 UTC (rev 171394) +++ PKGBUILD2016-04-19 13:38:20 UTC (rev 171395) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Sergej Pupykin - -pkgname=punbb -pkgver=1.4.3 -pkgrel=1 -pkgdesc="forum engine" -arch=('any') -url="http://punbb.informer.com"; -license=("GPL") -depends=('php') -backup=('etc/webapps/punbb/.htaccess') -source=(http://punbb.informer.com/download/$pkgname-$pkgver.zip - pun_antispam-$pkgver.tgz::http://punbb.informer.com/extensions/pun_antispam/pun_antispam.tgz) -md5sums=('a9d8b2c65cc209dcfbf4fca8982fdb64' - 'a0c33628608e429345a0eef789db68ac') - -package() { - cd $srcdir - install -dm0755 $pkgdir/usr/share/webapps - install -dm0755 $pkgdir/etc/webapps/punbb - install -dm0755 $pkgdir/var/lib - install -dm0755 $pkgdir/var/cache - - cp -r punbb-$pkgver $pkgdir/usr/share/webapps/punbb - cp -r $srcdir/pun_antispam $pkgdir/usr/share/webapps/punbb/extensions - - cd $pkgdir/usr/share/webapps/punbb - - echo "deny from all" >$pkgdir/etc/webapps/punbb/.htaccess - ln -s /etc/webapps/punbb/.htaccess .htaccess - - mv img/avatars $pkgdir/var/lib/punbb - ln -s /var/lib/punbb img/avatars - mv cache $pkgdir/var/cache/punbb - ln -s /var/cache/punbb cache - - cd $pkgdir - find -type d -exec chmod 0755 {} \; - find -type f -exec chmod 0644 {} \; - chown http:http $pkgdir/var/{lib,cache}/punbb -} Copied: punbb/repos/community-any/PKGBUILD (from rev 171394, punbb/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-04-19 13:38:20 UTC (rev 171395) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Sergej Pupykin + +pkgname=punbb +pkgver=1.4.4 +pkgrel=1 +pkgdesc="forum engine" +arch=('any') +url="http://punbb.informer.com"; +license=("GPL") +depends=('php') +backup=('etc/webapps/punbb/.htaccess') +source=(http://punbb.informer.com/download/$pkgname-$pkgver.zip + pun_antispam-$pkgver.tgz::http://punbb.informer.com/extensions/pun_antispam/pun_antispam.tgz) +md5sums=('86cd3ae531e2589e25eac3ccf78f460e' + 'a0c33628608e429345a0eef789db68ac') + +package() { + cd $srcdir + install -dm0755 $pkgdir/usr/share/webapps + install -dm0755 $pkgdir/etc/webapps/punbb + install -dm0755 $pkgdir/var/lib + install -dm0755 $pkgdir/var/cache + + cp -r punbb-$pkgver $pkgdir/usr/share/webapps/punbb + cp -r $srcdir/pun_antispam $pkgdir/usr/share/webapps/punbb/extensions + + cd $pkgdir/usr/share/webapps/punbb + + echo "deny from all" >$pkgdir/etc/webapps/punbb/.htaccess + ln -s /etc/webapps/punbb/.htaccess .htaccess + + mv img/avatars $pkgdir/var/lib/punbb + ln -s /var/lib/punbb img/avatars + mv cache $pkgdir/var/cache/punbb + ln -s /var/cache/punbb cache + + cd $pkgdir + find -type d -exec chmod 0755 {} \; + find -type f -exec chmod 0644 {} \; + chown http:http $pkgdir/var/{lib,cache}/punbb +}
[arch-commits] Commit in mcelog/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:37:46 Author: spupykin Revision: 171392 upgpkg: mcelog 1:136-1 upd Modified: mcelog/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 10:17:30 UTC (rev 171391) +++ PKGBUILD2016-04-19 13:37:46 UTC (rev 171392) @@ -5,7 +5,7 @@ pkgname=mcelog epoch=1 -pkgver=129 +pkgver=136 pkgrel=1 pkgdesc="Print machine check event log from x86-64 kernel" url="https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git";
[arch-commits] Commit in kde-applications-meta/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:28:11 Author: arojas Revision: 265443 KDE Applications 16.04 Modified: kde-applications-meta/trunk/PKGBUILD --+ PKGBUILD | 45 + 1 file changed, 25 insertions(+), 20 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:24:58 UTC (rev 265442) +++ PKGBUILD2016-04-19 13:28:11 UTC (rev 265443) @@ -19,7 +19,7 @@ 'kde-meta-kdeutils' 'kde-meta-kdewebdev' 'telepathy-kde-meta') -pkgver=15.12 +pkgver=16.04 pkgrel=1 arch=(any) url='http://www.archlinux.org/' @@ -26,7 +26,7 @@ license=(GPL) package_kde-applications-meta() { - pkgdesc=('Meta package for KDE Applications') + pkgdesc='Meta package for KDE Applications' depends=('kde-meta-kdeaccessibility' 'kde-meta-kdeadmin' 'kde-meta-kdebase' @@ -42,7 +42,7 @@ } package_kde-meta-kdeaccessibility() { - pkgdesc=('Meta package for kdeaccessibility') + pkgdesc='Meta package for kdeaccessibility' depends=('kdeaccessibility-jovie' 'kdeaccessibility-kaccessible' 'kdeaccessibility-kmag' @@ -53,7 +53,7 @@ } package_kde-meta-kdeadmin() { - pkgdesc=('Meta package for kdeadmin') + pkgdesc='Meta package for kdeadmin' depends=('kcron' 'ksystemlog' 'kdeadmin-kuser') @@ -62,7 +62,7 @@ } package_kde-meta-kdebase() { - pkgdesc=('Meta package for kdebase') + pkgdesc='Meta package for kdebase' depends=('dolphin' 'kdebase-kdepasswd' 'kdebase-kdialog' @@ -70,6 +70,7 @@ 'kdebase-keditbookmarks' 'kdebase-konqueror' 'kdebase-konq-plugins' + 'khelpcenter' 'konsole' 'kate' 'kwrite') @@ -78,7 +79,7 @@ } package_kde-meta-kdeedu() { - pkgdesc=('Meta package for kdeedu') + pkgdesc='Meta package for kdeedu' depends=('artikulate' 'blinken' 'cantor' @@ -97,6 +98,7 @@ 'kturtle' 'kwordquiz' 'marble' + 'minuet' 'parley' 'rocs' 'step') @@ -105,7 +107,7 @@ } package_kde-meta-kdegames() { - pkgdesc=('Meta package for kdegames') + pkgdesc='Meta package for kdegames' depends=('bomber' 'bovo' 'granatier' @@ -125,7 +127,7 @@ 'kjumpingcube' 'klines' 'klickety' -'kdegames-kmahjongg' +'kmahjongg' 'kmines' 'knavalbattle' 'knetwalk' @@ -150,10 +152,10 @@ } package_kde-meta-kdegraphics() { - pkgdesc=('Meta package for kdegraphics') + pkgdesc='Meta package for kdegraphics' depends=('gwenview' 'kamera' -'kdegraphics-kcolorchooser' +'kcolorchooser' 'kdegraphics-kolourpaint' 'kruler' 'kdegraphics-ksaneplugin' @@ -168,7 +170,7 @@ } package_kde-meta-kdemultimedia() { - pkgdesc=('Meta package for kdemultimedia') + pkgdesc='Meta package for kdemultimedia' depends=('kdemultimedia-audiocd-kio' 'dragon' 'ffmpegthumbs' @@ -182,12 +184,12 @@ } package_kde-meta-kdenetwork() { - pkgdesc=('Meta package for kdenetwork') + pkgdesc='Meta package for kdenetwork' depends=('kdenetwork-filesharing' 'kdenetwork-kget' 'kdenetwork-kopete' 'kdenetwork-kppp' -'kdenetwork-krdc' +'krdc' 'krfb' 'kdenetwork-strigi-analyzers' 'kdenetwork-zeroconf-ioslave' @@ -198,7 +200,7 @@ } package_kde-meta-kdepim() { - pkgdesc=('Meta package for kdepim') + pkgdesc='Meta package for kdepim' depends=('akonadiconsole' 'akregator' 'blogilo' @@ -210,13 +212,14 @@ 'knotes' 'kontact' 'korganizer' -'ktnef') +'ktnef' + 'kdepim-addons') replaces=('kdepim') conflicts=('kdepim') } package_kde-meta-kdesdk() { - pkgdesc=('Meta package for kdesdk') + pkgdesc='Meta package for kdesdk' depends=('kdesdk-cervisia' 'dolphin-plugins' 'kde-dev-scripts' @@ -236,7 +239,7 @@ } package_kde-meta-kdeutils() { - pkgdesc=('Meta package for kdeutils') + pkgdesc='Meta package for kdeutils' depends=('ark' 'filelight' 'kcalc' @@ -243,7 +246,7 @@ 'kcharselect'
[arch-commits] Commit in (foomatic)
Date: Tuesday, April 19, 2016 @ 15:34:30 Author: andyrtr Revision: 265449 dead pkg; replaced by foomatic-db and foomatic-db-engine Deleted: foomatic/
[arch-commits] Commit in kde-applications-meta/repos/kde-unstable-any (2 files)
Date: Tuesday, April 19, 2016 @ 15:28:40 Author: arojas Revision: 265445 archrelease: copy trunk to kde-unstable-any Added: kde-applications-meta/repos/kde-unstable-any/PKGBUILD (from rev 265444, kde-applications-meta/trunk/PKGBUILD) Deleted: kde-applications-meta/repos/kde-unstable-any/PKGBUILD --+ PKGBUILD | 573 ++--- 1 file changed, 287 insertions(+), 286 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:28:34 UTC (rev 265444) +++ PKGBUILD2016-04-19 13:28:40 UTC (rev 265445) @@ -1,286 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgbase=kde-applications-meta -pkgname=('kde-applications-meta' -'kde-meta-kdeaccessibility' - 'kde-meta-kdeadmin' - 'kde-meta-kdebase' - 'kde-meta-kdeedu' - 'kde-meta-kdegames' - 'kde-meta-kdegraphics' - 'kde-meta-kdemultimedia' - 'kde-meta-kdenetwork' - 'kde-meta-kdepim' - 'kde-meta-kdesdk' - 'kde-meta-kdeutils' - 'kde-meta-kdewebdev' - 'telepathy-kde-meta') -pkgver=16.04 -pkgrel=0.2 -arch=(any) -url='http://www.archlinux.org/' -license=(GPL) - -package_kde-applications-meta() { - pkgdesc='Meta package for KDE Applications' -depends=('kde-meta-kdeaccessibility' - 'kde-meta-kdeadmin' - 'kde-meta-kdebase' - 'kde-meta-kdeedu' - 'kde-meta-kdegames' - 'kde-meta-kdegraphics' - 'kde-meta-kdemultimedia' - 'kde-meta-kdenetwork' - 'kde-meta-kdepim' - 'kde-meta-kdesdk' - 'kde-meta-kdeutils' - 'kde-meta-kdewebdev') -} - -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=('kcron' - 'ksystemlog' - 'kdeadmin-kuser') - replaces=('kdeadmin') - conflicts=('kdeadmin') -} - -package_kde-meta-kdebase() { - pkgdesc='Meta package for kdebase' - depends=('dolphin' -'kdebase-kdepasswd' -'kdebase-kdialog' -'kdebase-kfind' - 'kdebase-keditbookmarks' -'kdebase-konqueror' - 'kdebase-konq-plugins' - 'khelpcenter' -'konsole' -'kate' -'kwrite') - replaces=('kdebase') - conflicts=('kdebase') -} - -package_kde-meta-kdeedu() { - pkgdesc='Meta package for kdeedu' - depends=('artikulate' -'blinken' -'cantor' -'kalgebra' -'kdeedu-kalzium' -'kanagram' -'kbruch' -'kgeography' -'khangman' -'kig' -'kiten' -'klettres' -'kmplot' -'kstars' -'kdeedu-ktouch' -'kturtle' -'kwordquiz' -'marble' - 'minuet' -'parley' -'rocs' -'step') - replaces=('kdeedu') - conflicts=('kdeedu') -} - -package_kde-meta-kdegames() { - pkgdesc='Meta package for kdegames' - depends=('bomber' -'bovo' -'granatier' -'kdegames-kajongg' -'kapman' -'katomic' -'kblackbox' -'kblocks' -'kbounce' -'kbreakout' -'kdiamond' -'kfourinline' -'kdegames-kgoldrunner' -'kdegames-kigo' -'killbots' -'kiriki' -'kjumpingcube' -'klines' -'klickety' -'kmahjongg' -'kmines' -'knavalbattle' - 'knetwalk' -'kdegames-kolf' -'kollision' -'kdegames-konquest' -'kpatience' -'kdegames-kreversi' -'kshisen' -'kdegames-ksirk' - 'kdegames-ksnakeduel' -'kdegames-kspaceduel' -'ksquares' -'kdegames-ksudoku' -'ktuberling' -'kdegames-kubrick' -'kdegames-lskat' -'kdegames-palapeli' - 'picmi') - replaces=('kdegames') -
[arch-commits] Commit in kde-l10n/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:21:10 Author: arojas Revision: 265440 archrelease: copy trunk to kde-unstable-any Added: kde-l10n/repos/kde-unstable-any/PKGBUILD (from rev 265439, kde-l10n/trunk/PKGBUILD) Deleted: kde-l10n/repos/kde-unstable-any/PKGBUILD --+ PKGBUILD | 347 ++--- 1 file changed, 175 insertions(+), 172 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-04-19 13:19:59 UTC (rev 265439) +++ PKGBUILD2016-04-19 13:21:10 UTC (rev 265440) @@ -1,172 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgbase=kde-l10n -pkgver=16.03.80 -pkgrel=1 -arch=('any') -url='http://www.kde.org/' -license=('GPL') -makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 'ki18n' 'qt5-tools') -options=('docs') - -_languages=( - 'ar "Arabic"' - 'ast"Asturian"' - 'bg "Bulgarian"' - 'bs "Bosnian"' - 'ca "Catalan"' - 'ca@valencia "Catalan (Valencian)"' - 'cs "Czech"' - 'da "Danish"' - 'de "German"' - 'el "Greek"' - 'en_GB "British English"' - 'eo "Esperanto"' - 'es "Spanish"' - 'et "Estonian"' - 'eu "Basque"' - 'fa "Farsi"' - 'fi "Finnish"' - 'fr "French"' - 'ga "Irish"' - 'gl "Galician"' - 'he "Hebrew"' - 'hi "Hindi"' - 'hr "Croatian"' - 'hu "Hungarian"' - 'ia "Interlingua"' - 'id "Indonesian"' - 'is "Icelandic"' - 'it "Italian"' - 'ja "Japanese"' - 'kk "Kazakh"' - 'km "Khmer"' - 'ko "Korean"' - 'lt "Lithuanian"' - 'lv "Latvian"' - 'mr "Marathi"' - 'nb "Norwegian Bokmal"' - 'nds"Low Saxon"' - 'nl "Dutch"' - 'nn "Norwegian Nynorsk"' - 'pa "Panjabi/Punjabi"' - 'pl "Polish"' - 'pt "Portuguese"' - 'pt_BR "Brazilian Portuguese"' - 'ro "Romanian"' - 'ru "Russian"' - 'sk "Slovak"' - 'sl "Slovenian"' - 'sr "Serbian"' - 'sv "Swedish"' - 'tr "Turkish"' - 'ug "Uyghur"' - 'uk "Ukrainian"' - 'wa "Walloon"' - 'zh_CN "Chinese Simplified"' - 'zh_TW "Chinese Traditional"' -) - -pkgname=() -source=() - -for _lang in "${_languages[@]}"; do - _locale=${_lang%% *} - _pkgname=kde-l10n-${_locale,,} - - pkgname+=($_pkgname) - source+=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz";) - eval "package_$_pkgname() { -_package $_lang - }" -done - -md5sums=('a11c3874b73f75c88561ac88025d07f0' - 'a451c0bb4270c1a588135e73ffc221ac' - '43e771a3aabdbf4b7d43c5fe4f44ff99' - 'dab9bef089f3cf156b0e6dd9ac491e79' - '103f62367a937e9a075ef665a9f9ffd6' - '3114ec370b5260b602f0b79ce7b3ce38' - '9e3681b8358f8348ff071dcbdf5cc28e' - '13ecb0713c863f0411cf4c92060c2144' - 'ad86cee9b18ea2b9198ec711eca06251' - '835684f10528ce5c22dc5bd3abfdd189' - '07bc6eb1b891b9e74bc1049d74e1ba23' - 'bb26f89a5908f4c3b95ece9bbe3cbb58' - 'e4a82af52b6af429880c7ad370e88516' - 'a342dfc833ba8ca6bbf13ca387648799' - '61de1c7f98599e7f225b50183ced8e15' - 'b6751f3935f1cb7c3b0776d3a32bb167' - '7fdc5e5b3bcdc819343f8c07ad4aab23' - 'f6b42e66210945e7afa9b1dce3005419' - '9ab5334e3aeaebf499e143d6cb220076' - 'd006406eff5565d4c52afd1081d3fd1a' - '9e6ce0a5ce9b0e6b4db28b3e900f80bc' - '0c3988cb8d7f247002b5f305bd17f2c3' - '0981b902882dc567b83eb8a81bab3b89' - '59d81b6afc31703e5487e61d5a20cec6' - 'd24324d41fd8013651706070597c3c66' - '16c0a4618e4ca0e0d94236e9d2a79147' - '1121f23d3ecb52c06f414b3531460633' - '19fd9e0b5c47c4250f7e60e72e777331' - 'c34c52a23d4267e6133a22b1032f9414' - 'b9a953c0cc60cc6b14dc0eb0353ff48e' - 'dc04d133d27bf8739683422f8071166e' - 'e6ec045d7225e3ab7cee7505d25e26d9' - '2246f65263c1b4a86125549a1f8d798e' - '81fcad32ca19c3414b5d5a6905df7fcc' - 'cf67597000126239ad2b785705c0367c' - '692535c51618438e428e00233bfa466a' - '2e68aa429630aa2f324a126c8c1ea405' - '2878c785b2bee23cbf0183a582c0efde' - 'c58896e2fd2a9cb7a50bf65c308a1f9d' - 'a273fdf8e7482f37891c63c8625a29eb' - '5f64abd707feaf9b3b351d61c641973a' - '07c3fef927986d4ae3162679bedbcf56' - '07f67b385b3556d263058605980147b9' - '37c1422e2edcdebc4c1fa6127b443d01' - 'c27d5f7892204a872aec7035c4a56718' - '20a940a38086485a54ab6d5fa43ca489' - '200feeb42fefc1b9e2f1285d145e1882' - 'c535491285f04dd53009ffa6dcbbf43b' - '0df2079395e4b1682a268a31812e8315' - '06049572608b8f353c4506f4f4908e79' - 'e8e32f6534890d0bbbc421797b4139ef' - '80b6e7edbda72d2adf240a0eee8ea1b4' - 'bb8b2
[arch-commits] Commit in xf86-video-intel/repos (6 files)
Date: Tuesday, April 19, 2016 @ 15:24:58 Author: andyrtr Revision: 265442 archrelease: copy trunk to testing-i686, testing-x86_64 Added: xf86-video-intel/repos/testing-i686/ xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 265441, xf86-video-intel/trunk/PKGBUILD) xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 265441, xf86-video-intel/trunk/xf86-video-intel.install) xf86-video-intel/repos/testing-x86_64/ xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 265441, xf86-video-intel/trunk/PKGBUILD) xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install (from rev 265441, xf86-video-intel/trunk/xf86-video-intel.install) -+ testing-i686/PKGBUILD | 62 ++ testing-i686/xf86-video-intel.install | 20 + testing-x86_64/PKGBUILD | 62 ++ testing-x86_64/xf86-video-intel.install | 20 + 4 files changed, 164 insertions(+) Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 265441, xf86-video-intel/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-04-19 13:24:58 UTC (rev 265442) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Jan de Groot + +pkgname=xf86-video-intel +pkgver=2.99.917+636+g562ae1f +pkgrel=1 +epoch=1 +arch=(i686 x86_64) +url="https://01.org/linuxgraphics"; +license=('custom') +install=$pkgname.install +pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers" +depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9') +makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 'libxrender' + # additional deps for intel-virtual-output + 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss' + # additional for git snapshot + 'git') +optdepends=('libxrandr: for intel-virtual-output' +'libxinerama: for intel-virtual-output' +'libxcursor: for intel-virtual-output' +'libxtst: for intel-virtual-output' +'libxss: for intel-virtual-output') +replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna') +provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna') +conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 'X-ABI-VIDEODRV_VERSION>=21' + 'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 'xf86-video-intel-legacy') +groups=('xorg-drivers' 'xorg') +#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2) +source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=562ae1f') +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --long | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname + ./configure --prefix=/usr --libexecdir=/usr/lib + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + + make DESTDIR="${pkgdir}" install + + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 265441, xf86-video-intel/trunk/xf86-video-intel.install) === --- testing-i686/xf86-video-intel.install (rev 0) +++ testing-i686/xf86-video-intel.install 2016-04-19 13:24:58 UTC (rev 265442) @@ -0,0 +1,20 @@ +post_upgrade() { + if (( $(vercmp $2 2.21.15) < 0 )); then +post_install + fi +} + +post_install() { + cat <>> This driver uses SNA as the default acceleration method. You can try +falling back to UXA if you run into trouble. To do so, save a file with +the following content as /etc/X11/xorg.conf.d/20-intel.conf : + Section "Device" +Identifier "Intel Graphics" +Driver "intel" +Option "AccelMethod" "uxa" +#Option "AccelMethod" "sna" + EndSection +MSG +} + Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 265441, xf86-video-intel/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-04-19 13:24:58 UTC (rev 265442) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Jan de Groot + +pkgname=xf86-video-intel +pkgver=2.99.917+636+g562ae1f +pkgrel=1 +epoch=1 +arch=(i686 x86_64) +url="https://01.org/linuxgraphics"; +license=('custom') +install=$pkgname.install +pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers" +depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9') +makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 'libxrender' + # additional deps
[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:24:42 Author: andyrtr Revision: 265441 upgpkg: xf86-video-intel 1:2.99.917+636+g562ae1f-1 update to lastest git commit Modified: xf86-video-intel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:21:10 UTC (rev 265440) +++ PKGBUILD2016-04-19 13:24:42 UTC (rev 265441) @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot pkgname=xf86-video-intel -pkgver=2.99.917+631+gf2a4645 +pkgver=2.99.917+636+g562ae1f pkgrel=1 epoch=1 arch=(i686 x86_64) @@ -28,7 +28,7 @@ 'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 'xf86-video-intel-legacy') groups=('xorg-drivers' 'xorg') #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2) -source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=f2a4645') +source=('git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=562ae1f') sha256sums=('SKIP') pkgver() {
[arch-commits] Commit in kde-l10n/trunk (PKGBUILD)
Date: Tuesday, April 19, 2016 @ 15:19:59 Author: arojas Revision: 265439 KDE Applications 16.04 Modified: kde-l10n/trunk/PKGBUILD --+ PKGBUILD | 117 +++-- 1 file changed, 60 insertions(+), 57 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-04-19 13:19:26 UTC (rev 265438) +++ PKGBUILD2016-04-19 13:19:59 UTC (rev 265439) @@ -4,8 +4,8 @@ # Contributor: Pierre Schmitz pkgbase=kde-l10n -pkgver=15.12.3 -pkgrel=2 +pkgver=16.04.0 +pkgrel=1 arch=('any') url='http://www.kde.org/' license=('GPL') @@ -14,6 +14,7 @@ _languages=( 'ar "Arabic"' + 'ast"Asturian"' 'bg "Bulgarian"' 'bs "Bosnian"' 'ca "Catalan"' @@ -83,60 +84,61 @@ }" done -md5sums=('da776204f42f8cbed28ab47b2b323dc9' - '4047bd53572211cb40a3b438f1d5a782' - 'f86e8fda5a8b0c1f69c01a92c6180b4b' - 'bcac362e35f60b2b288bb969e39a3c50' - '929837c702dfe97de1dd57ab2fce' - '317bf58a9b21b97318224fc5ea99b022' - 'd14d53709ffe23cf8f8ecee0640b094f' - '0b5db199ae20df6505d85661899979ff' - '641a1784ff19eff4c93a3c7c5f36b82d' - '42030339e285e751c91c17ad9c5941a0' - '1fe60b3837f5d94d78a02aef5ced56fb' - '780590aaf3e1285a99ebd02888d62990' - '81a78eca30b12d89cacc2543a95d09ab' - '8d588c27c481db2f4086786a42de101c' - '6123bc18fb5ee54121f31c2044525e88' - '5b5c9b9df4b1712d66abed3ce683d807' - 'ba1a3adf5922c543a6f54f488353182e' - '1df3e468a6635ccf7af7a96970a777b6' - '6b8d14c9294672943b63b183fa5ffd95' - 'fdc3ba6da0cfb597aeef2cc4a6e4deb4' - '887ea5c7280babdf03c6d780bc69b99d' - '071ac58235fd573f989b5d95d02af6d7' - 'cb1e17c37d12e6a71c93558c53acc4e4' - '2a6a26512c57c845bdc45f4c44db50a9' - '8d3818f8503be11ca244a2b4693f91f4' - '070ec4b0d9702b52737740235606e9c3' - '5eb796567ff9a4aed4379f9831267ff8' - '157dbee294eae3fc8d2262be1780a496' - '758cfc14518ada4e9eefd37e70057755' - '6e9524ff9fb6f3d4ed481fbe8bcc4a56' - '41f5a43878af055011e679fe8d132a51' - 'a8ad5fd5343d9866163e2e889717a71d' - '79113bb1fa1778ed9e76775d7c141553' - '7ddabcf8d0b33d846ca599d5f7905500' - '90a168ecb4be6752912da69150c6353d' - '76383b1fefd2a93ac806443e53761cc0' - '6a7606edab2a0e6ecb141667cb516be7' - 'e173280166f3eec07e656ea17708be0e' - '90d258e011314fc8c1626825e9892c8b' - '9dcaf27dc6709a91f853fa0b46dfd75c' - '9bf97bff2ce02c550ddecc66a9bf6bf7' - 'ca82679c2a2076c745965dbf272ec556' - '7b4b8c3ce2cd85de9804176257eba985' - 'de9df54243e730ddda462aa9aa2bf4ab' - '34762d861463f9d7e3bde720ed51b2ca' - 'e42895b4d81ca00e468ac9865377e316' - 'c681ebadc18ce9fcfc58144574537470' - '64881ddcf603ad2958221b3533a2efd7' - 'fa4cbdbd44d20b2b1c93858178ec9025' - '3f7f6b6a25e002418dfa085c3dfbdcac' - 'b4b9abf45e4f4171a6bff80d5c3bf10b' - 'aa3430cf860600d146165b0baf6ae43a' - '5f703a4875cd42bb6abf62147c9e5dec' - '95eb08c8802cb4b25fadeba0ca31a4ad') +md5sums=('1d6bc75ae11874b2e36b505015197fd4' + 'dfdeca2642c1d513d9475166685808ef' + '27f833983e833f29ebe6dc6eb1c99555' + '40106d88f6244aba085fa5dfc0e58353' + '1bde56cc5634265f98ba5a2f604738c5' + '24564c957f2236cd5e2f0e43ecdb24d3' + '171a927fb9502a6dd41294070c6d39aa' + 'f98840d5383ddcfaa74432bfd88ab47c' + '613eb9c654e18ae09cf100451f9c6bbe' + 'd28c3bfbaf5019090e4d4f38502cb3c6' + '17189291b1515a0079e7d7182f03c184' + 'b8d6b713cfe55a67f1538eb555cc38e1' + 'c32feadaa17dedc07e90a975e04c3178' + 'dfc707dafe4a076a6e9ddb2537fcab39' + '2e5a8a4e81033e4682df2fc6d00d7f68' + '101633e9581ef2a2d5cbb53073930d27' + '318d0fc886b11d6f33528a08c8b8ab36' + '811e76aeb553214a41b3e6b90a6ac2f3' + '8448b701db04c18ffb425db71763aaab' + 'ea0ee57f1407c0756def64127556cc1c' + 'a986abeaff664fe74f5dd31c9f52a3b4' + 'c4d707ccbbdb88edc220976ddfa18506' + '34a56069e93dbfd4bdd251fd1fae68a1' + '3377f29fe77dddb1d8ec16860e505a66' + '6423331c8f2546c09918dc3955299b76' + '5a436d2aa2cbfd74f91f3cae48006dc6' + '34ff6fa6e13b10995ee46cb405318c5e' + 'db60f494730b136a6f5d211f69c8f56c' + 'a11c57ca50925190dd9272608a8b3c8d' + '8027547220886583554ae3c57633b43e' + '9c196fc297d0ce766c62440e16b0a88c' + '237c6e209ea662d7c98928f3c9ce9357' + 'e64bb9a577caa52f35f34d60162317a6' + '16b76e3370d840c678b4fc6da0d85d82' + '3184b29e10c00e3ffcd0b64b05d79a2f' + 'c27df84f1c3929589cfe801a32d14857' + '74ef7248f2c289ea28f67bc042481c1b' + '395994727c90544edcfa4111e6707333' + '36d6a3412d0a
[arch-commits] Commit in filelight/repos (8 files)
Date: Tuesday, April 19, 2016 @ 15:12:19 Author: arojas Revision: 265424 archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 265423, filelight/trunk/PKGBUILD) filelight/repos/kde-unstable-i686/filelight.install (from rev 265423, filelight/trunk/filelight.install) filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 265423, filelight/trunk/PKGBUILD) filelight/repos/kde-unstable-x86_64/filelight.install (from rev 265423, filelight/trunk/filelight.install) Deleted: filelight/repos/kde-unstable-i686/PKGBUILD filelight/repos/kde-unstable-i686/filelight.install filelight/repos/kde-unstable-x86_64/PKGBUILD filelight/repos/kde-unstable-x86_64/filelight.install ---+ /PKGBUILD | 76 /filelight.install| 26 ++ kde-unstable-i686/PKGBUILD| 38 kde-unstable-i686/filelight.install | 13 - kde-unstable-x86_64/PKGBUILD | 38 kde-unstable-x86_64/filelight.install | 13 - 6 files changed, 102 insertions(+), 102 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-04-19 13:12:04 UTC (rev 265423) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:12:19 UTC (rev 265424) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=filelight -pkgver=16.03.90 -pkgrel=1 -pkgdesc='View disk usage information' -url='http://kde.org/applications/utilities/filelight' -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kparts' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('kde-applications' 'kdeutils') -replaces=('kdeutils-filelight') -conflicts=('kdeutils-filelight') -install=${pkgname}.install -source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz";) -sha1sums=('986f3b32fcf6e97645a1face2a2c556b3c2facef') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 265423, filelight/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:12:19 UTC (rev 265424) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=filelight +pkgver=16.04.0 +pkgrel=1 +pkgdesc='View disk usage information' +url='http://kde.org/applications/utilities/filelight' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kparts' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('kde-applications' 'kdeutils') +replaces=('kdeutils-filelight') +conflicts=('kdeutils-filelight') +install=${pkgname}.install +source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz";) +sha1sums=('b79d75065731d9db7981ae9ab6ce2e17df19ad04') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-i686/filelight.install === --- kde-unstable-i686/filelight.install 2016-04-19 13:12:04 UTC (rev 265423) +++ kde-unstable-i686/filelight.install 2016-04-19 13:12:19 UTC (rev 265424) @@ -1,13 +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: filelight/repos/kde-unstable-i686/filelight.install (from rev 265423, filelight/trunk/filelight.install) === --- kde-unstable-i686/filelight.install (rev 0) +++ kde-unstable-i686/filelight.install 2016-04-19 13:12:19 UTC (rev 265424) @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + Deleted: kde-unstable-x86_64/PKGBUILD === --- kde-unstable-x86_64/PKGBUILD2016-04-19 13:12:04 UTC (rev 265423) +++ kde-unstable-x86_64/PKGBUILD2016
[arch-commits] Commit in kdewebdev/repos (12 files)
Date: Tuesday, April 19, 2016 @ 15:15:55 Author: arojas Revision: 265437 archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 265436, kdewebdev/trunk/PKGBUILD) kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install (from rev 265436, kdewebdev/trunk/kdewebdev-kimagemapeditor.install) kdewebdev/repos/kde-unstable-i686/kdewebdev.install (from rev 265436, kdewebdev/trunk/kdewebdev.install) kdewebdev/repos/kde-unstable-x86_64/PKGBUILD (from rev 265436, kdewebdev/trunk/PKGBUILD) kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install (from rev 265436, kdewebdev/trunk/kdewebdev-kimagemapeditor.install) kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install (from rev 265436, kdewebdev/trunk/kdewebdev.install) Deleted: kdewebdev/repos/kde-unstable-i686/PKGBUILD kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install kdewebdev/repos/kde-unstable-i686/kdewebdev.install kdewebdev/repos/kde-unstable-x86_64/PKGBUILD kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install ---+ /PKGBUILD | 144 /kdewebdev-kimagemapeditor.install| 24 ++ /kdewebdev.install| 22 ++ kde-unstable-i686/PKGBUILD| 72 kde-unstable-i686/kdewebdev-kimagemapeditor.install | 12 - kde-unstable-i686/kdewebdev.install | 11 - kde-unstable-x86_64/PKGBUILD | 72 kde-unstable-x86_64/kdewebdev-kimagemapeditor.install | 12 - kde-unstable-x86_64/kdewebdev.install | 11 - 9 files changed, 190 insertions(+), 190 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-04-19 13:15:35 UTC (rev 265436) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:55 UTC (rev 265437) @@ -1,72 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgbase=kdewebdev -pkgname=('kdewebdev-kfilereplace' - 'kdewebdev-kimagemapeditor' - 'kdewebdev-klinkstatus' - 'kdewebdev-kommander') -pkgver=16.03.90 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdewebdev') -makedepends=('cmake' 'automoc4' 'ruby' 'tidy' 'kdepimlibs4' 'boost') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";) -sha1sums=('a06b99dfb6d1b5fecf8f81a57c687672873c3a16') - -build() { - cd $srcdir - mkdir -p 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' 'kdepimlibs4' 'tidy') -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/PKGBUILD (from rev 265436, kdewebdev/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:55 UTC (rev 265437) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=kdewebdev +pkgname=('kdewe
[arch-commits] Commit in kdeutils-sweeper/repos (4 files)
Date: Tuesday, April 19, 2016 @ 15:15:35 Author: arojas Revision: 265436 archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 265435, kdeutils-sweeper/trunk/PKGBUILD) kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 265435, kdeutils-sweeper/trunk/PKGBUILD) Deleted: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD --+ /PKGBUILD| 68 + kde-unstable-i686/PKGBUILD | 34 kde-unstable-x86_64/PKGBUILD | 34 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-04-19 13:15:18 UTC (rev 265435) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:35 UTC (rev 265436) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kdeutils-sweeper -pkgver=16.03.90 -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-applications' 'kdeutils') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";) -sha1sums=('ad8a63e0b9ccb10f1701d2ed3dcfac685a7b0c0d') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../sweeper-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 265435, kdeutils-sweeper/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:35 UTC (rev 265436) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdeutils-sweeper +pkgver=16.04.0 +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-applications' 'kdeutils') +source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";) +sha1sums=('b45608d5c3edf90335a64b6f97cdcbff0f9afa50') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../sweeper-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-x86_64/PKGBUILD === --- kde-unstable-x86_64/PKGBUILD2016-04-19 13:15:18 UTC (rev 265435) +++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:15:35 UTC (rev 265436) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kdeutils-sweeper -pkgver=16.03.90 -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-applications' 'kdeutils') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";) -sha1sums=('ad8a63e0b9ccb10f1701d2ed3dcfac685a7b0c0d') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../sweeper-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 265435, kdeutils-sweeper/trunk/PKGBUILD) === --- kde-unstable-x86_64/PKGBUILD(rev 0) +++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:15:35 UTC (rev 265436) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdeutils-sweeper +pkgver=16.04.0 +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-applications' 'kdeutils') +source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";) +sha1sums=('b45608d5c3edf90335a64b6f97cdcbff0f9afa50') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../sweeper-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/u
[arch-commits] Commit in print-manager/repos (4 files)
Date: Tuesday, April 19, 2016 @ 15:15:18 Author: arojas Revision: 265435 archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 265434, print-manager/trunk/PKGBUILD) print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 265434, print-manager/trunk/PKGBUILD) Deleted: print-manager/repos/kde-unstable-i686/PKGBUILD print-manager/repos/kde-unstable-x86_64/PKGBUILD --+ /PKGBUILD| 72 + kde-unstable-i686/PKGBUILD | 36 kde-unstable-x86_64/PKGBUILD | 36 3 files changed, 72 insertions(+), 72 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-04-19 13:15:02 UTC (rev 265434) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:18 UTC (rev 265435) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=print-manager -pkgver=16.03.90 -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=('libcups' 'kcmutils') -makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework') -optdepends=('system-config-printer: auto-detect the printer driver') -replaces=('kdeutils-print-manager') -conflicts=('kdeutils-print-manager') -groups=('kde-applications' 'kdeutils') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz";) -sha1sums=('85b84ea6db6278894c06856f39dc69f680dd5e90') - -build() { - mkdir -p build - cd build - cmake ../print-manager-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 265434, print-manager/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:18 UTC (rev 265435) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=print-manager +pkgver=16.04.0 +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=('libcups' 'kcmutils') +makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework') +optdepends=('system-config-printer: auto-detect the printer driver') +replaces=('kdeutils-print-manager') +conflicts=('kdeutils-print-manager') +groups=('kde-applications' 'kdeutils') +source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz";) +sha1sums=('c2a9933661f4425e9ccb08ccdd433be015a704a9') + +build() { + mkdir -p build + cd build + cmake ../print-manager-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/PKGBUILD === --- kde-unstable-x86_64/PKGBUILD2016-04-19 13:15:02 UTC (rev 265434) +++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:15:18 UTC (rev 265435) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=print-manager -pkgver=16.03.90 -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=('libcups' 'kcmutils') -makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework') -optdepends=('system-config-printer: auto-detect the printer driver') -replaces=('kdeutils-print-manager') -conflicts=('kdeutils-print-manager') -groups=('kde-applications' 'kdeutils') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz";) -sha1sums=('85b84ea6db6278894c06856f39dc69f680dd5e90') - -build() { - mkdir -p build - cd build - cmake ../print-manager-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 265434, print-manager/trunk/PKGBUILD) ===
[arch-commits] Commit in kwalletmanager/repos (8 files)
Date: Tuesday, April 19, 2016 @ 15:15:02 Author: arojas Revision: 265434 archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64 Added: kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 265433, kwalletmanager/trunk/PKGBUILD) kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install (from rev 265433, kwalletmanager/trunk/kwalletmanager.install) kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 265433, kwalletmanager/trunk/PKGBUILD) kwalletmanager/repos/kde-unstable-x86_64/kwalletmanager.install (from rev 265433, kwalletmanager/trunk/kwalletmanager.install) Deleted: kwalletmanager/repos/kde-unstable-i686/PKGBUILD kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD kwalletmanager/repos/kde-unstable-x86_64/kwalletmanager.install + /PKGBUILD | 82 +++ /kwalletmanager.install| 26 kde-unstable-i686/PKGBUILD | 41 - kde-unstable-i686/kwalletmanager.install | 13 kde-unstable-x86_64/PKGBUILD | 41 - kde-unstable-x86_64/kwalletmanager.install | 13 6 files changed, 108 insertions(+), 108 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2016-04-19 13:14:46 UTC (rev 265433) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:02 UTC (rev 265434) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kwalletmanager -pkgver=16.03.90 -pkgrel=1 -pkgdesc='Wallet management tool' -arch=(i686 x86_64) -url='http://www.kde.org/applications/system/kwalletmanager/' -license=(LGPL) -depends=(kdelibs4support kcmutils hicolor-icon-theme) -makedepends=(extra-cmake-modules python kdoctools) -conflicts=(kdeutils-kwalletmanager) -replaces=(kdeutils-kwalletmanager) -groups=(kde-applications kdeutils) -source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";) -install=$pkgname.install -md5sums=('b96e6e94d359e45dcc815055850f6487') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DLIB_INSTALL_DIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} - Copied: kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 265433, kwalletmanager/trunk/PKGBUILD) === --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-19 13:15:02 UTC (rev 265434) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwalletmanager +pkgver=16.04.0 +pkgrel=1 +pkgdesc='Wallet management tool' +arch=(i686 x86_64) +url='http://www.kde.org/applications/system/kwalletmanager/' +license=(LGPL) +depends=(kdelibs4support kcmutils hicolor-icon-theme) +makedepends=(extra-cmake-modules python kdoctools) +conflicts=(kdeutils-kwalletmanager) +replaces=(kdeutils-kwalletmanager) +groups=(kde-applications kdeutils) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";) +install=$pkgname.install +md5sums=('bcb1814aa6ede9e267cb3adbff1c3e77') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DLIB_INSTALL_DIR=lib \ +-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} + Deleted: kde-unstable-i686/kwalletmanager.install === --- kde-unstable-i686/kwalletmanager.install2016-04-19 13:14:46 UTC (rev 265433) +++ kde-unstable-i686/kwalletmanager.install2016-04-19 13:15:02 UTC (rev 265434) @@ -1,13 +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: kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install (from rev 265433, kwalletmanager/trunk/kwalletmanager.install) === --- kde-unstable-i686/kwalletmanager.install(rev 0) +++ kde-unstable-i686/kwalletmanager.install2016-04-19 13:15:02 UTC (rev 265434) @@ -0,0 +1,13 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +