[arch-commits] Commit in oxygen-icons/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Jan 5 06:48:23 UTC 2013
Date: Saturday, January 5, 2013 @ 01:48:23
Author: andrea
Revision: 174466
archrelease: copy kde-unstable to kde-unstable-any
Added:
oxygen-icons/repos/kde-unstable-any/PKGBUILD
(from rev 174465, oxygen-icons/kde-unstable/PKGBUILD)
Deleted:
oxygen-icons/repos/kde-unstable-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-05 06:47:48 UTC (rev 174465)
+++ PKGBUILD 2013-01-05 06:48:23 UTC (rev 174466)
@@ -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.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=('ab58b38d8d691d55578c5ad33ed0e5220f2906b1')
-
-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 174465, oxygen-icons/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-01-05 06:48:23 UTC (rev 174466)
@@ -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.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=('d676fa976769acdecc81c09fb13d8ad4a7302491')
+
+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