ports/opt (3.7): hexchat: moved to contrib
commit 7cc34286289f70cdbf1540c35875205bf4e5446b Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 27 17:40:39 2023 +0200 hexchat: moved to contrib diff --git a/hexchat/.footprint b/hexchat/.footprint deleted file mode 100644 index 45256848d..000000000 --- a/hexchat/.footprint +++ /dev/null @@ -1,35 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/hexchat -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/hexchat-plugin.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/hexchat/ -drwxr-xr-x root/root usr/lib/hexchat/plugins/ --rwxr-xr-x root/root usr/lib/hexchat/plugins/checksum.so --rwxr-xr-x root/root usr/lib/hexchat/plugins/fishlim.so --rwxr-xr-x root/root usr/lib/hexchat/plugins/perl.so --rwxr-xr-x root/root usr/lib/hexchat/plugins/python.so --rwxr-xr-x root/root usr/lib/hexchat/plugins/sysinfo.so -drwxr-xr-x root/root usr/lib/hexchat/python/ --rw-r--r-- root/root usr/lib/hexchat/python/_hexchat.py --rw-r--r-- root/root usr/lib/hexchat/python/hexchat.py --rw-r--r-- root/root usr/lib/hexchat/python/xchat.py -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/hexchat-plugin.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/io.github.Hexchat.desktop -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/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/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 -drwxr-xr-x root/root usr/share/metainfo/ --rw-r--r-- root/root usr/share/metainfo/io.github.Hexchat.appdata.xml diff --git a/hexchat/.signature b/hexchat/.signature deleted file mode 100644 index 38a04a1c9..000000000 --- a/hexchat/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -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 deleted file mode 100644 index 28236b23b..000000000 --- a/hexchat/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: GTK+ based IRC client. -# URL: https://hexchat.github.io/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: gtk iso-codes python3-cffi xorg-libxdamage -# Optional: dbus-glib desktop-file-utils enchant libcanberra libnotify libproxy lua pciutils - -name=hexchat -version=2.16.1 -release=1 -source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz) - -build() { - 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 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 -}
participants (1)
-
crux@crux.nu