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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 18 11:44:00 UTC 2014


    Date: Friday, July 18, 2014 @ 13:43:59
  Author: svenstaro
Revision: 217287

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD
    (from rev 217286, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install
    (from rev 217286, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD
    (from rev 217286, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install
    (from rev 217286, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD
  kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install
  kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD
  kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-07-18 11:43:54 UTC (rev 217286)
+++ extra-i686/PKGBUILD	2014-07-18 11:43:59 UTC (rev 217287)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.13.2
-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=('229cb9c6c307842cc849e273720c4dae7134efc9')
-
-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/extra-i686/PKGBUILD (from rev 217286, kdegraphics-ksnapshot/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-18 11:43:59 UTC (rev 217287)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.13.3
+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=('3be03db9a3064427dd0351439f071611a30b9f6c')
+
+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: extra-i686/kdegraphics-ksnapshot.install
===================================================================
--- extra-i686/kdegraphics-ksnapshot.install	2014-07-18 11:43:54 UTC (rev 217286)
+++ extra-i686/kdegraphics-ksnapshot.install	2014-07-18 11:43:59 UTC (rev 217287)
@@ -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/extra-i686/kdegraphics-ksnapshot.install (from rev 217286, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===================================================================
--- extra-i686/kdegraphics-ksnapshot.install	                        (rev 0)
+++ extra-i686/kdegraphics-ksnapshot.install	2014-07-18 11:43:59 UTC (rev 217287)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-07-18 11:43:54 UTC (rev 217286)
+++ extra-x86_64/PKGBUILD	2014-07-18 11:43:59 UTC (rev 217287)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.13.2
-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=('229cb9c6c307842cc849e273720c4dae7134efc9')
-
-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/extra-x86_64/PKGBUILD (from rev 217286, kdegraphics-ksnapshot/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-18 11:43:59 UTC (rev 217287)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.13.3
+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=('3be03db9a3064427dd0351439f071611a30b9f6c')
+
+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: extra-x86_64/kdegraphics-ksnapshot.install
===================================================================
--- extra-x86_64/kdegraphics-ksnapshot.install	2014-07-18 11:43:54 UTC (rev 217286)
+++ extra-x86_64/kdegraphics-ksnapshot.install	2014-07-18 11:43:59 UTC (rev 217287)
@@ -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/extra-x86_64/kdegraphics-ksnapshot.install (from rev 217286, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===================================================================
--- extra-x86_64/kdegraphics-ksnapshot.install	                        (rev 0)
+++ extra-x86_64/kdegraphics-ksnapshot.install	2014-07-18 11:43:59 UTC (rev 217287)
@@ -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