summaryrefslogtreecommitdiff
path: root/hexchat
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-02-18 14:00:05 +0100
committerTim Biermann <tbier@posteo.de>2022-02-18 14:00:05 +0100
commit36b9b8dd78234c50aa2ff4999936b9bd8b02e112 (patch)
tree3cb19835402b1258672d53232dcd64ef970639db /hexchat
parent9289708361a54c3247e0d7f4d9d4c7d619c49a8a (diff)
downloadopt-36b9b8dd78234c50aa2ff4999936b9bd8b02e112.tar.gz
opt-36b9b8dd78234c50aa2ff4999936b9bd8b02e112.tar.xz
hexchat: 2.16.0 -> 2.16.1
Diffstat (limited to 'hexchat')
-rw-r--r--hexchat/.footprint4
-rw-r--r--hexchat/.signature8
-rw-r--r--hexchat/Pkgfile31
3 files changed, 18 insertions, 25 deletions
diff --git a/hexchat/.footprint b/hexchat/.footprint
index ef5e5a50a..45256848d 100644
--- a/hexchat/.footprint
+++ b/hexchat/.footprint
@@ -24,10 +24,10 @@ drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/hexchat.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/io.github.Hexchat.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/hexchat.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/io.github.Hexchat.svg
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/hexchat.1.gz
diff --git a/hexchat/.signature b/hexchat/.signature
index 4b1194b11..38a04a1c9 100644
--- a/hexchat/.signature
+++ b/hexchat/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/etPjrPUciFDHZUV1AJAx9R+pk3Qx1XDdCXhwvbVQvYXTAF4AH9En5/ZHArNM7XSxRV3J+nYOc59UgTBDG8cmwE=
-SHA256 (Pkgfile) = 3e52e5aaefa773e04242a71d75f620bdee8038d12ad11a3402a9036e5487b265
-SHA256 (.footprint) = 39169111ceef0a711b94b006c88d30acd71f21790820c3e42129dc87f463fb00
-SHA256 (hexchat-2.16.0.tar.xz) = 412e31078bb2c5f9664a5b9ae4d7989e27a47f141ee09dce2e1181f8c482dc36
+RWSE3ohX2g5d/WK/HIwEbBitKm/U79zIM2TYUFyGeBSysA9O2p8Mj9lpyR0HJtUNhe1CJEpBjZv6Xe9uAwCR7xtOEQKFPImrXg4=
+SHA256 (Pkgfile) = 860c57d6660d2fdb4070ad5659a531d2b2ac594b8509246e6cb6a34f63d4feef
+SHA256 (.footprint) = 1128f3865497966bb9cc536d9d1532b9eb22a1752ecba04b2a394ac791b9c00d
+SHA256 (hexchat-2.16.1.tar.xz) = a7e497da71df419daf9855582d51c723a2611de25d5e97b5efc33fe78da5c4c7
diff --git a/hexchat/Pkgfile b/hexchat/Pkgfile
index 1cd29384b..28236b23b 100644
--- a/hexchat/Pkgfile
+++ b/hexchat/Pkgfile
@@ -5,32 +5,25 @@
# Optional: dbus-glib desktop-file-utils enchant libcanberra libnotify libproxy lua pciutils
name=hexchat
-version=2.16.0
+version=2.16.1
release=1
source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz)
build() {
- cd $name-$version
-
- # Lua scripting plugin, value is pkg-config name
- prt-get isinst lua && PKGMK_HEXCHAT+=' -Dwith-lua=lua' || PKGMK_HEXCHAT+=' -Dwith-lua=false'
-
- # Support for freedesktop notifications
- prt-get isinst libnotify || PKGMK_HEXCHAT+=' -Dwith-libnotify=false'
-
- # Support for sound alerts
- prt-get isinst libcanberra || PKGMK_HEXCHAT+=' -Dwith-libcanberra=false'
-
- # Support used for single-instance and scripting interface
- prt-get isinst dbus-glib || PKGMK_HEXCHAT+=' -Dwith-dbus=false'
+ prt-get isinst lua && PKGMK_HEXCHAT+=' -D with-lua=lua' || PKGMK_HEXCHAT+=' -D with-lua=false'
+ prt-get isinst libcanberra || PKGMK_HEXCHAT+=' -D libcanberra=disabled'
+ prt-get isinst dbus-glib || PKGMK_HEXCHAT+=' -D dbus=disabled'
prt-get isinst pciutils && PKGMK_HEXCHAT+=' -Dwith-sysinfo=true'
- meson build ${PKGMK_HEXCHAT} \
- --prefix /usr
-
- ninja -C build -j ${JOBS:-1}
- DESTDIR="$PKG" ninja -C build install
+ meson setup build $name-$version $PKGMK_HEXCHAT \
+ --prefix=/usr \
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true
+ meson compile -C build -j ${JOBS:-1}
+ DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
}

Generated by cgit