desktop-file-utils: moved from gnome to opt
This commit is contained in:
parent
d0dcffee0a
commit
54c936bf04
5
desktop-file-utils/.footprint
Normal file
5
desktop-file-utils/.footprint
Normal 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
|
1
desktop-file-utils/.md5sum
Normal file
1
desktop-file-utils/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8b930e9ad08ac6b8205dd00a1d694b0c desktop-file-utils-0.10.tar.gz
|
16
desktop-file-utils/Pkgfile
Normal file
16
desktop-file-utils/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user