2016-02-28 14:24:33 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
require gtk-icon-cache
|
2016-02-28 18:33:03 +00:00
|
|
|
require love-app [ loveslot="0.7" lovezip=true lovepn="not_pacman" ]
|
2016-02-28 14:24:33 +00:00
|
|
|
|
|
|
|
SUMMARY="A mashup of \"Not\" and \"Pacman\""
|
|
|
|
HOMEPAGE="http://stabyourself.net/notpacman/"
|
|
|
|
DOWNLOADS="http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${PNV}.zip
|
|
|
|
http://dev.gentoo.org/~hasufell/distfiles/${PN}.png"
|
|
|
|
|
|
|
|
LICENCES="WTFPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
|
|
|
|
|
|
|
|
src_install() {
|
2016-02-28 18:33:03 +00:00
|
|
|
love-app_src_install
|
2016-02-28 14:24:33 +00:00
|
|
|
|
|
|
|
insinto /usr/share/icons/hicolor/32x32/apps
|
|
|
|
doins "${FETCHEDDIR}"/${PN}.png
|
|
|
|
}
|
|
|
|
|