diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-02-23 01:16:43 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-02-23 01:16:43 +1100 |
commit | cca41b316b82009348e4d392d7cfc0681e538792 (patch) | |
tree | efc97b413891fa39169e78c3398529276304b8d8 /frozen-bubble | |
parent | 6d35f8fe87ab9b62873139e3890f7b64c8e8d0d2 (diff) | |
download | contrib-cca41b316b82009348e4d392d7cfc0681e538792.tar.gz contrib-cca41b316b82009348e4d392d7cfc0681e538792.tar.xz |
frozen-bubble: moved the icons into there right directorys
Diffstat (limited to 'frozen-bubble')
-rw-r--r-- | frozen-bubble/.footprint | 19 | ||||
-rw-r--r-- | frozen-bubble/.md5sum | 2 | ||||
-rw-r--r-- | frozen-bubble/Pkgfile | 14 | ||||
-rw-r--r-- | frozen-bubble/frozen-bubble.desktop | 12 |
4 files changed, 31 insertions, 16 deletions
diff --git a/frozen-bubble/.footprint b/frozen-bubble/.footprint index 95630f727..5211ff158 100644 --- a/frozen-bubble/.footprint +++ b/frozen-bubble/.footprint @@ -3253,8 +3253,17 @@ drwxr-xr-x root/root usr/share/frozen-bubble/snd/ -rw-r--r-- root/root usr/share/frozen-bubble/snd/snore.ogg -rw-r--r-- root/root usr/share/frozen-bubble/snd/stick.ogg -rw-r--r-- root/root usr/share/frozen-bubble/snd/typewriter.ogg -drwxr-xr-x root/root usr/share/pixmaps/ --rw-r--r-- root/root usr/share/pixmaps/frozen-bubble-icon-16x16.png --rw-r--r-- root/root usr/share/pixmaps/frozen-bubble-icon-32x32.png --rw-r--r-- root/root usr/share/pixmaps/frozen-bubble-icon-48x48.png --rw-r--r-- root/root usr/share/pixmaps/frozen-bubble-icon-64x64.png +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/frozen-bubble.png +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/frozen-bubble.png +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/frozen-bubble.png +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/ +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/frozen-bubble.png diff --git a/frozen-bubble/.md5sum b/frozen-bubble/.md5sum index 9b8eceaba..fecdd060e 100644 --- a/frozen-bubble/.md5sum +++ b/frozen-bubble/.md5sum @@ -1,2 +1,2 @@ f5eb984897e1ccd52a0d8820d8359861 frozen-bubble-2.1.0.tar.bz2 -2064f95f4d756f1efbe2ff3c5c2b62ba frozen-bubble.desktop +c96a0f1ae46fccc01d0d6ead59951c80 frozen-bubble.desktop diff --git a/frozen-bubble/Pkgfile b/frozen-bubble/Pkgfile index 624a52667..ec160cf79 100644 --- a/frozen-bubble/Pkgfile +++ b/frozen-bubble/Pkgfile @@ -6,7 +6,7 @@ name=frozen-bubble version=2.1.0 -release=3 +release=4 source=(http://www.frozen-bubble.org/data/frozen-bubble-$version.tar.bz2 \ frozen-bubble.desktop) @@ -20,8 +20,14 @@ build() { make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale - install -d $PKG/usr/share/pixmaps - install -m644 icons/* $PKG/usr/share/pixmaps + + # install icons + install -D -m644 icons/frozen-bubble-icon-16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/frozen-bubble.png + install -D -m644 icons/frozen-bubble-icon-32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/frozen-bubble.png + install -D -m644 icons/frozen-bubble-icon-48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/frozen-bubble.png + install -D -m644 icons/frozen-bubble-icon-64x64.png $PKG/usr/share/icons/hicolor/64x64/apps/frozen-bubble.png + + # install menu entry install -D -m644 $SRC/frozen-bubble.desktop $PKG/usr/share/applications/frozen-bubble.desktop # Remove perlcrap @@ -32,6 +38,6 @@ build() { -name 'perllocal.pod' -delete # Remove empty directories - find $PKG -depth -empty -exec rm -rf {} \; + find $PKG -depth -empty -delete } diff --git a/frozen-bubble/frozen-bubble.desktop b/frozen-bubble/frozen-bubble.desktop index 368a04ade..02dcf4855 100644 --- a/frozen-bubble/frozen-bubble.desktop +++ b/frozen-bubble/frozen-bubble.desktop @@ -1,12 +1,12 @@ [Desktop Entry] -Type=Application -Version=1.0 Encoding=UTF-8 -Name=frozen-bubble -GenericName=Arcade Puzzle Game -Comment=Shoot balls and get 3 of the same colour in a group to make them drop. -Icon=frozen-bubble-icon-64x64 Exec=frozen-bubble +Icon=frozen-bubble +Type=Application Terminal=false +MultipleArgs=false +Name=Frozen Bubble +GenericName=Arcade Puzzle Game +MimeType=text/html StartupNotify=false Categories=Application;Game;Puzzle;Arcade; |