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

Antonio Rojas arojas at archlinux.org
Tue Dec 8 22:44:05 UTC 2015


    Date: Tuesday, December 8, 2015 @ 23:44:05
  Author: arojas
Revision: 254793

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

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

----------------------------------------------+
 /PKGBUILD                                    |   68 +++++++++++++++++++++++++
 /kdegraphics-ksnapshot.install               |   24 ++++++++
 testing-i686/PKGBUILD                        |   34 ------------
 testing-i686/kdegraphics-ksnapshot.install   |   12 ----
 testing-x86_64/PKGBUILD                      |   34 ------------
 testing-x86_64/kdegraphics-ksnapshot.install |   12 ----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-12-08 22:39:56 UTC (rev 254792)
+++ testing-i686/PKGBUILD	2015-12-08 22:44:05 UTC (rev 254793)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=15.08.3
-pkgrel=3
-pkgdesc="Screen Capture Program"
-url="http://kde.org/applications/graphics/ksnapshot/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libkipi4')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz")
-sha1sums=('8f378502e598c52c944397744ad2453b7cd1e8dc')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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/testing-i686/PKGBUILD (from rev 254792, kdegraphics-ksnapshot/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-12-08 22:44:05 UTC (rev 254793)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=2015.12
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi4')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/apps/KDE4.x/utils/ksnapshot-$pkgver.tar.xz")
+sha1sums=('569726c580df9ca92e36e53410a9ca7035424f76')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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: testing-i686/kdegraphics-ksnapshot.install
===================================================================
--- testing-i686/kdegraphics-ksnapshot.install	2015-12-08 22:39:56 UTC (rev 254792)
+++ testing-i686/kdegraphics-ksnapshot.install	2015-12-08 22:44:05 UTC (rev 254793)
@@ -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/testing-i686/kdegraphics-ksnapshot.install (from rev 254792, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===================================================================
--- testing-i686/kdegraphics-ksnapshot.install	                        (rev 0)
+++ testing-i686/kdegraphics-ksnapshot.install	2015-12-08 22:44:05 UTC (rev 254793)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-12-08 22:39:56 UTC (rev 254792)
+++ testing-x86_64/PKGBUILD	2015-12-08 22:44:05 UTC (rev 254793)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-ksnapshot
-pkgver=15.08.3
-pkgrel=3
-pkgdesc="Screen Capture Program"
-url="http://kde.org/applications/graphics/ksnapshot/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libkipi4')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz")
-sha1sums=('8f378502e598c52c944397744ad2453b7cd1e8dc')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p 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/testing-x86_64/PKGBUILD (from rev 254792, kdegraphics-ksnapshot/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-12-08 22:44:05 UTC (rev 254793)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksnapshot
+pkgver=2015.12
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi4')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/apps/KDE4.x/utils/ksnapshot-$pkgver.tar.xz")
+sha1sums=('569726c580df9ca92e36e53410a9ca7035424f76')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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: testing-x86_64/kdegraphics-ksnapshot.install
===================================================================
--- testing-x86_64/kdegraphics-ksnapshot.install	2015-12-08 22:39:56 UTC (rev 254792)
+++ testing-x86_64/kdegraphics-ksnapshot.install	2015-12-08 22:44:05 UTC (rev 254793)
@@ -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/testing-x86_64/kdegraphics-ksnapshot.install (from rev 254792, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===================================================================
--- testing-x86_64/kdegraphics-ksnapshot.install	                        (rev 0)
+++ testing-x86_64/kdegraphics-ksnapshot.install	2015-12-08 22:44:05 UTC (rev 254793)
@@ -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