[arch-commits] Commit in gwenview/repos (6 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 23:20:46 UTC 2016


    Date: Sunday, March 27, 2016 @ 00:20:46
  Author: arojas
Revision: 262733

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

Added:
  gwenview/repos/staging-i686/
  gwenview/repos/staging-i686/PKGBUILD
    (from rev 262732, gwenview/kde-unstable/PKGBUILD)
  gwenview/repos/staging-i686/gwenview.install
    (from rev 262732, gwenview/kde-unstable/gwenview.install)
  gwenview/repos/staging-x86_64/
  gwenview/repos/staging-x86_64/PKGBUILD
    (from rev 262732, gwenview/kde-unstable/PKGBUILD)
  gwenview/repos/staging-x86_64/gwenview.install
    (from rev 262732, gwenview/kde-unstable/gwenview.install)

---------------------------------+
 staging-i686/PKGBUILD           |   42 ++++++++++++++++++++++++++++++++++++++
 staging-i686/gwenview.install   |   12 ++++++++++
 staging-x86_64/PKGBUILD         |   42 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/gwenview.install |   12 ++++++++++
 4 files changed, 108 insertions(+)

Copied: gwenview/repos/staging-i686/PKGBUILD (from rev 262732, gwenview/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 23:20:46 UTC (rev 262733)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=gwenview
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities' 'baloo' 'kdelibs4support' 'libkipi' 'libkdcraw')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+            'kimageformats: support for dds, xcf, exr, psd, and more image formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('e62ce88ba22138d4a207b51977728c36936318f2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: gwenview/repos/staging-i686/gwenview.install (from rev 262732, gwenview/kde-unstable/gwenview.install)
===================================================================
--- staging-i686/gwenview.install	                        (rev 0)
+++ staging-i686/gwenview.install	2016-03-26 23:20:46 UTC (rev 262733)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: gwenview/repos/staging-x86_64/PKGBUILD (from rev 262732, gwenview/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 23:20:46 UTC (rev 262733)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=gwenview
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities' 'baloo' 'kdelibs4support' 'libkipi' 'libkdcraw')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+            'kimageformats: support for dds, xcf, exr, psd, and more image formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('e62ce88ba22138d4a207b51977728c36936318f2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: gwenview/repos/staging-x86_64/gwenview.install (from rev 262732, gwenview/kde-unstable/gwenview.install)
===================================================================
--- staging-x86_64/gwenview.install	                        (rev 0)
+++ staging-x86_64/gwenview.install	2016-03-26 23:20:46 UTC (rev 262733)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list