mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gtk3: initial package
This commit is contained in:
parent
89a6636a16
commit
697eff4f29
@ -0,0 +1,4 @@
|
||||
[Settings]
|
||||
gtk-icon-theme-name = Adwaita
|
||||
gtk-theme-name = Adwaita
|
||||
gtk-font-name = Liberation Sans 12
|
45
packages/addons/addon-depends/chrome-depends/gtk3/package.mk
Normal file
45
packages/addons/addon-depends/chrome-depends/gtk3/package.mk
Normal file
@ -0,0 +1,45 @@
|
||||
################################################################################
|
||||
# This file is part of LibreELEC - https://libreelec.tv
|
||||
# Copyright (C) 2018-present Team LibreELEC
|
||||
# Copyright (C) 2017 Escalade
|
||||
#
|
||||
# LibreELEC is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# LibreELEC is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="gtk3"
|
||||
PKG_VERSION="3.22.30"
|
||||
PKG_SHA256="a1a4a5c12703d4e1ccda28333b87ff462741dc365131fbc94c218ae81d9a6567"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://www.gtk.org/"
|
||||
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKG_VERSION:0:4}/gtk+-$PKG_VERSION.tar.xz"
|
||||
PKG_SOURCE_DIR="gtk+-$PKG_VERSION"
|
||||
PKG_DEPENDS_TARGET="toolchain at-spi2-atk atk cairo gdk-pixbuf glib libX11 libXi libXrandr libepoxy pango"
|
||||
PKG_LONGDESC="The Gimp ToolKit (GTK) is a library for creating graphical user interfaces for the X Window System."
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-cups \
|
||||
--disable-debug \
|
||||
--enable-explicit-deps=no \
|
||||
--disable-glibtest \
|
||||
--disable-gtk-doc \
|
||||
--disable-gtk-doc-html \
|
||||
--disable-man \
|
||||
--enable-modules \
|
||||
--disable-papi \
|
||||
--disable-xinerama \
|
||||
--enable-xkb"
|
||||
|
||||
pre_configure_target() {
|
||||
LIBS="$LIBS -lXcursor"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -566,8 +566,8 @@
|
||||
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
|
||||
&& DISPLAY=:$$XID && export DISPLAY
|
||||
|
||||
-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
|
||||
-SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
|
||||
+SRC_SUBDIRS = gdk gtk modules
|
||||
+SUBDIRS = po po-properties $(SRC_SUBDIRS) m4macros build
|
||||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
Loading…
x
Reference in New Issue
Block a user