diff --git a/srcpkgs/lxlauncher/patches/intltool.patch b/srcpkgs/lxlauncher/patches/intltool.patch new file mode 100644 index 0000000000..a2fd518b1c --- /dev/null +++ b/srcpkgs/lxlauncher/patches/intltool.patch @@ -0,0 +1,15 @@ +--- configure.in 2009-07-18 21:49:07.000000000 -0600 ++++ configure.in 2009-07-18 21:49:50.000000000 -0600 +@@ -2,10 +2,11 @@ + + AC_INIT(configure.in) + AM_INIT_AUTOMAKE(lxlauncher, 0.2.1) + AM_CONFIG_HEADER(config.h) + AM_MAINTAINER_MODE ++IT_PROG_INTLTOOL + + AC_ISC_POSIX + AC_PROG_CC + AM_PROG_CC_STDC + AC_HEADER_STDC + diff --git a/srcpkgs/lxlauncher/template b/srcpkgs/lxlauncher/template new file mode 100644 index 0000000000..13f5e20db4 --- /dev/null +++ b/srcpkgs/lxlauncher/template @@ -0,0 +1,42 @@ +# Template file for 'lxlauncher' +pkgname=lxlauncher +version=0.2.1 +distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="LXDE ASUS EEPC launcher" +maintainer="Juan RP " +checksum=032aaffa17e0a558e01427cfacd4e46157145acde79eb83092c1967c6641f8c1 +long_desc=" + The LXLauncher is the optional launcher for application programs developed + for the 7-10.2\" screens. LXLauncher enables the LXDE desktop to be a topic + oriented groupping specific application programs to one view under tabs." + +disable_parallel_build=yes +conf_files=" +/etc/xdg/lxlauncher/gtkrc +/etc/xdg/lxlauncher/settings.conf +/etc/xdg/menus/lxlauncher-applications.menu" + +Add_dependency run glibc +Add_dependency run atk +Add_dependency run cairo +Add_dependency run fontconfig +Add_dependency run freetype +Add_dependency run gtk+ +Add_dependency run glib +Add_dependency run pango +Add_dependency run libX11 +Add_dependency run startup-notification +Add_dependency run menu-cache +Add_dependency build automake +Add_dependency build pkg-config +Add_dependency build intltool +Add_dependency build gtk+-devel +Add_dependency build libX11-devel +Add_dependency build startup-notification-devel +Add_dependency build menu-cache-devel + +pre_configure() +{ + cd ${wrksrc} && autoreconf || return 1 +}