Date: Tuesday, July 16, 2013 @ 20:07:58
  Author: svenstaro
Revision: 190141

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

Added:
  oxygen-icons/repos/kde-unstable-any/PKGBUILD
    (from rev 190140, 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-07-16 18:07:48 UTC (rev 190140)
+++ PKGBUILD    2013-07-16 18:07:58 UTC (rev 190141)
@@ -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.10.90
-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=('be09fb567ae9131f5fc4b5d8df194038ef2cab07')
-
-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 190140, 
oxygen-icons/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-07-16 18:07:58 UTC (rev 190141)
@@ -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.10.95
+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=('ca2195357719000913c6967a7a380665c0cce672')
+
+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