[arch-commits] Commit in ark (7 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 18:24:30 UTC 2015


    Date: Tuesday, July 28, 2015 @ 20:24:30
  Author: arojas
Revision: 242600

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  ark/repos/
  ark/repos/kde-unstable-i686/
  ark/repos/kde-unstable-i686/PKGBUILD
    (from rev 242599, ark/kde-unstable/PKGBUILD)
  ark/repos/kde-unstable-i686/ark.install
    (from rev 242599, ark/kde-unstable/ark.install)
  ark/repos/kde-unstable-x86_64/
  ark/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242599, ark/kde-unstable/PKGBUILD)
  ark/repos/kde-unstable-x86_64/ark.install
    (from rev 242599, ark/kde-unstable/ark.install)

---------------------------------+
 kde-unstable-i686/PKGBUILD      |   40 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/ark.install   |   13 ++++++++++++
 kde-unstable-x86_64/PKGBUILD    |   40 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/ark.install |   13 ++++++++++++
 4 files changed, 106 insertions(+)

Copied: ark/repos/kde-unstable-i686/PKGBUILD (from rev 242599, ark/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-28 18:24:30 UTC (rev 242600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+
+pkgname=ark
+pkgver=15.07.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('f16f8a354bcec5928bec1f57e2ce5339')
+
+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/kde-unstable-i686/ark.install (from rev 242599, ark/kde-unstable/ark.install)
===================================================================
--- repos/kde-unstable-i686/ark.install	                        (rev 0)
+++ repos/kde-unstable-i686/ark.install	2015-07-28 18:24:30 UTC (rev 242600)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 242599, ark/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-28 18:24:30 UTC (rev 242600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+
+pkgname=ark
+pkgver=15.07.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('f16f8a354bcec5928bec1f57e2ce5339')
+
+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/kde-unstable-x86_64/ark.install (from rev 242599, ark/kde-unstable/ark.install)
===================================================================
--- repos/kde-unstable-x86_64/ark.install	                        (rev 0)
+++ repos/kde-unstable-x86_64/ark.install	2015-07-28 18:24:30 UTC (rev 242600)
@@ -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
+}
+



More information about the arch-commits mailing list