gnome-hazırlık

This commit is contained in:
yasarciv 2017-07-08 16:20:58 +03:00
parent d4e5b4ad30
commit 7b9a4c3d8b
11 changed files with 153 additions and 2 deletions

View File

@ -0,0 +1 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor

View File

@ -0,0 +1,17 @@
# Description: GNOME için menü düzenleyici
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gnome-menus python-gobject gtk-update-icon-cache
name=alacarte
version=3.11.91
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Kitaplık, AppStream meta verilerini okumak ve yazmak için.
# URL: http://people.freedesktop.org/~hughsient/appstream-glib/
# Packager: yasarciv67@gmail.com
# Depends on: gdk-pixbuf json-glib libarchive libsoup pango gcab gobject-introspection gtk3 yaml
name=appstream-glib
version=0.5.17
release=1
source=(http://people.freedesktop.org/~hughsient/$name/releases/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1 @@
glib-compile-schemas usr/share/glib-2.0/schemas

View File

@ -0,0 +1,20 @@
# Description: Bir metin girişi ve UI gezinme uygulaması (ekran klavyesi).
# URL: http://live.gnome.org/Caribou
# Packager: yasarciv67@gmail.com
# Depends on: at-spi2-atk python-atspi python-gobject gtk3 xorg-libxklavier libgee clutter dconf
name=caribou
version=0.4.21
release=3
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-gtk2-module \
--disable-static
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Clutter için GStreamer bağları
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 clutter gstreamer1-plugins-base gobject-introspection
name=clutter-gst
version=3.0.20
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,19 @@
# Description: Hızlı, görsel açıdan zengin grafik kullanıcı arayüzleri oluşturmak için bir GObject tabanlı kitaplık.
# URL: https://blogs.gnome.org/clutter
# Packager: yasarciv67@gmail.com
# Depends on: atk cogl json-glib gobject-introspection gtk3 xorg-libxi
name=clutter
version=1.26.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-egl-backend
make
make DESTDIR=$PKG install
}

View File

@ -4,13 +4,20 @@
# Depends on: xorg-libxrandr gdk-pixbuf xorg-mesa xorg-glu pango gobject-introspection
name=cogl
version=1.22.0
version=1.22.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--enable-gles{1,2} \
--enable-{kms,wayland}-egl-platform \
--enable-wayland-egl-server
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Gcab paketi, Microsoft kabin (.cab) arşivlerini oluşturmak için kullanılan bir program ve bir kitaplık içerir.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: glib gobject-introspection intltool vala
name=gcab
version=0.7
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,18 @@
# Description: GNOME menü özellikleri.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: intltool glib gobject-introspection
name=gnome-menus
version=3.13.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc \
--disable-static
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Cheese için Gnome Video effektleri
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: intltool
name=gnome-video-effects
version=0.4.1
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}