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.
|
# 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
|
# URL: https://dl.hexchat.net/hexchat
|
||||||
# Packager: berlius at nutyx dot com
|
# Packager: milisarge
|
||||||
# Depends on: glib gtk2 dbus libnotify libcanberra openssl pciutils
|
# 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
|
name=hexchat
|
||||||
version=2.10.2
|
version=2.12.3
|
||||||
release=1
|
release=1
|
||||||
source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz)
|
source=(https://dl.hexchat.net/hexchat/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
@ -13,7 +12,10 @@ build() {
|
||||||
|
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr
|
./configure \
|
||||||
|
--prefix='/usr' \
|
||||||
|
--enable-python='python3' \
|
||||||
|
--enable-textfe
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue