Date: Sunday, September 10, 2017 @ 07:49:47
  Author: heftig
Revision: 305211

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

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

Copied: adwaita-icon-theme/repos/gnome-unstable-any/PKGBUILD (from rev 305210, 
adwaita-icon-theme/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD                         (rev 0)
+++ gnome-unstable-any/PKGBUILD 2017-09-10 07:49:47 UTC (rev 305211)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=adwaita-icon-theme
+pkgver=3.25.91+3+gc6e82e74
+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 gnome-common)
+groups=(gnome)
+_commit=c6e82e74e0508e8769f2259bf10111cbf1ad1dd4  # master
+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
+
+  # Fix up missing tag
+  git tag -f 3.25.91 948a38e4d4eae2fec50a52cf7aace6b20fa053c8
+
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Reply via email to