Date: Saturday, February 20, 2016 @ 12:31:04 Author: bgyorgy Revision: 162700
archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Deleted: lxpanel/repos/community-testing-i686/PKGBUILD lxpanel/repos/community-testing-x86_64/PKGBUILD -----------------------------------+ community-testing-i686/PKGBUILD | 49 ------------------------------------ community-testing-x86_64/PKGBUILD | 49 ------------------------------------ 2 files changed, 98 deletions(-) Deleted: community-testing-i686/PKGBUILD =================================================================== --- community-testing-i686/PKGBUILD 2016-02-20 11:30:40 UTC (rev 162699) +++ community-testing-i686/PKGBUILD 2016-02-20 11:31:04 UTC (rev 162700) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Bartłomiej Piotrowski <[email protected]> -# Contributor: Angel Velasquez <[email protected]> -# Contributor: Juergen Hoetzel <[email protected]> - -pkgname=lxpanel -pkgver=0.8.1 -pkgrel=3 -pkgdesc='Lightweight X11 desktop panel for LXDE' -arch=('i686' 'x86_64') -license=('GPL2') -url='http://lxde.org/' -groups=('lxde') -depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm-gtk2' 'libkeybinder2') -makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools') -optdepends=('wireless_tools: netstat plugin') -source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz - git-fixes.patch - 0001-batt-plugin-Fix-with-GTK3.patch) -sha256sums=('c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0' - '97895bbaf67231ea1e24f0ed98f434a124bcbbe8fd65a600447cc31e155b5c45' - '1b72f27d705c66a312315441bdd1faaf60b727fb5bff323b3a632f9c11faf421') - -prepare() { - cd $pkgname-$pkgver - - # Apply fixes from git - patch -Np1 -i ../git-fixes.patch - patch -Np1 -i ../0001-batt-plugin-Fix-with-GTK3.patch - autoreconf -fi -} - -build() { - cd $pkgname-$pkgver - ./configure \ - --sysconfdir=/etc \ - --prefix=/usr - - #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 -} Deleted: community-testing-x86_64/PKGBUILD =================================================================== --- community-testing-x86_64/PKGBUILD 2016-02-20 11:30:40 UTC (rev 162699) +++ community-testing-x86_64/PKGBUILD 2016-02-20 11:31:04 UTC (rev 162700) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Bartłomiej Piotrowski <[email protected]> -# Contributor: Angel Velasquez <[email protected]> -# Contributor: Juergen Hoetzel <[email protected]> - -pkgname=lxpanel -pkgver=0.8.1 -pkgrel=3 -pkgdesc='Lightweight X11 desktop panel for LXDE' -arch=('i686' 'x86_64') -license=('GPL2') -url='http://lxde.org/' -groups=('lxde') -depends=('alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm-gtk2' 'libkeybinder2') -makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools') -optdepends=('wireless_tools: netstat plugin') -source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz - git-fixes.patch - 0001-batt-plugin-Fix-with-GTK3.patch) -sha256sums=('c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0' - '97895bbaf67231ea1e24f0ed98f434a124bcbbe8fd65a600447cc31e155b5c45' - '1b72f27d705c66a312315441bdd1faaf60b727fb5bff323b3a632f9c11faf421') - -prepare() { - cd $pkgname-$pkgver - - # Apply fixes from git - patch -Np1 -i ../git-fixes.patch - patch -Np1 -i ../0001-batt-plugin-Fix-with-GTK3.patch - autoreconf -fi -} - -build() { - cd $pkgname-$pkgver - ./configure \ - --sysconfdir=/etc \ - --prefix=/usr - - #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 -}
