Date: Wednesday, March 25, 2015 @ 16:38:11
  Author: jgc
Revision: 234908

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 234786, adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD)
  adwaita-icon-theme/repos/testing-any/adwaita-icon-theme.install
    (from rev 234786, 
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 234786, 
adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2015-03-25 15:38:11 UTC (rev 234908)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgname=adwaita-icon-theme
+pkgver=3.16.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=('a3c8ad3b099ca571b423811a20ee9a7a43498cfa04d299719ee43cd7af6f6eb1')
+
+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 234786, 
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      2015-03-25 15:38:11 UTC (rev 
234908)
@@ -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
+}

Reply via email to