[arch-commits] Commit in kdesdk-thumbnailers/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Feb 4 08:40:35 UTC 2015
Date: Wednesday, February 4, 2015 @ 09:40:34
Author: fyan
Revision: 230688
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdesdk-thumbnailers/repos/testing-i686/
kdesdk-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 230687, kdesdk-thumbnailers/trunk/PKGBUILD)
kdesdk-thumbnailers/repos/testing-x86_64/
kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 230687, 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 230687, kdesdk-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-04 08:40:34 UTC (rev 230688)
@@ -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.2
+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=('75754045b4cbe5e7bbfc34984051484748d4940b')
+
+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 230687, kdesdk-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:40:34 UTC (rev 230688)
@@ -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.2
+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=('75754045b4cbe5e7bbfc34984051484748d4940b')
+
+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