new packages: fluent-icon-theme and fluent-gtk-theme (#458)
This commit is contained in:
parent
cf1b7c9c2b
commit
ada54631a7
14
x11-packages/fluent-gtk-theme/build.sh
Normal file
14
x11-packages/fluent-gtk-theme/build.sh
Normal file
@ -0,0 +1,14 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/vinceliuice/Fluent-gtk-theme
|
||||
TERMUX_PKG_DESCRIPTION="Fluent is a Fluent design theme for GNOME/GTK based desktop environments"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@Yisus7u7 <jesuspixel5@gmail.com>"
|
||||
TERMUX_PKG_VERSION=2021.10.03
|
||||
TERMUX_PKG_SRCURL=https://github.com/vinceliuice/Fluent-gtk-theme/archive/refs/tags/${TERMUX_PKG_VERSION//./-}.tar.gz
|
||||
TERMUX_PKG_SHA256=7f19d16c35c22eca007b925925ee26f479030672f792619f793c2ecdf57bb98f
|
||||
TERMUX_PKG_DEPENDS="gtk3"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||
|
||||
termux_step_make_install(){
|
||||
./install.sh -d ${TERMUX_PREFIX}/share/themes
|
||||
}
|
15
x11-packages/fluent-icon-theme/build.sh
Normal file
15
x11-packages/fluent-icon-theme/build.sh
Normal file
@ -0,0 +1,15 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/vinceliuice/Fluent-icon-theme
|
||||
TERMUX_PKG_DESCRIPTION="Fluent icon theme for linux desktops"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@Yisus7u7 <jesuspixel5@gmail.com>"
|
||||
TERMUX_PKG_VERSION=2021.10.07
|
||||
TERMUX_PKG_SRCURL=https://github.com/vinceliuice/Fluent-icon-theme/archive/${TERMUX_PKG_VERSION//./-}.tar.gz
|
||||
TERMUX_PKG_SHA256=d119e57f1612582dfd50ebc73565254d741af7e9489dbe39f21c3ec9b40b62b7
|
||||
TERMUX_PKG_DEPENDS="hicolor-icon-theme"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||
TERMUX_PKG_RM_ADTER_INSTALL="share/icons/*/icon-theme.cache"
|
||||
|
||||
termux_step_make_install(){
|
||||
./install.sh -d ${TERMUX_PREFIX}/share/icons -b
|
||||
}
|
Loading…
Reference in New Issue
Block a user