hexchat.guncellendi
This commit is contained in:
parent
62de17a9a7
commit
a0429dd9ca
|
@ -1,11 +1,10 @@
|
|||
# Description: HexChat is an IRC chat program. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, have private one-on-one conversations, etc. File transfers are also possible.
|
||||
# URL: https://dl.hexchat.net/hexchat
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Depends on: glib gtk2 dbus libnotify libcanberra openssl pciutils
|
||||
# Packager: milisarge
|
||||
# Depends on: lua52 glib gtk2 dbus libnotify libcanberra openssl pciutils desktop-file-utils pango
|
||||
|
||||
description="IRC chat program. It allows you to join multiple IRC channels at the sametime"
|
||||
name=hexchat
|
||||
version=2.10.2
|
||||
version=2.12.3
|
||||
release=1
|
||||
source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz)
|
||||
|
||||
|
@ -13,7 +12,10 @@ build() {
|
|||
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure \
|
||||
--prefix='/usr' \
|
||||
--enable-python='python3' \
|
||||
--enable-textfe
|
||||
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in New Issue