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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 14:05:47 UTC 2022


    Date: Wednesday, May 4, 2022 @ 14:05:47
  Author: arojas
Revision: 1194344

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 14:05:42 UTC (rev 1194343)
+++ PKGBUILD	2022-05-04 14:05:47 UTC (rev 1194344)
@@ -1,34 +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.42.0
-pkgrel=1
-pkgdesc='Small applications for the GNOME Panel'
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/GnomeApplets'
-license=('GPL')
-depends=('cpupower' 'gnome-panel' 'libgtop' 'tracker3' 'upower')
-makedepends=('itstool')
-optdepends=('tracker3-miners: Search bar')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('fd169747b92feff46cd39fe62f23ddf9667c10068f462803385d138efc4879d4')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Use correct D-Bus config location
-  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' gnome-applets/cpufreq/cpufreq-selector/Makefile.am
-  autoreconf -fi
-}
-
-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-applets/repos/community-x86_64/PKGBUILD (from rev 1194343, gnome-applets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 14:05:47 UTC (rev 1194344)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-applets
+pkgver=3.44.0
+pkgrel=1
+pkgdesc='Small applications for the GNOME Panel'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/GnomeApplets'
+license=('GPL')
+depends=('cpupower' 'gnome-panel' 'libgtop' 'tracker3' 'upower')
+makedepends=('itstool')
+optdepends=('tracker3-miners: Search bar')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('3039627ca92719e480587d724f4697109c3d126ec150f14f3b2e06924db9efa7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Use correct D-Bus config location
+  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' gnome-applets/cpufreq/cpufreq-selector/Makefile.am
+  autoreconf -fi
+}
+
+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