[arch-commits] Commit in oxygen-icons (3 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 04:42:35 UTC 2012


    Date: Wednesday, August 1, 2012 @ 00:42:35
  Author: andrea
Revision: 164393

archrelease: copy trunk to kde-unstable-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: repos/kde-unstable-any/PKGBUILD
===================================================================
--- repos/kde-unstable-any/PKGBUILD	2012-08-01 04:42:01 UTC (rev 164392)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 04:42:35 UTC (rev 164393)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
-         'oxygen-icons-svg')
-pkgver=4.8.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=('f87a6f800cdb2a1948c382f3f421ed2fde1fe932')
-
-build() {
-	cd $srcdir
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-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 164392, oxygen-icons/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-any/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 04:42:35 UTC (rev 164393)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+         'oxygen-icons-svg')
+pkgver=4.9.0
+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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('079506b51f0aa7c004052d72ca5098a5f26b1dc1')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-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/{}" \;
+}




More information about the arch-commits mailing list