Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild some pkgs #187

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gpkg/giflib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A library for reading and writing gif images"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=5.2.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/giflib-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd
TERMUX_PKG_DEPENDS="glibc"
Expand Down
2 changes: 0 additions & 2 deletions gpkg/giflib/giflib-utils.subpackage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
TERMUX_SUBPKG_DESCRIPTION="A set of utilities that comes with giflib package"
TERMUX_SUBPKG_CONFLICTS="giflib (<< 5.1.4-4)"

TERMUX_SUBPKG_INCLUDE="
glibc/bin/
glibc/share/man/"
5 changes: 5 additions & 0 deletions gpkg/libmicrohttpd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A small C library that is supposed to make it easy to ru
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=0.9.77
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
TERMUX_PKG_DEPENDS="libgnutls-glibc"
Expand All @@ -15,3 +16,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-messages
--with-pic
"

termux_step_pre_configure() {
LDFLAGS+=" -lbrotlicommon"
}