[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 19 07:20:36 UTC 2015
Date: Thursday, November 19, 2015 @ 08:20:36
Author: arojas
Revision: 251238
archrelease: copy trunk to extra-any
Added:
oxygen-icons/repos/extra-any/PKGBUILD
(from rev 251237, oxygen-icons/trunk/PKGBUILD)
Deleted:
oxygen-icons/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-19 07:20:27 UTC (rev 251237)
+++ PKGBUILD 2015-11-19 07:20:36 UTC (rev 251238)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=5.16.0
-epoch=1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz")
-sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${pkgbase}5-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package_oxygen-icons() {
- groups=('kf5')
-
- cd build
- make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
- pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
- cd ${pkgbase}5-${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 251237, oxygen-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-19 07:20:36 UTC (rev 251238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.16.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz")
+sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}5-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package_oxygen-icons() {
+ groups=('kf5')
+
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+ pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+ cd ${pkgbase}5-${pkgver}
+ find scalable -type f ! -name '*.sh' -exec \
+ install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}
More information about the arch-commits
mailing list