Skip to content

Commit

Permalink
update freebsd packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Aug 14, 2023
1 parent fea336c commit 39acae5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions packaging/freebsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= sfwbar
DISTVERSIONPREFIX= v
DISTVERSION= 1.0_beta11
DISTVERSION= 1.0_beta12
PORTREVISION= 1
CATEGORIES= x11 wayland

Expand All @@ -22,8 +22,8 @@ USE_GNOME= cairo gdkpixbuf2 gtk30
USE_GITHUB= yes
GH_ACCOUNT= LBCrion

OPTIONS_DEFINE= MPD NETWORK PULSEAUDIO XKB
OPTIONS_DEFAULT= MPD NETWORK PULSEAUDIO XKB
OPTIONS_DEFINE= MPD NETWORK PULSEAUDIO XKB ALSA
OPTIONS_DEFAULT= MPD NETWORK PULSEAUDIO XKB ALSA
OPTIONS_SUB= yes

MPD_DESC= Music player daemon control
Expand All @@ -41,6 +41,10 @@ XKB_DESC= XkbCommon keyboard layout conversion support
XKB_LIB_DEPENDS= libxkbregistry.so:x11/libxkbcommon
XKB_MESON_ENABLED= xkb

ALSA_DESC= ALSA audio volume control
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_MESON_ENABLED= alsa

SUB_FILES= pkg-message

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions packaging/freebsd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1691441103
SHA256 (LBCrion-sfwbar-v1.0_beta11_GH0.tar.gz) = 7cbbe0b2bde234068033da2f2f1ca172919da3f23567863ed35738fa9fd9c6d0
SIZE (LBCrion-sfwbar-v1.0_beta11_GH0.tar.gz) = 335292
TIMESTAMP = 1691478313
SHA256 (LBCrion-sfwbar-v1.0_beta12_GH0.tar.gz) = 98dfdc9915d57c17588e71a8c50964891e8aa6fcda8077ef390924fe28445eda
SIZE (LBCrion-sfwbar-v1.0_beta12_GH0.tar.gz) = 362373
1 change: 1 addition & 0 deletions packaging/freebsd/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@ share/icons/hicolor/scalable/apps/sfwbar.svg
%%PULSEAUDIO%%lib/sfwbar/pulsectl.so
%%MPD%%lib/sfwbar/mpd.so
%%XKB%%lib/sfwbar/xkbmap.so
%%ALSA%%lib/sfwbar/alsactl.so

0 comments on commit 39acae5

Please sign in to comment.