[arch-commits] Commit in lxpanel/repos (6 files)

Felix Yan fyan at archlinux.org
Wed Aug 27 06:00:27 UTC 2014


    Date: Wednesday, August 27, 2014 @ 08:00:26
  Author: fyan
Revision: 117944

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

Added:
  lxpanel/repos/community-testing-i686/
  lxpanel/repos/community-testing-i686/PKGBUILD
    (from rev 117943, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch
    (from rev 117943, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
  lxpanel/repos/community-testing-x86_64/
  lxpanel/repos/community-testing-x86_64/PKGBUILD
    (from rev 117943, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch
    (from rev 117943, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)

---------------------------------------------------------------------+
 community-testing-i686/PKGBUILD                                     |   32 ++++++++++
 community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch   |   15 ++++
 community-testing-x86_64/PKGBUILD                                   |   32 ++++++++++
 community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch |   15 ++++
 4 files changed, 94 insertions(+)

Copied: lxpanel/repos/community-testing-i686/PKGBUILD (from rev 117943, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-08-27 06:00:26 UTC (rev 117944)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
+sha256sums=('bd010d13b1627335f45be1755f7f260dc439c2cfbce942bc36705fa2cffd0b53')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+    --sysconfdir=/etc \
+    --prefix=/usr \
+    --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: lxpanel/repos/community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch (from rev 117943, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
===================================================================
--- community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch	                        (rev 0)
+++ community-testing-i686/lxpanel-0.5.12-automake-1.14-support.patch	2014-08-27 06:00:26 UTC (rev 117944)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig	2013-01-27 10:38:55.000000000 +0100
++++ autogen.sh	2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ "$AM_INSTALLED_VERSION" != "1.10" \
+     -a "$AM_INSTALLED_VERSION" != "1.11" \
+-    -a "$AM_INSTALLED_VERSION" != "1.12" ];then
++    -a "$AM_INSTALLED_VERSION" != "1.12" \
++	-a "$AM_INSTALLED_VERSION" != "1.14" ];then
+ 	echo
+-	echo "You must have automake 1.10, 1.11, or 1.12 installed to compile lxpanel."
++	echo "You must have automake >=1.10 installed to compile lxpanel."
+ 	echo "Install the appropriate package for your distribution,"
+ 	echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
+ 	exit 1

Copied: lxpanel/repos/community-testing-x86_64/PKGBUILD (from rev 117943, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-08-27 06:00:26 UTC (rev 117944)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
+sha256sums=('bd010d13b1627335f45be1755f7f260dc439c2cfbce942bc36705fa2cffd0b53')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+    --sysconfdir=/etc \
+    --prefix=/usr \
+    --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: lxpanel/repos/community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch (from rev 117943, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
===================================================================
--- community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch	                        (rev 0)
+++ community-testing-x86_64/lxpanel-0.5.12-automake-1.14-support.patch	2014-08-27 06:00:26 UTC (rev 117944)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig	2013-01-27 10:38:55.000000000 +0100
++++ autogen.sh	2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ "$AM_INSTALLED_VERSION" != "1.10" \
+     -a "$AM_INSTALLED_VERSION" != "1.11" \
+-    -a "$AM_INSTALLED_VERSION" != "1.12" ];then
++    -a "$AM_INSTALLED_VERSION" != "1.12" \
++	-a "$AM_INSTALLED_VERSION" != "1.14" ];then
+ 	echo
+-	echo "You must have automake 1.10, 1.11, or 1.12 installed to compile lxpanel."
++	echo "You must have automake >=1.10 installed to compile lxpanel."
+ 	echo "Install the appropriate package for your distribution,"
+ 	echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
+ 	exit 1




More information about the arch-commits mailing list