[arch-commits] Commit in gtk2-compat/repos/community-any (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Oct 4 11:59:28 UTC 2021


    Date: Monday, October 4, 2021 @ 11:59:28
  Author: arodseth
Revision: 1027301

archrelease: copy trunk to community-any

Added:
  gtk2-compat/repos/community-any/PKGBUILD
    (from rev 1027300, gtk2-compat/trunk/PKGBUILD)

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

Copied: gtk2-compat/repos/community-any/PKGBUILD (from rev 1027300, gtk2-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 11:59:28 UTC (rev 1027301)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander <xyproto at archlinux.org>
+
+pkgname=gtk2-compat
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Simulates the presence of GTK+2, but tries to use GTK+3'
+arch=(any)
+url='https://github.com/openSUSE/gtk2-compat'
+license=(GPL2)
+depends=(gtk3)
+provides=(gtk2)
+conflicts=(gtk2)
+makedepends=(git)
+source=("git+$url#commit=24913dc1b4ec13b870e87399fda1ae050f1d4eee") # no tags available, this is master from 2015-03-11
+b2sums=(SKIP)
+
+prepare() {
+  cd $pkgname
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+}



More information about the arch-commits mailing list