From 61acc063d62c778acc277bf99a123d99d775071e Mon Sep 17 00:00:00 2001 From: Furkan Kalkan Date: Wed, 12 Oct 2016 01:12:32 +0300 Subject: [PATCH 1/6] swap persistent hale getirildi --- bin/milis-kurulum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/milis-kurulum.py b/bin/milis-kurulum.py index b62c9a8a6..d08433f6c 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 ' + part + '` none swap sw 0 0 | tee -a /etc/fstab') if __name__ == "__main__": From ddddcffb2f8899f05a0b03da94462c218fa96f0e Mon Sep 17 00:00:00 2001 From: Furkan Kalkan Date: Wed, 12 Oct 2016 01:13:58 +0300 Subject: [PATCH 2/6] swap persistent hale getirildi --- bin/milis-kurulum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/milis-kurulum.py b/bin/milis-kurulum.py index d08433f6c..0de81e136 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('echo "`lsblk -ln -o UUID ' + part + '` none swap sw 0 0 | tee -a /etc/fstab') + os.system('echo "`lsblk -ln -o UUID ' + part + '` none swap sw 0 0" | tee -a /etc/fstab') if __name__ == "__main__": From e427c527ec2d57d3abaca6ae6c9af017397980bb Mon Sep 17 00:00:00 2001 From: Furkan Kalkan Date: Wed, 12 Oct 2016 01:21:33 +0300 Subject: [PATCH 3/6] Update milis-kurulum.py --- bin/milis-kurulum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/milis-kurulum.py b/bin/milis-kurulum.py index 0de81e136..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('echo "`lsblk -ln -o UUID ' + part + '` none swap sw 0 0" | tee -a /etc/fstab') + os.system('echo "`lsblk -ln -o UUID /dev/' + part + '` none swap sw 0 0" | tee -a /etc/fstab') if __name__ == "__main__": From b64e0caa5deca71479ec9806bb2deb9c9509da02 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Wed, 12 Oct 2016 20:35:28 +0300 Subject: [PATCH 4/6] =?UTF-8?q?sddm.g=C3=BCncellendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/sddm/talimat | 1 + 1 file changed, 1 insertion(+) 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 From abc7d0de315e313228e1b2d6921a74b6e22c89fb Mon Sep 17 00:00:00 2001 From: giresun28 Date: Wed, 12 Oct 2016 22:30:01 +0300 Subject: [PATCH 5/6] =?UTF-8?q?audacious.g=C3=BCncellendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/audacious-plugins/talimat | 1 + talimatname/genel/audacious/talimat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/talimatname/genel/audacious-plugins/talimat b/talimatname/genel/audacious-plugins/talimat index 345dd7bed..28087497a 100644 --- a/talimatname/genel/audacious-plugins/talimat +++ b/talimatname/genel/audacious-plugins/talimat @@ -5,6 +5,7 @@ # Depends: 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..2e03a5c5f 100644 --- a/talimatname/genel/audacious/talimat +++ b/talimatname/genel/audacious/talimat @@ -5,7 +5,7 @@ # Depends: 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) From f5c304c5820b32132ef702e81ec3f13c2aa92b3a Mon Sep 17 00:00:00 2001 From: giresun28 Date: Wed, 12 Oct 2016 22:51:32 +0300 Subject: [PATCH 6/6] =?UTF-8?q?audacious.d=C3=BCzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/audacious-plugins/talimat | 2 +- talimatname/genel/audacious/talimat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/talimatname/genel/audacious-plugins/talimat b/talimatname/genel/audacious-plugins/talimat index 28087497a..66aeb2e6a 100644 --- a/talimatname/genel/audacious-plugins/talimat +++ b/talimatname/genel/audacious-plugins/talimat @@ -2,7 +2,7 @@ # 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 diff --git a/talimatname/genel/audacious/talimat b/talimatname/genel/audacious/talimat index 2e03a5c5f..498f202e3 100644 --- a/talimatname/genel/audacious/talimat +++ b/talimatname/genel/audacious/talimat @@ -2,7 +2,7 @@ # 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.7.2