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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 14:01:04 UTC 2022


    Date: Wednesday, May 4, 2022 @ 14:01:04
  Author: arojas
Revision: 1194307

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 14:00:55 UTC (rev 1194306)
+++ PKGBUILD	2022-05-04 14:01:04 UTC (rev 1194307)
@@ -1,29 +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.42.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=('itstool')
-optdepends=('alacarte: Main menu editor'
-            'gnome-applets: Extra applets for the panel')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('aea8c0efc2edba20e97ad4695179cd0a2538e64c2904702cc8c594e8e0898703')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile --enable-compile-warnings=minimum 
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-panel/repos/community-x86_64/PKGBUILD (from rev 1194306, gnome-panel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 14:01:04 UTC (rev 1194307)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-panel
+pkgver=3.44.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=('itstool')
+optdepends=('alacarte: Main menu editor'
+            'gnome-applets: Extra applets for the panel')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('99655f75d031876c130ed23c4da22c099e7bcc4048b0255a3c3a3bbc787b31aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile --enable-compile-warnings=minimum 
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list