gnome-hazırlık
This commit is contained in:
parent
7b9a4c3d8b
commit
a8c7fa6025
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
glib-compile-schemas usr/share/glib-2.0/schemas
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
glib-compile-schemas usr/share/glib-2.0/schemas
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
glib-compile-schemas usr/share/glib-2.0/schemas > /dev/null 2>&1
|
|
@ -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
|
||||
}
|
|
@ -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
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
glib-compile-schemas usr/share/glib-2.0/schemas
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
glib-compile-schemas usr/share/glib-2.0/schemas
|
||||
update-desktop-database -q
|
Loading…
Reference in New Issue