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

Antonio Rojas arojas at archlinux.org
Tue Oct 13 08:12:14 UTC 2015


    Date: Tuesday, October 13, 2015 @ 10:12:13
  Author: arojas
Revision: 249166

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

Added:
  ark/repos/extra-i686/PKGBUILD
    (from rev 249165, ark/trunk/PKGBUILD)
  ark/repos/extra-i686/ark.install
    (from rev 249165, ark/trunk/ark.install)
  ark/repos/extra-x86_64/PKGBUILD
    (from rev 249165, ark/trunk/PKGBUILD)
  ark/repos/extra-x86_64/ark.install
    (from rev 249165, ark/trunk/ark.install)
Deleted:
  ark/repos/extra-i686/PKGBUILD
  ark/repos/extra-i686/ark.install
  ark/repos/extra-x86_64/PKGBUILD
  ark/repos/extra-x86_64/ark.install

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-13 08:11:54 UTC (rev 249165)
+++ extra-i686/PKGBUILD	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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=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/extra-i686/PKGBUILD (from rev 249165, ark/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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=15.08.2
+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=('c6d7b37d6a8de0335c297c01fcadb143')
+
+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: extra-i686/ark.install
===================================================================
--- extra-i686/ark.install	2015-10-13 08:11:54 UTC (rev 249165)
+++ extra-i686/ark.install	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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/extra-i686/ark.install (from rev 249165, ark/trunk/ark.install)
===================================================================
--- extra-i686/ark.install	                        (rev 0)
+++ extra-i686/ark.install	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-13 08:11:54 UTC (rev 249165)
+++ extra-x86_64/PKGBUILD	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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=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/extra-x86_64/PKGBUILD (from rev 249165, ark/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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=15.08.2
+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=('c6d7b37d6a8de0335c297c01fcadb143')
+
+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: extra-x86_64/ark.install
===================================================================
--- extra-x86_64/ark.install	2015-10-13 08:11:54 UTC (rev 249165)
+++ extra-x86_64/ark.install	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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/extra-x86_64/ark.install (from rev 249165, ark/trunk/ark.install)
===================================================================
--- extra-x86_64/ark.install	                        (rev 0)
+++ extra-x86_64/ark.install	2015-10-13 08:12:13 UTC (rev 249166)
@@ -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