Date: Wednesday, March 29, 2017 @ 20:16:23
  Author: heftig
Revision: 291819

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 291818, adwaita-icon-theme/trunk/PKGBUILD)

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

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 291818, 
adwaita-icon-theme/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD                         (rev 0)
+++ gnome-unstable-any/PKGBUILD 2017-03-29 20:16:23 UTC (rev 291819)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=adwaita-icon-theme
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="GNOME standard icons"
+url="https://git.gnome.org/browse/adwaita-icon-theme";
+arch=(any)
+license=(LGPL3 CCPL:cc-by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(intltool git gtk3)
+groups=(gnome)
+_commit=a4fc30b28c60d1dbb40ab3e81c4eee588fb2116b  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Reply via email to