Added lxlauncher-0.2.1 build template.
--HG-- extra : convert_revision : f0295afd8eb4dddf7d342d7fecba91ea61da189f
This commit is contained in:
parent
a58cdad8f9
commit
3228b8de6a
2 changed files with 57 additions and 0 deletions
15
srcpkgs/lxlauncher/patches/intltool.patch
Normal file
15
srcpkgs/lxlauncher/patches/intltool.patch
Normal file
|
@ -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
|
||||||
|
|
42
srcpkgs/lxlauncher/template
Normal file
42
srcpkgs/lxlauncher/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue