Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
pragha
pragha-1.0.2-pixdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pragha-1.0.2-pixdir.patch of Package pragha
Description: Install icons into program dir, not into system one. Author: Kyrill Detinov <lazy.kent@opensuse.org> Index: Makefile.am =================================================================== --- Makefile.am.orig +++ Makefile.am @@ -10,7 +10,7 @@ man_MANS = data/pragha.1 doc_DATA = ChangeLog FAQ NEWS README -imagedir = $(datadir)/pixmaps/pragha +imagedir = $(datadir)/pragha/pixmaps image_DATA = \ data/album.png \ data/artist.png \ Index: Makefile.in =================================================================== --- Makefile.in.orig +++ Makefile.in @@ -371,7 +371,7 @@ AUTOMAKE_OPTIONS = \ man_MANS = data/pragha.1 doc_DATA = ChangeLog FAQ NEWS README -imagedir = $(datadir)/pixmaps/pragha +imagedir = $(datadir)/pragha/pixmaps image_DATA = \ data/album.png \ data/artist.png \ Index: src/Makefile.am =================================================================== --- src/Makefile.am.orig +++ src/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = \ -DDBUS_API_SUBJECT_TO_CHANGE \ -DG_LOG_DOMAIN=\"pragha\" \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - -DPIXMAPDIR=\""$(datadir)/pixmaps/pragha"\" \ + -DPIXMAPDIR=\""$(datadir)/pragha/pixmaps"\" \ -DDESKTOPENTRY=\""$(datadir)/applications/pragha.desktop"\" \ -I$(top_srcdir) Index: src/Makefile.in =================================================================== --- src/Makefile.in.orig +++ src/Makefile.in @@ -342,7 +342,7 @@ INCLUDES = \ -DDBUS_API_SUBJECT_TO_CHANGE \ -DG_LOG_DOMAIN=\"pragha\" \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - -DPIXMAPDIR=\""$(datadir)/pixmaps/pragha"\" \ + -DPIXMAPDIR=\""$(datadir)/pragha/pixmaps"\" \ -DDESKTOPENTRY=\""$(datadir)/applications/pragha.desktop"\" \ -I$(top_srcdir)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor