mate.paketlendi
This commit is contained in:
parent
53dac5a172
commit
b6b9a149f3
|
@ -4,7 +4,7 @@
|
|||
# Depends on: gtk2
|
||||
|
||||
name=libindicator-gtk2
|
||||
version=0.4.93
|
||||
version=12.10.1
|
||||
release=1
|
||||
|
||||
source=(http://launchpad.net/libindicator/0.5/$version/+download/libindicator-$version.tar.gz)
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
# Description: A set of symbols and convenience functions for indicators
|
||||
# URL: https://launchpad.net/libindicator
|
||||
# Packager: yasarciv
|
||||
# Depends on: gtk3
|
||||
|
||||
name=libindicator
|
||||
version=12.10.1
|
||||
release=1
|
||||
source=(https://launchpad.net/$name/12.10/12.10.1/+download/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i libindicator/Makefile.{am,in}
|
||||
sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i configure
|
||||
sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i configure
|
||||
sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i configure
|
||||
sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i configure
|
||||
sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i configure
|
||||
sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i m4/libtool.m4
|
||||
export CFLAGS="${CFLAGS} -Wno-error=deprecated-declarations"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--libexecdir=/usr/lib/libindicator \
|
||||
--sysconfdir=/etc \
|
||||
--with-gtk=3 \
|
||||
--disable-static \
|
||||
--disable-tests
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
# Description: sistem
|
||||
# Description: mate sistem
|
||||
# URL: sistem
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: atril caja caja-extensions engrampa eom libmatekbd libmatemixer libmateweather libpeas marco mate-applets mate-backgrounds mate-calc mate-common mate-control-center mate-desktop mate-icon-theme mate-icon-theme-faenza mate-indicator-applet mate-media mate-menus mate-netbook mate-notification-daemon mate-panel mate-polkit mate-power-manager mate-screensaver mate-sensors-applet mate-session-manager mate-settings-daemon mate-system-monitor mate-terminal mate-themes mate-user-guide mate-user-share mate-utils mozo pluma python-caja
|
||||
|
||||
name=mate-sistem
|
||||
name=mate
|
||||
version=1
|
||||
release=1
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
Loading…
Reference in New Issue