mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
x11/bemenu: Update to 0.2.0
This commit is contained in:
parent
05f2b8c04e
commit
b9de0f543b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515685
3 changed files with 8 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bemenu
|
||||
DISTVERSION= 0.1.0-14
|
||||
DISTVERSIONSUFFIX= -g121367b
|
||||
DISTVERSION= 0.2.0
|
||||
CATEGORIES= x11 wayland
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
@ -19,6 +18,7 @@ GH_ACCOUNT= Cloudef
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= -pthread -Wl,--as-needed
|
||||
PLIST_SUB= SOVERSION=${DISTVERSION}
|
||||
|
||||
OPTIONS_DEFAULT= ${OPTIONS_MULTI_BACKEND}
|
||||
OPTIONS_MULTI= BACKEND
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1557375765
|
||||
SHA256 (Cloudef-bemenu-0.1.0-14-g121367b_GH0.tar.gz) = 0c74a2514b44395ac3131fb25dcba774da83aaedd9dc594071055c8bd274a16a
|
||||
SIZE (Cloudef-bemenu-0.1.0-14-g121367b_GH0.tar.gz) = 118122
|
||||
TIMESTAMP = 1572094339
|
||||
SHA256 (Cloudef-bemenu-0.2.0_GH0.tar.gz) = 2067bb11058d83aa128b59bc9a610124496e077b78b5786843817a33b3356173
|
||||
SIZE (Cloudef-bemenu-0.2.0_GH0.tar.gz) = 119935
|
||||
|
|
|
@ -6,4 +6,6 @@ include/bemenu.h
|
|||
%%X11%%lib/bemenu/bemenu-renderer-x11.so
|
||||
lib/libbemenu.so
|
||||
lib/libbemenu.so.0
|
||||
lib/libbemenu.so.0.1.0
|
||||
lib/libbemenu.so.%%SOVERSION%%
|
||||
man/man1/bemenu-run.1.gz
|
||||
man/man1/bemenu.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue