mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
Merge pull request #1976 from pullmoll/gnome-icon-theme-xfce
New package: gnome-icon-theme-xfce-0.6
This commit is contained in:
commit
7809d86300
1 changed files with 17 additions and 0 deletions
17
srcpkgs/gnome-icon-theme-xfce/template
Normal file
17
srcpkgs/gnome-icon-theme-xfce/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue