[arch-commits] Commit in adwaita-icon-theme/repos (4 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:58:06 UTC 2014
Date: Friday, September 26, 2014 @ 12:58:05
Author: jgc
Revision: 223167
db-move: moved adwaita-icon-theme from [gnome-unstable] to [testing] (any)
Added:
adwaita-icon-theme/repos/testing-any/
adwaita-icon-theme/repos/testing-any/PKGBUILD
(from rev 223030, adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD)
adwaita-icon-theme/repos/testing-any/adwaita-icon-theme.install
(from rev 223030, adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install)
Deleted:
adwaita-icon-theme/repos/gnome-unstable-any/
----------------------------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
adwaita-icon-theme.install | 11 +++++++++++
2 files changed, 39 insertions(+)
Copied: adwaita-icon-theme/repos/testing-any/PKGBUILD (from rev 223030, adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-09-26 10:58:05 UTC (rev 223167)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 214086 2014-06-03 12:25:52Z jgc $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=adwaita-icon-theme
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Adwaita icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+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=('afacb6025a18be007e33a9663b92cee9d2745279bb00107a68e09b2806f9541f')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Copied: adwaita-icon-theme/repos/testing-any/adwaita-icon-theme.install (from rev 223030, adwaita-icon-theme/repos/gnome-unstable-any/adwaita-icon-theme.install)
===================================================================
--- testing-any/adwaita-icon-theme.install (rev 0)
+++ testing-any/adwaita-icon-theme.install 2014-09-26 10:58:05 UTC (rev 223167)
@@ -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