[arch-commits] Commit in ark/repos (8 files)

Antonio Rojas arojas at archlinux.org
Tue Apr 19 13:12:04 UTC 2016


    Date: Tuesday, April 19, 2016 @ 15:12:04
  Author: arojas
Revision: 265423

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

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

---------------------------------+
 /PKGBUILD                       |   84 ++++++++++++++++++++++++++++++++++++++
 /ark.install                    |   26 +++++++++++
 kde-unstable-i686/PKGBUILD      |   42 -------------------
 kde-unstable-i686/ark.install   |   13 -----
 kde-unstable-x86_64/PKGBUILD    |   42 -------------------
 kde-unstable-x86_64/ark.install |   13 -----
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 13:11:48 UTC (rev 265422)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 13:12:04 UTC (rev 265423)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org> 
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ark
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: ZIP format support' 'unrar: RAR format support')
-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=('6e87599691220a704b2118534f5c87f6')
-
-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/PKGBUILD (from rev 265422, ark/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 13:12:04 UTC (rev 265423)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ark
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: ZIP format support' 'unrar: RAR format support')
+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=('f45b700154712ae6676c922bc59c9c85')
+
+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
+}
+

Deleted: kde-unstable-i686/ark.install
===================================================================
--- kde-unstable-i686/ark.install	2016-04-19 13:11:48 UTC (rev 265422)
+++ kde-unstable-i686/ark.install	2016-04-19 13:12:04 UTC (rev 265423)
@@ -1,13 +0,0 @@
-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-i686/ark.install (from rev 265422, ark/trunk/ark.install)
===================================================================
--- kde-unstable-i686/ark.install	                        (rev 0)
+++ kde-unstable-i686/ark.install	2016-04-19 13:12:04 UTC (rev 265423)
@@ -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
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-19 13:11:48 UTC (rev 265422)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 13:12:04 UTC (rev 265423)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org> 
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ark
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: ZIP format support' 'unrar: RAR format support')
-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=('6e87599691220a704b2118534f5c87f6')
-
-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/PKGBUILD (from rev 265422, ark/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 13:12:04 UTC (rev 265423)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ark
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: ZIP format support' 'unrar: RAR format support')
+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=('f45b700154712ae6676c922bc59c9c85')
+
+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
+}
+

Deleted: kde-unstable-x86_64/ark.install
===================================================================
--- kde-unstable-x86_64/ark.install	2016-04-19 13:11:48 UTC (rev 265422)
+++ kde-unstable-x86_64/ark.install	2016-04-19 13:12:04 UTC (rev 265423)
@@ -1,13 +0,0 @@
-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/ark.install (from rev 265422, ark/trunk/ark.install)
===================================================================
--- kde-unstable-x86_64/ark.install	                        (rev 0)
+++ kde-unstable-x86_64/ark.install	2016-04-19 13:12:04 UTC (rev 265423)
@@ -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