Date: Monday, September 14, 2015 @ 23:59:33
  Author: arojas
Revision: 246227

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ark/repos/testing-i686/
  ark/repos/testing-i686/PKGBUILD
    (from rev 246226, ark/trunk/PKGBUILD)
  ark/repos/testing-i686/ark.install
    (from rev 246226, ark/trunk/ark.install)
  ark/repos/testing-x86_64/
  ark/repos/testing-x86_64/PKGBUILD
    (from rev 246226, ark/trunk/PKGBUILD)
  ark/repos/testing-x86_64/ark.install
    (from rev 246226, ark/trunk/ark.install)

----------------------------+
 testing-i686/PKGBUILD      |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-i686/ark.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD    |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/ark.install |   13 +++++++++++++
 4 files changed, 110 insertions(+)

Copied: ark/repos/testing-i686/PKGBUILD (from rev 246226, ark/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-09-14 21:59:33 UTC (rev 246227)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]> 
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=ark
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('b868106c24b5cecb98a18d09d7039943')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: ark/repos/testing-i686/ark.install (from rev 246226, 
ark/trunk/ark.install)
===================================================================
--- testing-i686/ark.install                            (rev 0)
+++ testing-i686/ark.install    2015-09-14 21:59:33 UTC (rev 246227)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Copied: ark/repos/testing-x86_64/PKGBUILD (from rev 246226, ark/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-09-14 21:59:33 UTC (rev 246227)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]> 
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=ark
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('b868106c24b5cecb98a18d09d7039943')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: ark/repos/testing-x86_64/ark.install (from rev 246226, 
ark/trunk/ark.install)
===================================================================
--- testing-x86_64/ark.install                          (rev 0)
+++ testing-x86_64/ark.install  2015-09-14 21:59:33 UTC (rev 246227)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Reply via email to