This commit is contained in:
milisbir 2017-09-02 06:43:23 +03:00
parent c5f2c7663f
commit df176e6bd3
2 changed files with 2 additions and 29 deletions

View File

@ -1,7 +1,7 @@
# Description: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı # Description: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı
# URL: https://git.xfce.org/apps/xfce4-volumed-pulse # URL: https://git.xfce.org/apps/xfce4-volumed-pulse
# Packager: milisarge # Packager: milisarge
# Depends on: libnotify pulseaudio keybinder xfconf # Depends on: libnotify pulseaudio keybinder xfce4-conf
name=xfce4-volumed-pulse name=xfce4-volumed-pulse
version=0.2.2 version=0.2.2
@ -18,4 +18,4 @@ build() {
make make
make DESTDIR="$PKG" install make DESTDIR="$PKG" install
} }

View File

@ -1,27 +0,0 @@
# Description: Basit bir istemci-sunucu yapılandırması depolama ve sorgu sistemi
# URL: http://xfce.org/
# Packager: yasarciv67@gmail.com
# Depends on: xfce4-libutil dbus-glib
name=xfconf
version=4.12.0
release=1
source=(http://archive.xfce.org/xfce/4.12/src/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
--with-perl-options=INSTALLDIRS="vendor" \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
find "$PKG" -name Xfconf.so -exec chrpath -d {} +
}