Update to tuxpaint-config-0.0.19.

This commit is contained in:
ajacoutot 2022-06-05 09:49:07 +00:00
parent 4a63aafb4f
commit b7b2509a13
3 changed files with 8 additions and 20 deletions

View File

@ -1,7 +1,7 @@
COMMENT= graphical tool to change Tux Paint's settings
#'
DISTNAME= tuxpaint-config-0.0.18
DISTNAME= tuxpaint-config-0.0.19
CATEGORIES= games graphics
HOMEPAGE= http://www.tuxpaint.org/
@ -16,7 +16,7 @@ WANTLIB += Xft Xinerama c fltk fontconfig iconv intl m paper unibreak
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
COMPILER = base-clang ports-gcc base-gcc
COMPILER= base-clang ports-gcc base-gcc
BUILD_DEPENDS= devel/gettext,-tools

View File

@ -1,2 +1,2 @@
SHA256 (tuxpaint-config-0.0.18.tar.gz) = qMLzGM6f76o9/+t9JGDnLTAHjQ4/UUfIK6BgCkXPpLg=
SIZE (tuxpaint-config-0.0.18.tar.gz) = 1345021
SHA256 (tuxpaint-config-0.0.19.tar.gz) = K6IDnuZwD+cZPHQ0LQfMJxzjB6FfjUgWQG4udSBq4Rs=
SIZE (tuxpaint-config-0.0.19.tar.gz) = 1373192

View File

@ -45,19 +45,7 @@ Index: Makefile
# The entire set of CFLAGS:
ALL_CFLAGS=$(CFLAGS) $(FLTK_CFLAGS) $(UNIBREAK_CFLAGS) \
@@ -89,11 +83,6 @@ ALL_CFLAGS=$(CFLAGS) $(FLTK_CFLAGS) $(UNIBREAK_CFLAGS)
# "make" with no arguments builds the program and man page from sources:
all: tuxpaint-config translations
- @echo
- @echo "Done compiling."
- @echo "Now (probably as 'root' superuser), run 'make install'"
- @echo "to install Tux Paint Configuration Tool."
- @echo
releaseclean:
@echo
@@ -178,16 +167,9 @@ install-win32:
@@ -210,16 +204,9 @@ install-win32:
# (depending on the *PREFIX variables at the top, you probably need
# to do this as superuser ("root"))
@ -76,7 +64,7 @@ Index: Makefile
# "make clean" deletes the program, the compiled objects and the
@@ -266,24 +248,15 @@ install-kde-icons:
@@ -298,24 +285,15 @@ install-kde-icons:
# and the 24-color 32x32 XPM (for other Window managers):
install-icon:
@ -105,7 +93,7 @@ Index: Makefile
# Install the data (sound, graphics, fonts):
@@ -299,31 +272,15 @@ install-data:
@@ -331,31 +309,15 @@ install-data:
# Install the text documentation:
install-doc:
@ -141,7 +129,7 @@ Index: Makefile
# Build the program!
@@ -331,22 +288,22 @@ install-man:
@@ -363,22 +325,22 @@ install-man:
tuxpaint-config: obj/tuxpaint-config.o obj/tuxpaint-config2.o \
obj/defaults.o $(ARCH_LIBS)
@echo Linking