[arch-commits] Commit in kdesdk-thumbnailers/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Jul 25 15:09:19 UTC 2014
Date: Friday, July 25, 2014 @ 17:09:19
Author: svenstaro
Revision: 218129
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 218128, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
kdesdk-thumbnailers/repos/kde-unstable-x86_64/
kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218128, 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 218128, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-07-25 15:09:19 UTC (rev 218129)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.13.95
+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' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('5e0d98ee7e4356d820493321a809786888e05bcd')
+
+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 218128, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-07-25 15:09:19 UTC (rev 218129)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.13.95
+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' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('5e0d98ee7e4356d820493321a809786888e05bcd')
+
+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