Date: Wednesday, October 26, 2022 @ 17:50:33
Author: foutrelis
Revision: 1336495
archrelease: copy trunk to community-staging-x86_64
Added:
gnome-panel/repos/community-staging-x86_64/
gnome-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 1336494, gnome-panel/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: gnome-panel/repos/community-staging-x86_64/PKGBUILD (from rev 1336494,
gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-10-26 17:50:33 UTC (rev 1336495)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-panel
+pkgver=3.46.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'
+ 'geocode-glib' '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=('cec7a11b70c524b5e8d76d4d7e4d835ee607abda2eb42f4df7619e62eb06aeb1')
+
+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
+}