[arch-commits] Commit in gwenview/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Oct 13 16:09:34 UTC 2016
Date: Thursday, October 13, 2016 @ 16:09:34
Author: arojas
Revision: 278723
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gwenview/repos/extra-i686/PKGBUILD
(from rev 278722, gwenview/trunk/PKGBUILD)
gwenview/repos/extra-x86_64/PKGBUILD
(from rev 278722, gwenview/trunk/PKGBUILD)
Deleted:
gwenview/repos/extra-i686/PKGBUILD
gwenview/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 41 ------------------------
extra-x86_64/PKGBUILD | 41 ------------------------
3 files changed, 82 insertions(+), 82 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-13 16:09:27 UTC (rev 278722)
+++ extra-i686/PKGBUILD 2016-10-13 16:09:34 UTC (rev 278723)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=gwenview
-pkgver=16.08.1
-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=('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'
- 'kipi-plugins: export to various online services')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-replaces=('kdegraphics-gwenview')
-conflicts=('kdegraphics-gwenview')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('33e91d2e3121b4bda2d6ee8cc55ebd02abafd444')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: gwenview/repos/extra-i686/PKGBUILD (from rev 278722, gwenview/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:09:34 UTC (rev 278723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=gwenview
+pkgver=16.08.2
+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=('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'
+ 'kipi-plugins: export to various online services')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('a9fa790687b7fbd2ab43733815ed0c11bc64fb1c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-13 16:09:27 UTC (rev 278722)
+++ extra-x86_64/PKGBUILD 2016-10-13 16:09:34 UTC (rev 278723)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=gwenview
-pkgver=16.08.1
-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=('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'
- 'kipi-plugins: export to various online services')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-replaces=('kdegraphics-gwenview')
-conflicts=('kdegraphics-gwenview')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('33e91d2e3121b4bda2d6ee8cc55ebd02abafd444')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: gwenview/repos/extra-x86_64/PKGBUILD (from rev 278722, gwenview/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-13 16:09:34 UTC (rev 278723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=gwenview
+pkgver=16.08.2
+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=('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'
+ 'kipi-plugins: export to various online services')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('a9fa790687b7fbd2ab43733815ed0c11bc64fb1c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list