I would like to add and maintain this package. It is a handy tool for presentation. OBS-URL: https://build.opensuse.org/request/show/453367 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/screen-message?expand=0&rev=1
20 lines
605 B
Diff
20 lines
605 B
Diff
Index: screen-message-0.23/Makefile.am
|
|
===================================================================
|
|
--- screen-message-0.23.orig/Makefile.am 2014-12-24 02:41:16.000000000 +0800
|
|
+++ screen-message-0.23/Makefile.am 2017-01-30 13:02:37.217960440 +0800
|
|
@@ -3,11 +3,11 @@
|
|
sm_CFLAGS = $(DEPS_CFLAGS)
|
|
sm_LDADD = $(DEPS_LIBS)
|
|
|
|
-execgamesdir= $(prefix)/games
|
|
-execgames_PROGRAMS=sm
|
|
+bindir= $(prefix)/bin
|
|
+bin_PROGRAMS=sm
|
|
|
|
sm.desktop: sm.desktop.in
|
|
- sed -e s%@BINPATH@%${execgamesdir}% <$< >$@
|
|
+ sed -e s%@BINPATH@%${bindir}% <$< >$@
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_DATA = sm.desktop
|