mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/gajim: Updated for version 0.11.1
This commit is contained in:
parent
2b344b274a
commit
5884752618
2 changed files with 9 additions and 4 deletions
|
@ -44,9 +44,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make || exit 1
|
||||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
# Fix icon path in .desktop file
|
||||
sed -i 's|gajim.png|/usr/share/pixmaps/gajim.png|g' $PKG/usr/share/applications/gajim.desktop
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
gajim: gajim - GTK+ jabber client
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gajim: gajim (GTK+ jabber client)
|
||||
gajim:
|
||||
gajim: Gajim is a GTK+ jabber client written in Python.
|
||||
gajim:
|
||||
|
|
Loading…
Reference in a new issue