summaryrefslogtreecommitdiff
path: root/icon-naming-utils
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2019-06-13 17:31:22 -0500
committerMatt Housh <jaeger@crux.ninja>2019-06-13 17:31:22 -0500
commitde3ade8b743f9ee4dcd6a611fe239e8aee2ddb8a (patch)
tree1a986e393a099e632bf5a76d2635be851af078a0 /icon-naming-utils
parent573b2aba17ba9d000a1e503efcfe8554f8373f6c (diff)
downloadcontrib-de3ade8b743f9ee4dcd6a611fe239e8aee2ddb8a.tar.gz
contrib-de3ade8b743f9ee4dcd6a611fe239e8aee2ddb8a.tar.xz
icon-naming-utils: initial import, version 0.8.90
Diffstat (limited to 'icon-naming-utils')
-rw-r--r--icon-naming-utils/.footprint11
-rw-r--r--icon-naming-utils/.signature5
-rw-r--r--icon-naming-utils/Pkgfile18
3 files changed, 34 insertions, 0 deletions
diff --git a/icon-naming-utils/.footprint b/icon-naming-utils/.footprint
new file mode 100644
index 000000000..b24f2a771
--- /dev/null
+++ b/icon-naming-utils/.footprint
@@ -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
diff --git a/icon-naming-utils/.signature b/icon-naming-utils/.signature
new file mode 100644
index 000000000..f0175231f
--- /dev/null
+++ b/icon-naming-utils/.signature
@@ -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
diff --git a/icon-naming-utils/Pkgfile b/icon-naming-utils/Pkgfile
new file mode 100644
index 000000000..6f432a384
--- /dev/null
+++ b/icon-naming-utils/Pkgfile
@@ -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
+}

Generated by cgit