Date: Sunday, March 27, 2016 @ 00:37:15
  Author: arojas
Revision: 262785

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdesdk-thumbnailers/repos/staging-i686/
  kdesdk-thumbnailers/repos/staging-i686/PKGBUILD
    (from rev 262784, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
  kdesdk-thumbnailers/repos/staging-x86_64/
  kdesdk-thumbnailers/repos/staging-x86_64/PKGBUILD
    (from rev 262784, kdesdk-thumbnailers/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: kdesdk-thumbnailers/repos/staging-i686/PKGBUILD (from rev 262784, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-03-26 23:37:15 UTC (rev 262785)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdesdk-thumbnailers
+pkgver=16.03.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-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('e22f532a41d204ed8e060971a6d37cc5aee1595e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdesdk-thumbnailers/repos/staging-x86_64/PKGBUILD (from rev 262784, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-03-26 23:37:15 UTC (rev 262785)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdesdk-thumbnailers
+pkgver=16.03.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-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('e22f532a41d204ed8e060971a6d37cc5aee1595e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to