void-packages/srcpkgs/mousepad/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

25 lines
885 B
Plaintext

# Template file for 'mousepad'
pkgname=mousepad
version=0.2.16
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Simple text editor for Xfce based on Leafpad"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=86e593fd4b1b87d27cda9ebd8901078e795031b5880645850d6ef0b410f4e73e
long_desc="
Mousepad is a simple text editor for Xfce based on Leafpad.
The initial reason for Mousepad was to provide printing support, which
would have been difficult for Leafpad for various reasons."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency full glibc
Add_dependency full gtk+
Add_dependency full dbus-glib
Add_dependency full libxfcegui4
Add_dependency full hicolor-icon-theme
Add_dependency full xfce4-panel
Add_dependency full desktop-file-utils