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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 05:11:37 UTC 2015


    Date: Friday, August 14, 2015 @ 07:11:37
  Author: arojas
Revision: 243555

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

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

--------------------------------------+
 /PKGBUILD                            |   84 +++++++++++++++++++++++++++++++++
 /gwenview.install                    |   24 +++++++++
 kde-unstable-i686/PKGBUILD           |   42 ----------------
 kde-unstable-i686/gwenview.install   |   12 ----
 kde-unstable-x86_64/PKGBUILD         |   42 ----------------
 kde-unstable-x86_64/gwenview.install |   12 ----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-14 05:11:22 UTC (rev 243554)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 05:11:37 UTC (rev 243555)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=gwenview
-pkgver=15.07.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-frameworks' 'baloo')
-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/gwenview-${pkgver}.tar.xz")
-sha1sums=('dcf9f547ee80af5275a6d9c678c90182f324e071')
-
-prepare() {
-  mkdir 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/kde-unstable-i686/PKGBUILD (from rev 243554, gwenview/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 05:11:37 UTC (rev 243555)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=gwenview
+pkgver=15.07.90
+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-frameworks' 'baloo' 'kdelibs4support')
+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/gwenview-${pkgver}.tar.xz")
+sha1sums=('b6307d9185df1e136e62fac8009e5808776e5aae')
+
+prepare() {
+  mkdir 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
+}

Deleted: kde-unstable-i686/gwenview.install
===================================================================
--- kde-unstable-i686/gwenview.install	2015-08-14 05:11:22 UTC (rev 243554)
+++ kde-unstable-i686/gwenview.install	2015-08-14 05:11:37 UTC (rev 243555)
@@ -1,12 +0,0 @@
-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/kde-unstable-i686/gwenview.install (from rev 243554, gwenview/kde-unstable/gwenview.install)
===================================================================
--- kde-unstable-i686/gwenview.install	                        (rev 0)
+++ kde-unstable-i686/gwenview.install	2015-08-14 05:11:37 UTC (rev 243555)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-08-14 05:11:22 UTC (rev 243554)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 05:11:37 UTC (rev 243555)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=gwenview
-pkgver=15.07.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-frameworks' 'baloo')
-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/gwenview-${pkgver}.tar.xz")
-sha1sums=('dcf9f547ee80af5275a6d9c678c90182f324e071')
-
-prepare() {
-  mkdir 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/kde-unstable-x86_64/PKGBUILD (from rev 243554, gwenview/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 05:11:37 UTC (rev 243555)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=gwenview
+pkgver=15.07.90
+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-frameworks' 'baloo' 'kdelibs4support')
+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/gwenview-${pkgver}.tar.xz")
+sha1sums=('b6307d9185df1e136e62fac8009e5808776e5aae')
+
+prepare() {
+  mkdir 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
+}

Deleted: kde-unstable-x86_64/gwenview.install
===================================================================
--- kde-unstable-x86_64/gwenview.install	2015-08-14 05:11:22 UTC (rev 243554)
+++ kde-unstable-x86_64/gwenview.install	2015-08-14 05:11:37 UTC (rev 243555)
@@ -1,12 +0,0 @@
-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/kde-unstable-x86_64/gwenview.install (from rev 243554, gwenview/kde-unstable/gwenview.install)
===================================================================
--- kde-unstable-x86_64/gwenview.install	                        (rev 0)
+++ kde-unstable-x86_64/gwenview.install	2015-08-14 05:11:37 UTC (rev 243555)
@@ -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