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

Andrea Scarpino andrea at archlinux.org
Wed Oct 3 14:38:55 UTC 2012


    Date: Wednesday, October 3, 2012 @ 10:38:54
  Author: andrea
Revision: 167760

db-move: moved oxygen-icons from [testing] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
    (from rev 167756, oxygen-icons/repos/testing-any/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD
  oxygen-icons/repos/testing-any/

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-03 14:38:52 UTC (rev 167759)
+++ extra-any/PKGBUILD	2012-10-03 14:38:54 UTC (rev 167760)
@@ -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.9.1
-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=('0989cda42a9b4370815d422bcb0eaa2ee056832e')
-
-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/extra-any/PKGBUILD (from rev 167756, oxygen-icons/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-03 14:38:54 UTC (rev 167760)
@@ -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.2
+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=('266e5c2f50b1f7375374fad043db9e2ecb54baab')
+
+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