hexchat: 2.16.0 -> 2.16.1
This commit is contained in:
parent
9289708361
commit
36b9b8dd78
hexchat
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user