[arch-commits] Commit in libkipi/repos (5 files)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 8 09:19:05 UTC 2011
Date: Thursday, December 8, 2011 @ 04:19:04
Author: andrea
Revision: 144647
db-move: moved libkipi from [staging] to [extra] (x86_64)
Added:
libkipi/repos/extra-x86_64/PKGBUILD
(from rev 144608, libkipi/repos/staging-x86_64/PKGBUILD)
libkipi/repos/extra-x86_64/libkipi.install
(from rev 144608, libkipi/repos/staging-x86_64/libkipi.install)
Deleted:
libkipi/repos/extra-x86_64/PKGBUILD
libkipi/repos/extra-x86_64/libkipi.install
libkipi/repos/staging-x86_64/
-----------------+
PKGBUILD | 64 +++++++++++++++++++++++++++---------------------------
libkipi.install | 22 +++++++++---------
2 files changed, 43 insertions(+), 43 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-12-08 09:19:02 UTC (rev 144646)
+++ extra-x86_64/PKGBUILD 2011-12-08 09:19:04 UTC (rev 144647)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkipi
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="http://kde.org/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('9c6d4406a1292cfe81fa27508ffe4d96633417bf')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: libkipi/repos/extra-x86_64/PKGBUILD (from rev 144608, libkipi/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-12-08 09:19:04 UTC (rev 144647)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkipi
+pkgver=4.7.4
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('3225ac0c55f5e4fef71a8baee8d3c49efff6adbf')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/libkipi.install
===================================================================
--- extra-x86_64/libkipi.install 2011-12-08 09:19:02 UTC (rev 144646)
+++ extra-x86_64/libkipi.install 2011-12-08 09:19:04 UTC (rev 144647)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: libkipi/repos/extra-x86_64/libkipi.install (from rev 144608, libkipi/repos/staging-x86_64/libkipi.install)
===================================================================
--- extra-x86_64/libkipi.install (rev 0)
+++ extra-x86_64/libkipi.install 2011-12-08 09:19:04 UTC (rev 144647)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list