Date: Saturday, January 19, 2013 @ 06:19:04
  Author: andrea
Revision: 175540

archrelease: copy kde-unstable to kde-unstable-any

Added:
  oxygen-icons/repos/kde-unstable-any/PKGBUILD
    (from rev 175539, oxygen-icons/kde-unstable/PKGBUILD)
Deleted:
  oxygen-icons/repos/kde-unstable-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-01-19 11:18:27 UTC (rev 175539)
+++ PKGBUILD    2013-01-19 11:19:04 UTC (rev 175540)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Pierre Schmitz <pie...@archlinux.de>
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
-         'oxygen-icons-svg')
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d676fa976769acdecc81c09fb13d8ad4a7302491')
-
-build() {
-       cd $srcdir
-       mkdir build
-       cd build
-       cmake ../${pkgname}-${pkgver} \
-                   -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package_oxygen-icons() {
-       cd $srcdir/build
-       make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-       pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-       cd $srcdir/${pkgbase}-${pkgver}
-       find scalable -type f ! -name '*.sh' -exec \
-               install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/kde-unstable-any/PKGBUILD (from rev 175539, 
oxygen-icons/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-01-19 11:19:04 UTC (rev 175540)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+         'oxygen-icons-svg')
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('313dc9faf79d96597805d784099168dbc2114964')
+
+build() {
+       cd $srcdir
+       mkdir build
+       cd build
+       cmake ../${pkgname}-${pkgver} \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DKDE4_BUILD_TESTS=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package_oxygen-icons() {
+       cd $srcdir/build
+       make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+       pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+       cd $srcdir/${pkgbase}-${pkgver}
+       find scalable -type f ! -name '*.sh' -exec \
+               install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}

Reply via email to