desktop-file-utils: moved from gnome to opt

This commit is contained in:
Matt Housh 2006-04-27 15:42:13 +00:00
parent d0dcffee0a
commit 54c936bf04
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/desktop-file-install
-rwxr-xr-x root/root usr/bin/desktop-file-validate
-rwxr-xr-x root/root usr/bin/update-desktop-database

View File

@ -0,0 +1 @@
8b930e9ad08ac6b8205dd00a1d694b0c desktop-file-utils-0.10.tar.gz

View File

@ -0,0 +1,16 @@
# Description: Command-line utilities for working with desktop entries
# URL: http://www.freedesktop.org/software/desktop-file-utils/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: glib, popt, pkg-config
name=desktop-file-utils
version=0.10
release=1
source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}