FreeBSD Bugzilla – Attachment 176337 Details for
Bug 213946
[patch] x11/sxhkd: update to 0.5.7 and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
up to 0.5.7
sxhkd_057.patch (text/plain), 2.03 KB, created by
Oleh Hushchenkov
on 2016-10-31 12:43:10 UTC
(
hide
)
Description:
up to 0.5.7
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2016-10-31 12:43:10 UTC
Size:
2.03 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424995) >+++ Makefile (working copy) >@@ -1,11 +1,11 @@ >-# Created by: Anton Törnqvist <antont@inbox.lv> >+# Created by: Anton T?rnqvist <antont@inbox.lv> > # $FreeBSD$ > > PORTNAME= sxhkd >-PORTVERSION= 0.5.6 >+PORTVERSION= 0.5.7 > CATEGORIES= x11 > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= gor@clogic.com.ua > COMMENT= Simple X hotkey daemon > > LICENSE= BSD2CLAUSE >Index: distinfo >=================================================================== >--- distinfo (revision 424995) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (baskerville-sxhkd-0.5.6_GH0.tar.gz) = 72366eea4d7ed17a3a9eab5257e59edf9a7cd63b926af1dca2d895dfefaff995 >-SIZE (baskerville-sxhkd-0.5.6_GH0.tar.gz) = 35301 >+TIMESTAMP = 1477912763 >+SHA256 (baskerville-sxhkd-0.5.7_GH0.tar.gz) = 21b8bfea2a83f019062dfea53051e2bc61896595fc788c6c7b5e3fd9354b279f >+SIZE (baskerville-sxhkd-0.5.7_GH0.tar.gz) = 34472 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 424995) >+++ files/patch-Makefile (working copy) >@@ -1,8 +1,8 @@ >---- Makefile.orig 2016-03-15 16:20:41 UTC >+--- Makefile.orig 2016-10-30 12:28:09 UTC > +++ Makefile >-@@ -1,14 +1,14 @@ >- NAME = sxhkd >- VERSION := $(shell git describe 2> /dev/null || cat VERSION) >+@@ -2,14 +2,14 @@ NAME = sxhkd >+ VERCMD ?= git describe 2> /dev/null >+ VERSION := $(shell $(VERCMD) || cat VERSION) > > -CPPFLAGS += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\" > +CPPFLAGS += $(shell pkg-config --cflags xcb-keysyms) -DVERSION=\"$(VERSION)\" >@@ -16,11 +16,11 @@ > -DOCPREFIX ?= $(PREFIX)/share/doc/$(NAME) > +BINPREFIX = $(PREFIX)/bin > +MANPREFIX = $(PREFIX)/man >-+EXPREFIX = $(PREFIX)/share/examples/$(NAME) >++EXPREFIX = $(PREFIX)/share/examples/$(NAME) > >- SRC = $(wildcard *.c) >- OBJ = $(SRC:.c=.o) >-@@ -27,11 +27,15 @@ $(NAME): $(OBJ) >+ SRC := $(wildcard *.c) >+ OBJ := $(SRC:.c=.o) >+@@ -28,11 +28,15 @@ $(NAME): $(OBJ) > > install: > mkdir -p "$(DESTDIR)$(BINPREFIX)"
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 213946
:
176337
|
176408