mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
lxlauncher: update to 0.2.2.
This commit is contained in:
parent
92dc23fbd5
commit
5454947b64
2 changed files with 6 additions and 31 deletions
|
@ -1,15 +0,0 @@
|
||||||
--- 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
|
|
||||||
|
|
|
@ -1,42 +1,32 @@
|
||||||
# Template file for 'lxlauncher'
|
# Template file for 'lxlauncher'
|
||||||
pkgname=lxlauncher
|
pkgname=lxlauncher
|
||||||
version=0.2.1
|
version=0.2.2
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="LXDE ASUS EEPC launcher"
|
short_desc="LXDE ASUS EEPC launcher"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=032aaffa17e0a558e01427cfacd4e46157145acde79eb83092c1967c6641f8c1
|
checksum=ad586e3a2668f98bbf0217ec1be1f8f1be4ff876b180a407c7db2fe354303cbc
|
||||||
long_desc="
|
long_desc="
|
||||||
The LXLauncher is the optional launcher for application programs developed
|
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
|
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."
|
oriented groupping specific application programs to one view under tabs."
|
||||||
|
|
||||||
disable_parallel_build=yes
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/xdg/lxlauncher/gtkrc
|
/etc/xdg/lxlauncher/gtkrc
|
||||||
/etc/xdg/lxlauncher/settings.conf
|
/etc/xdg/lxlauncher/settings.conf
|
||||||
/etc/xdg/menus/lxlauncher-applications.menu"
|
/etc/xdg/menus/lxlauncher-applications.menu"
|
||||||
|
|
||||||
Add_dependency run glibc
|
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 gtk+
|
||||||
|
Add_dependency run gdk-pixbuf
|
||||||
|
Add_dependency run cairo
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run pango
|
|
||||||
Add_dependency run libX11
|
|
||||||
Add_dependency run startup-notification
|
Add_dependency run startup-notification
|
||||||
Add_dependency run menu-cache
|
Add_dependency run menu-cache
|
||||||
Add_dependency build automake
|
Add_dependency run libX11
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build libX11-devel
|
|
||||||
Add_dependency build startup-notification-devel
|
Add_dependency build startup-notification-devel
|
||||||
Add_dependency build menu-cache-devel
|
Add_dependency build menu-cache-devel
|
||||||
|
|
||||||
pre_configure()
|
|
||||||
{
|
|
||||||
cd ${wrksrc} && autoreconf || return 1
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue