[arch-commits] Commit in kdegraphics-kolourpaint (9 files)
Andrea Scarpino
andrea at archlinux.org
Wed Aug 1 05:37:21 UTC 2012
Date: Wednesday, August 1, 2012 @ 01:37:20
Author: andrea
Revision: 164458
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 164457, kdegraphics-kolourpaint/trunk/PKGBUILD)
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
(from rev 164457, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164457, kdegraphics-kolourpaint/trunk/PKGBUILD)
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install
(from rev 164457, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
Deleted:
kdegraphics-kolourpaint/kde-unstable/
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
-----------------------------------------------------+
kde-unstable-i686/PKGBUILD | 62 +++++++++---------
kde-unstable-i686/kdegraphics-kolourpaint.install | 24 +++---
kde-unstable-x86_64/PKGBUILD | 62 +++++++++---------
kde-unstable-x86_64/kdegraphics-kolourpaint.install | 24 +++---
4 files changed, 86 insertions(+), 86 deletions(-)
Deleted: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:36:50 UTC (rev 164457)
+++ repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:37:20 UTC (rev 164458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.8.97
-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=('de14aab1473a886cdd77170e4d8db34413a4be1c')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kolourpaint-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 164457, kdegraphics-kolourpaint/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:37:20 UTC (rev 164458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.9.0
+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/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz")
+sha1sums=('0110bc9c818995592589f52715eecf727979fdb0')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kolourpaint-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: repos/kde-unstable-i686/kdegraphics-kolourpaint.install
===================================================================
--- repos/kde-unstable-i686/kdegraphics-kolourpaint.install 2012-08-01 05:36:50 UTC (rev 164457)
+++ repos/kde-unstable-i686/kdegraphics-kolourpaint.install 2012-08-01 05:37:20 UTC (rev 164458)
@@ -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 164457, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===================================================================
--- repos/kde-unstable-i686/kdegraphics-kolourpaint.install (rev 0)
+++ repos/kde-unstable-i686/kdegraphics-kolourpaint.install 2012-08-01 05:37:20 UTC (rev 164458)
@@ -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: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:36:50 UTC (rev 164457)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:37:20 UTC (rev 164458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.8.97
-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=('de14aab1473a886cdd77170e4d8db34413a4be1c')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kolourpaint-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 164457, kdegraphics-kolourpaint/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:37:20 UTC (rev 164458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.9.0
+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/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz")
+sha1sums=('0110bc9c818995592589f52715eecf727979fdb0')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kolourpaint-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install
===================================================================
--- repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install 2012-08-01 05:36:50 UTC (rev 164457)
+++ repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install 2012-08-01 05:37:20 UTC (rev 164458)
@@ -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 164457, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===================================================================
--- repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install (rev 0)
+++ repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install 2012-08-01 05:37:20 UTC (rev 164458)
@@ -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