Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1b3e318beec34788b60cf10ab06fc05d91bf25a
commit e1b3e318beec34788b60cf10ab06fc05d91bf25a Author: PacMiam <[email protected]> Date: Wed Apr 10 19:28:05 2013 +0200 lxpanel-0.5.12-1-i686 * Version bump diff --git a/source/x11-extra/lxpanel/FrugalBuild b/source/x11-extra/lxpanel/FrugalBuild index f96fd6b..9b8d622 100644 --- a/source/x11-extra/lxpanel/FrugalBuild +++ b/source/x11-extra/lxpanel/FrugalBuild @@ -1,20 +1,21 @@ -# Compiling Time: 0.28 SBU -# Maintainer: bouleetbil <[email protected]> +# Compiling Time: 0.76 SBU +# Maintainer: PacMiam <[email protected]> +# COntributor: bouleetbil <[email protected]> pkgname=lxpanel -pkgver=0.5.8 +pkgver=0.5.12 +pkgrel=1 pkgdesc="lxpanel is a light-weight X11 desktop panel for lxde" -depends=('wireless_tools' 'gtk+2' 'pygobject' 'alsa-lib' 'libxpm' 'libxdamage' 'freetype2' \ - 'libxau' 'libxdmcp' 'libxext' 'libxml2' 'menu-cache' 'lxmenu-data' 'xcb-util>=0.3.9-2') +depends=('gtk+2' 'wireless_tools' 'pygobject' 'alsa-lib' 'libxpm' 'libxdamage' 'freetype2' \ + 'libxau' 'libxdmcp' 'libxext' 'libxml2' 'menu-cache' 'lxmenu-data' 'xcb-util>=0.3.9-2' \ + 'libwnck2') rodepends=('pcmanfm' 'lxsession-lite' 'gtk+2-engines' 'gtk+2-theme-frugalware') -makedepends=('intltool') +makedepends=('intltool' 'gtk+2-libs') options=('scriptlet') groups=('x11-extra') archs=('i686' 'x86_64') Finclude lxde -pkgrel=2 -source=($source lxpanel-libgmodule-underlinking.patch) -sha1sums=('a9d6bd9d15a3588fb959aa32880ad888c58359f7' \ - 'b81392726d30f84f0e3c6d72e4c0d3dbb996f8f0') +Fconfopts="${Fconfopts[@]} --enable-gtk3=no" +sha1sums=('26749cbdc22c45d273fef2ecb7fc1223ae4b4c8c') # optimization OK diff --git a/source/x11-extra/lxpanel/lxpanel-libgmodule-underlinking.patch b/source/x11-extra/lxpanel/lxpanel-libgmodule-underlinking.patch deleted file mode 100644 index 65f75ac..0000000 --- a/source/x11-extra/lxpanel/lxpanel-libgmodule-underlinking.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur lxpanel-0.5.8/configure.ac lxpanel-0.5.8.new/configure.ac ---- lxpanel-0.5.8/configure.ac 2011-07-29 13:37:01.000000000 +0100 -+++ lxpanel-0.5.8.new/configure.ac 2013-03-22 11:06:24.584834508 +0100 -@@ -24,7 +24,8 @@ - # Checks for libraries. - pkg_modules="gtk+-2.0 >= 2.12.0 \ - gio-unix-2.0 \ -- gthread-2.0" -+ gthread-2.0 -+ gmodule-2.0" - # libstartup-notification-1.0" - PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) - AC_SUBST(PACKAGE_CFLAGS) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
