[arch-commits] Commit in gnome-themes-standard/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 3 17:56:22 UTC 2016


    Date: Monday, October 3, 2016 @ 17:56:21
  Author: heftig
Revision: 277585

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-themes-standard/repos/testing-i686/
  gnome-themes-standard/repos/testing-i686/PKGBUILD
    (from rev 277584, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/testing-x86_64/
  gnome-themes-standard/repos/testing-x86_64/PKGBUILD
    (from rev 277584, gnome-themes-standard/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: gnome-themes-standard/repos/testing-i686/PKGBUILD (from rev 277584, gnome-themes-standard/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-10-03 17:56:21 UTC (rev 277585)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.22.1
+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=84a6ab0385d9ca5a4eb423f34e78361143aa2c9f  # tags/3.22.1^0
+source=("git://git.gnome.org/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/testing-x86_64/PKGBUILD (from rev 277584, gnome-themes-standard/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-10-03 17:56:21 UTC (rev 277585)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.22.1
+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=84a6ab0385d9ca5a4eb423f34e78361143aa2c9f  # tags/3.22.1^0
+source=("git://git.gnome.org/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