Merge pull request #1976 from pullmoll/gnome-icon-theme-xfce

New package: gnome-icon-theme-xfce-0.6
This commit is contained in:
Jürgen Buchmüller 2015-07-07 07:48:32 +02:00
commit 7809d86300

View file

@ -0,0 +1,17 @@
# Template build file for 'gnome-icon-theme-xfce'.
pkgname=gnome-icon-theme-xfce
version=0.6
revision=1
wrksrc=${pkgname}
noarch="yes"
short_desc="Theme adding missing icons for Xfce"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
homepage="https://launchpad.net/gnome-icon-theme-xfce"
license="GPL-3"
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-source-${version}.tar.gz"
checksum=ee250311d8eff7dbfe6b7bd8e736e3dbc5e21a88f1808bc6aa6d5f0ff175b3ae
do_install() {
vmkdir usr/share
cp -aR usr/share/icons ${DESTDIR}/usr/share
}