audocious.guncellendi

This commit is contained in:
milisarge 2017-05-04 07:29:14 +03:00
parent 9b2fc1ca6c
commit 1e0f56a255
3 changed files with 10 additions and 10 deletions

View File

@ -9,8 +9,8 @@ release=1
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,2 +1,2 @@
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -9,9 +9,9 @@ release=1
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-buildstamp="NuTyX"
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr \
--with-buildstamp="Milis"
make
make DESTDIR=$PKG install
}