gnome-derlenmeye-hazır

This commit is contained in:
milisbir 2017-07-25 23:21:02 +03:00
parent 560be35a18
commit 8b25f2bcf3
98 changed files with 1099 additions and 37 deletions

View File

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

View File

@ -1,4 +1,4 @@
# Description: Kitaplık, AppStream meta verilerini okumak ve yazmak için. # Description: Kitaplık AppStream meta verilerini okumak ve yazmak için.
# URL: http://people.freedesktop.org/~hughsient/appstream-glib/ # URL: http://people.freedesktop.org/~hughsient/appstream-glib/
# Packager: yasarciv67@gmail.com # Packager: yasarciv67@gmail.com
# Depends on: gdk-pixbuf json-glib libarchive libsoup pango gcab gobject-introspection gtk3 yaml # Depends on: gdk-pixbuf json-glib libarchive libsoup pango gcab gobject-introspection gtk3 yaml

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database -q

View File

@ -0,0 +1,17 @@
# Description: Bir grafik dizin ağacı çözümleyicisi
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: adwaita-icon-theme gtk3 itstool vala desktop-file-utils gsettings-desktop-schemas librsvg gobject-introspection desktop-file-utils gtk-update-icon-cache
name=baobab
version=3.22.1
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

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

View File

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

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
gio-querymodules /usr/lib/gio/modules

View File

@ -0,0 +1,23 @@
# Description: Fotoğraf ve video çekmek için web kameranızı kullanın, fantezi özel efektler uygulayın ve eğlencenizi başkaları ile paylaşın.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: libcanberra clutter-gst clutter-gtk gnome-desktop gnome-video-effects gstreamer1-plugins-bad gstreamer1-plugins-good itstool librsvg libgudev gobject-introspection vala gtk-update-icon-cache tdb
name=cheese
version=3.24.0
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 --localstatedir=/var \
--disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
--enable-gtk-doc
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make -j1
make DESTDIR=$PKG install
}

View File

@ -5,7 +5,7 @@
name=clutter-gst name=clutter-gst
version=3.0.20 version=3.0.20
release=2 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

View File

