mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/btop: update to 1.3.0
Changelog: https://github.com/aristocratos/btop/releases/tag/v1.3.0
This commit is contained in:
parent
8ed834fb46
commit
2a1ebaa4a8
@ -1,7 +1,6 @@
|
||||
PORTNAME= btop
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.13
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= pkubaj@FreeBSD.org
|
||||
@ -12,12 +11,18 @@ LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake
|
||||
USE_GCC= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aristocratos
|
||||
|
||||
CXXFLAGS_i386= -latomic
|
||||
CXXFLAGS_powerpc= -latomic
|
||||
MAKE_ARGS= STRIP=true ADDFLAGS="${CXXFLAGS} ${LDFLAGS}" VERBOSE=true
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 1302507
|
||||
USE_GCC= yes
|
||||
.if ${ARCH} == i386 || ${ARCH} == powerpc
|
||||
LDFLAGS+= -latomic
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1667780772
|
||||
SHA256 (aristocratos-btop-v1.2.13_GH0.tar.gz) = 668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02
|
||||
SIZE (aristocratos-btop-v1.2.13_GH0.tar.gz) = 982660
|
||||
TIMESTAMP = 1704810075
|
||||
SHA256 (aristocratos-btop-v1.3.0_GH0.tar.gz) = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf
|
||||
SIZE (aristocratos-btop-v1.3.0_GH0.tar.gz) = 1142088
|
||||
|
@ -3,6 +3,7 @@ share/applications/btop.desktop
|
||||
%%DATADIR%%/README.md
|
||||
%%DATADIR%%/themes/HotPurpleTrafficLight.theme
|
||||
%%DATADIR%%/themes/adapta.theme
|
||||
%%DATADIR%%/themes/adwaita.theme
|
||||
%%DATADIR%%/themes/ayu.theme
|
||||
%%DATADIR%%/themes/dracula.theme
|
||||
%%DATADIR%%/themes/dusklight.theme
|
||||
@ -14,6 +15,7 @@ share/applications/btop.desktop
|
||||
%%DATADIR%%/themes/gruvbox_dark.theme
|
||||
%%DATADIR%%/themes/gruvbox_dark_v2.theme
|
||||
%%DATADIR%%/themes/gruvbox_material_dark.theme
|
||||
%%DATADIR%%/themes/horizon.theme
|
||||
%%DATADIR%%/themes/kyli0x.theme
|
||||
%%DATADIR%%/themes/matcha-dark-sea.theme
|
||||
%%DATADIR%%/themes/monokai.theme
|
||||
|
Loading…
Reference in New Issue
Block a user