[arch-commits] Commit in gnome-themes-standard/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Jan 30 19:42:52 UTC 2018
Date: Tuesday, January 30, 2018 @ 19:42:51
Author: heftig
Revision: 315634
archrelease: copy trunk to extra-x86_64
Added:
gnome-themes-standard/repos/extra-x86_64/PKGBUILD
(from rev 315633, gnome-themes-standard/trunk/PKGBUILD)
Deleted:
gnome-themes-standard/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-30 19:42:04 UTC (rev 315633)
+++ PKGBUILD 2018-01-30 19:42:51 UTC (rev 315634)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-themes-standard
-pkgver=3.22.3+13+ga993fdc0
-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=a993fdc050a001fe7880b29155908772f874efb4 # master
-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/extra-x86_64/PKGBUILD (from rev 315633, gnome-themes-standard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-30 19:42:51 UTC (rev 315634)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-themes-standard
+pkgver=3.22.3+16+gc092fc89
+pkgrel=1
+pkgdesc="Standard Themes for GNOME Applications"
+url="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
+arch=(x86_64)
+license=(GPL2)
+depends=(cantarell-fonts)
+makedepends=(intltool gtk2 gtk3 gnome-common git)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+options=(!emptydirs)
+_commit=c092fc89acc581d145e63aae77e186284a56af71 # master~13
+source=("git+https://gitlab.gnome.org/GNOME/gnome-themes-extra.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gnome-themes-extra
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd gnome-themes-extra
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd gnome-themes-extra
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd gnome-themes-extra
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list