[arch-commits] Commit in oxygen-icons/repos (3 files)
Andrea Scarpino
andrea at archlinux.org
Sun Mar 4 14:12:04 UTC 2012
Date: Sunday, March 4, 2012 @ 09:12:04
Author: andrea
Revision: 152029
archrelease: copy trunk to staging-any
Added:
oxygen-icons/repos/staging-any/
oxygen-icons/repos/staging-any/PKGBUILD
(from rev 152028, oxygen-icons/trunk/PKGBUILD)
Modified:
oxygen-icons/repos/extra-any/PKGBUILD
----------------------+
extra-any/PKGBUILD | 2 +-
staging-any/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
Modified: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD 2012-03-04 14:11:34 UTC (rev 152028)
+++ extra-any/PKGBUILD 2012-03-04 14:12:04 UTC (rev 152029)
@@ -12,7 +12,7 @@
url='http://www.oxygen-icons.org/'
license=('LGPL')
makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz")
sha1sums=('cd893bb4060957e4ceff39c46e01cec82746163e')
build() {
Copied: oxygen-icons/repos/staging-any/PKGBUILD (from rev 152028, oxygen-icons/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2012-03-04 14:12:04 UTC (rev 152029)
@@ -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.8.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/xz/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('cce20fe134b49ef39175c95cd058cb144c134ec1')
+
+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