This commit is contained in:
milisman 2016-10-12 21:03:43 +03:00
commit cd507747a5
4 changed files with 6 additions and 4 deletions

View File

@ -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__":

View File

@ -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)

View File

@ -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)

View File

@ -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