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

Balló György bgyorgy at archlinux.org
Wed Jun 19 01:24:46 UTC 2019


    Date: Wednesday, June 19, 2019 @ 01:24:45
  Author: bgyorgy
Revision: 482268

archrelease: copy trunk to community-x86_64

Added:
  gnome-panel/repos/community-x86_64/PKGBUILD
    (from rev 482267, gnome-panel/trunk/PKGBUILD)
Deleted:
  gnome-panel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 01:24:42 UTC (rev 482267)
+++ PKGBUILD	2019-06-19 01:24:45 UTC (rev 482268)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-panel
-pkgver=3.30.0
-pkgrel=2
-pkgdesc="Panel of GNOME Flashback"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomePanel"
-license=('GPL')
-depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 'libwnck3' 'nautilus' 'polkit')
-makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 'autoconf-archive')
-optdepends=('alacarte: Main menu editor'
-            'gnome-applets: Extra applets for the panel')
-_commit=4666190575da9a6fce8b7aaeedbeb6b91c5bf2eb  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile --enable-compile-warnings=minimum --enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-panel/repos/community-x86_64/PKGBUILD (from rev 482267, gnome-panel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-19 01:24:45 UTC (rev 482268)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-panel
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel"
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 'libwnck3' 'nautilus' 'polkit')
+makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 'autoconf-archive')
+optdepends=('alacarte: Main menu editor'
+            'gnome-applets: Extra applets for the panel')
+_commit=10f757b147c2ef8fb92bcb9114c96ca6e5e71117  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile --enable-compile-warnings=minimum --enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  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