Date: Wednesday, July 29, 2015 @ 10:08:58
  Author: arojas
Revision: 242784

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 242783, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242783, kdesdk-thumbnailers/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 242783, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:08:58 UTC (rev 242784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.07.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=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('9e9923fc0c6a9d3e403fd850764f950fc37d29f3')
+
+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 
242783, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-07-29 08:08:58 UTC (rev 242784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.07.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=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('9e9923fc0c6a9d3e403fd850764f950fc37d29f3')
+
+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
+}

Reply via email to