[arch-commits] Commit in (3 files)

Balló György bgyorgy at archlinux.org
Tue Apr 20 21:28:01 UTC 2021


    Date: Tuesday, April 20, 2021 @ 21:28:00
  Author: bgyorgy
Revision: 920380

Minor changes

Modified:
  gnome-flashback/trunk/PKGBUILD
  gnome-panel/trunk/PKGBUILD
  metacity/trunk/PKGBUILD

--------------------------------+
 gnome-flashback/trunk/PKGBUILD |    1 -
 gnome-panel/trunk/PKGBUILD     |   34 ++++++++++------------------------
 metacity/trunk/PKGBUILD        |    2 +-
 3 files changed, 11 insertions(+), 26 deletions(-)

Modified: gnome-flashback/trunk/PKGBUILD
===================================================================
--- gnome-flashback/trunk/PKGBUILD	2021-04-20 21:09:35 UTC (rev 920379)
+++ gnome-flashback/trunk/PKGBUILD	2021-04-20 21:28:00 UTC (rev 920380)
@@ -9,7 +9,6 @@
 license=('GPL')
 depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon'
          'gnome-themes-extra' 'libibus' 'libxkbfile' 'metacity')
-makedepends=('autoconf-archive' 'intltool' 'python')
 optdepends=('gnome-backgrounds: Default background'
             'gnome-control-center: System settings'
             'network-manager-applet: Network management')

Modified: gnome-panel/trunk/PKGBUILD
===================================================================
--- gnome-panel/trunk/PKGBUILD	2021-04-20 21:09:35 UTC (rev 920379)
+++ gnome-panel/trunk/PKGBUILD	2021-04-20 21:28:00 UTC (rev 920380)
@@ -4,40 +4,26 @@
 pkgname=gnome-panel
 pkgver=3.40.0
 pkgrel=1
-pkgdesc="Panel of GNOME Flashback"
+pkgdesc='Panel of GNOME Flashback'
 arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomePanel"
+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')
+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')
-_commit=841fe4e32ff97b7725694dc60828048fa187f758  # tags/3.40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('9f135075edc666cf2b9ca91de35c6703e2b1771c10a7707414fb656c28a59b3b')
 
-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
+  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
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }

Modified: metacity/trunk/PKGBUILD
===================================================================
--- metacity/trunk/PKGBUILD	2021-04-20 21:09:35 UTC (rev 920379)
+++ metacity/trunk/PKGBUILD	2021-04-20 21:28:00 UTC (rev 920380)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'libxpresent' 'libxres'
          'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'vulkan-headers')
+makedepends=('vulkan-headers')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
 sha256sums=('224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5')
 



More information about the arch-commits mailing list