[arch-commits] Commit in mate-applets/repos/community-x86_64 (3 files)

Brad Fanella cesura at archlinux.org
Tue Feb 25 19:14:31 UTC 2020


    Date: Tuesday, February 25, 2020 @ 19:14:31
  Author: cesura
Revision: 581887

archrelease: copy trunk to community-x86_64

Added:
  mate-applets/repos/community-x86_64/PKGBUILD
    (from rev 581886, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-x86_64/0001-dbus-sys-dir.patch
  mate-applets/repos/community-x86_64/PKGBUILD

-------------------------+
 0001-dbus-sys-dir.patch |   35 --------------------
 PKGBUILD                |   80 ++++++++++++++++++++--------------------------
 2 files changed, 35 insertions(+), 80 deletions(-)

Deleted: 0001-dbus-sys-dir.patch
===================================================================
--- 0001-dbus-sys-dir.patch	2020-02-25 19:14:22 UTC (rev 581886)
+++ 0001-dbus-sys-dir.patch	2020-02-25 19:14:31 UTC (rev 581887)
@@ -1,35 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index af66e0e..0a0c391 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -133,6 +133,17 @@ fi
- AC_SUBST(LIBNOTIFY_CFLAGS)
- AC_SUBST(LIBNOTIFY_LIBS)
- 
-+dnl -- Check for D-Bus -----------------------------------------
-+AC_ARG_WITH(dbus-sys,
-+        [AC_HELP_STRING([--with-dbus-sys=<dir>],
-+        [where D-BUS system.d directory is])])
-+if ! test -z "$with_dbus_sys" ; then
-+        DBUS_SYS_DIR="$with_dbus_sys"
-+else
-+        DBUS_SYS_DIR='${sysconfdir}/dbus-1/system.d'
-+fi
-+AC_SUBST(DBUS_SYS_DIR)
-+
- dnl -- check for glib/gobject (required) --------------------------------------
- PKG_CHECK_MODULES(CPUFREQ_SELECTOR, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)
- AC_SUBST(CPUFREQ_SELECTOR_CFLAGS)
-diff --git a/cpufreq/src/cpufreq-selector/Makefile.am b/cpufreq/src/cpufreq-selector/Makefile.am
-index 27dfac6..52f2d6e 100644
---- a/cpufreq/src/cpufreq-selector/Makefile.am
-+++ b/cpufreq/src/cpufreq-selector/Makefile.am
-@@ -50,7 +50,7 @@ dbus_services_in_files = org.mate.CPUFreqSelector.service.in
- polkit_in_files = org.mate.cpufreqselector.policy.in
- 
- dbus_servicesdir = $(datadir)/dbus-1/system-services
--dbus_confdir = $(sysconfdir)/dbus-1/system.d
-+dbus_confdir = $(DBUS_SYS_DIR)
- polkitdir = $(datadir)/polkit-1/actions
- 
- if HAVE_POLKIT

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 19:14:22 UTC (rev 581886)
+++ PKGBUILD	2020-02-25 19:14:31 UTC (rev 581887)
@@ -1,45 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-applets
-pkgver=1.22.2
-pkgrel=3
-pkgdesc="Applets for MATE panel"
-arch=('x86_64')
-url="https://mate-desktop.org"
-license=('GPL')
-depends=('cpupower' 'gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        '0001-dbus-sys-dir.patch')
-sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0'
-            'e4812eba493333c688ae431dc0ae35b58f1ff107bbc795ea812dd99a1a1b7283')
-
-prepare() {
-    	cd "${pkgname}-${pkgver}"
-
-    	patch -Np1 < ../0001-dbus-sys-dir.patch
-
-    	autoreconf -fi
-}
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr \
-        	--sysconfdir=/etc \
-        	--libexecdir=/usr/lib/${pkgname} \
-        	--with-dbus-sys="/usr/share/dbus-1/system.d" \
-        	--enable-polkit \
-        	--enable-ipv6
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 581886, mate-applets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 19:14:31 UTC (rev 581887)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applets
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org"
+license=('GPL')
+depends=('cpupower' 'gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('b84feb195b3deb8ef7a973d6e66ba30f0c411cf2e9af1a76afa8903d5655a35a')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--sysconfdir=/etc \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--with-dbus-sys="/usr/share/dbus-1/system.d" \
+        	--enable-polkit \
+        	--enable-ipv6
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list