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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Jul 10 07:14:37 UTC 2013


    Date: Wednesday, July 10, 2013 @ 09:14:37
  Author: bpiotrowski
Revision: 93770

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

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

-------------------------------------------------------------+
 /PKGBUILD                                                   |   80 ++++++++++
 community-i686/PKGBUILD                                     |   38 ----
 community-i686/lxpanel-0.5.12-automake-1.13-support.patch   |   15 -
 community-i686/lxpanel-0.5.12-automake-1.14-support.patch   |   15 +
 community-x86_64/PKGBUILD                                   |   38 ----
 community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch |   15 -
 community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch |   15 +
 7 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-10 07:14:19 UTC (rev 93769)
+++ community-i686/PKGBUILD	2013-07-10 07:14:37 UTC (rev 93770)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxpanel
-pkgver=0.5.12
-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')
-makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-        lxpanel-0.5.12-automake-1.13-support.patch)
-sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
-            'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch 
-  ./autogen.sh
-
-  CFLAGS+=' -lgmodule-2.0' ./configure \
-    --sysconfdir=/etc \
-    --prefix=/usr \
-    --enable-man 
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-i686/PKGBUILD (from rev 93769, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-10 07:14:37 UTC (rev 93770)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel
+pkgver=0.5.12
+pkgrel=2
+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')
+makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+        lxpanel-0.5.12-automake-1.14-support.patch)
+sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
+            'ce5bf608374188da00ce3f0a1c74d1ddebd160555db4119eebd85f64731fe1d1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../lxpanel-0.5.12-automake-1.14-support.patch
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+    --sysconfdir=/etc \
+    --prefix=/usr \
+    --enable-man 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/lxpanel-0.5.12-automake-1.13-support.patch
===================================================================
--- community-i686/lxpanel-0.5.12-automake-1.13-support.patch	2013-07-10 07:14:19 UTC (rev 93769)
+++ community-i686/lxpanel-0.5.12-automake-1.13-support.patch	2013-07-10 07:14:37 UTC (rev 93770)
@@ -1,15 +0,0 @@
---- 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.13" ];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-i686/lxpanel-0.5.12-automake-1.14-support.patch (from rev 93769, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
===================================================================
--- community-i686/lxpanel-0.5.12-automake-1.14-support.patch	                        (rev 0)
+++ community-i686/lxpanel-0.5.12-automake-1.14-support.patch	2013-07-10 07:14:37 UTC (rev 93770)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-10 07:14:19 UTC (rev 93769)
+++ community-x86_64/PKGBUILD	2013-07-10 07:14:37 UTC (rev 93770)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxpanel
-pkgver=0.5.12
-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')
-makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-        lxpanel-0.5.12-automake-1.13-support.patch)
-sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
-            'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch 
-  ./autogen.sh
-
-  CFLAGS+=' -lgmodule-2.0' ./configure \
-    --sysconfdir=/etc \
-    --prefix=/usr \
-    --enable-man 
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-x86_64/PKGBUILD (from rev 93769, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-10 07:14:37 UTC (rev 93770)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel
+pkgver=0.5.12
+pkgrel=2
+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')
+makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+        lxpanel-0.5.12-automake-1.14-support.patch)
+sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
+            'ce5bf608374188da00ce3f0a1c74d1ddebd160555db4119eebd85f64731fe1d1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../lxpanel-0.5.12-automake-1.14-support.patch
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+    --sysconfdir=/etc \
+    --prefix=/usr \
+    --enable-man 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch
===================================================================
--- community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch	2013-07-10 07:14:19 UTC (rev 93769)
+++ community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch	2013-07-10 07:14:37 UTC (rev 93770)
@@ -1,15 +0,0 @@
---- 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.13" ];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-x86_64/lxpanel-0.5.12-automake-1.14-support.patch (from rev 93769, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
===================================================================
--- community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch	                        (rev 0)
+++ community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch	2013-07-10 07:14:37 UTC (rev 93770)
@@ -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