This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
forked from termux/x11-packages
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set licenses & reformat build.sh scripts
- Loading branch information
Leonid Pliushch
committed
Jan 21, 2019
1 parent
16ba615
commit 40ff48b
Showing
131 changed files
with
763 additions
and
785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
|
||
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/desktop-file-utils | ||
TERMUX_PKG_DESCRIPTION="Command line utilities for working with desktop entries" | ||
TERMUX_PKG_LICENSE="GPL-2.0" | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
TERMUX_PKG_VERSION=0.23 | ||
TERMUX_PKG_REVISION=10 | ||
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${TERMUX_PKG_VERSION}.tar.xz | ||
TERMUX_PKG_SHA256=6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385 | ||
TERMUX_PKG_DEPENDS="glib" | ||
|
||
termux_step_create_debscripts() { | ||
for i in postinst postrm triggers; do | ||
sed \ | ||
"s|@TERMUX_PREFIX@|${TERMUX_PREFIX}|g" \ | ||
"${TERMUX_PKG_BUILDER_DIR}/hooks/${i}.in" > ./${i} | ||
chmod 755 ./${i} | ||
done | ||
unset i | ||
chmod 644 ./triggers | ||
for i in postinst postrm triggers; do | ||
sed \ | ||
"s|@TERMUX_PREFIX@|${TERMUX_PREFIX}|g" \ | ||
"${TERMUX_PKG_BUILDER_DIR}/hooks/${i}.in" > ./${i} | ||
chmod 755 ./${i} | ||
done | ||
unset i | ||
chmod 644 ./triggers | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
|
||
TERMUX_PKG_HOMEPAGE=http://www.fltk.org/ | ||
TERMUX_PKG_DESCRIPTION="Simple text editor" | ||
TERMUX_PKG_LICENSE="LGPL-2.0" | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
TERMUX_PKG_DEPENDS="fltk, libc++" | ||
TERMUX_PKG_VERSION=1.0-termux | ||
TERMUX_PKG_REVISION=6 | ||
|
||
termux_step_make() { | ||
"${CXX}" \ | ||
${CPPFLAGS} \ | ||
${CXXFLAGS} \ | ||
"${TERMUX_PKG_BUILDER_DIR}/fltk-editor.cxx" \ | ||
-o fltk-editor \ | ||
${LDFLAGS} -lfltk | ||
"${CXX}" \ | ||
${CPPFLAGS} \ | ||
${CXXFLAGS} \ | ||
"${TERMUX_PKG_BUILDER_DIR}/fltk-editor.cxx" \ | ||
-o fltk-editor \ | ||
${LDFLAGS} -lfltk | ||
} | ||
|
||
termux_step_make_install() { | ||
install -Dm700 fltk-editor "${TERMUX_PREFIX}/bin/fltk-editor" | ||
install -Dm700 fltk-editor "${TERMUX_PREFIX}/bin/fltk-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
|
||
TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/galculator/ | ||
TERMUX_PKG_DESCRIPTION="GTK+ based scientific calculator" | ||
TERMUX_PKG_LICENSE="GPL-2.0" | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
TERMUX_PKG_VERSION=2.1.4 | ||
TERMUX_PKG_REVISION=4 | ||
TERMUX_PKG_SRCURL=http://galculator.mnim.org/downloads/galculator-${TERMUX_PKG_VERSION}.tar.bz2 | ||
TERMUX_PKG_SHA256=01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778ae | ||
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, libandroid-shmem, libcairo-x, pango-x" | ||
|
||
termux_step_pre_configure() { | ||
export LIBS="-landroid-shmem" | ||
export LIBS="-landroid-shmem" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
|
||
TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/gpg-crypter/ | ||
TERMUX_PKG_DESCRIPTION="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme" | ||
TERMUX_PKG_LICENSE="GPL-2.0" | ||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr" | ||
TERMUX_PKG_VERSION=0.4.1 | ||
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/gpg-crypter/gpg-crypter-${TERMUX_PKG_VERSION}.tar.gz | ||
TERMUX_PKG_SHA256=1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023 | ||
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gpgme, gtk3, libandroid-shmem, libassuan, libcairo-x, libgpg-error, pango-x, pinentry-gtk" | ||
TERMUX_PKG_RM_AFTER_INSTALL="lib/locale" | ||
|
||
termux_step_pre_configure() { | ||
export LIBS="-landroid-shmem" | ||
export LIBS="-landroid-shmem" | ||
} |
Oops, something went wrong.