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

Jan de Groot jgc at archlinux.org
Wed Mar 28 10:20:37 UTC 2018


    Date: Wednesday, March 28, 2018 @ 10:20:36
  Author: jgc
Revision: 320545

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 10:20:29 UTC (rev 320544)
+++ PKGBUILD	2018-03-28 10:20:36 UTC (rev 320545)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jan at archlinux.org>
-
-pkgname=gnome-menus
-pkgver=3.13.3+29+g7f0844e
-pkgrel=1
-pkgdesc="GNOME menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' git gnome-common)
-license=('GPL' 'LGPL')
-url="https://www.gnome.org"
-_commit=7f0844e1c933249faccb3999aacaf44b155813e4  # 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 320544, gnome-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-28 10:20:36 UTC (rev 320545)
@@ -0,0 +1,44 @@
+# $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
+}



More information about the arch-commits mailing list