mate-grubu.eklendi

This commit is contained in:
milisman 2017-01-24 01:43:48 +02:00
parent e92338fe75
commit 2125417283
73 changed files with 987 additions and 0 deletions

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

29
talimatname/genel/atril/talimat Executable file
View file

@ -0,0 +1,29 @@
# Description: Basit bir pdf belge görüntüleyici
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: caja dconf djvulibre gtk2 libsecret libspectre mate-desktop mate-icon-theme poppler-glib poppler
name=atril
version=1.16.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--enable-gtk-doc \
--enable-djvu \
--enable-dvi \
--enable-epub \
--enable-t1lib \
--enable-pixbuf \
--enable-comics \
--enable-xps \
--enable-introspection \
--disable-static
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,18 @@
# Description: Caja uzantıları (ortak dosyalar)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: caja gupnp
name=caja-extensions
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/${name}-$version.tar.xz)
build() {
cd ${name}-$version
./configure \
--prefix=/usr \
--with-gtk=2.0
make
make DESTDIR=$PKG install
}

View file

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

View file

@ -0,0 +1,30 @@
# Description: MATE için dosya yöneticisi (GTK2 versiyon)
# URL: http://matsusoft.com.ar/projects/mate
# Packagers: yasarciv
# Depends on: exempi mate-desktop pango gtk2 libexif libxml2 libunique1 desktop-file-utils
# Depends on:
description=""
url="http://matsusoft.com.ar/projects/mate"
packager="yasarciv"
name=caja
version=1.16.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--enable-unique \
--enable-introspection \
--disable-static \
--disable-update-mimedb
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
update-desktop-database -q

View file

@ -0,0 +1,21 @@
# Description: MATE için arşiv manipülatörü (GTK2 sürümü)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: caja json-glib
name=engrampa
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--disable-static \
--disable-packagekit
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
update-desktop-database -q

View file

@ -0,0 +1,21 @@
# Description: MATE için bir resim görüntüleme ve kataloglama programı (GTK2 sürümü)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: exempi gtk2 gtk-update-icon-cache libexif mate-desktop mate-icon-theme python-gobject2 python-gtk
name=eom
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--localstatedir=/var \
--with-gtk=2.0 \
--with-librsvg \
--enable-python
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,18 @@
# Description: C++ interfaces for GTK+ and GNOME
# URL: http://www.gtkmm.org/
# Packager: yasarciv milisarge
# Depends on: gtk3 glibmm pangomm atkmm
name=gtkmm3
version=3.18.1
release=1
source=(http://download.gnome.org/sources/gtkmm/${version:0:4}/gtkmm-$version.tar.xz)
build() {
cd gtkmm-$version
./configure --prefix=/usr
make -j1
make -j1 DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}

View file

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

View file

@ -0,0 +1,22 @@
# Description: MATE için pencere yöneticisi (GTK2 version)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: mate-desktop gtk2 libcanberra libgtop startup-notification zenity
name=marco
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gtk=2.0 \
--enable-startup-notification \
--disable-static
make
make DESTDIR=$PKG install
}

View file

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

View file

@ -0,0 +1,25 @@
# Description: MATE paneli için appletler
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: gtksourceview2 libgtop libnotify mate-panel mate-icon-theme python-gobject upower wireless-tools upower
name=mate-applets
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/${name} \
--with-cpufreq-lib=cpupower \
--enable-polkit \
--enable-ipv6 \
--enable-upower \
--with-gtk=2.0 \
--disable-static
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,16 @@
# Description: MATE için arkaplan resim ve veri dosyaları
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: intltool
name=mate-backgrounds
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,17 @@
# Description: MATE için ortak geliştirme makroları
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: intltool
name=mate-common
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/${name}-${version}.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}

View file

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

View file

@ -0,0 +1,23 @@
# Description: MATE için Kontrol Merkezi
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: murrine caja dconf desktop-file-utils gsettings-desktop-schemas gtk2 libgtop librsvg libunique1 xorg-libxscrnsaver xorg-libxt mate-desktop mate-icon-theme mate-libkbd mate-menus marco mate-settings-daemon
name=mate-control-center
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-scrollkeeper \
--enable-aboutme \
--disable-update-mimedb
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/applications/mimeinfo.cache
}

