[arch-commits] Commit in kdesdk-thumbnailers (trunk trunk trunk/PKGBUILD)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 09:15:00
  Author: felixonmars
Revision: 360451

upgpkg: kdesdk-thumbnailers 19.08.0-1

KDE Applications 19.08.0

Added:
  kdesdk-thumbnailers/trunk/
  kdesdk-thumbnailers/trunk/PKGBUILD
Deleted:
  kdesdk-thumbnailers/trunk/

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2019-08-20 09:15:00 UTC (rev 360451)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.08.0
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e640f1a484482f6dd4ba4ebda92832a027a20e64e1e12d2306bd7dd618b36356'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kdesdk-thumbnailers/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in kdesdk-thumbnailers (trunk trunk trunk/PKGBUILD)

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 05:23:32
  Author: felixonmars
Revision: 274475

upgpkg: kdesdk-thumbnailers 16.08.0-1

Upstream release

Added:
  kdesdk-thumbnailers/trunk/
  kdesdk-thumbnailers/trunk/PKGBUILD
Deleted:
  kdesdk-thumbnailers/trunk/

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2016-08-21 05:23:32 UTC (rev 274475)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('67114d103a0cca6cda4297d727e455c038cda821')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kdesdk-thumbnailers/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property