Merge pull request #185 from yasarciv/master

talimat-adlandırma-betiği
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2017-07-10 12:24:03 +03:00 committed by GitHub
commit 2e5df58bf9
35 changed files with 447 additions and 9 deletions

11
bin/adlandir.sh Executable file
View File

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

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

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

View File

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

View File

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

View File

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

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

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,2 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
glib-compile-schemas usr/share/glib-2.0/schemas

View File

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

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

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
}

View File

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

View File

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

View File

@ -0,0 +1 @@
glib-compile-schemas usr/share/glib-2.0/schemas > /dev/null 2>&1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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