View file

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

View file

@ -0,0 +1,23 @@
# Description: Çeşitli MATE modülleri için ortak API'li kitaplık
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: dconf gtk2 startup-notification
name=mate-desktop
version=1.16.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/${name}-${version}.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-gtk=2.0 \
--enable-mpaste \
--disable-static \
--disable-schemas-compile \
--disable-desktop-docs \
--enable-gtk-doc
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,3 @@
gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenza
gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzadark
gtk-update-icon-cache -q -t -f /usr/share/icons/matefaenzagray

View file

@ -0,0 +1,17 @@
# Description: MATE için Faenza ikon teması
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: mate-common gtk-update-icon-cache
name=mate-icon-theme-faenza
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./autogen.sh --prefix=/usr
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/icons/matefaenza/icon-theme.cache
}

View file

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

View file

@ -0,0 +1,17 @@
# Description: MATE simge teması
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: gtk-update-icon-cache icon-naming-utils intltool
name=mate-icon-theme
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/${name}-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/icons/mate/icon-theme.cache
}

View file

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

View file

@ -0,0 +1,17 @@
# Description: Applet MATE
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: gtk2 mate-libindicator mate-panel
name=mate-indicator-applet
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexec=/usr/lib/${name} \
--disable-static
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,29 @@
# Description: Tüm göstergelerin kullanmak istediği bir dizi sembol ve kolaylık fonksiyonu.
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: gtk2
name=mate-libindicator
version=12.10.1
release=1
source=(http://launchpad.net/libindicator/${version%.*}/$version/+download/libindicator-$version.tar.gz)
build() {
sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i libindicator-${version}/libindicator/Makefile.{am,in}
sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i libindicator-${version}/configure
sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i libindicator-${version}/configure
sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i libindicator-${version}/configure
sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i libindicator-${version}/configure
sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i libindicator-${version}/configure
mkdir -p build-gtk2
cd build-gtk2
../libindicator-${version}/configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/$name \
--disable-static \
--with-gtk=2
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: MATE klavye kitaplığı
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: mate-common dconf gtk2 iso-codes xorg-libxklavier
name=mate-libkbd
version=1.16.0
release=1
_name=libmatekbd
source=(http://pub.mate-desktop.org/releases/${version%.*}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--with-gtk=2.0 \
--disable-static
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,21 @@
# Description: MATE masaüstü için ses karıştırıcı kitaplığı
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: alsa-lib pulseaudio
name=mate-libmixer
version=1.16.0
release=1
_name=libmatemixer
source=(http://pub.mate-desktop.org/releases/${version%.*}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}

View file

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

View file

@ -0,0 +1,24 @@
# Description: Internet'ten hava durumuna erişim sağlar.
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: dconf gtk2 libsoup
name=mate-libweather
version=1.16.1
release=1
_name=libmateweather
source=(http://pub.mate-desktop.org/releases/${version%.*}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gtk=2.0 \
--disable-static \
--disable-python \
--enable-locations-compression
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/mate

View file

@ -0,0 +1,23 @@
# Description: MATE medya araçları (GStreamer)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: gobject-introspection gtk2 libcanberra libunique1 libxml2 mate-desktop mate-libmixer marco
name=mate-media
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/${name} \
--localstatedir=/var \
--with-gtk=2.0 \
--disable-static
make
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,21 @@
# Description: MATE menüsü
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: intltool glib gobject-introspection python
name=mate-menus
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-python \
--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: Basit bir pencere yönetim aracı (GTK2 sürümü)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: gtk2 libwnck libfakekey libunique1 mate-panel
name=mate-netbook
version=1.16.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexec=/usr/lib/${name} \
--sysconfdir=/etc \
--with-gtk=2.0 \
--disable-static
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,19 @@
# Description: MATE için bildirim sihirbazı
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: dconf gtk2 libcanberra libwnck libnotify
name=mate-notification-daemon
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--disable-static
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,22 @@
# Description: MATE paneli
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: caja gobject-introspection gtk2 libcanberra xorg-libice librsvg libsoup xorg-libsm xorg-libxau libwnck marco mate-desktop mate-libweather mate-menus mate-session-manager
name=mate-panel
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/${name} \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gtk=2.0 \
--enable-introspection \
--disable-static
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,23 @@
# Description: MATE masaüstü için PolicyKit entegrasyonu
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: polkit gtk3
name=mate-polkit
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gtk=2.0 \
--enable-introspection \
--disable-static
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,25 @@
# Description: MATE güç yöneticisi
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: dconf libgnome-keyring libcanberra libnotify libunique1 mate-desktop mate-panel upower gvfs
name=mate-power-manager
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
--enable-applets \
--enable-unique \
--with-gtk=2.0 \
--disable-strict
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,9 @@
/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski <jwz@jwz.org>
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice appear in supporting
* documentation. No representations are made about the suitability of this
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*/

View file

@ -0,0 +1,34 @@
#!/bin/sh
DIST_BIN=`dirname "$0"`
CMD=xsltproc
XSL=${DIST_BIN}/xscreensaver-config.xsl
if test "x$1" = "x" -o "x$1" = "x-h" -o "x$1" = "x--help"; then
echo "usage: $0 [file] ..."
exit 1
fi
if [ ! -r ${XSL} ]; then
echo "Cannot find XSLT file"
exit 1
fi
FILES="$@"
for FILE in $FILES; do
echo "${FILE}" | grep ".xml$" > /dev/null
if [ $? -ne 0 ]; then
echo "Skipping non-xml file: ${FILE}"
continue
fi
d=`dirname ${FILE}`
b=`basename ${FILE} .xml`
outfile="${b}.desktop"
echo "Creating: ${outfile}"
${CMD} -o ${outfile} ${XSL} ${FILE}
done
exit 0

View file

@ -0,0 +1,18 @@
# Description: MATE için xscreensaver'dan ekran koruyucularını etkinleştir.
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: xscreensaver
name=mate-screensaver-hacks
version=5.26
release=1
source=(migrate-xscreensaver-config.sh
xscreensaver-config.xsl LICENSE)
build() {
mkdir -p ${PKG}/usr/share/applications/screensavers/
cd ${PKG}/usr/share/applications/screensavers/
sh $SRC/migrate-xscreensaver-config.sh /usr/share/xscreensaver/config/*.xml
rm ${PKG}/usr/share/applications/screensavers/popsquares.desktop
install -D -m644 ${SRC}/LICENSE $PKG/usr/share/licenses/$name/LICENSE
}

View file

@ -0,0 +1,27 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:output method="text" indent="no" />
<xsl:strip-space elements="*"/>
<xsl:template match="screensaver">
[Desktop Entry]
Encoding=UTF-8
Name=<xsl:value-of select="@_label" />
Comment=<xsl:value-of select="normalize-space(_description)" />
<xsl:if test="count(command/@name) != 0">
TryExec=<xsl:value-of select="normalize-space(command/@name)" />
Exec=<xsl:value-of select="normalize-space(command/@name)" /><xsl:text> </xsl:text><xsl:value-of select="normalize-space(command/@arg)" />
</xsl:if>
<xsl:if test="count(command/@name) = 0">
TryExec=<xsl:value-of select="normalize-space(@name)" />
Exec=<xsl:value-of select="normalize-space(@name)" /><xsl:text> </xsl:text><xsl:value-of select="normalize-space(command/@arg)" />
</xsl:if>
StartupNotify=false
Terminal=false
Type=Application
Categories=Screensaver;
OnlyShowIn=MATE;
</xsl:template>
</xsl:stylesheet>

View file

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

View file

@ -0,0 +1,26 @@
# Description: MATE için ekran koruyucusu
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: gtk2 libnotify xorg-libxscrnsaver mate-desktop mate-libkbd mate-menus mate-power-manager mate-session-manager xorg-libxscrnsaver
name=mate-screensaver
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--sysconfdir=/etc \
--with-xscreensaverdir=/usr/share/xscreensaver/config \
--with-xscreensaverhackdir=/usr/lib/xscreensaver \
--with-mit-ext \
--with-libnotify \
--enable-locking \
--with-gtk=2.0 \
--disable-static
make
make DESTDIR=$PKG install
}

View file

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

View file

@ -0,0 +1,20 @@
# Description: Donanım sensörlerinden okumaları görüntülemek için bir MATE Panel uygulaması.
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: gtk2 libatasmart libnotify lm-sensors mate-panel
name=mate-sensors-applet
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--disable-static
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: MATE Oturum Yöneticisi
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: gtk2 mate-desktop mate-polkit mate-settings-daemon xorg-libsm xorg-libxtst
name=mate-session-manager
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/${name} \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gtk=2.0 \
--disable-upower
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: MATE ayar sihirbazı (GTK2 version)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: dconf gtk2 libcanberra libnotify mate-desktop mate-libkbd mate-libmixer nss xorg-libxt
name=mate-settings-daemon
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--sysconfdir=/etc \
--localstatedir=/var \
--with-gtk=2.0
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: MATE için bir sistem izleyici
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: dconf gtk2 gtkmm3 glibmm libgtop libwnck3 librsvg mate-icon-theme
name=mate-system-monitor
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--localstatedir=/var \
--with-gtk=2.0 \
--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,19 @@
# Description: MATE için terminal uygulaması
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: gtk2 mate-desktop vte
name=mate-terminal
version=1.14.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-gtk=2.0 \
--disable-static
make
make DESTDIR=$PKG install
}

View file

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

View file

@ -0,0 +1,18 @@
# Description: MATE temaları
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: gtk2
name=mate-themes
version=3.20.7
release=1
source=(http://pub.mate-desktop.org/releases/themes/${version%.*}/${name}-${version}.tar.xz)
build() {
cd ${name}-${version}
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,19 @@
# Description: Mate kullanım kılavuzu
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: itstool intltool
name=mate-user-guide
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-gtk=2.0 \
--disable-static
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
update-desktop-database -q

View file

@ -0,0 +1,23 @@
# Description: MATE için WebDAV üzerinden kullanıcı düzeyinde ortak dosya paylaşımı
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: apache bluez caja dconf gdk-pixbuf gtk2 libnotify libcanberra libunique1 mod-dnssd
name=mate-user-share
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexec=/usr/lib/${name} \
--sysconfdir=/etc \
--disable-static \
--disable-scrollkeeper \
--disable-bluetooth
make
make DESTDIR=$PKG install
rm -f ${PKG}/usr/share/mate-user-share/dav_user_2.0.conf
}

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/mate

View file

@ -0,0 +1,21 @@
# Description: Disk kullanımını görüntülemek için ortak MATE yardımcı programları.
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: gtk2 mate-panel libgtop
name=mate-utils
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--sysconfdir=/etc \
--disable-static
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,14 @@
# Description: sistem
# URL: sistem
# Packager: yasarciv
# Depends on: xorg gtkmm3 caja marco mate-backgrounds mate-common mate-control-center mate-desktop mate-icon-theme mate-libkbd mate-libmixer mate-libweather mate-media mate-menus mate-notification-daemon mate-panel mate-polkit mate-power-manager mate-screensaver mate-session-manager mate-settings-daemon mate-system-monitor mate-themes atril caja-extensions engrampa eom mate-applets mate-icon-theme-faenza mate-indicator-applet mate-libindicator mate-netbook mate-screensaver-hacks mate-sensor-applets mate-terminal mate-user-guide mate-user-share mate-utils mozo pluma python-caja
name=mate-sistem
version=1
release=1
source=(talimat)
build() {
echo "mate sistem"
}

View file

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

View file

@ -0,0 +1,17 @@
# Description: MATE menü düzenleme aracı
# URL: http://www.jwz.org/xscreensaver/
# Packager: yasarciv
# Depends on: mate-menus python-gobject gtk-update-icon-cache
name=mozo
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${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/
update-desktop-database -q

View file

@ -0,0 +1,21 @@
# Description: MATE için güçlü bir metin editörü
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: enchant gtk2 libsoup iso-codes gtksourceview2 mate-desktop python-gobject2 python-gtk python-gtksourceview2
name=pluma
version=1.14.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${name} \
--with-gtk=2.0 \
--enable-gtk-doc=no \
--enable-python
make
make DESTDIR=$PKG install
}

View file

@ -0,0 +1,18 @@
# Description: Caja için Python
# URL: http://matsusoft.com.ar/projects/mate
# Packager: yasarciv
# Depends on: caja python-gobject2
name=python-caja
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}