[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:41:55 UTC 2015
Date: Monday, September 14, 2015 @ 23:41:54
Author: arojas
Revision: 246179
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdegraphics-strigi-analyzer/repos/testing-i686/
kdegraphics-strigi-analyzer/repos/testing-i686/PKGBUILD
(from rev 246178, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
kdegraphics-strigi-analyzer/repos/testing-x86_64/
kdegraphics-strigi-analyzer/repos/testing-x86_64/PKGBUILD
(from rev 246178, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: kdegraphics-strigi-analyzer/repos/testing-i686/PKGBUILD (from rev 246178, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:41:54 UTC (rev 246179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('36c322a824309f4321b4ff6f0ceef984526d8120')
+
+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/testing-x86_64/PKGBUILD (from rev 246178, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:41:54 UTC (rev 246179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('36c322a824309f4321b4ff6f0ceef984526d8120')
+
+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