mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
PikoPixel.app: update to 1.0.b10, and fix and clean up package code
This commit is contained in:
parent
11191aff4f
commit
11ed5fef8b
1 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'PikoPixel.app'
|
# Template file for 'PikoPixel.app'
|
||||||
pkgname=PikoPixel.app
|
pkgname=PikoPixel.app
|
||||||
version=1.0.b9e
|
version=1.0.b10
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
|
wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
|
||||||
build_wrksrc=PikoPixel
|
build_wrksrc=PikoPixel
|
||||||
|
@ -8,21 +8,17 @@ build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="gnustep-make gcc-objc tar which"
|
hostmakedepends="gnustep-make gcc-objc tar which"
|
||||||
makedepends="gnustep-base-devel gnustep-gui-devel"
|
makedepends="gnustep-base-devel gnustep-gui-devel"
|
||||||
depends="gnustep-base gnustep-gui gnustep-back"
|
depends="gnustep-back"
|
||||||
short_desc="GNUstep application for drawing/editing pixel-art"
|
short_desc="GNUstep application for drawing/editing pixel-art"
|
||||||
maintainer="Kira Patton <roundduckman@protonmail.com>"
|
maintainer="Kira L. Patton <roundduckkira@protonmail.com>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="http://twilightedge.com/mac/pikopixel/"
|
homepage="http://twilightedge.com/mac/pikopixel/"
|
||||||
distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
|
distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
|
||||||
checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
|
checksum=e754a89b4a3de5e034c96468d3bc37a0909ea7c06905546ee85658a5dfb547ac
|
||||||
|
|
||||||
pre_build() {
|
if [ -e /usr/share/GNUstep/Makefiles/GNUstep.sh ]; then
|
||||||
source /usr/share/GNUstep/Makefiles/GNUstep.sh
|
. /usr/share/GNUstep/Makefiles/GNUstep.sh
|
||||||
}
|
fi
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
source /usr/share/GNUstep/Makefiles/GNUstep.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall PikoPixel.app/Resources/PikoPixel.desktop 0755 /usr/share/applications/
|
vinstall PikoPixel.app/Resources/PikoPixel.desktop 0755 /usr/share/applications/
|
||||||
|
|
Loading…
Add table
Reference in a new issue