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.
add packages: adwaita-qt and gnome-themes-extra
- Loading branch information
Showing
4 changed files
with
34 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
TERMUX_PKG_HOMEPAGE=https://github.com/FedoraQt/adwaita-qt | ||
TERMUX_PKG_DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME Shell" | ||
TERMUX_PKG_LICENSE="GPL-2.0" | ||
TERMUX_PKG_MAINTAINER="Yisus7u7 <dev.yisus@hotmail.com>" | ||
TERMUX_PKG_VERSION=1.4.1 | ||
TERMUX_PKG_SRCURL="https://github.com/FedoraQt/adwaita-qt/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz" | ||
TERMUX_PKG_SHA256=834f2caaf031306b63b31ad6fec489482feda35e9aa260f205cbb976cde97b1d | ||
TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtx11extras, qt5-qtsvg" | ||
TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools, qt5-qttools-cross-tools" |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
TERMUX_PKG_HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-themes-extra | ||
TERMUX_PKG_DESCRIPTION="This is the version of Adwaita, the standard GNOME theme, for the GTK+ 2/3 toolkit." | ||
TERMUX_PKG_LICENSE="LGPL-2.1" | ||
TERMUX_PKG_MAINTAINER="Yisus7u7 <dev.yisus@hotmail.com>" | ||
TERMUX_PKG_VERSION=3.28 | ||
TERMUX_PKG_SRCURL="http://deb.debian.org/debian/pool/main/g/gnome-themes-extra/gnome-themes-extra_${TERMUX_PKG_VERSION}.orig.tar.xz" | ||
TERMUX_PKG_SHA256=7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819 | ||
TERMUX_PKG_PLATFORM_INDEPENDENT=true | ||
TERMUX_PKG_NO_STATICSPLIT=true | ||
TERMUX_PKG_BUILD_DEPENDS="adwaita-icon-theme, gtk2, gtk2-engines-murrine, gtk3, libcairo, glib" |
8 changes: 8 additions & 0 deletions
8
packages/gnome-themes-extra/gtk2-engines-adwaita-static.subpackage.sh
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
TERMUX_SUBPKG_INCLUDE=" | ||
lib/gtk-2.0/2.10.0/engines/libadwaita.la | ||
lib/gtk-2.0/2.10.0/engines/libadwaita.a | ||
" | ||
|
||
TERMUX_SUBPKG_DEPENDS="gtk2-engines-adwaita" | ||
TERMUX_SUBPKG_DESCRIPTION="Static libraries for gtk2-engines-adwaita" | ||
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=false |
7 changes: 7 additions & 0 deletions
7
packages/gnome-themes-extra/gtk2-engines-adwaita.subpackage.sh
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
TERMUX_SUBPKG_INCLUDE=" | ||
lib/gtk-2.0/2.10.0/engines/libadwaita.so | ||
" | ||
|
||
TERMUX_SUBPKG_DEPENDS="gtk2, gdk-pixbuf, gtk2-engines-murrine" | ||
TERMUX_SUBPKG_DESCRIPTION="A adwaita theme engine for gtk2" | ||
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=false |