[arch-commits] Commit in kdegraphics-ksnapshot (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jan 31 14:46:00 UTC 2013


    Date: Thursday, January 31, 2013 @ 15:46:00
  Author: andrea
Revision: 176620

Merge kde-unstable into trunk

Added:
  kdegraphics-ksnapshot/trunk/
  kdegraphics-ksnapshot/trunk/PKGBUILD
    (from rev 176476, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksnapshot/trunk/
  kdegraphics-ksnapshot/trunk/PKGBUILD

----------------+
 PKGBUILD       |   33 ---------------------------------
 trunk/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: trunk/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2013-01-31 06:54:38 UTC (rev 176364)
+++ trunk/PKGBUILD	2013-01-31 14:46:00 UTC (rev 176620)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.9.98
-pkgrel=1
-pkgdesc="Screen Capture Program"
-url="http://kde.org/applications/graphics/ksnapshot/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz")
-sha1sums=('4fccff95c091bec925fc3429e86f6a0d8ada0127')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksnapshot-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksnapshot/trunk/PKGBUILD (from rev 176476, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2013-01-31 14:46:00 UTC (rev 176620)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz")
+sha1sums=('c2e091d8bfccf2b1594453115e7068b6a3cb6c3e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${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