Skip to content

Commit

Permalink
jukebox: 1.1.16z1-9cb04db -> 1.1.16z1-b569c7f
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 25, 2024
1 parent 6b29257 commit 60ab59d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions jukebox/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,5 @@ drwxr-xr-x root/root usr/share/jukebox/plugins/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/jukebox.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
lrwxrwxrwx root/root usr/share/pixmaps/jukebox.svg -> /usr/share/jukebox/pix/jukebox.svg
2 changes: 1 addition & 1 deletion jukebox/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aa5683719760ff4d309a754079e85019 jukebox-1.1.16z1-9cb04db.tar.gz
204e4a5a8e27b59b43e91c8ed441f950 jukebox-1.1.16z1-b569c7f.tar.gz
4 changes: 3 additions & 1 deletion jukebox/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
# Depends on: p5-gtk2 p5-net-dbus

name=jukebox
version=1.1.16z1-9cb04db
version=1.1.16z1-b569c7f
release=1
source=https://github.com/zeppe-lin/$name/archive/${version#*-}/$name-$version.tar.gz

build() {
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/share
mkdir -p $PKG/usr/share/pixmaps
cp -Pr $name-${version#*-}* $PKG/usr/share/jukebox
ln -s /usr/share/jukebox/jukebox.pl $PKG/usr/bin/jukebox
ln -s /usr/share/jukebox/iceserver.pl $PKG/usr/bin/iceserver
ln -s /usr/share/jukebox/pix/jukebox.svg $PKG/usr/share/pixmaps/jukebox.svg

cd $PKG/usr/share/jukebox

Expand Down

0 comments on commit 60ab59d

Please sign in to comment.