@ -1,21 +1,19 @@
# Description: GTK + ile karmakarışık entegrasyon # Description: GTK clutter widget.
# URL: https://git.gnome.org/browse/clutter-gtk # URL: http://www.clutter-project.org
# Packager: Cihan Alkan # Packager: yasarciv67@gmail.com
# Depends on: clutter vim # Depends on: clutter gtk3 gobject-introspection
name=clutter-gtk name=clutter-gtk
version=1.8.2 version=1.8.2
release=1 release=1
source=(https://git.gnome.org/browse/clutter-gtk/snapshot/clutter-gtk-1.8.2.tar.xz)
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --enable-gtk-doc
./configure --prefix=/usr --enable-gtk-doc sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -0,0 +1,16 @@
# Description: Çizgiyi genel görünümden kaldırarak kenarda gezdirerek hareket ettirin.
# URL: https://micheleg.github.io/dash-to-dock/
# Packagers: yasarciv67@gmail.com
# Depends on: intltool dconf
name=dash-to-dock
version=57
release=1
source=()
build() {
git clone https://github.com/micheleg/dash-to-dock.git
cd $name
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,4 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,19 @@
# Description: Eye of Gnome: Bir görüntü izleme ve kataloglama programı.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache adwaita-icon-theme desktop-file-utils gnome-desktop gnome-icon-theme libpeas shared-mime-info yelp-xsl gobject-introspection librsvg exempi lcms2 libexif
name=eog
version=3.20.5
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,19 @@
# Description: Pdf, Postscript, DjVu, Tiff, DVI belge görüntüleyici.
# URL: http://gnome.org"
# Packager: yasarciv67@gmail.com
# Depends on: adwaita-icon-theme gtk3 gnome-icon-theme itstool yelp-xsl gobject-introspection libgnome-keyring nautilus poppler-glib gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=evince
version=3.22.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-introspection \
--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,21 @@
# Description: Kartvizit görevleri ve takvim bilgileri ile çalışan programlar.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: vim db gnome-online-accounts gnome-common gperf icu libgdata libical libsecret libsoup nss libgweather vala gobject-introspection kerberos gtk3 gtk-doc openldap
name=evolution-data-server
version=3.22.6
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 \
--localstatedir=/var --with-openldap=yes \
--with-krb5=/usr --with-libdb=/usr \
--enable-vala-bindings --disable-uoa \
--enable-gtk-doc --disable-google-auth
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,24 @@
# Description: E-postalarınızı, kişilerinizi ve programınızı yönetin.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache adwaita-icon-theme bogofilter evolution-data-server gnome-desktop gnome-icon-theme highlight shared-mime-info gstreamer1 libcanberra libgweather libcryptui gtkspell gtkhtml highlight itstool libpst libgdata shared-mime-info webkitgtk3 libnotify clutter-gtk geoclue geocode-glib libchamplain gtk-doc openldap gtksourceview3 gtkspell openldap tdb
name=evolution
version=3.22.1
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 \
--disable-gtkspell \
--disable-pst-import \
--disable-spamassassin \
--with-openldap \
--enable-gtk-doc \
--disable-autoar
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,19 @@
# Description: Kişileri meta-kişilere toplamak için kütüphane
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: intltool libgee libzeitgeist telepathy-glib evolution-data-server gobject-introspection vala
name=folks
version=0.11.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-schemas-compile \
--disable-libsocialwel-backend --disable-fatal-warnings
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +1,11 @@
# Description: Gcab paketi, Microsoft kabin (.cab) arşivlerini oluşturmak için kullanılan bir program ve bir kitaplık içerir. # 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/ # URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com # Packager: yasarciv67@gmail.com
# Depends on: glib gobject-introspection intltool vala # Depends on: glib gobject-introspection intltool vala
name=gcab name=gcab
version=0.7 version=0.7
release=2 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version}/$name-$version.tar.xz)

View File

@ -0,0 +1,17 @@
# Description: GNOME Tespit Kütüphaneleri.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 gdk-pixbuf pango cairo
name=gdl
version=3.22.0
release=1
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,35 @@
# Description: Grafiksel girişler ve yerel ve uzaktaki ekranları yönetme
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: accountsservice nss libcanberra gnome-shell gnome-session upower
name=gdm
version=3.16.4
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 \
--localstatedir=/var \
--with-run-dir=/run/gdm \
--enable-gdm-xsession \
--enable-ipv6 \
--enable-authentication-scheme=pam \
--disable-static \
--with-xdmcp=yes \
--with-xinerama \
--with-audit \
--with-selinux \
--without-wayland \
--without-plymouth \
--without-systemd \
--without-xevie \
--disable-schemas-compile \
--without-tcp-wrappers
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q

View File

@ -0,0 +1,17 @@
# Description: Gedit için eklentiler
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gedit gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gedit-plugins
version=3.22.0
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,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q

View File

@ -0,0 +1,17 @@
# Description: GNOME için bir metin düzenleyici
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache enchant gtk3 gtksourceview3 gvfs libpeas yelp-xsl enchant iso-codes libsoup libzeitgeist python-gobject python
name=gedit
version=3.22.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
tamir_masaustu
build() {
cd $name-$version
./configure --prefix=/usr --disable-spell
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Facebook Grafiği API'si için GLib / GObject sarmalayıcı.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: librest json-glib gobject-introspection gnome-online-accounts
name=gfbgraph
version=0.2.3
release=1
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,17 @@
# Description: GNOME için arkaplan resim ve verileri
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: intltool
name=gnome-backgrounds
version=3.22.1
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
make
make DESTDIR=$PKG install
}

View File

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

View File

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

View File

