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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Oct 4 12:16:09 UTC 2021


    Date: Monday, October 4, 2021 @ 12:16:09
  Author: arodseth
Revision: 1027321

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 12:16:04 UTC (rev 1027320)
+++ PKGBUILD	2021-10-04 12:16:09 UTC (rev 1027321)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: gtk2-compat/repos/community-any/PKGBUILD (from rev 1027320, gtk2-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 12:16:09 UTC (rev 1027321)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander <xyproto at archlinux.org>
+
+pkgname=gtk2-compat
+pkgver=1.0.0
+pkgrel=2
+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)
+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