[arch-commits] Commit in gnome-applets/repos (4 files)

Balló György bgyorgy at archlinux.org
Mon Oct 10 09:26:57 UTC 2016


    Date: Monday, October 10, 2016 @ 09:26:57
  Author: bgyorgy
Revision: 191812

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  gnome-applets/repos/community-testing-i686/
  gnome-applets/repos/community-testing-i686/PKGBUILD
    (from rev 191811, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/community-testing-x86_64/
  gnome-applets/repos/community-testing-x86_64/PKGBUILD
    (from rev 191811, gnome-applets/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: gnome-applets/repos/community-testing-i686/PKGBUILD (from rev 191811, gnome-applets/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-10-10 09:26:57 UTC (rev 191812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-applets
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets"
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'libtracker-sparql' 'cpupower' 'upower')
+makedepends=('intltool' 'itstool' 'gnome-settings-daemon')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2707f4efb3e890e36a54792fb728107f82f79bf517145b576331c7a973a56dd4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile --with-cpufreq-lib=cpupower
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  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-testing-x86_64/PKGBUILD (from rev 191811, gnome-applets/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-10-10 09:26:57 UTC (rev 191812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-applets
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets"
+license=('GPL')
+depends=('gnome-panel' 'libgtop' 'libtracker-sparql' 'cpupower' 'upower')
+makedepends=('intltool' 'itstool' 'gnome-settings-daemon')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2707f4efb3e890e36a54792fb728107f82f79bf517145b576331c7a973a56dd4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile --with-cpufreq-lib=cpupower
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  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