[arch-commits] Commit in gnome-panel/repos (4 files)
Balló György
bgyorgy at archlinux.org
Mon Oct 10 09:10:17 UTC 2016
Date: Monday, October 10, 2016 @ 09:10:17
Author: bgyorgy
Revision: 191804
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
gnome-panel/repos/community-testing-i686/
gnome-panel/repos/community-testing-i686/PKGBUILD
(from rev 191803, gnome-panel/trunk/PKGBUILD)
gnome-panel/repos/community-testing-x86_64/
gnome-panel/repos/community-testing-x86_64/PKGBUILD
(from rev 191803, gnome-panel/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: gnome-panel/repos/community-testing-i686/PKGBUILD (from rev 191803, gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-10 09:10:17 UTC (rev 191804)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-panel
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel"
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 'libwnck3' 'polkit')
+makedepends=('intltool' 'itstool')
+optdepends=('alacarte: Main menu editor'
+ 'gnome-applets: Extra applets for the panel')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('978f8332b4e8cf9450c3f7a858e99e9a7103a1606d700cec965d641c13427c90')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile
+
+ #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-panel/repos/community-testing-x86_64/PKGBUILD (from rev 191803, gnome-panel/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-10 09:10:17 UTC (rev 191804)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-panel
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel"
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 'libwnck3' 'polkit')
+makedepends=('intltool' 'itstool')
+optdepends=('alacarte: Main menu editor'
+ 'gnome-applets: Extra applets for the panel')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('978f8332b4e8cf9450c3f7a858e99e9a7103a1606d700cec965d641c13427c90')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile
+
+ #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