Date: Tuesday, December 8, 2015 @ 13:20:26
  Author: fyan
Revision: 253757

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

Added:
  ark/repos/staging-i686/
  ark/repos/staging-i686/PKGBUILD
    (from rev 253754, ark/trunk/PKGBUILD)
  ark/repos/staging-i686/ark.install
    (from rev 253755, ark/trunk/ark.install)
  ark/repos/staging-x86_64/
  ark/repos/staging-x86_64/PKGBUILD
    (from rev 253756, ark/trunk/PKGBUILD)
  ark/repos/staging-x86_64/ark.install
    (from rev 253756, ark/trunk/ark.install)

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

Copied: ark/repos/staging-i686/PKGBUILD (from rev 253754, ark/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-12-08 12:20:26 UTC (rev 253757)
@@ -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.3
+pkgrel=2
+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=('84cd97d4147620b31956ccb35878aa2e')
+
+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/staging-i686/ark.install (from rev 253755, 
ark/trunk/ark.install)
===================================================================
--- staging-i686/ark.install                            (rev 0)
+++ staging-i686/ark.install    2015-12-08 12:20:26 UTC (rev 253757)
@@ -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/staging-x86_64/PKGBUILD (from rev 253756, ark/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-12-08 12:20:26 UTC (rev 253757)
@@ -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.3
+pkgrel=2
+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=('84cd97d4147620b31956ccb35878aa2e')
+
+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/staging-x86_64/ark.install (from rev 253756, 
ark/trunk/ark.install)
===================================================================
--- staging-x86_64/ark.install                          (rev 0)
+++ staging-x86_64/ark.install  2015-12-08 12:20:26 UTC (rev 253757)
@@ -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