This commit is contained in:
milisarge 2017-05-15 15:56:52 +03:00
parent e28af01c67
commit ed7dc382a3
5 changed files with 24 additions and 5 deletions

View File

@ -0,0 +1 @@
ln -s /usr/lib64/pkgconfig/graphene-gobject-1.0.pc /usr/lib/pkgconfig/

View File

@ -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
}

View File

@ -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

View File

@ -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

View File

@ -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)