@ -0,0 +1,16 @@
# Description: GNOME için bilimsel hesap makinesi
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gtksourceview3 gtk3 itstool vala libsoup
name=gnome-calculator
version=3.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
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database -q

View File

@ -0,0 +1,17 @@
# Description: GNOME takvimi
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache evolution-data-server desktop-file-utils intltool python
name=gnome-calendar
version=3.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
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast

View File

@ -0,0 +1,17 @@
# Description: GNOME için saat uygulaması
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gtk3 libcanberra gnome-desktop libnotify libgweather desktop-file-utils geoclue2 geocode-glib gsound
name=gnome-clocks
version=3.22.1
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,4 @@
usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,20 @@
# Description: GNOME masaüstü için renk profili yöneticisi
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: adwaita-icon-theme appstream-glib libcanberra vte3 exiv2 desktop-file-utils shared-color-targets colord-gtk libexif intltool yelp-tools pango cairo desktop-file-utils gtk-update-icon-cache
name=gnome-color-manager
version=3.22.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
unset MAKEFLAGS
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/gnome-color-manager \
--disable-static --disable-man-pages
make
make DESTDIR=$PKG install
}

View File

@ -1 +1,3 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
ln -s /sbin/userdel /usr/sbin/
ln -s /sbin/useradd /usr/sbin/

View File

