[arch-commits] Commit in gmrun/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Feb 27 10:12:30 UTC 2022


    Date: Sunday, February 27, 2022 @ 10:12:29
  Author: bluewind
Revision: 1137520

archrelease: copy trunk to community-x86_64

Added:
  gmrun/repos/community-x86_64/PKGBUILD
    (from rev 1137519, gmrun/trunk/PKGBUILD)
Deleted:
  gmrun/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-27 10:12:26 UTC (rev 1137519)
+++ PKGBUILD	2022-02-27 10:12:29 UTC (rev 1137520)
@@ -1,29 +0,0 @@
-# Contributor: Jeff Mickey <j at codemac.net>
-# Contributor: Woody Gilk aka Shadowhand <woody.gilk at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=gmrun
-pkgver=1.2w
-pkgrel=1
-pkgdesc="A simple program which provides a run program window"
-arch=('x86_64')
-url="https://github.com/wdlkmpx/gmrun"
-license=('GPL')
-depends=('gtk3' 'popt')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
-md5sums=('56d94701dcd0c56fc0a8a816222041cf')
-backup=('etc/gmrunrc')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./autogen.sh
-	./configure --prefix=/usr --sysconfdir=/etc
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-}

Copied: gmrun/repos/community-x86_64/PKGBUILD (from rev 1137519, gmrun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-27 10:12:29 UTC (rev 1137520)
@@ -0,0 +1,28 @@
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Woody Gilk aka Shadowhand <woody.gilk at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gmrun
+pkgver=1.3w
+pkgrel=1
+pkgdesc="A simple program which provides a run program window"
+arch=('x86_64')
+url="https://github.com/wdlkmpx/gmrun"
+license=('GPL')
+depends=('gtk3' 'popt')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
+md5sums=('3a04878697e7c5969e555d0939fe8c68')
+backup=('etc/gmrunrc')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure --prefix=/usr --sysconfdir=/etc
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list