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

Andrea Scarpino andrea at archlinux.org
Thu Dec 8 09:18:12 UTC 2011


    Date: Thursday, December 8, 2011 @ 04:18:12
  Author: andrea
Revision: 144613

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

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2011-12-08 09:18:11 UTC (rev 144612)
+++ extra-any/PKGBUILD	2011-12-08 09:18:12 UTC (rev 144613)
@@ -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.7.3
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('eb26498ba287098127fc259816335f21cffe3784')
-
-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 144608, oxygen-icons/repos/staging-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-12-08 09:18:12 UTC (rev 144613)
@@ -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.7.4
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('b8ebe40c26be41558ac26151894f975ac278b791')
+
+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