[arch-commits] Commit in kdegraphics-ksnapshot/repos (8 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jul 25 13:40:06 UTC 2013


    Date: Thursday, July 25, 2013 @ 15:40:05
  Author: andrea
Revision: 191502

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
    (from rev 191501, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
    (from rev 191501, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 191501, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install
    (from rev 191501, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install

---------------------------------------------------+
 /PKGBUILD                                         |   66 ++++++++++++++++++++
 /kdegraphics-ksnapshot.install                    |   24 +++++++
 kde-unstable-i686/PKGBUILD                        |   33 ----------
 kde-unstable-i686/kdegraphics-ksnapshot.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD                      |   33 ----------
 kde-unstable-x86_64/kdegraphics-ksnapshot.install |   12 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-07-25 13:39:57 UTC (rev 191501)
+++ kde-unstable-i686/PKGBUILD	2013-07-25 13:40:05 UTC (rev 191502)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.10.95
-pkgrel=2
-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=('24e3f4fc20e17c4311a78999eca27b7e2af6e363')
-
-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/repos/kde-unstable-i686/PKGBUILD (from rev 191501, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-07-25 13:40:05 UTC (rev 191502)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.10.97
+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=('e3a331f5d55b7d90b7637e01d498cd1d7d4f529f')
+
+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
+}

Deleted: kde-unstable-i686/kdegraphics-ksnapshot.install
===================================================================
--- kde-unstable-i686/kdegraphics-ksnapshot.install	2013-07-25 13:39:57 UTC (rev 191501)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install	2013-07-25 13:40:05 UTC (rev 191502)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install (from rev 191501, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===================================================================
--- kde-unstable-i686/kdegraphics-ksnapshot.install	                        (rev 0)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install	2013-07-25 13:40:05 UTC (rev 191502)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2013-07-25 13:39:57 UTC (rev 191501)
+++ kde-unstable-x86_64/PKGBUILD	2013-07-25 13:40:05 UTC (rev 191502)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.10.95
-pkgrel=2
-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=('24e3f4fc20e17c4311a78999eca27b7e2af6e363')
-
-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/repos/kde-unstable-x86_64/PKGBUILD (from rev 191501, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-07-25 13:40:05 UTC (rev 191502)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.10.97
+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=('e3a331f5d55b7d90b7637e01d498cd1d7d4f529f')
+
+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
+}

Deleted: kde-unstable-x86_64/kdegraphics-ksnapshot.install
===================================================================
--- kde-unstable-x86_64/kdegraphics-ksnapshot.install	2013-07-25 13:39:57 UTC (rev 191501)
+++ kde-unstable-x86_64/kdegraphics-ksnapshot.install	2013-07-25 13:40:05 UTC (rev 191502)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install (from rev 191501, kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===================================================================
--- kde-unstable-x86_64/kdegraphics-ksnapshot.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegraphics-ksnapshot.install	2013-07-25 13:40:05 UTC (rev 191502)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list