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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jul 16 18:51:37 UTC 2013


    Date: Tuesday, July 16, 2013 @ 20:51:36
  Author: svenstaro
Revision: 190351

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

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

-----------------------------------------------------+
 /PKGBUILD                                           |   64 ++++++++++++++++++
 /kdegraphics-kolourpaint.install                    |   24 ++++++
 kde-unstable-i686/PKGBUILD                          |   32 ---------
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD                        |   32 ---------
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-07-16 18:51:27 UTC (rev 190350)
+++ kde-unstable-i686/PKGBUILD	2013-07-16 18:51:36 UTC (rev 190351)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.10.90
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz")
-sha1sums=('0a4c05b24c4367a1223d77f7af8d65221abb4a6b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 190350, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-07-16 18:51:36 UTC (rev 190351)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.10.95
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz")
+sha1sums=('72a867a8d121f042ae4d0f83daf7ab27297bb602')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kolourpaint-${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-kolourpaint.install
===================================================================
--- kde-unstable-i686/kdegraphics-kolourpaint.install	2013-07-16 18:51:27 UTC (rev 190350)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install	2013-07-16 18:51:36 UTC (rev 190351)
@@ -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-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install (from rev 190350, kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===================================================================
--- kde-unstable-i686/kdegraphics-kolourpaint.install	                        (rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install	2013-07-16 18:51:36 UTC (rev 190351)
@@ -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-16 18:51:27 UTC (rev 190350)
+++ kde-unstable-x86_64/PKGBUILD	2013-07-16 18:51:36 UTC (rev 190351)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.10.90
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz")
-sha1sums=('0a4c05b24c4367a1223d77f7af8d65221abb4a6b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 190350, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-07-16 18:51:36 UTC (rev 190351)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.10.95
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz")
+sha1sums=('72a867a8d121f042ae4d0f83daf7ab27297bb602')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kolourpaint-${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-kolourpaint.install
===================================================================
--- kde-unstable-x86_64/kdegraphics-kolourpaint.install	2013-07-16 18:51:27 UTC (rev 190350)
+++ kde-unstable-x86_64/kdegraphics-kolourpaint.install	2013-07-16 18:51:36 UTC (rev 190351)
@@ -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-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install (from rev 190350, kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===================================================================
--- kde-unstable-x86_64/kdegraphics-kolourpaint.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegraphics-kolourpaint.install	2013-07-16 18:51:36 UTC (rev 190351)
@@ -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