Merge branch 'master' of https://github.com/milisarge/malfs-milis
This commit is contained in:
commit
cd507747a5
|
@ -182,7 +182,7 @@ def chooseSwap(part):
|
||||||
|
|
||||||
def setSwap(part):
|
def setSwap(part):
|
||||||
os.system("mkswap "+"/dev/"+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__":
|
if __name__ == "__main__":
|
||||||
|
|
|
@ -2,9 +2,10 @@
|
||||||
# URL: http://audacious-media-player.org
|
# URL: http://audacious-media-player.org
|
||||||
# Maintainers: https://github.com/audacious-media-player
|
# Maintainers: https://github.com/audacious-media-player
|
||||||
# Packagers: tnut at nutyx dot org
|
# 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
|
name=audacious-plugins
|
||||||
|
version=3.7.2
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
|
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
# URL: http://audacious-media-player.org
|
# URL: http://audacious-media-player.org
|
||||||
# Maintainers: https://github.com/audacious-media-player
|
# Maintainers: https://github.com/audacious-media-player
|
||||||
# Packagers: tnut at nutyx dot org
|
# 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
|
name=audacious
|
||||||
version=3.6.2
|
version=3.7.2
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
|
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
|
||||||
|
|
|
@ -22,6 +22,7 @@ cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DENABLE_JOURNALD=OFF \
|
-DENABLE_JOURNALD=OFF \
|
||||||
|
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
|
||||||
-Wno-dev ..
|
-Wno-dev ..
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
Loading…
Reference in New Issue