[arch-commits] Commit in gdl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 10 19:36:25 UTC 2019


    Date: Tuesday, September 10, 2019 @ 19:36:25
  Author: heftig
Revision: 362163

archrelease: copy trunk to extra-x86_64

Added:
  gdl/repos/extra-x86_64/PKGBUILD
    (from rev 362160, gdl/trunk/PKGBUILD)
Deleted:
  gdl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-10 19:36:24 UTC (rev 362162)
+++ PKGBUILD	2019-09-10 19:36:25 UTC (rev 362163)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gdl
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="GNOME Docking Library"
-arch=(x86_64)
-license=('GPL')
-url="https://www.gnome.org/"
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git)
-_commit=c2b2abc622e9aa535c07f76ec15292f4da55d694  # tags/GDL_3_28_0^0
-source=("git+https://git.gnome.org/browse/gdl#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: gdl/repos/extra-x86_64/PKGBUILD (from rev 362160, gdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-10 19:36:25 UTC (rev 362163)
@@ -0,0 +1,37 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+url="https://gitlab.gnome.org/GNOME/gdl"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(gtk-doc intltool gobject-introspection gnome-common git)
+_commit=8f8435bac99f3fdfde4e877a70ec98bfe1e83433  # tags/GDL_3_34_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gdl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list