gtk3-4
This commit is contained in:
parent
e28af01c67
commit
ed7dc382a3
|
@ -0,0 +1 @@
|
||||||
|
ln -s /usr/lib64/pkgconfig/graphene-gobject-1.0.pc /usr/lib/pkgconfig/
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Description: grafiksel veri tipleri için ince katman
|
||||||
|
# URL: https://github.com/ebassi/graphene/
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: gtk-doc gobject-introspection meson glib
|
||||||
|
|
||||||
|
name=graphene
|
||||||
|
version=1.6.0
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/ebassi/graphene/archive/$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
meson --prefix=/usr --buildtype=release ../$name --libexecdir=/usr/lib
|
||||||
|
cd $SRC/$name
|
||||||
|
ninja
|
||||||
|
DESTDIR="$PKG" ninja install
|
||||||
|
}
|
|
@ -1,2 +1,2 @@
|
||||||
/usr/bin/gtk-query-immodules-3.0 --update-cache
|
/usr/bin/gtk-query-immodules-3.0 --update-cache
|
||||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas > /dev/null 2>&1
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Description: GTK + Araç Seti, grafik kullanıcı arayüzleri oluşturmak için kullanılan çoklu platform araç kitidir.
|
# Description: GTK + Araç Seti, grafik kullanıcı arayüzleri oluşturmak için kullanılan çoklu platform araç kitidir.
|
||||||
# URL: http://www.gtk.org/
|
# URL: http://www.gtk.org/
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: adwaita-icon-theme libepoxy xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,at-spi2-atk,cups,colord,xorg-libxi,atk,cairo,pango,pangox-compat,gdk-pixbuf,gtk-update-icon-cache
|
# Depends on: adwaita-icon-theme libepoxy xorg-libxinerama,xorg-libxrandr xorg-libxcursor at-spi2-atk cups colord xorg-libxi atk cairo pango pangox-compat gdk-pixbuf gtk-update-icon-cache graphene
|
||||||
|
|
||||||
name=gtk3
|
name=gtk3
|
||||||
version=3.18.7
|
version=3.90.0
|
||||||
release=1
|
release=1
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${version%.*}/gtk+-$version.tar.xz)
|
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${version%.*}/gtk+-$version.tar.xz)
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ cd gtk+-$version
|
||||||
make || make -j1
|
make || make -j1
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -r $PKG/usr/share/gtk-doc
|
rm -r $PKG/usr/share/gtk-doc
|
||||||
cat > $PKG/etc/gtk-3.0/settings.ini << "EOF"
|
cat > $PKG/etc/gtk-4.0/settings.ini << "EOF"
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name = Adwaita
|
gtk-theme-name = Adwaita
|
||||||
gtk-icon-theme-name = gnome
|
gtk-icon-theme-name = gnome
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Depends on: python git ninja
|
# Depends on: python git ninja
|
||||||
|
|
||||||
name=meson
|
name=meson
|
||||||
version=0.31.0
|
version=0.40.0
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz)
|
source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz)
|
||||||
|
|
Loading…
Reference in New Issue