[arch-commits] Commit in gnome-themes-standard/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Apr 13 21:03:33 UTC 2017
Date: Thursday, April 13, 2017 @ 21:03:32
Author: jgc
Revision: 292806
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gnome-themes-standard/repos/gnome-unstable-i686/
gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD
(from rev 292805, gnome-themes-standard/trunk/PKGBUILD)
gnome-themes-standard/repos/gnome-unstable-x86_64/
gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292805, gnome-themes-standard/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 42 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
Copied: gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD (from rev 292805, gnome-themes-standard/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-13 21:03:32 UTC (rev 292806)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="Standard Themes for GNOME Applications"
+url="https://git.gnome.org/browse/gnome-themes-standard"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3 gnome-common git)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+options=(!emptydirs)
+_commit=015785c53c37912bc6266c9cf107a0d1c8816d51 # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/gnome-themes-standard#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292805, gnome-themes-standard/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-13 21:03:32 UTC (rev 292806)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="Standard Themes for GNOME Applications"
+url="https://git.gnome.org/browse/gnome-themes-standard"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3 gnome-common git)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+options=(!emptydirs)
+_commit=015785c53c37912bc6266c9cf107a0d1c8816d51 # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/gnome-themes-standard#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list