[arch-commits] Commit in kdesdk-thumbnailers/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:58:03 UTC 2015
Date: Monday, September 14, 2015 @ 23:58:01
Author: arojas
Revision: 246222
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdesdk-thumbnailers/repos/testing-i686/
kdesdk-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 246221, kdesdk-thumbnailers/trunk/PKGBUILD)
kdesdk-thumbnailers/repos/testing-x86_64/
kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 246221, 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 246221, kdesdk-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:58:01 UTC (rev 246222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.08.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-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('891958ba0bc38f380b0429b6a24b3573a2cd0570')
+
+build() {
+ mkdir -p 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 246221, kdesdk-thumbnailers/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:58:01 UTC (rev 246222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.08.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-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz")
+sha1sums=('891958ba0bc38f380b0429b6a24b3573a2cd0570')
+
+build() {
+ mkdir -p 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