#37 compton-düzeltme

Merged
milislinux merged 3 commits from yasarciv67/master into milislinux/master 5 years ago
2 changed files with 4 additions and 4 deletions
  1. 2 2
      talimatname/genel/c/compton-conf/talimat
  2. 2 2
      talimatname/genel/c/compton/talimat

+ 2 - 2
talimatname/genel/c/compton-conf/talimat

@@ -1,12 +1,12 @@
 # Tanım: Compton-conf, X bileşik yöneticisi Compton için bir yapılandırma aracıdır.
 # URL: http://lxqt.org
 # Paketçi: yasarciv67
-# Gerekler: cmake liblxqt libconfig
+# Gerekler: cmake compton liblxqt libconfig
 # Grup: sistem
 
 isim=compton-conf
 surum=0.14.0
-devir=1
+devir=2
 kaynak=(https://github.com/lxqt/$isim/releases/download/$surum/$isim-$surum.tar.xz
 compton-conf_tr.desktop
 lxqt-compton_tr.desktop)

+ 2 - 2
talimatname/genel/c/compton/talimat

@@ -6,7 +6,7 @@
 
 isim=compton
 surum=git
-devir=1
+devir=2
 kaynak=()
 
 derle() {
@@ -18,6 +18,6 @@ derle() {
 		git clone git://github.com/chjj/$isim $isim
 		cd $isim
 	fi
-	make NO_DBUS=1 compton
+	make compton
 	install -Dm755 compton $PKG/usr/bin/compton
 }