diff --git a/x11-packages/sdl-gfx/build.sh b/x11-packages/sdl-gfx/build.sh deleted file mode 100644 index aabc913304..0000000000 --- a/x11-packages/sdl-gfx/build.sh +++ /dev/null @@ -1,20 +0,0 @@ -TERMUX_PKG_HOMEPAGE=https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ -TERMUX_PKG_DESCRIPTION="SDL-1.2 graphics drawing primitives, rotozoom and other supporting functions" -TERMUX_PKG_LICENSE="ZLIB" -TERMUX_PKG_LICENSE_FILE="LICENSE" -TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=2.0.26 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SRCURL=https://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446 -TERMUX_PKG_DEPENDS="sdl" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" ---disable-mmx -" - -termux_step_pre_configure() { - cp $TERMUX_PREFIX/share/aclocal/sdl.m4 m4/ - autoreconf -fi - - CPPFLAGS+=" -I$TERMUX_PREFIX/include/SDL" -} diff --git a/x11-packages/sdl-pango/build.sh b/x11-packages/sdl-pango/build.sh deleted file mode 100644 index 960514fb9a..0000000000 --- a/x11-packages/sdl-pango/build.sh +++ /dev/null @@ -1,25 +0,0 @@ -TERMUX_PKG_HOMEPAGE=https://sdlpango.sourceforge.net/ -TERMUX_PKG_DESCRIPTION="Connects Pango to SDL" -TERMUX_PKG_LICENSE="LGPL-2.1" -TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=0.1.2 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sdlpango/SDL_Pango-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4 -TERMUX_PKG_DEPENDS="fontconfig, freetype, glib, harfbuzz, pango, sdl" - -termux_step_post_get_source() { - termux_download \ - "https://ftp-osl.osuosl.org/pub/gentoo/distfiles/SDL_Pango-0.1.2-API-adds.patch" \ - $TERMUX_PKG_CACHEDIR/SDL_Pango-0.1.2-API-adds.patch \ - 5a989c7acb539fce640323d3995cca8913a4b8869f5c690b78501ec6b5c86d5d - cat $TERMUX_PKG_CACHEDIR/SDL_Pango-0.1.2-API-adds.patch | patch --silent -p0 -} - -termux_step_pre_configure() { - mkdir -p m4 - cp $TERMUX_PREFIX/share/aclocal/sdl.m4 m4/ - autoreconf -fi -Im4 - - CPPFLAGS+=" -I$TERMUX_PREFIX/include/SDL -D__FT2_BUILD_UNIX_H__" -}