[arch-commits] Commit in kdesdk-thumbnailers/repos (4 files)
Felix Yan
fyan at archlinux.org
Fri Jan 16 07:05:36 UTC 2015
Date: Friday, January 16, 2015 @ 08:05:35
Author: fyan
Revision: 229329
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdesdk-thumbnailers/repos/testing-i686/
kdesdk-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 229327, kdesdk-thumbnailers/trunk/PKGBUILD)
kdesdk-thumbnailers/repos/testing-x86_64/
kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 229328, kdesdk-thumbnailers/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: kdesdk-thumbnailers/repos/testing-i686/PKGBUILD (from rev 229327, kdesdk-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-01-16 07:05:35 UTC (rev 229329)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=14.12.1
+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/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('efd32fa3de0816a12e79a3cbe3cbcae585a0dd92')
+
+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/testing-x86_64/PKGBUILD (from rev 229328, kdesdk-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 07:05:35 UTC (rev 229329)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=14.12.1
+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/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('efd32fa3de0816a12e79a3cbe3cbcae585a0dd92')
+
+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