[arch-commits] Commit in gtk-engines/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 15:44:03 UTC 2020


    Date: Saturday, May 16, 2020 @ 15:44:02
  Author: foutrelis
Revision: 384794

archrelease: copy trunk to staging-x86_64

Added:
  gtk-engines/repos/staging-x86_64/
  gtk-engines/repos/staging-x86_64/PKGBUILD
    (from rev 384793, gtk-engines/trunk/PKGBUILD)

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

Copied: gtk-engines/repos/staging-x86_64/PKGBUILD (from rev 384793, gtk-engines/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 15:44:02 UTC (rev 384794)
@@ -0,0 +1,32 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gtk-engines
+pkgver=2.21.0
+pkgrel=5
+pkgdesc="Theme engines for GTK+ 2"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk2>=2.24.0')
+makedepends=('pkg-config' 'intltool' 'gnome-common' 'git')
+url="http://live.gnome.org/GnomeArt"
+conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
+replaces=('lighthouse-gtk2')
+source=('git+https://gitlab.gnome.org/Archive/gtk-engines.git#commit=e23eb81ade8c815dcd4da026ab7a2b7307a4f326')
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-animation
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list