Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
sxiv
sxiv.makefile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sxiv.makefile.patch of Package sxiv
Index: sxiv-26/Makefile =================================================================== --- sxiv-26.orig/Makefile 2020-01-23 15:37:18.890637361 +0100 +++ sxiv-26/Makefile 2020-01-23 15:39:24.990140641 +0100 @@ -16,9 +16,9 @@ HAVE_LIBEXIF = 1 cflags = -std=c99 -Wall -pedantic $(CFLAGS) -cppflags = -I. $(CPPFLAGS) -D_XOPEN_SOURCE=700 \ - -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) \ - -I/usr/include/freetype2 -I$(PREFIX)/include/freetype2 +cppflags = -I. $(CPPFLAGS) -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" \ + -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) \ + -I/usr/include/freetype2 lib_exif_0 = lib_exif_1 = -lexif @@ -77,6 +77,7 @@ mkdir -p $(DESTDIR)$(PREFIX)/share/sxiv/exec cp exec/* $(DESTDIR)$(PREFIX)/share/sxiv/exec/ chmod 755 $(DESTDIR)$(PREFIX)/share/sxiv/exec/* + install -m 644 sxiv.desktop -D $(DESTDIR)$(PREFIX)/share/applications/sxiv.desktop uninstall: @echo "REMOVE bin/sxiv" @@ -85,4 +86,6 @@ rm -f $(DESTDIR)$(MANPREFIX)/man1/sxiv.1 @echo "REMOVE share/sxiv/" rm -rf $(DESTDIR)$(PREFIX)/share/sxiv + @echo "REMOVE share/applications/sxiv.desktop" + rm -f $(DESTDIR)$(PREFIX)/share/applications/sxiv.desktop
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