Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d96eb596874d62c6ab505caf32da0bc916483e93
commit d96eb596874d62c6ab505caf32da0bc916483e93 Author: Miklos Vajna <[email protected]> Date: Wed Aug 19 16:49:07 2009 +0200 icewm-1.2.37-3-i686 - add gnome226.patch diff --git a/source/x11-extra/icewm/FrugalBuild b/source/x11-extra/icewm/FrugalBuild index 8a53ff0..ba35e7e 100644 --- a/source/x11-extra/icewm/FrugalBuild +++ b/source/x11-extra/icewm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=icewm pkgver=1.2.37 -pkgrel=2 +pkgrel=3 pkgdesc="A window manager, whose goal is speed and simplicity." pkgdesc_localized=('hu_HU Egy ablakkezelõ, melynek célja a sebesség és az egyszerûség.') depends=('libxinerama>=1.0.3' 'libsm>=1.1.0' 'libxrandr>=1.3.0' @@ -13,7 +13,8 @@ groups=('x11-extra') archs=('i686' 'x86_64') _F_sourceforge_realname=icewm-stable Finclude sourceforge -source=(${sour...@]} icewm-init xinitrc.icewm icewm.desktop icewm-menus menus) +source=(${sour...@]} icewm-init xinitrc.icewm icewm.desktop icewm-menus menus \ + gnome226.patch) subpkgs=("$pkgname-gnome") subdescs=("Gnome menu support for $pkgname.") subarchs=("i686 x86_64") @@ -24,10 +25,13 @@ sha1sums=('bee1ca66d2282888807551bc28a65b08e4108027' \ '7db19bed16870c0b479b7c73726f3ff0ba601d48' \ 'b60afde7b3c3475215f57b3d75bf3c1eb347e198' \ '175c6f73c24dcb644d5c0380159dce18561fc8da' \ - 'f14565ac61a87524a4023371cc9724308ef4849b') + 'f14565ac61a87524a4023371cc9724308ef4849b' \ + '316e14f6b8f333997c266c905da28f7ae7f7af94') build() { + Fpatchall + autoconf || return 1 Fmake --enable-shaped-decorations --enable-gradients --with-imlib \ --enable-corefonts --enable-menus-gnome2 Fmakeinstall install-docs diff --git a/source/x11-extra/icewm/gnome226.patch b/source/x11-extra/icewm/gnome226.patch new file mode 100644 index 0000000..c1ec365 --- /dev/null +++ b/source/x11-extra/icewm/gnome226.patch @@ -0,0 +1,15 @@ +diff --git a/configure.in b/configure.in +index 58f248e..a2b8978 100644 +--- a/configure.in ++++ b/configure.in +@@ -820,8 +820,8 @@ AC_ARG_ENABLE(menus-gnome2, + + if test "${PKG_CONFIG}" != ""; then + GNOME_VER=2 +- GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0` +- GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0` ++ GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0 libgnomeui-2.0` ++ GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0 libgnomeui-2.0` + + AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly]) +
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
