[arch-commits] Commit in gnome-themes-standard/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jan 30 19:42:04 UTC 2018


    Date: Tuesday, January 30, 2018 @ 19:42:04
  Author: heftig
Revision: 315633

3.22.3+16+gc092fc89-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-30 19:34:46 UTC (rev 315632)
+++ PKGBUILD	2018-01-30 19:42:04 UTC (rev 315633)
@@ -2,33 +2,33 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-themes-standard
-pkgver=3.22.3+13+ga993fdc0
+pkgver=3.22.3+16+gc092fc89
 pkgrel=1
 pkgdesc="Standard Themes for GNOME Applications"
-url="https://git.gnome.org/browse/gnome-themes-standard"
+url="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
 arch=(x86_64)
 license=(GPL2)
-depends=(cantarell-fonts ttf-dejavu librsvg)
+depends=(cantarell-fonts)
 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")
+_commit=c092fc89acc581d145e63aae77e186284a56af71  # master~13
+source=("git+https://gitlab.gnome.org/GNOME/gnome-themes-extra.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd gnome-themes-extra
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd gnome-themes-extra
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  cd gnome-themes-extra
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -35,8 +35,8 @@
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  cd gnome-themes-extra
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list