diff --git a/talimatname/genel/graphene/graphene.kur-kos b/talimatname/genel/graphene/graphene.kur-kos new file mode 100644 index 000000000..90856f989 --- /dev/null +++ b/talimatname/genel/graphene/graphene.kur-kos @@ -0,0 +1 @@ +ln -s /usr/lib64/pkgconfig/graphene-gobject-1.0.pc /usr/lib/pkgconfig/ diff --git a/talimatname/genel/graphene/talimat b/talimatname/genel/graphene/talimat new file mode 100644 index 000000000..b2df98c0e --- /dev/null +++ b/talimatname/genel/graphene/talimat @@ -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 +} diff --git a/talimatname/genel/gtk3/gtk3.kur-kos b/talimatname/genel/gtk3/gtk3.kur-kos index aca971358..28a67c093 100644 --- a/talimatname/genel/gtk3/gtk3.kur-kos +++ b/talimatname/genel/gtk3/gtk3.kur-kos @@ -1,2 +1,2 @@ /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 diff --git a/talimatname/genel/gtk3/talimat b/talimatname/genel/gtk3/talimat index dfd848349..09f1d3f91 100644 --- a/talimatname/genel/gtk3/talimat +++ b/talimatname/genel/gtk3/talimat @@ -1,10 +1,10 @@ # Description: GTK + Araç Seti, grafik kullanıcı arayüzleri oluşturmak için kullanılan çoklu platform araç kitidir. # URL: http://www.gtk.org/ # 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 -version=3.18.7 +version=3.90.0 release=1 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 DESTDIR=$PKG install 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] gtk-theme-name = Adwaita gtk-icon-theme-name = gnome diff --git a/talimatname/genel/meson/talimat b/talimatname/genel/meson/talimat index b7340e426..a73daafd4 100644 --- a/talimatname/genel/meson/talimat +++ b/talimatname/genel/meson/talimat @@ -4,7 +4,7 @@ # Depends on: python git ninja name=meson -version=0.31.0 +version=0.40.0 release=1 source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz)