diff --git a/bin/adlandir.sh b/bin/adlandir.sh new file mode 100755 index 000000000..b6bd5d832 --- /dev/null +++ b/bin/adlandir.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +for file in $(find ./* -name 'Pkgfile') +do + mv $file $(echo "$file" | sed -r 's|Pkgfile|talimat|g') +done +for file in $(find ./* -name '*.post-install') +do + mv $file $(echo "$file" | sed -r 's|.post-install|.kur-kos|g') +done +echo "isimler değiştirildi" diff --git a/talimatname/genel/alacarte/alacarte.kur-kos b/talimatname/genel/alacarte/alacarte.kur-kos new file mode 100644 index 000000000..b11c893b8 --- /dev/null +++ b/talimatname/genel/alacarte/alacarte.kur-kos @@ -0,0 +1 @@ +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor \ No newline at end of file diff --git a/talimatname/genel/alacarte/talimat b/talimatname/genel/alacarte/talimat new file mode 100644 index 000000000..bafa6cd43 --- /dev/null +++ b/talimatname/genel/alacarte/talimat @@ -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 +} diff --git a/talimatname/genel/appstream-glib/talimat b/talimatname/genel/appstream-glib/talimat new file mode 100644 index 000000000..e890d643f --- /dev/null +++ b/talimatname/genel/appstream-glib/talimat @@ -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 +} diff --git a/talimatname/genel/caribou/caribou.kur-kos b/talimatname/genel/caribou/caribou.kur-kos new file mode 100644 index 000000000..c653a567d --- /dev/null +++ b/talimatname/genel/caribou/caribou.kur-kos @@ -0,0 +1 @@ +glib-compile-schemas usr/share/glib-2.0/schemas diff --git a/talimatname/genel/caribou/talimat b/talimatname/genel/caribou/talimat new file mode 100644 index 000000000..1a9a83231 --- /dev/null +++ b/talimatname/genel/caribou/talimat @@ -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 +} diff --git a/talimatname/genel/clutter-gst/talimat b/talimatname/genel/clutter-gst/talimat new file mode 100644 index 000000000..2f7a00be9 --- /dev/null +++ b/talimatname/genel/clutter-gst/talimat @@ -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 +} diff --git a/talimatname/genel/clutter/talimat b/talimatname/genel/clutter/talimat new file mode 100644 index 000000000..c032c4c53 --- /dev/null +++ b/talimatname/genel/clutter/talimat @@ -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 +} diff --git a/talimatname/genel/cogl/talimat b/talimatname/genel/cogl/talimat index 41ed9fce5..d0cc55535 100644 --- a/talimatname/genel/cogl/talimat +++ b/talimatname/genel/cogl/talimat @@ -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 } diff --git a/talimatname/genel/cups-pk-helper/talimat b/talimatname/genel/cups-pk-helper/talimat new file mode 100644 index 000000000..02af89a1d --- /dev/null +++ b/talimatname/genel/cups-pk-helper/talimat @@ -0,0 +1,17 @@ +# Description: Cups-pk-helper paketi, Cup'ları hassas taneciklerle yapılandırmak için kullanılan bir PolicyKit yardımcısı içerir +# URL: http://www.freedesktop.org/software/cups-pk-helper/releases" +# Packager: yasarciv67@gmail.com +# Depends on: polkit intltool cups + +name=cups-pk-helper +version=0.2.6 +release=1 + +source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.xz) + +build() { +cd $name-$version +./configure --prefix=/usr --sysconfdir=/etc +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/gcab/talimat b/talimatname/genel/gcab/talimat new file mode 100644 index 000000000..c2e517d47 --- /dev/null +++ b/talimatname/genel/gcab/talimat @@ -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 +} diff --git a/talimatname/genel/geoclue2/talimat b/talimatname/genel/geoclue2/talimat new file mode 100644 index 000000000..81393c0d8 --- /dev/null +++ b/talimatname/genel/geoclue2/talimat @@ -0,0 +1,23 @@ +# Description: D-Bus mesajlaşma sisteminde inşa edilen modüler coğrafi bilgi hizmetleri. +# URL: http://freedesktop.org/software/geoclue/docs/ +# Packager: yasarciv67@gmail.com +# Depends on: avahi libsoup json-glib modemmanager libnotify geoip python gobject-introspection intltool + +name=geoclue2 +version=2.4.6 +release=2 + +source=(http://freedesktop.org/software/geoclue/releases/${version:0:3}/geoclue-$version.tar.xz) + +build() { + cd geoclue-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/$name \ + --disable-static + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/geocode-glib/talimat b/talimatname/genel/geocode-glib/talimat new file mode 100644 index 000000000..a56b79063 --- /dev/null +++ b/talimatname/genel/geocode-glib/talimat @@ -0,0 +1,17 @@ +# Description: Coğrafi kodlama ve ters geocoding için kolaylık sağlayan bir kitaplık. +# URL: https://en.wikipedia.org/wiki/Geocoding +# Packager: yasarciv67@gmail.com +# Depends on: json-glib libsoup gobject-introspection gtk-doc + +name=geocode-glib +version=3.20.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 +} diff --git a/talimatname/genel/gnome-bluetooth/gnome-bluetooth.kur-kos b/talimatname/genel/gnome-bluetooth/gnome-bluetooth.kur-kos new file mode 100644 index 000000000..23b174fbd --- /dev/null +++ b/talimatname/genel/gnome-bluetooth/gnome-bluetooth.kur-kos @@ -0,0 +1 @@ +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor diff --git a/talimatname/genel/gnome-bluetooth/talimat b/talimatname/genel/gnome-bluetooth/talimat new file mode 100644 index 000000000..80e192576 --- /dev/null +++ b/talimatname/genel/gnome-bluetooth/talimat @@ -0,0 +1,20 @@ +# Description: GNOME Bluetooth altsistemi. +# URL: https://wiki.gnome.org/Projects/GnomeBluetooth +# Packager: yasarciv67@gmail.com +# Depends on: itstool gtk3 gobject-introspection bluez gtk-doc libnotify libcanberra gtk-update-icon-cache + +name=gnome-bluetooth +version=3.20.0 +release=1 + +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { +cd $name-$version +./configure --prefix=/usr --enable-gtk-doc \ +--disable-icon-update \ +--disable-schemas-compile \ +--disable-desktop-update +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/gnome-control-center/gnome-control-center.kur-kos b/talimatname/genel/gnome-control-center/gnome-control-center.kur-kos new file mode 100644 index 000000000..23b174fbd --- /dev/null +++ b/talimatname/genel/gnome-control-center/gnome-control-center.kur-kos @@ -0,0 +1 @@ +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor diff --git a/talimatname/genel/gnome-control-center/talimat b/talimatname/genel/gnome-control-center/talimat new file mode 100644 index 000000000..338bf25b2 --- /dev/null +++ b/talimatname/genel/gnome-control-center/talimat @@ -0,0 +1,17 @@ +# Description: GNOME için kontrol merkezi +# URL: http://www.gnome.org/ +# 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 + +name=gnome-control-center +version=3.22.1 +release=2 + +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 +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/gnome-menus/talimat b/talimatname/genel/gnome-menus/talimat new file mode 100644 index 000000000..3dd3e5782 --- /dev/null +++ b/talimatname/genel/gnome-menus/talimat @@ -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 +} diff --git a/talimatname/genel/gnome-online-accounts/gnome-online-accounts.kur-kos b/talimatname/genel/gnome-online-accounts/gnome-online-accounts.kur-kos new file mode 100644 index 000000000..50d6a4518 --- /dev/null +++ b/talimatname/genel/gnome-online-accounts/gnome-online-accounts.kur-kos @@ -0,0 +1,2 @@ +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +glib-compile-schemas usr/share/glib-2.0/schemas diff --git a/talimatname/genel/gnome-online-accounts/talimat b/talimatname/genel/gnome-online-accounts/talimat new file mode 100644 index 000000000..43177aeea --- /dev/null +++ b/talimatname/genel/gnome-online-accounts/talimat @@ -0,0 +1,21 @@ +# Description: GNOME service to access online accounts. +# URL: http://www.gnome.org/ +# Packager: yasarciv67@gmail.com +# Depends on: gcr kerberos libgnome-keyring libnotify librest libsecret json-glib docbook-xsl gobject-introspection webkit2gtk3 telepathy-glib gtk-update-icon-cache + +name=gnome-online-accounts +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 \ +--enable-media-server \ +--enable-kerberos \ +--enable-lastfm \ +--disable-static +make +make -j1 DESTDIR=$PKG install +} diff --git a/talimatname/genel/gnome-settings-daemon/gnome-settings-daemon.kur-kos b/talimatname/genel/gnome-settings-daemon/gnome-settings-daemon.kur-kos new file mode 100644 index 000000000..b58e7522e --- /dev/null +++ b/talimatname/genel/gnome-settings-daemon/gnome-settings-daemon.kur-kos @@ -0,0 +1,2 @@ +glib-compile-schemas usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor diff --git a/talimatname/genel/gnome-settings-daemon/talimat b/talimatname/genel/gnome-settings-daemon/talimat new file mode 100644 index 000000000..21a7d839b --- /dev/null +++ b/talimatname/genel/gnome-settings-daemon/talimat @@ -0,0 +1,19 @@ +# Description: GNOME Ayarları programı. +# URL: http://www.gnome.org +# Packager: yasarciv67@gmail.coms +# Depends on: geoclue2 geocode-glib libgweather librsvg networkmanager nss intltool cups colord gnome-desktop libcanberra libnotify libgnomekbd libwacom pulseaudio upower xorg gsettings-desktop-schemas gtk-update-icon-cache + +name=gnome-settings-daemon +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-static \ + --disable-wayland +make +make udevrulesdir=/lib/udev/rules.d DESTDIR=$PKG install +} diff --git a/talimatname/genel/gnome-video-effects/talimat b/talimatname/genel/gnome-video-effects/talimat new file mode 100644 index 000000000..69dee80d7 --- /dev/null +++ b/talimatname/genel/gnome-video-effects/talimat @@ -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 +} diff --git a/talimatname/genel/grilo/talimat b/talimatname/genel/grilo/talimat index b6c91a7b8..0c44aa349 100644 --- a/talimatname/genel/grilo/talimat +++ b/talimatname/genel/grilo/talimat @@ -1,17 +1,17 @@ -# Description: Grilo, medya keşfi yapma ve uygulama geliştiricileri için gezinmeyi kolaylaştırmaya odaklı bir çerçevedir. -# URL: http://www.gnome.org -# Packagers: milisarge -# Depends on: gtk3 libxml2 libsoup gobject-introspection vala +# Description: Çerçeve, medya keşfi yapma ve uygulama geliştiricileri için gezinmeyi kolaylaştırmaya odaklanmıştır. +# URL: http://www.gnome.org/ +# Packager: yasarciv67@gmail.com +# Depends on: glib libxml2 gobject-introspection gtk3 liboauth libsoup totem-pl-parser vala name=grilo -version=0.3.3 +version=0.3.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 --disable-static --disable-debug \ ---libdir=/usr/lib +./configure --prefix=/usr --libdir=/usr/lib --disable-static make make DESTDIR=$PKG install } diff --git a/talimatname/genel/ibus/talimat b/talimatname/genel/ibus/talimat new file mode 100644 index 000000000..553ccaf63 --- /dev/null +++ b/talimatname/genel/ibus/talimat @@ -0,0 +1,25 @@ +# Description: IBus is an Intelligent Input Bus +# URL: http://ibus.googlecode.com +# Packager: yasarciv67@gmail.com +# Depends on: dconf iso-codes gobject-introspection gtk2 libnotify vala python python-gobject libxkbcommon dbus-python python-xdg + +name=ibus +version=1.5.15 +release=2 + +source=(https://github.com/ibus/ibus/releases/download/$version/$name-$version.tar.gz) +build() { +cd $name-$version + +sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \ + data/ibus.schemas.in \ + data/dconf/org.freedesktop.ibus.gschema.xml.in + +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-gtk-doc \ + --disable-emoji-dict +rm -f tools/main.c +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/libgnomekbd/libgnomekbd.kur-kos b/talimatname/genel/libgnomekbd/libgnomekbd.kur-kos new file mode 100644 index 000000000..84b64f812 --- /dev/null +++ b/talimatname/genel/libgnomekbd/libgnomekbd.kur-kos @@ -0,0 +1 @@ +glib-compile-schemas usr/share/glib-2.0/schemas > /dev/null 2>&1 diff --git a/talimatname/genel/libgnomekbd/talimat b/talimatname/genel/libgnomekbd/talimat new file mode 100644 index 000000000..2149b1889 --- /dev/null +++ b/talimatname/genel/libgnomekbd/talimat @@ -0,0 +1,17 @@ +# Description: GNOME klavye kitaplığı +# URL: http://www.gnome.org/ +# Packager: yasarciv67@gmail.com +# Depends on: gtk3 intltool xorg-libxkbfile xorg-libxklavier gobject-introspection + +name=libgnomekbd +version=3.22.0.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 --disable-static +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/libgweather/libgweather.kur-kos b/talimatname/genel/libgweather/libgweather.kur-kos new file mode 100644 index 000000000..4330d33ff --- /dev/null +++ b/talimatname/genel/libgweather/libgweather.kur-kos @@ -0,0 +1,2 @@ +glib-compile-schemas usr/share/glib-2.0/schemas > /dev/null 2>&1 +gtk-update-icon-cache -q -t -f usr/share/icons/gnome diff --git a/talimatname/genel/libgweather/talimat b/talimatname/genel/libgweather/talimat new file mode 100644 index 000000000..58b90a489 --- /dev/null +++ b/talimatname/genel/libgweather/talimat @@ -0,0 +1,17 @@ +# Description: İnternetten hava durumu bilgisine erişim sağlar +# URL: https://wiki.gnome.org/action/show/Projects/LibGWeather?action=show&redirect=LibGWeather +# Packager: yasarciv67@gmail.com +# Depends on: geocode-glib gtk3 libsoup gobject-introspection vala gtk-update-icon-cache + +name=libgweather +version=3.20.3 +release=2 + +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { +cd $name-$version +./configure --prefix=/usr --with-zoneinfo-dir +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/mutter/mutter.kur-kos b/talimatname/genel/mutter/mutter.kur-kos new file mode 100644 index 000000000..c653a567d --- /dev/null +++ b/talimatname/genel/mutter/mutter.kur-kos @@ -0,0 +1 @@ +glib-compile-schemas usr/share/glib-2.0/schemas diff --git a/talimatname/genel/mutter/talimat b/talimatname/genel/mutter/talimat new file mode 100644 index 000000000..334265dc3 --- /dev/null +++ b/talimatname/genel/mutter/talimat @@ -0,0 +1,21 @@ +# Description: GNOME için bir pencere yöneticisi +# URL: http://www.gnome.org/ +# Packager: yasarciv67@gmail.com +# Depends on: libinput clutter gnome-desktop libxkbcommon upower zenity gobject-introspection libcanberra startup-notification gtk-doc + +name=mutter +version=3.22.2 +release=3 + +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { +cd $name-$version +./configure --prefix=/usr \ +--disable-static \ +--enable-gtk-doc \ +--disable-wayland \ +--enable-compile-warnings=minimum +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/shared-color-targets/talimat b/talimatname/genel/shared-color-targets/talimat new file mode 100644 index 000000000..51e61ff8b --- /dev/null +++ b/talimatname/genel/shared-color-targets/talimat @@ -0,0 +1,16 @@ +# Description: Renk profilleri oluşturmak için paylaşılan renk hedefleri. +# URL: http://www.gnome.org +# Packager: yasarciv67@gmail.com +# Depends on: + +name=shared-color-targets +version=0.1.7 +release=1 +source=(http://people.freedesktop.org/~hughsient/releases/$name-$version.tar.xz) + +build(){ + cd $name-$version +./configure --prefix=/usr + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/sound-theme-freedesktop/talimat b/talimatname/genel/sound-theme-freedesktop/talimat new file mode 100644 index 000000000..b255ba9d7 --- /dev/null +++ b/talimatname/genel/sound-theme-freedesktop/talimat @@ -0,0 +1,17 @@ +# Description: Bu paket masaüstü için ses temaları içeriyor. +# URL: http://freedesktop.org/wiki/Specifications/sound-theme-spec +# Packager: yasarciv67@gmail.com +# Depends on: intltool + +name=sound-theme-freedesktop +version=0.8 +release=1 + +source=(http://people.freedesktop.org/~mccann/dist/$name-$version.tar.bz2) + +build() { +cd $name-$version +./configure --prefix=/usr +make +make DESTDIR=$PKG install +} diff --git a/talimatname/genel/vino/talimat b/talimatname/genel/vino/talimat new file mode 100644 index 000000000..671e98d6c --- /dev/null +++ b/talimatname/genel/vino/talimat @@ -0,0 +1,17 @@ +# Description: GNOME masaüstü için bir VNC sunucusu +# URL: http://www.gnome.org +# Packager: yasarciv67@gmail.com +# Depends on: gconf libsoup telepathy-glib desktop-file-utils libnotify desktop-file-utils + +name=vino +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 --sysconfdir=/etc + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/vino/vino.kur-kos b/talimatname/genel/vino/vino.kur-kos new file mode 100644 index 000000000..8db38dcd5 --- /dev/null +++ b/talimatname/genel/vino/vino.kur-kos @@ -0,0 +1,2 @@ +glib-compile-schemas usr/share/glib-2.0/schemas +update-desktop-database -q