[arch-commits] Commit in kdeutils-ark/repos (6 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue May 7 16:46:11 UTC 2013
Date: Tuesday, May 7, 2013 @ 18:46:10
Author: andrea
Revision: 184741
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdeutils-ark/repos/testing-i686/
kdeutils-ark/repos/testing-i686/PKGBUILD
(from rev 184740, kdeutils-ark/trunk/PKGBUILD)
kdeutils-ark/repos/testing-i686/kdeutils-ark.install
(from rev 184740, kdeutils-ark/trunk/kdeutils-ark.install)
kdeutils-ark/repos/testing-x86_64/
kdeutils-ark/repos/testing-x86_64/PKGBUILD
(from rev 184740, kdeutils-ark/trunk/PKGBUILD)
kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install
(from rev 184740, kdeutils-ark/trunk/kdeutils-ark.install)
-------------------------------------+
testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-i686/kdeutils-ark.install | 12 ++++++++++++
testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-x86_64/kdeutils-ark.install | 12 ++++++++++++
4 files changed, 90 insertions(+)
Copied: kdeutils-ark/repos/testing-i686/PKGBUILD (from rev 184740, kdeutils-ark/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-05-07 16:46:10 UTC (rev 184741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=4.10.3
+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=('26437751ddf6f466a948a402f253f66bfc19660e')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ark-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Copied: kdeutils-ark/repos/testing-i686/kdeutils-ark.install (from rev 184740, kdeutils-ark/trunk/kdeutils-ark.install)
===================================================================
--- testing-i686/kdeutils-ark.install (rev 0)
+++ testing-i686/kdeutils-ark.install 2013-05-07 16:46:10 UTC (rev 184741)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdeutils-ark/repos/testing-x86_64/PKGBUILD (from rev 184740, kdeutils-ark/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:46:10 UTC (rev 184741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=4.10.3
+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=('26437751ddf6f466a948a402f253f66bfc19660e')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ark-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Copied: kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install (from rev 184740, kdeutils-ark/trunk/kdeutils-ark.install)
===================================================================
--- testing-x86_64/kdeutils-ark.install (rev 0)
+++ testing-x86_64/kdeutils-ark.install 2013-05-07 16:46:10 UTC (rev 184741)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list