[arch-commits] Commit in kdesdk-thumbnailers/repos (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Fri Nov 8 20:45:50 UTC 2013
Date: Friday, November 8, 2013 @ 21:45:50
Author: andrea
Revision: 199233
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdesdk-thumbnailers/repos/kde-unstable-i686/
kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
kdesdk-thumbnailers/repos/kde-unstable-x86_64/
kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-11-08 20:45:50 UTC (rev 199233)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('3e8b2c487b02b53611c778cf010d5d7cb479c157')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kdesdk-thumbnailers-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 199232, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-11-08 20:45:50 UTC (rev 199233)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('3e8b2c487b02b53611c778cf010d5d7cb479c157')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kdesdk-thumbnailers-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list