Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105451 Details for
Bug 160139
kscannerbuttons-0.9.4 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kscannerbuttons-0.9.4-destdir.patch
kscannerbuttons-0.9.4-destdir.patch (text/plain), 2.19 KB, created by
Carlos Laué
on 2007-01-04 22:44:16 UTC
(
hide
)
Description:
kscannerbuttons-0.9.4-destdir.patch
Filename:
MIME Type:
Creator:
Carlos Laué
Created:
2007-01-04 22:44:16 UTC
Size:
2.19 KB
patch
obsolete
>--- Makefile 2006-09-08 15:13:47.000000000 +0200 >+++ Makefile.new 2007-01-05 06:37:30.000000000 +0100 >@@ -1,9 +1,12 @@ > # KScannerButtons makefile > # > >-PREFIX = /usr/local/bin/ >-ICONPATH = /usr/share/icons/ >-LOCALEPATH = /usr/share/locate/ >+PREFIX = $(DESTDIR)/usr/bin/ >+ICONPATH = $(DESTDIR)/usr/share/icons/ >+LOCALEPATH = $(DESTDIR)/usr/share/locale/ >+KMDRPATH = $(DESTDIR)/usr/local/bin/ >+DESKTOP = $(DESTDIR)/usr/share/applnk/Graphics/ >+SHAREPATH = $(DESTDIR)/usr/share/apps/kscannerbuttons/ > > GCC = gcc > GPP = g++ >@@ -16,12 +19,16 @@ > > SANECONFIG = `sane-config --libs -cflags` > >-INSTALLCMD = $(INSTALL) sanebuttonsd $(PREFIX)sanebuttonsd ; \ >+INSTALLCMD = mkdir -p $(PREFIX) ; mkdir -p $(ICONPATH) ; \ >+ mkdir -p $(KMDRPATH) ; mkdir -p $(DESKTOP) ; mkdir -p $(SHAREPATH) ; \ >+ $(INSTALL) sanebuttonsd $(PREFIX)sanebuttonsd ; \ > $(INSTALL) sane-list-scanners $(PREFIX)sane-list-scanners ; \ > $(INSTALL) sane-nb-buttons $(PREFIX)sane-nb-buttons ; \ > $(INSTALL) sanebuttonsd-test.sh $(PREFIX)sanebuttonsd-test.sh ; \ > $(INSTALL) kscannerbuttons.sh $(PREFIX)kscannerbuttons ; \ >- $(INSTALL2) KScannerButtons.kmdr $(PREFIX)KScannerButtons.kmdr ; \ >+ $(INSTALL) sanebuttonsd.sh $(SHAREPATH)sanebuttonsd.sh ; \ >+ $(INSTALL2) KScannerButtons.desktop $(DESKTOP)KScannerButtons.desktop ; \ >+ $(INSTALL2) KScannerButtons.kmdr $(KMDRPATH)KScannerButtons.kmdr ; \ > $(INSTALL2) src/button_ok.png $(ICONPATH)KScannerButtons_ok.png ; \ > $(INSTALL2) src/button_cancel.png $(ICONPATH)KScannerButtons_ko.png > >--- locale/fr/Makefile 2006-09-07 19:54:44.000000000 +0200 >+++ locale/fr/Makefile.new 2007-01-05 06:51:45.000000000 +0100 >@@ -1,7 +1,9 @@ >+DESTDIR= >+ > all: KScannerButtons.kmdr.po > msgfmt KScannerButtons.kmdr.po -o KScannerButtons.mo >- cp -f KScannerButtons.mo /usr/share/locale/`basename \`pwd\``/LC_MESSAGES/ >+ mkdir -p ${DESTDIR}/usr/share/locale/`basename \`pwd\``/LC_MESSAGES/ && cp -f KScannerButtons.mo ${DESTDIR}share/locale/`basename \`pwd\``/LC_MESSAGES/ > > install: KScannerButtons.mo >- cp -f KScannerButtons.mo /usr/share/locale/`basename \`pwd\``/LC_MESSAGES/ >+ mkdir -p ${DESTDIR}/usr/share/locale/`basename \`pwd\``/LC_MESSAGES/ && cp -f KScannerButtons.mo ${DESTDIR}share/locale/`basename \`pwd\``/LC_MESSAGES/ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160139
:
105442
|
105449
|
105451
|
108429
|
132161
|
132162
|
161202
|
161203
|
161230