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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 00:15:35 UTC 2022


    Date: Monday, April 25, 2022 @ 00:15:34
  Author: allan
Revision: 1189726

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 00:15:17 UTC (rev 1189725)
+++ PKGBUILD	2022-04-25 00:15:34 UTC (rev 1189726)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: gtk2-compat/repos/community-any/PKGBUILD (from rev 1189725, gtk2-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 00:15:34 UTC (rev 1189726)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander <xyproto at archlinux.org>
+
+pkgname=gtk2-compat
+pkgver=1.0.0
+pkgrel=3
+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