[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Jul 12 18:10:36 UTC 2016
Date: Tuesday, July 12, 2016 @ 18:10:36
Author: arojas
Revision: 271675
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD
(from rev 271674, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD
(from rev 271674, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
Deleted:
kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD
kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 33 ------------------------
extra-x86_64/PKGBUILD | 33 ------------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-07-12 18:10:17 UTC (rev 271674)
+++ extra-i686/PKGBUILD 2016-07-12 18:10:36 UTC (rev 271675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'libtiff')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('86ae180892cfeb3f589458696eac79e8f951b392')
-
-build() {
- cd "${srcdir}"
- mkdir -p build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD (from rev 271674, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 18:10:36 UTC (rev 271675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'libtiff')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b272e0ca6ee008b09f6e0f4ffccf5f4ee703adbe')
+
+build() {
+ cd "${srcdir}"
+ mkdir -p build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-07-12 18:10:17 UTC (rev 271674)
+++ extra-x86_64/PKGBUILD 2016-07-12 18:10:36 UTC (rev 271675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'libtiff')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('86ae180892cfeb3f589458696eac79e8f951b392')
-
-build() {
- cd "${srcdir}"
- mkdir -p build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD (from rev 271674, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-07-12 18:10:36 UTC (rev 271675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'libtiff')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b272e0ca6ee008b09f6e0f4ffccf5f4ee703adbe')
+
+build() {
+ cd "${srcdir}"
+ mkdir -p build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list