@ -1,11 +1,11 @@
# Description: GNOME için kontrol merkezi # Description: GNOME için kontrol merkezi
# URL: http://www.gnome.org/ # URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com # Packager: yasarciv67@gmail.com
# Depends on: iso-codes accountsservice clutter-gtk colord-gtk gnome-online-accounts gnome-settings-daemon grilo libgtop libpwquality kerberos shared-mime-info cheese cups samba gnome-bluetooth ibus modemmanager network-manager-applet gnome-color-manager sound-theme-freedesktop cups-pk-helper vino gsettings-desktop-schemas libgudev tzdata # Depends on: iso-codes accountsservice clutter-gtk colord-gtk gnome-online-accounts gnome-settings-daemon grilo libgtop libpwquality kerberos shared-mime-info cheese cups samba gnome-bluetooth ibus modemmanager network-manager-applet gnome-color-manager sound-theme-freedesktop cups-pk-helper vino gsettings-desktop-schemas libgudev tzdata webkit2gtk3
name=gnome-control-center name=gnome-control-center
version=3.22.1 version=3.22.1
release=2 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/${name}/${version%.*}/${name}-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/${name}/${version%.*}/${name}-$version.tar.xz)
build() { build() {

View File

@ -0,0 +1,17 @@
# Description: GNOME simge teması ekstralaraı
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gnome-icon-theme
name=gnome-icon-theme-extras
version=3.12.0
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: GNOME simge teması (symbolic icons).
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gnome-icon-theme
name=gnome-icon-theme-symbolic
version=3.12.0
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: En yaygın komut satırı ağ araçlarının bazıları için GUI arayüzü
# URL: http://www.gnome.org/"
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gtk3 itstool libgtop vala bind nmap traceroute net-tools whois
name=gnome-nettool
version=3.8.1
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

@ -1,2 +1,2 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
glib-compile-schemas usr/share/glib-2.0/schemas glib-compile-schemas /usr/share/glib-2.0/schemas

View File

@ -0,0 +1,2 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,17 @@
# Description: GNOME'da fotoğraflarınıza erişin, bunları organize edin ve paylaşın.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache babl exempi gegl gfbgraph gnome-desktop gnome-online-accounts grilo libgdata libexif tracker libgexiv2
name=gnome-photos
version=3.22.2
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
make -j1
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,2 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,17 @@
# Description: Sistem güç bilgisi ve istatistikleri.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 upower dconf hicolor-icon-theme gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gnome-power-manager
version=3.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 --sysconfdir=/etc
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,17 @@
# Description: Ekranınızın fotoğraflarını çekin.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 libcanberra gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gnome-screenshot
version=3.22.0
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,2 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,21 @@
# Description: GNOME oturum yöneticisi
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: openbox xorg-libsm gconf gtk3 json-glib startup-notification upower xmlto consolekit2 gnome-desktop gtk-update-icon-cache
name=gnome-session
version=3.22.2
release=1
source=(timeout.patch
http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
patch -Np1 -i ../timeout.patch
./configure --prefix=/usr --docdir=/usr/share/doc/gnome-session-$version \
--enable-consolekit \
--enable-docbook-docs
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,24 @@
diff -u -r gnome-session-3.4.2/gnome-session/gsm-session-fill.c gnome-session-3.4.2-timeout/gnome-session/gsm-session-fill.c
--- gnome-session-3.4.2/gnome-session/gsm-session-fill.c 2012-02-02 15:33:01.000000000 +0100
+++ gnome-session-3.4.2-timeout/gnome-session/gsm-session-fill.c 2012-06-10 02:39:46.184348462 +0200
@@ -36,7 +36,7 @@
#define GSM_KEYFILE_DEFAULT_PROVIDER_PREFIX "DefaultProvider"
/* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
-#define GSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
+#define GSM_RUNNABLE_HELPER_TIMEOUT 10000 /* ms */
typedef void (*GsmFillHandleProvider) (const char *provides,
const char *default_provider,
diff -u -r gnome-session-3.4.2/tools/gnome-session-check-accelerated.c gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c
--- gnome-session-3.4.2/tools/gnome-session-check-accelerated.c 2011-03-22 21:31:43.000000000 +0100
+++ gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c 2012-06-10 02:42:08.013218006 +0200
@@ -30,7 +30,7 @@
#include <X11/Xatom.h>
/* Wait up to this long for a running check to finish */
-#define PROPERTY_CHANGE_TIMEOUT 5000
+#define PROPERTY_CHANGE_TIMEOUT 12000
/* Values used for the _GNOME_SESSION_ACCELERATED root window property */
#define NO_ACCEL 0

View File

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

View File

@ -0,0 +1,17 @@
# Description: Klasik mod dahil olmak üzere GNOME kabuğu için uzantılar
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gnome-shell nautilus
name=gnome-shell-extensions
version=3.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
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,12 @@
diff -u -Nr gnome-shell-3.6.3.1/js/ui/components/networkAgent.js gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js
--- gnome-shell-3.6.3.1/js/ui/components/networkAgent.js 2013-02-20 20:31:03.000000000 +0100
+++ gnome-shell-3.6.3.1-nmlibexecdir/js/ui/components/networkAgent.js 2013-03-10 17:13:46.120907065 +0100
@@ -686,7 +686,7 @@
} catch(e) { } // ignore errors if key does not exist
let path = binary;
if (!GLib.path_is_absolute(path)) {
- path = GLib.build_filenamev([Config.LIBEXECDIR, path]);
+ path = GLib.build_filenamev(["/usr/lib/networkmanager", path]);
}
if (GLib.file_test(path, GLib.FileTest.IS_EXECUTABLE))

View File

@ -0,0 +1,20 @@
# Description: Yeni nesil GNOME kabuğu
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: telepathy-logger telepathy-mission-control caribou evolution-data-server gjs gnome-control-center libcroco mutter startup-notification gnome-bluetooth gstreamer1-plugins-base network-manager-applet gtk-doc adwaita-icon-theme dconf gnome-backgrounds gnome-menus gnome-themes-standard telepathy-mission-control
name=gnome-shell
version=3.22.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz
nm-libexecdir.patch)
build() {
cd $name-$version
patch -Np1 -i ../nm-libexecdir.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,17 @@
# Description: GNOME için bir sistem monitörü
# URL: http://library.gnome.org/users/gnome-system-monitor/3.1/gnome-system-monitor.html
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache adwaita-icon-theme itstool libgtop libwnck3 gtkmm3 glibmm librsvg gnome-icon-theme desktop-file-utils gnome-doc-utils
name=gnome-system-monitor
version=3.22.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-wnck
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,22 @@
# Description: GNOME için terminal emülatörü
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache dconf gconf gtk2 gnome-doc-utils gsettings-desktop-schemas vte3 nautilus
name=gnome-terminal
version=3.22.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--disable-migration \
--disable-search-provider \
--without-pcre2 --with-nautilus-extension
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: GNOME Temaları Standart paketi varsayılan GNOME temasının çeşitli bileşenlerini içerir.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: gtk2 gtk3 librsvg
name=gnome-themes-standard
version=3.22.3
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 @@
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,17 @@
# Description: Gelişmiş GNOME3 seçeneklerini özelleştiren bir araç.
# URL: https://live.gnome.org/GnomeTweakTool
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 gconf python-gobject gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gnome-tweak-tool
version=3.22.0
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: Bu paket GNOME için belgeler içerir
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: itstool
name=gnome-user-docs
version=3.22.0
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

@ -5,7 +5,7 @@
name=gnome-video-effects name=gnome-video-effects
version=0.4.1 version=0.4.1
release=2 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

View File

@ -0,0 +1,2 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,17 @@
# Description: Mevcut hava koşullarına ve tahminlerine erişin.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gtk3 gjs libgweather desktop-file-utils geoclue2
name=gnome-weather
version=3.20.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 --localstatedir=/var
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,14 @@
# Description: gnome sistem
# URL: sistem
# Packager: yasarciv67@gmail.com
# Depends on: alacarte baobab dconf-editor eog evince evolution folks gdl gdm gedit-plugins gnome-calculator gnome-calendar gnome-clocks gnome-icon-theme-extras gnome-icon-theme-symbolic gnome-nettool gnome-photos gnome-power-manager gnome-screenshot gnome-session gnome-shell gnome-shell-extensions gnome-system-monitor gnome-terminal gnome-tweak-tool gnome-user-docs gnome-weather gtk-vnc totem
name=gnome
version=1
release=1
source=(talimat)
build() {
echo "gnome derlemesi bitti"
}

View File

@ -0,0 +1,17 @@
# Description: Sistem seslerinin oynatılması için küçük bir kitaplık
# URL: https://wiki.gnome.org/Projects/GSound
# Packager: yasarciv67@gmail.com
# Depends on: glib libcanberra
name=gsound
version=1.0.2
release=1
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,19 @@
# Description: GTK için bir VNC görüntüleyici widget'ı
# URL: http://live.gnome.org/gtk-vnc
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 python-gtk gnutls pulseaudio cyrus-sasl
name=gtk-vnc
version=0.6.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-gtk=3.0 \
--enable-vala
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,19 @@
# Description: GtkTextView widget'inde kelime işlemci tarzı vurgulama ve yanlış yazılmış kelimelerin değiştirilmesini sağlar. GtkTextView widget.
# URL: http://gtkspell.sourceforge.net/
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 enchant
name=gtkspell
_name=gtkspell3
version=3.0.8
release=1
source=(http://gtkspell.sourceforge.net/download/${_name}-$version.tar.gz)
build() {
cd ${_name}-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}

View File

@ -5,7 +5,7 @@
name=ibus name=ibus
version=1.5.15 version=1.5.15
release=2 release=1
source=(https://github.com/ibus/ibus/releases/download/$version/$name-$version.tar.gz) source=(https://github.com/ibus/ibus/releases/download/$version/$name-$version.tar.gz)
build() { build() {

View File

@ -0,0 +1,17 @@
# Description: Rasterized haritaları görüntülemek için Gtk3 aracı.
# URL: http://projects.gnome.org/libchamplain/
# Packager: yasarciv67@gmail.com
# Depends on: clutter-gtk libsoup cairo sqlite gobject-introspection
name=libchamplain
version=0.12.14
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static --disable-debug --enable-vala
make
make DESTDIR=$PKG install
}

View File

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

View File

@ -0,0 +1,19 @@
# Description: OpenPGP için Kütüphane komut istemleri
# URL: http://git.gnome.org/libcryptui
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 gpgme dbus-glib gnupg libnotify libgnome-keyring dconf gobject-introspection intltool
name=libcryptui
version=3.12.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
sed -i "s@1.2 1.4 2.0@1.2 1.4 2.0 2.1@" configure
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,18 @@
# Description: GData protokolünü kullanarak çevrimiçi hizmet API'lerine erişmek için kullanılan GLib tabanlı kitaplık.
# URL: http://live.gnome.org/libgdata
# Packager: yasarciv67@gmail.com
# Depends on: liboauth libsoup json-glib gnome-online-accounts gcr uhttpmock gtk-doc
name=libgdata
version=0.17.6
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz )
build() {
cd $name-$version
./configure --prefix=/usr --disable-static --disable-tests
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,18 @@
# Description: Exiv2 kitaplığının çevresindeki GObject tabanlı sarmalayıcı.
# URL: https://wiki.gnome.org/Projects/gexiv2
# Packager: yasarciv67@gmail.com
# Depends on: glib exiv2 gobject-introspection python-gobject
name=libgexiv2
version=0.10.4
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/${name/lib/}/${version%.*}/${name/lib/}-$version.tar.xz)
build() {
cd ${name/lib/}-$version
./configure --prefix=/usr \
--enable-introspection
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,18 @@
# Description: Medya sanat önbelleklerini ayıklama ve yönetme ile görevli kütüphane
# URL: https://github.com/curlybeast/libmediaart
# Packager: yasarciv67@gmail.com
# Depends on: gdk-pixbuf
name=libmediaart
version=1.9.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:3}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static --enable-gdkpixbuf --disable-qt
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,19 @@
# Description: İşletim Sistemi bilgi veritabanı
# URL: http://libosinfo.org
# Packager: yasarciv67@gmail.com
# Depends on: glib libxslt gobject-introspection intltool libsoup vala check
name=libosinfo
version=1.0.0
release=1
source=(https://releases.pagure.org/libosinfo/$name-$version.tar.gz{,.asc})
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-usb-ids-path=/usr/share/hwdata/usb.ids \
--with-pci-ids-path=/usr/share/hwdata/pci.ids
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,18 @@
# Description: Outlook .pst dosya çeviricisi
# URL: http://www.five-ten-sg.com/libpst/
# Packager: yasarciv67@gmail.com
# Depends on: python boost libgsf
name=libpst
version=0.6.67
release=1
source=(http://www.five-ten-sg.com/libpst/packages/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man \
--disable-static --enable-libpst-shared --disable-dii
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1 @@
d /run/setrans 0755 root root

View File

@ -0,0 +1,27 @@
# Description: SELinux kitaplığı ve basit araçları
# URL: http://userspace.selinuxproject.org"
# Packager: yasarciv67@gmail.com
# Depends on: python3 python libsepol pcre
name=libselinux
version=2.4
release=1
source=(https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${name}-${version}.tar.gz
libselinux.tmpfiles.d)
build() {
cd ${name}-${version}
sed -i 's|pkg-config --cflags ruby|pkg-config --cflags ruby-$(RUBYLIBVER)|' src/Makefile
sed -i 's|site_ruby|vendor_ruby|' src/Makefile
#make swigify
make all
#make PYTHON=python2 pywrap
#make PYTHON=python3 pywrap
#make rubywrap
make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib install
#make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib PYTHON=python2 install-pywrap
#make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib PYTHON=python3 install-pywrap
#make DESTDIR=${PKG} USRBINDIR=${PKG}/usr/bin LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib install-rubywrap
install -Dm 0644 ${SRC}/libselinux.tmpfiles.d ${PKG}/usr/lib/tmpfiles.d/libselinux.conf
}

View File

@ -0,0 +1,15 @@
# Description: SELinux ikili politika manipülasyon kütüphanesi
# URL: http://userspace.selinuxproject.org
# Packager: yasarciv67@gmail.com
# Depends on:
name=libsepol
version=2.4
release=1
source=(https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${name}-${version}.tar.gz)
build() {
cd ${name}-${version}
make
make DESTDIR=${PKG} LIBDIR=${PKG}/usr/lib SHLIBDIR=${PKG}/usr/lib install
}

View File

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

View File

@ -5,7 +5,7 @@
name=mutter name=mutter
version=3.22.2 version=3.22.2
release=3 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

View File

@ -0,0 +1,2 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q

View File

@ -0,0 +1,19 @@
# Description: GNOME dosya yöneticisi
# URL: http://live.gnome.org/Nautilus
# Packager: yasarciv67@gmail.com
# Depends on: gnome-autoar libnotify gnome-desktop shared-mime-info gobject-introspection exempi libexif gvfs gtk-update-icon-cache desktop-file-utils libselinux desktop-file-utils tracker
name=nautilus
version=3.22.3
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 \
--disable-packagekit
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,16 @@
# Description: Python 3 Logilab projeleri tarafından kullanılan faydalı modüller.
# URL: https://bitbucket.org/logilab/astroid
# Packager: yasarciv67@gmail.com
# Depends on: python python-six python3-setuptools
name=python-astroid
version=1.4.5
release=1
source=(https://pypi.python.org/packages/source/a/astroid/astroid-${version}.tar.gz)
build() {
cd astroid-$version
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}

View File

@ -0,0 +1,18 @@
# Description: Hataları ve kalitesiz işaretleri arayan Python kodunu analiz eder
# URL: http://pylint.org
maintainer="http://linuxfromscratch.org/"
# Packager: yasarciv67@gmail.com
# Depends on: git python-astroid python-setuptools python-six
name=python-pylint
version=1.6.4
release=1
#source=(http://pypi.python.org/packages/source/p/pylint/pylint-${version}.tar.gz)
build() {
git clone https://github.com/PyCQA/pylint.git
cd pylint
python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG
}

View File

@ -0,0 +1,20 @@
# Description: GStreamer tabanlı GNOME3 film oynatıcı.
# URL: http://www.gnome.org/projects/totem/"
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache grilo libpeas gnome-icon-theme iso-codes gnome-doc-utils python-xdg clutter-gst clutter-gtk xorg-libsm libpeas python-gobject libgdata gstreamer1-plugins-good gstreamer1-plugins-bad totem-pl-parser nautilus python-pylint
name=totem
version=3.22.0
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--enable-python \
--enable-nautilus
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,23 @@
# Description: Anlamsal veri depolama.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: dbus exempi libgee gdk-pixbuf glib gnome-keyring gobject-introspection gstreamer1-plugins-base gtk3 icu libjpeg-turbo libexif libgsf libmediaart libosinfo libpng networkmanager pango poppler python sqlite libtiff totem-pl-parser upower util-linux vala zlib desktop-file-utils gtk-update-icon-cache
name=tracker
version=1.10.3
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 \
--disable-static \
--disable-unit-tests \
--disable-miner-evolution \
--disable-miner-firefox \
--disable-miner-thunderbird
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,18 @@
# Description: Uhttpmock paketi, HTTP veya HTTPS kullanan web hizmeti API'larını alay etmek için bir kütüphane içerir.
# URL: https://github.com/Distrotech/uhttpmock
# Packager: yasarciv67@gmail.com
# Depends on: libsoup gobject-introspection vala gtk-doc
name=uhttpmock
version=0.5.0
release=1
source=(http://tecnocode.co.uk/downloads/$name/$name-$version.tar.xz)
build() {
cd ${name}-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}

View File

@ -1,2 +1,2 @@
glib-compile-schemas usr/share/glib-2.0/schemas glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q update-desktop-database -q