[arch-commits] Commit in kdeutils-ark/repos (6 files)
Felix Yan
fyan at archlinux.org
Wed Feb 4 08:48:11 UTC 2015
Date: Wednesday, February 4, 2015 @ 09:48:11
Author: fyan
Revision: 230702
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdeutils-ark/repos/testing-i686/
kdeutils-ark/repos/testing-i686/PKGBUILD
(from rev 230701, kdeutils-ark/trunk/PKGBUILD)
kdeutils-ark/repos/testing-i686/kdeutils-ark.install
(from rev 230701, kdeutils-ark/trunk/kdeutils-ark.install)
kdeutils-ark/repos/testing-x86_64/
kdeutils-ark/repos/testing-x86_64/PKGBUILD
(from rev 230701, kdeutils-ark/trunk/PKGBUILD)
kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install
(from rev 230701, kdeutils-ark/trunk/kdeutils-ark.install)
-------------------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-i686/kdeutils-ark.install | 12 ++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/kdeutils-ark.install | 12 ++++++++++++
4 files changed, 92 insertions(+)
Copied: kdeutils-ark/repos/testing-i686/PKGBUILD (from rev 230701, kdeutils-ark/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-04 08:48:11 UTC (rev 230702)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=14.12.2
+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/applications/${pkgver}/src/ark-${pkgver}.tar.xz")
+sha1sums=('a027bb9ce7eaa513a8349f9eced8b9f43d38c4a3')
+
+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 230701, kdeutils-ark/trunk/kdeutils-ark.install)
===================================================================
--- testing-i686/kdeutils-ark.install (rev 0)
+++ testing-i686/kdeutils-ark.install 2015-02-04 08:48:11 UTC (rev 230702)
@@ -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 230701, kdeutils-ark/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:48:11 UTC (rev 230702)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=14.12.2
+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/applications/${pkgver}/src/ark-${pkgver}.tar.xz")
+sha1sums=('a027bb9ce7eaa513a8349f9eced8b9f43d38c4a3')
+
+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 230701, kdeutils-ark/trunk/kdeutils-ark.install)
===================================================================
--- testing-x86_64/kdeutils-ark.install (rev 0)
+++ testing-x86_64/kdeutils-ark.install 2015-02-04 08:48:11 UTC (rev 230702)
@@ -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