[arch-commits] Commit in lxpanel/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sun Dec 14 17:32:43 UTC 2014
Date: Sunday, December 14, 2014 @ 18:32:43
Author: bgyorgy
Revision: 123884
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxpanel/repos/community-i686/PKGBUILD
(from rev 123883, lxpanel/trunk/PKGBUILD)
lxpanel/repos/community-x86_64/PKGBUILD
(from rev 123883, lxpanel/trunk/PKGBUILD)
Deleted:
lxpanel/repos/community-i686/PKGBUILD
lxpanel/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 32 ----------------------
community-x86_64/PKGBUILD | 32 ----------------------
3 files changed, 62 insertions(+), 64 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-12-14 17:32:33 UTC (rev 123883)
+++ community-i686/PKGBUILD 2014-12-14 17:32:43 UTC (rev 123884)
@@ -1,32 +0,0 @@
-# $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.2
-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=('bbc9924b2e3b082207da7f6a659ad9454222d329e8952ff1257f2debf95e3135')
-
-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-i686/PKGBUILD (from rev 123883, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-14 17:32:43 UTC (rev 123884)
@@ -0,0 +1,31 @@
+# $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.8.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' 'libkeybinder2')
+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=('94dd664ed6c7c001ca83959cdeadaa386ba0d2c91f113c2e6d318a5f33604415')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --sysconfdir=/etc \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-12-14 17:32:33 UTC (rev 123883)
+++ community-x86_64/PKGBUILD 2014-12-14 17:32:43 UTC (rev 123884)
@@ -1,32 +0,0 @@
-# $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.2
-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=('bbc9924b2e3b082207da7f6a659ad9454222d329e8952ff1257f2debf95e3135')
-
-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-x86_64/PKGBUILD (from rev 123883, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-12-14 17:32:43 UTC (rev 123884)
@@ -0,0 +1,31 @@
+# $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.8.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' 'libkeybinder2')
+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=('94dd664ed6c7c001ca83959cdeadaa386ba0d2c91f113c2e6d318a5f33604415')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --sysconfdir=/etc \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list