labwc: 0.6.0 -> 0.6.1

This commit is contained in:
John McQuah 2023-02-10 20:54:34 -05:00
parent 14ffbc1485
commit 8838dcbcc2
5 changed files with 42 additions and 26 deletions

6
REPO
View File

@ -113,9 +113,9 @@ f:7031d9de0fd0689ec75e1d288e02e0f6:python3-sqlalchemy/.footprint
f:1f65c5f5e3ea91b0bde03828fd74cca8:sbcl/.signature
f:f1354fe9ee57471b01f16345f884fa76:sbcl/Pkgfile
f:c0796121b6db3e1c731888b54db9fbc4:sbcl/.footprint
f:1598180691148f5634fb4646d604d1cf:labwc/.signature
f:46fd74da61e53d6b932ecb14bbeee991:labwc/Pkgfile
f:66d0524935d366d8b19e4fb4e0c14db3:labwc/.footprint
f:36ee0d641a470968798df81da8532f2f:labwc/.signature
f:53d3fca73aa45e44dcc5182a334e001a:labwc/Pkgfile
f:4f062b8dc8305abd43ae74e06e64a934:labwc/.footprint
f:805e98e8ca6ebfd1cce3459a90b4cd0f:maelstrom/struct-button.patch
f:a6273b7c03174cfb26972d9862278bcc:maelstrom/.signature
f:aa0a6869d42fc9a2d392330a589d0d14:maelstrom/maelstrom.desktop

View File

@ -1,14 +1,22 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/labwc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/wayland-sessions/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/labwc.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/labwc-actions.5.gz
-rw-r--r-- root/root usr/share/man/man5/labwc-config.5.gz
-rw-r--r-- root/root usr/share/man/man5/labwc-menu.5.gz
-rw-r--r-- root/root usr/share/man/man5/labwc-theme.5.gz
drwxr-xr-x root/root usr/share/wayland-sessions/
-rw-r--r-- root/root usr/share/man/man5/labwc-actions.5.gz
-rw-r--r-- root/root usr/share/man/man5/labwc-menu.5.gz
-rw-r--r-- root/root usr/share/man/man5/labwc-config.5.gz
-rw-r--r-- root/root usr/share/man/man1/labwc.1.gz
drwxr-xr-x root/root usr/share/doc/labwc/
-rw-r--r-- root/root usr/share/doc/labwc/rc.xml
-rw-r--r-- root/root usr/share/doc/labwc/themerc
-rw-r--r-- root/root usr/share/doc/labwc/rc.xml.all
-rw-r--r-- root/root usr/share/doc/labwc/menu.xml
-rw-r--r-- root/root usr/share/doc/labwc/environment
-rw-r--r-- root/root usr/share/doc/labwc/autostart
-rw-r--r-- root/root usr/share/wayland-sessions/labwc.desktop

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxFUZyAsvgRaVwsPZ4SFpjqHMlq6R/sslHRsBaQ1g3gNX5NI7crUT3yHgJqC5/OqWxFrIEJ1NHXrLQIlBBxdIzgo=
SHA256 (Pkgfile) = 2c8d3938a8ee13ef98d5952a802a654c3a7a1359f4a3743a31b3ade07e761121
SHA256 (.footprint) = 7198b4efb3439b38f1312a91b13b66452d43ae687abbf19af1f00e51dedf733f
SHA256 (labwc-0.6.0.tar.gz) = 3a4ee960b4f764f276d581f83c95692c74c6a685e55438fb37ca6dd92e02f069
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yJkPTm8Ig9AP/5InRUHFiXN17F1dMhYgcsjCGkeXpXdMNJlJVSb97+6Au1MEuQ09Rds7PvlyRHAhmiTGaEfbgU=
SHA256 (Pkgfile) = 7d54f6c8bb2a5326c81186c74091c0a2fd1e9eeb831c2f914f540c37e7d2b0c6
SHA256 (.footprint) = 2d4d7cf72a8c1bb02b93ff22065fe62c709ab6b90523f4d703ed75dbc255a79d
SHA256 (labwc-0.6.1.tar.gz) = c951050d4a2c2afc71d52d8138f8f4ef7ed2a2c9a337dc9de146c8b1e97cf952

5
labwc/.watch Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
curl -s "https://github.com/labwc/labwc/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*>(.+)<.*/,"\\1",1); print;}' \
| head -n 1

View File

@ -5,22 +5,25 @@
# Optional: xorg-xwayland
name=labwc
version=0.6.0
version=0.6.1
release=1
source=(https://github.com/$name/$name/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
prt-get isinst xorg-xwayland || PKGMK_LABWC="-D xwayland=disabled"
cd $name-*
mkdir -p bld
meson setup bld --prefix=/usr $PKGMK_LABWC \
--wrap-mode=nodownload \
-Dman-pages=enabled \
-Db_lto=true \
-Db_pie=true
prt-get isinst xorg-xwayland || PKGMK_LABWC="-D xwayland=disabled"
ninja -C bld -j ${JOBS:-1}
DESTDIR=$PKG ninja -C bld install
rm -rf $PKG/usr/share/locale
cd $name-*
mkdir -p bld
meson setup bld --prefix=/usr $PKGMK_LABWC \
--wrap-mode=nodownload \
-Dman-pages=enabled \
-Db_lto=true \
-Db_pie=true
ninja -C bld -j ${JOBS:-1}
DESTDIR=$PKG ninja -C bld install
rm -rf $PKG/usr/share/locale
find $PKG/usr/share/doc -name README -delete
}