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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 15 12:10:28 UTC 2019


    Date: Friday, March 15, 2019 @ 12:10:27
  Author: bpiotrowski
Revision: 348166

archrelease: copy trunk to extra-x86_64

Added:
  gnome-menus/repos/extra-x86_64/PKGBUILD
    (from rev 348165, gnome-menus/trunk/PKGBUILD)
Deleted:
  gnome-menus/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 12:10:23 UTC (rev 348165)
+++ PKGBUILD	2019-03-15 12:10:27 UTC (rev 348166)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jan at archlinux.org>
-
-pkgname=gnome-menus
-pkgver=3.13.3+30+g510ef1c
-pkgrel=1
-pkgdesc="GNOME menu specifications"
-arch=('x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' git gnome-common)
-license=('GPL' 'LGPL')
-url="https://www.gnome.org"
-groups=('gnome')
-_commit=510ef1c378486ce31ad71af050e5f7e0a2faecd6  # master
-source=("git+https://git.gnome.org/browse/gnome-menus#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
-      --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var  --disable-static
-  make
-}
-
-package(){
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-menus/repos/extra-x86_64/PKGBUILD (from rev 348165, gnome-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 12:10:27 UTC (rev 348166)
@@ -0,0 +1,43 @@
+# Maintainer: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-menus
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME menu specifications"
+arch=('x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' git gnome-common)
+license=('GPL' 'LGPL')
+url="https://www.gnome.org"
+groups=('gnome')
+_commit=4a3944773c0d7201148055a5f7fd103c99263183  # tags/3.32.0^0
+source=("git+https://git.gnome.org/browse/gnome-menus#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+      --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var  --disable-static
+  make
+}
+
+package(){
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list