[arch-commits] Commit in adwaita-icon-theme/repos (3 files)
Jan de Groot
jgc at archlinux.org
Wed Sep 23 08:44:36 UTC 2015
Date: Wednesday, September 23, 2015 @ 10:44:36
Author: jgc
Revision: 247122
archrelease: copy trunk to gnome-unstable-any
Added:
adwaita-icon-theme/repos/gnome-unstable-any/
adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD
(from rev 247121, adwaita-icon-theme/trunk/PKGBUILD)
adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install
(from rev 247121, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
----------------------------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
adwaita-icon-theme.install | 11 +++++++++++
2 files changed, 39 insertions(+)
Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 247121, adwaita-icon-theme/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2015-09-23 08:44:36 UTC (rev 247122)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=adwaita-icon-theme
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org"
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Copied: adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install (from rev 247121, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===================================================================
--- gnome-unstable-any/adwaita-icon-theme.install (rev 0)
+++ gnome-unstable-any/adwaita-icon-theme.install 2015-09-23 08:44:36 UTC (rev 247122)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list