diff --git a/talimatname/genel/xfce4-volumed-pulse/talimat b/talimatname/genel/xfce4-volumed-pulse/talimat index 46d7c3cb5..1c7e642bd 100644 --- a/talimatname/genel/xfce4-volumed-pulse/talimat +++ b/talimatname/genel/xfce4-volumed-pulse/talimat @@ -1,7 +1,7 @@ # Description: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı # URL: https://git.xfce.org/apps/xfce4-volumed-pulse # Packager: milisarge -# Depends on: libnotify pulseaudio keybinder xfconf +# Depends on: libnotify pulseaudio keybinder xfce4-conf name=xfce4-volumed-pulse version=0.2.2 @@ -18,4 +18,4 @@ build() { make make DESTDIR="$PKG" install -} \ No newline at end of file +} diff --git a/talimatname/genel/xfconf/talimat b/talimatname/genel/xfconf/talimat deleted file mode 100644 index 902985669..000000000 --- a/talimatname/genel/xfconf/talimat +++ /dev/null @@ -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 {} + -}