Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Icon paths has been renamed.
  • Loading branch information
Daniel Șuteu committed Nov 11, 2013
1 parent a2a37fb commit 6895acd
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions WWW-YoutubeViewer/MANIFEST
Expand Up @@ -15,14 +15,14 @@ MANIFEST This list of files
META.json
META.yml
README
share/gtk-youtube-viewer-icons/default_thumb.jpg
share/gtk-youtube-viewer-icons/feed_icon.png
share/gtk-youtube-viewer-icons/gtk-youtube-viewer.png
share/gtk-youtube-viewer-icons/spinner.gif
share/gtk-youtube-viewer-icons/user.png
share/gtk-youtube-viewer.desktop
share/gtk-youtube-viewer.glade
share/gtk-youtube-viewer.png
share/icons/default_thumb.jpg
share/icons/feed_icon.png
share/icons/gtk-youtube-viewer.png
share/icons/spinner.gif
share/icons/user.png
t/00-load.t
t/pod-coverage.t
t/pod.t
4 changes: 2 additions & 2 deletions WWW-YoutubeViewer/README
Expand Up @@ -13,7 +13,7 @@ PACKAGING

To package this application, run the following commands:

perl Build.PL --destdir "/my/package/path"
perl Build.PL --destdir "/my/package/path" --installdirs vendor
./Build
./Build test
./Build install --install_path script=/usr/bin
Expand All @@ -24,7 +24,7 @@ To install GTK Youtube Viewer, run Build.PL with the '--gtk-youtube-viewer' argu

perl Build.PL --gtk-youtube-viewer
or:
perl Build.PL --destdir "/my/path" --gtk-youtube-viewer
perl Build.PL --destdir "/my/path" --installdirs vendor --gtk-youtube-viewer


SUPPORT AND DOCUMENTATION
Expand Down
2 changes: 1 addition & 1 deletion WWW-YoutubeViewer/bin/gtk-youtube-viewer
Expand Up @@ -219,7 +219,7 @@ foreach my $sig (qw(HUP TERM INT KILL)) {

# Locating the .glade interface file and icons dir
my $glade_file = catfile($share_dir, "$execname.glade");
my $icons_path = catdir($share_dir, "$execname-icons");
my $icons_path = catdir($share_dir, 'icons');

# Defining GUI
my $gui = 'Gtk2::Builder'->new;
Expand Down
Binary file not shown.
Binary file added WWW-YoutubeViewer/share/gtk-youtube-viewer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified WWW-YoutubeViewer/share/icons/gtk-youtube-viewer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes

0 comments on commit 6895acd

Please sign in to comment.