[arch-commits] Commit in kdegraphics-svgpart (trunk trunk trunk/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:31:23 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:31:22
  Author: felixonmars
Revision: 274392

upgpkg: kdegraphics-svgpart 16.08.0-1

Upstream release

Added:
  kdegraphics-svgpart/trunk/
  kdegraphics-svgpart/trunk/PKGBUILD
Deleted:
  kdegraphics-svgpart/trunk/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 03:31:22 UTC (rev 274392)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-svgpart
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://www.kde.org/applications/graphics/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz")
+sha1sums=('c53cdfcf9d22f4660091670fca9d126b571fb366')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../svgpart-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kdegraphics-svgpart/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list