diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-04 01:19:54 +0800 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-04 05:20:29 +0800 |
commit | b35834a30997d21215e1130522b7344931c5268b (patch) | |
tree | 6aaf76ab7d20a9d2776bbcfe1f41645200959cbd /extra/fvwm-patched/Pkgfile | |
parent | 244fe0ddda1d14b081a9f49b94802049af2f9d9e (diff) | |
download | nutyx-pakxe-b35834a30997d21215e1130522b7344931c5268b.tar.gz nutyx-pakxe-b35834a30997d21215e1130522b7344931c5268b.tar.bz2 nutyx-pakxe-b35834a30997d21215e1130522b7344931c5268b.tar.xz nutyx-pakxe-b35834a30997d21215e1130522b7344931c5268b.zip |
Ajout de fvwm#2.5.28-1
Diffstat (limited to 'extra/fvwm-patched/Pkgfile')
-rw-r--r-- | extra/fvwm-patched/Pkgfile | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/extra/fvwm-patched/Pkgfile b/extra/fvwm-patched/Pkgfile new file mode 100644 index 000000000..edcc70a69 --- /dev/null +++ b/extra/fvwm-patched/Pkgfile @@ -0,0 +1,69 @@ +# Description: Gestionnaire de fenêtres tres flexible et plein de patch... :) +# URL: http://www.fvwm.org/ +# Maintainer: NuTyX packager team +# Packager: Skippythekango at yahoo dot fr +# Depends on:librsgv, perl + +name=fvwm +version=2.5.28 +release=1 +group=app +source=(ftp://ftp.fvwm.org/pub/fvwm/version-2/$name-$version.tar.gz \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/01-fvwm-translucent-menus.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/02-fvwm-menu-xlock-xlockmore-compat.diff \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/03-ColourBorders.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/04-ResizeOutlineThin.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/05-Conditionals.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/06-FlatSeparators.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/07-BorderUnderTitle.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/08-InactiveFont.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/09-FluxRoundedCorners.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/10-TopBorder.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/11-ButtonWidth.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/12-MultiBorder.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/13-FvwmButtonsTips.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/14-FvwmIconMan.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/15-Hover.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/16-FirstItemUnderPointer.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/17-TextOffset.patch \ + http://fvwm.tuxfamily.org/pub/wiki/portage/files/18-ThinGeometryProxy.patch \ + http://fvwm.tuxfamily.org/pub/wiki/MenuTranslucency.patch \ + fvwm.desktop) + +build() +{ +cd $name-$version + +patch -p0 < $SRC/01-fvwm-translucent-menus.patch +patch -p0 < $SRC/03-ColourBorders.patch +patch -p0 < $SRC/04-ResizeOutlineThin.patch +patch -p0 < $SRC/05-Conditionals.patch +patch -p0 < $SRC/06-FlatSeparators.patch +patch -p0 < $SRC/07-BorderUnderTitle.patch +patch -p0 < $SRC/08-InactiveFont.patch +patch -p0 < $SRC/09-FluxRoundedCorners.patch +patch -p0 < $SRC/10-TopBorder.patch +patch -p0 < $SRC/11-ButtonWidth.patch +patch -p0 < $SRC/12-MultiBorder.patch +patch -p0 < $SRC/13-FvwmButtonsTips.patch +patch -p0 < $SRC/14-FvwmIconMan.patch +patch -p0 < $SRC/15-Hover.patch +patch -p0 < $SRC/16-FirstItemUnderPointer.patch +patch -p0 < $SRC/17-TextOffset.patch +patch -p0 < $SRC/18-ThinGeometryProxy.patch + +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --with-xft-prefix=/usr \ + --with-fontconfig=/usr \ + --disable-bidi \ + --disable-gtk \ + --disable-iconv \ + --enable-imlib +make +make DESTDIR=$PKG install + +install -D -m644 $SRC/fvwm.desktop $PKG/usr/share/xsessions/fvwm.desktop + +} |