mate
This commit is contained in:
parent
64b911981e
commit
d10c4c361c
|
@ -1 +0,0 @@
|
|||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
@ -1,19 +0,0 @@
|
|||
# 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.18.2
|
||||
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
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
# 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.18.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
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas > /dev/null 2>&1
|
|
@ -1,24 +0,0 @@
|
|||
# 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.18.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
|
||||
}
|
Loading…
Reference in New Issue