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

Andrea Scarpino andrea at archlinux.org
Tue May 24 06:17:02 UTC 2011


    Date: Tuesday, May 24, 2011 @ 02:17:02
  Author: andrea
Revision: 124700

KDE 4.7beta1 - fix pkgname

Modified:
  kdegraphics-svgpart/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-24 06:14:50 UTC (rev 124699)
+++ PKGBUILD	2011-05-24 06:17:02 UTC (rev 124700)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
-pkgname=svgpart
+pkgname=kdegraphics-svgpart
 pkgver=4.6.80
 pkgrel=1
 pkgdesc="A KPart for viewving SVGs"
@@ -10,14 +10,14 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+source=("http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.bz2")
 sha1sums=('300fc6a062ea34e6131097ae9a59e8279f3c1193')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../svgpart-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list