[arch-commits] Commit in libkipi/repos/extra-x86_64 (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Mar 12 09:10:42 UTC 2012


    Date: Monday, March 12, 2012 @ 05:10:41
  Author: andrea
Revision: 153098

archrelease: copy trunk to extra-x86_64

Added:
  libkipi/repos/extra-x86_64/PKGBUILD
    (from rev 153097, libkipi/trunk/PKGBUILD)
  libkipi/repos/extra-x86_64/libkipi.install
    (from rev 153097, libkipi/trunk/libkipi.install)
Deleted:
  libkipi/repos/extra-x86_64/PKGBUILD
  libkipi/repos/extra-x86_64/libkipi.install

-----------------+
 PKGBUILD        |   64 +++++++++++++++++++++++++++---------------------------
 libkipi.install |   22 +++++++++---------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-12 09:10:26 UTC (rev 153097)
+++ PKGBUILD	2012-03-12 09:10:41 UTC (rev 153098)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkipi
-pkgver=4.8.1
-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/xz/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('bc290e3354c206d7852433aac704fc96b3a55700')
-
-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 153097, libkipi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-03-12 09:10:41 UTC (rev 153098)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkipi
+pkgver=4.8.1
+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.xz")
+sha1sums=('bc290e3354c206d7852433aac704fc96b3a55700')
+
+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: libkipi.install
===================================================================
--- libkipi.install	2012-03-12 09:10:26 UTC (rev 153097)
+++ libkipi.install	2012-03-12 09:10:41 UTC (rev 153098)
@@ -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 153097, libkipi/trunk/libkipi.install)
===================================================================
--- libkipi.install	                        (rev 0)
+++ libkipi.install	2012-03-12 09:10:41 UTC (rev 153098)
@@ -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