[arch-commits] Commit in gnome-applets/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Mar 12 13:25:11 UTC 2020
Date: Thursday, March 12, 2020 @ 13:25:11
Author: bgyorgy
Revision: 595304
archrelease: copy trunk to community-x86_64
Added:
gnome-applets/repos/community-x86_64/PKGBUILD
(from rev 595303, gnome-applets/trunk/PKGBUILD)
Deleted:
gnome-applets/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 89 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 42 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-12 13:25:08 UTC (rev 595303)
+++ PKGBUILD 2020-03-12 13:25:11 UTC (rev 595304)
@@ -1,47 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-applets
-pkgver=3.34.0
-pkgrel=2
-pkgdesc="Small applications for the GNOME Panel"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomeApplets"
-license=('GPL')
-depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
-makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 'python' 'yelp-tools')
-_commit=5dffba205cb6137b935547739c1170ccfc03814c # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- # Use correct D-Bus config location
- sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' cpufreq/src/cpufreq-selector/Makefile.am
-
- # Disable buggy applets
- # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
- sed -i '/window-buttons/d
- /window-title/d' Makefile.am
-
- 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
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-applets/repos/community-x86_64/PKGBUILD (from rev 595303, gnome-applets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-12 13:25:11 UTC (rev 595304)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-applets
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets"
+license=('GPL')
+depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 'python' 'yelp-tools')
+_commit=a09c94d64db525790b17f10a848ef6f6ef09668d # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ # Use correct D-Bus config location
+ sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' cpufreq/src/cpufreq-selector/Makefile.am
+
+ 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
+ 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