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

2020-10-22 Thread Balló György via arch-commits
Date: Thursday, October 22, 2020 @ 09:45:46
  Author: bgyorgy
Revision: 728879

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 09:45:43 UTC (rev 728878)
+++ PKGBUILD2020-10-22 09:45:46 UTC (rev 728879)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-applets
-pkgver=3.36.4
-pkgrel=2
-pkgdesc="Small applications for the GNOME Panel"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomeApplets;
-license=('GPL')
-depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
-makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
-_commit=ea8ec983c8d5e285c341b7a9448e0bf20d43d363  # tags/3.36.4^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
-}

Copied: gnome-applets/repos/community-x86_64/PKGBUILD (from rev 728878, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 09:45:46 UTC (rev 728879)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets;
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
+_commit=0cacd733f6257cd8ba20e3543b25906a3e0f8e05  # tags/3.38.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/' 
gnome-applets/cpufreq/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
+}


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

2020-05-27 Thread Balló György via arch-commits
Date: Wednesday, May 27, 2020 @ 15:08:24
  Author: bgyorgy
Revision: 635926

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-27 15:08:20 UTC (rev 635925)
+++ PKGBUILD2020-05-27 15:08:24 UTC (rev 635926)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-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
-}

Copied: gnome-applets/repos/community-x86_64/PKGBUILD (from rev 635925, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-27 15:08:24 UTC (rev 635926)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets;
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
+_commit=ea8ec983c8d5e285c341b7a9448e0bf20d43d363  # tags/3.36.4^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
+}


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

2020-03-12 Thread Balló György via arch-commits
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
===
--- PKGBUILD2020-03-12 13:25:08 UTC (rev 595303)
+++ PKGBUILD2020-03-12 13:25:11 UTC (rev 595304)
@@ -1,47 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-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)
+++ PKGBUILD2020-03-12 13:25:11 UTC (rev 595304)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+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
+}


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

2019-06-18 Thread Balló György via arch-commits
Date: Wednesday, June 19, 2019 @ 01:43:04
  Author: bgyorgy
Revision: 482275

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   97 +++--
 1 file changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-19 01:43:01 UTC (rev 482274)
+++ PKGBUILD2019-06-19 01:43:04 UTC (rev 482275)
@@ -1,47 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-applets
-pkgver=3.30.0
-pkgrel=3
-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=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.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 482274, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-19 01:43:04 UTC (rev 482275)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.32.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=cbb0b5e93da5b63bfb93ce685c97cf56f21d9bcb  # tags/3.32.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
+
+  # Fix build
+  git cherry-pick -n 61551aea549f6f9bda12f39d5ffbec3e1064aa5a
+
+  # 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
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 01:08:58
  Author: bgyorgy
Revision: 437977

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   91 +++--
 1 file changed, 47 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 01:08:53 UTC (rev 437976)
+++ PKGBUILD2019-03-07 01:08:58 UTC (rev 437977)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-applets
-pkgver=3.30.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=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.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
-
-  # 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 437976, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 01:08:58 UTC (rev 437977)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.30.0
+pkgrel=3
+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=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.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
+}


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

2018-12-28 Thread Balló György via arch-commits
Date: Friday, December 28, 2018 @ 11:10:25
  Author: bgyorgy
Revision: 418617

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   83 -
 1 file changed, 44 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-28 11:10:20 UTC (rev 418616)
+++ PKGBUILD2018-12-28 11:10:25 UTC (rev 418617)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-applets
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Small applications for the GNOME Panel"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomeApplets;
-license=('GPL')
-depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
-makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
-_commit=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.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
-  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 418616, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-28 11:10:25 UTC (rev 418617)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.30.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=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.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
+
+  # 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
+}


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

2018-09-11 Thread Balló György via arch-commits
Date: Tuesday, September 11, 2018 @ 10:21:04
  Author: bgyorgy
Revision: 379628

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   67 +++--
 1 file changed, 39 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-11 10:20:58 UTC (rev 379627)
+++ PKGBUILD2018-09-11 10:21:04 UTC (rev 379628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-applets
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Small applications for the GNOME Panel"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomeApplets;
-license=('GPL')
-depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
-makedepends=('intltool' 'itstool' 'gnome-settings-daemon' 'python')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b0f823cc54c55ec02393109386ed33e2ea13edd0218bd14aed2c9fb273bca671')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile --disable-maintainer-mode
-  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 379627, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-11 10:21:04 UTC (rev 379628)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets;
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
+_commit=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.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
+  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
+}