[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 4 09:37:08 UTC 2018


    Date: Thursday, January 4, 2018 @ 09:37:07
  Author: bpiotrowski
Revision: 278593

extra2community: Moving gnome-icon-theme-extras from extra to community

Added:
  gnome-icon-theme-extras/
  gnome-icon-theme-extras/repos/
  gnome-icon-theme-extras/trunk/
  gnome-icon-theme-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: gnome-icon-theme-extras/trunk/PKGBUILD
===================================================================
--- gnome-icon-theme-extras/trunk/PKGBUILD	                        (rev 0)
+++ gnome-icon-theme-extras/trunk/PKGBUILD	2018-01-04 09:37:07 UTC (rev 278593)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-icon-theme-extras
+pkgver=3.12.0
+pkgrel=3
+pkgdesc="GNOME icon theme, extra icons"
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org"
+license=('GPL')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: gnome-icon-theme-extras/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list