diff --git a/bin/milis-kurulum.py b/bin/milis-kurulum.py index b62c9a8a6..411b2ba4c 100644 --- a/bin/milis-kurulum.py +++ b/bin/milis-kurulum.py @@ -182,7 +182,7 @@ def chooseSwap(part): def setSwap(part): os.system("mkswap "+"/dev/"+part) - os.system("swapon "+"/dev/"+part) + os.system('echo "`lsblk -ln -o UUID /dev/' + part + '` none swap sw 0 0" | tee -a /etc/fstab') if __name__ == "__main__": diff --git a/talimatname/genel/audacious-plugins/talimat b/talimatname/genel/audacious-plugins/talimat index 345dd7bed..66aeb2e6a 100644 --- a/talimatname/genel/audacious-plugins/talimat +++ b/talimatname/genel/audacious-plugins/talimat @@ -2,9 +2,10 @@ # URL: http://audacious-media-player.org # Maintainers: https://github.com/audacious-media-player # Packagers: tnut at nutyx dot org -# Depends: gtk3 audacious alsa-utils flac lame libcdio libsamplerate libsndfile libvorbis mpg123 neon pulseaudio faad2 ffmpeg +# Depends on: gtk3 audacious alsa-utils flac lame libcdio libsamplerate libsndfile libvorbis mpg123 neon pulseaudio faad2 ffmpeg name=audacious-plugins +version=3.7.2 release=1 source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2) diff --git a/talimatname/genel/audacious/talimat b/talimatname/genel/audacious/talimat index a9ee7dd75..498f202e3 100644 --- a/talimatname/genel/audacious/talimat +++ b/talimatname/genel/audacious/talimat @@ -2,10 +2,10 @@ # URL: http://audacious-media-player.org # Maintainers: https://github.com/audacious-media-player # Packagers: tnut at nutyx dot org -# Depends: glib gtk2 python xorg-libsm gnome-icon-theme hicolor-icon-theme desktop-file-utils +# Depends on: glib gtk2 python xorg-libsm gnome-icon-theme hicolor-icon-theme desktop-file-utils name=audacious -version=3.6.2 +version=3.7.2 release=1 source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2) diff --git a/talimatname/genel/sddm/talimat b/talimatname/genel/sddm/talimat index 4b1adcd5c..4e9ae906d 100644 --- a/talimatname/genel/sddm/talimat +++ b/talimatname/genel/sddm/talimat @@ -22,6 +22,7 @@ cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_JOURNALD=OFF \ + -DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \ -Wno-dev .. make make DESTDIR=$PKG install