icon-naming-utils: initial import, version 0.8.90
This commit is contained in:
parent
573b2aba17
commit
de3ade8b74
11
icon-naming-utils/.footprint
Normal file
11
icon-naming-utils/.footprint
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/icon-naming-utils/
|
||||||
|
-rwxr-xr-x root/root usr/lib/icon-naming-utils/icon-name-mapping
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/dtds/
|
||||||
|
-rw-r--r-- root/root usr/share/dtds/legacy-icon-mapping.dtd
|
||||||
|
drwxr-xr-x root/root usr/share/icon-naming-utils/
|
||||||
|
-rw-r--r-- root/root usr/share/icon-naming-utils/legacy-icon-mapping.xml
|
||||||
|
drwxr-xr-x root/root usr/share/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/share/pkgconfig/icon-naming-utils.pc
|
5
icon-naming-utils/.signature
Normal file
5
icon-naming-utils/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
|
RWSagIOpLGJF37yqLxXKrJaNDwddgHy05Blfqlc5tdukcDQMHrAh3iiJHL6HI8Dtropjng+uC/j6o06pDowTm6XWzAVXet4q9wk=
|
||||||
|
SHA256 (Pkgfile) = 1a6ac8437f545eac83b395883373600eb9f98eab2f6e83e469be0842eaae8abc
|
||||||
|
SHA256 (.footprint) = 65411710333994349f0935d5f19b7b4f94bb5b019a0cdb084684f081293cd0aa
|
||||||
|
SHA256 (icon-naming-utils-0.8.90.tar.bz2) = b1378679df4485b4459f609a3304238b3e92d91e43744c47b70abbe690d883d5
|
18
icon-naming-utils/Pkgfile
Normal file
18
icon-naming-utils/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Description: A shim to maintain compatibility between current desktop icon themes and the icon naming specification
|
||||||
|
# URL: http://tango.freedesktop.org/
|
||||||
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
||||||
|
# Depends on: p5-xml-simple
|
||||||
|
|
||||||
|
name=icon-naming-utils
|
||||||
|
version=0.8.90
|
||||||
|
release=1
|
||||||
|
source=(http://tango.freedesktop.org/releases/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--libexecdir=/usr/lib/$name \
|
||||||
|
--disable-nls
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user