[arch-commits] Commit in gnome-icon-theme-extras/repos (2 files)

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


    Date: Thursday, January 4, 2018 @ 09:37:12
  Author: bpiotrowski
Revision: 278594

archrelease: copy trunk to community-any

Added:
  gnome-icon-theme-extras/repos/community-any/
  gnome-icon-theme-extras/repos/community-any/PKGBUILD
    (from rev 278593, gnome-icon-theme-extras/trunk/PKGBUILD)

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

Copied: gnome-icon-theme-extras/repos/community-any/PKGBUILD (from rev 278593, gnome-icon-theme-extras/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-01-04 09:37:12 UTC (rev 278594)
@@ -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
+}



More information about the arch-commits mailing list