[arch-commits] Commit in kdeutils-ark/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Wed Aug 1 14:42:26 UTC 2012
Date: Wednesday, August 1, 2012 @ 10:42:26
Author: andrea
Revision: 164607
db-move: moved kdeutils-ark from [kde-unstable] to [testing] (i686, x86_64)
Added:
kdeutils-ark/repos/testing-i686/
kdeutils-ark/repos/testing-i686/PKGBUILD
(from rev 164520, kdeutils-ark/repos/kde-unstable-i686/PKGBUILD)
kdeutils-ark/repos/testing-i686/kdeutils-ark.install
(from rev 164520, kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install)
kdeutils-ark/repos/testing-x86_64/
kdeutils-ark/repos/testing-x86_64/PKGBUILD
(from rev 164520, kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD)
kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install
(from rev 164520, kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install)
Deleted:
kdeutils-ark/repos/kde-unstable-i686/
kdeutils-ark/repos/kde-unstable-x86_64/
-------------------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-i686/kdeutils-ark.install | 11 +++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/kdeutils-ark.install | 11 +++++++++++
4 files changed, 90 insertions(+)
Copied: kdeutils-ark/repos/testing-i686/PKGBUILD (from rev 164520, kdeutils-ark/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-08-01 14:42:26 UTC (rev 164607)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz")
+sha1sums=('60c535370da1edf03481fdc1ef3f04f9269d54e2')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ark-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc
+ make DESTDIR=$pkgdir install
+}
Copied: kdeutils-ark/repos/testing-i686/kdeutils-ark.install (from rev 164520, kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install)
===================================================================
--- testing-i686/kdeutils-ark.install (rev 0)
+++ testing-i686/kdeutils-ark.install 2012-08-01 14:42:26 UTC (rev 164607)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdeutils-ark/repos/testing-x86_64/PKGBUILD (from rev 164520, kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-01 14:42:26 UTC (rev 164607)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz")
+sha1sums=('60c535370da1edf03481fdc1ef3f04f9269d54e2')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ark-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc
+ make DESTDIR=$pkgdir install
+}
Copied: kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install (from rev 164520, kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install)
===================================================================
--- testing-x86_64/kdeutils-ark.install (rev 0)
+++ testing-x86_64/kdeutils-ark.install 2012-08-01 14:42:26 UTC (rev 164607)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list