[arch-commits] Commit in (6 files)
Andrea Scarpino
andrea at archlinux.org
Tue May 24 06:10:46 UTC 2011
Date: Tuesday, May 24, 2011 @ 02:10:46
Author: andrea
Revision: 124698
KDE 4.7beta1 - rename svgpart to kdegraphics-svgpart
Added:
kdegraphics-svgpart/
kdegraphics-svgpart/kde-unstable/
kdegraphics-svgpart/kde-unstable/PKGBUILD
kdegraphics-svgpart/repos/
kdegraphics-svgpart/trunk/
Deleted:
svgpart/
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: kdegraphics-svgpart/kde-unstable/PKGBUILD
===================================================================
--- kdegraphics-svgpart/kde-unstable/PKGBUILD (rev 0)
+++ kdegraphics-svgpart/kde-unstable/PKGBUILD 2011-05-24 06:10:46 UTC (rev 124698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=svgpart
+pkgver=4.6.80
+pkgrel=1
+pkgdesc="A KPart for viewving SVGs"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('300fc6a062ea34e6131097ae9a59e8279f3c1193')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: kdegraphics-svgpart/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the arch-commits
mailing list