void-packages/srcpkgs/Terminal/template
Juan RP c077559a89 Improve build templates by not having to set ${triggers} in some cases.
There's no need to update triggers in the following cases:
 * Packages installing stuff into /usr/share/applications.
 * Packages setting $gtk_iconcache_dirs.
 * Packages setting $font_dirs.
 * Packages setting ${sgml,xml}_entries.

--HG--
extra : convert_revision : 11c74b41f8cf474e9bf4dbb961b1aa9c6f6540bf
2009-12-02 01:55:51 +01:00

26 lines
875 B
Plaintext

# Template file for 'Terminal'
pkgname=Terminal
version=0.4.2
distfiles="http://archive.xfce.org/src/apps/terminal/0.4/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Terminal Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4d5a07f3a1b68c9825cc3b82fc2672785ba91247a34e4ac462841f0b1ea21079
long_desc="
Terminal is a lightweight and easy to use terminal emulator application
for the X windowing system, with some new ideas and features that make
it unique among X terminal emulators."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency full glibc
Add_dependency full dbus-glib
Add_dependency full gtk+
Add_dependency full startup-notification
Add_dependency full exo
Add_dependency full hicolor-icon-theme
Add_dependency full vte
Add_dependency full desktop-file-utils