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

Balló György bgyorgy at archlinux.org
Fri Dec 28 11:10:25 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-12-28 11:10:20 UTC (rev 418616)
+++ PKGBUILD	2018-12-28 11:10:25 UTC (rev 418617)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-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)
+++ PKGBUILD	2018-12-28 11:10:25 UTC (rev 418617)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list