[arch-commits] Commit in libkipi (13 files)
Andrea Scarpino
andrea at archlinux.org
Wed Jan 4 17:31:53 UTC 2012
Date: Wednesday, January 4, 2012 @ 12:31:53
Author: andrea
Revision: 146048
I do not know WTF is wrong with this dir
Added:
libkipi/repos/
libkipi/repos/extra-i686/
libkipi/repos/extra-i686/PKGBUILD
libkipi/repos/extra-i686/libkipi.install
libkipi/repos/extra-x86_64/
libkipi/repos/extra-x86_64/PKGBUILD
libkipi/repos/extra-x86_64/libkipi.install
libkipi/repos/kde-unstable-i686/
libkipi/repos/kde-unstable-i686/PKGBUILD
libkipi/repos/kde-unstable-i686/libkipi.install
libkipi/repos/kde-unstable-x86_64/
libkipi/repos/kde-unstable-x86_64/PKGBUILD
libkipi/repos/kde-unstable-x86_64/libkipi.install
-------------------------------------+
extra-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
extra-i686/libkipi.install | 11 +++++++++++
extra-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
extra-x86_64/libkipi.install | 11 +++++++++++
kde-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
kde-unstable-i686/libkipi.install | 11 +++++++++++
kde-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
kde-unstable-x86_64/libkipi.install | 11 +++++++++++
8 files changed, 172 insertions(+)
Added: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD (rev 0)
+++ repos/extra-i686/PKGBUILD 2012-01-04 17:31:53 UTC (rev 146048)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 144646 2011-12-08 09:19:02Z andrea $
+# 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
+}
Added: repos/extra-i686/libkipi.install
===================================================================
--- repos/extra-i686/libkipi.install (rev 0)
+++ repos/extra-i686/libkipi.install 2012-01-04 17:31:53 UTC (rev 146048)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Added: repos/extra-x86_64/PKGBUILD
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2012-01-04 17:31:53 UTC (rev 146048)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 144647 2011-12-08 09:19:04Z andrea $
+# 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
+}
Added: repos/extra-x86_64/libkipi.install
===================================================================
--- repos/extra-x86_64/libkipi.install (rev 0)
+++ repos/extra-x86_64/libkipi.install 2012-01-04 17:31:53 UTC (rev 146048)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Added: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2012-01-04 17:31:53 UTC (rev 146048)
@@ -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.7.95
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('5dc5035e6b4d9334b123bfc430fe9693c0bfc245')
+
+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
+}
Added: repos/kde-unstable-i686/libkipi.install
===================================================================
--- repos/kde-unstable-i686/libkipi.install (rev 0)
+++ repos/kde-unstable-i686/libkipi.install 2012-01-04 17:31:53 UTC (rev 146048)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Added: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-01-04 17:31:53 UTC (rev 146048)
@@ -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.7.95
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('5dc5035e6b4d9334b123bfc430fe9693c0bfc245')
+
+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
+}
Added: repos/kde-unstable-x86_64/libkipi.install
===================================================================
--- repos/kde-unstable-x86_64/libkipi.install (rev 0)
+++ repos/kde-unstable-x86_64/libkipi.install 2012-01-04 17:31:53 UTC (rev 146048)
@@ -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