[arch-commits] Commit in gnome-common/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 08:01:59 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:01:59
  Author: felixonmars
Revision: 386121

archrelease: copy trunk to staging-any

Added:
  gnome-common/repos/staging-any/
  gnome-common/repos/staging-any/PKGBUILD
    (from rev 386118, gnome-common/trunk/PKGBUILD)

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

Copied: gnome-common/repos/staging-any/PKGBUILD (from rev 386118, gnome-common/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 08:01:59 UTC (rev 386121)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.18.0
+pkgrel=4
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+depends=(sh autoconf-archive intltool yelp-tools gtk-doc)
+license=(GPL)
+url="https://www.gnome.org"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-autoconf-archive
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list