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

Antonio Rojas arojas at archlinux.org
Sat Mar 21 06:31:53 UTC 2015


    Date: Saturday, March 21, 2015 @ 07:31:53
  Author: arojas
Revision: 234409

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

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

------------------------------------------+
 /PKGBUILD                                |   68 +++++++++++++++++++++++++++++
 /kdeutils-ark.install                    |   24 ++++++++++
 kde-unstable-i686/PKGBUILD               |   34 --------------
 kde-unstable-i686/kdeutils-ark.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD             |   34 --------------
 kde-unstable-x86_64/kdeutils-ark.install |   12 -----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-03-21 06:31:28 UTC (rev 234408)
+++ kde-unstable-i686/PKGBUILD	2015-03-21 06:31:53 UTC (rev 234409)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-ark
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ark-${pkgver}.tar.xz")
-sha1sums=('60b8facccafdf9bc06c635999fee3a098a3a52e8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 234408, kdeutils-ark/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-03-21 06:31:53 UTC (rev 234409)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ark-${pkgver}.tar.xz")
+sha1sums=('4ad4c0698143b0c9b7630c9df10694ab53004d98')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-ark.install
===================================================================
--- kde-unstable-i686/kdeutils-ark.install	2015-03-21 06:31:28 UTC (rev 234408)
+++ kde-unstable-i686/kdeutils-ark.install	2015-03-21 06:31:53 UTC (rev 234409)
@@ -1,12 +0,0 @@
-post_install() {
-    update-desktop-database -q
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 234408, kdeutils-ark/kde-unstable/kdeutils-ark.install)
===================================================================
--- kde-unstable-i686/kdeutils-ark.install	                        (rev 0)
+++ kde-unstable-i686/kdeutils-ark.install	2015-03-21 06:31:53 UTC (rev 234409)
@@ -0,0 +1,12 @@
+post_install() {
+    update-desktop-database -q
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-03-21 06:31:28 UTC (rev 234408)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-21 06:31:53 UTC (rev 234409)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-ark
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ark-${pkgver}.tar.xz")
-sha1sums=('60b8facccafdf9bc06c635999fee3a098a3a52e8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 234408, kdeutils-ark/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-21 06:31:53 UTC (rev 234409)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ark
+pkgver=15.03.95
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ark-${pkgver}.tar.xz")
+sha1sums=('4ad4c0698143b0c9b7630c9df10694ab53004d98')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/kdeutils-ark.install
===================================================================
--- kde-unstable-x86_64/kdeutils-ark.install	2015-03-21 06:31:28 UTC (rev 234408)
+++ kde-unstable-x86_64/kdeutils-ark.install	2015-03-21 06:31:53 UTC (rev 234409)
@@ -1,12 +0,0 @@
-post_install() {
-    update-desktop-database -q
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install (from rev 234408, kdeutils-ark/kde-unstable/kdeutils-ark.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-ark.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeutils-ark.install	2015-03-21 06:31:53 UTC (rev 234409)
@@ -0,0 +1,12 @@
+post_install() {
+    update-desktop-database -q
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list