diff --git a/packages/net-im/pidgin-save-conv-order/pidgin-save-conv-order-1.0.exheres-0 b/packages/net-im/pidgin-save-conv-order/pidgin-save-conv-order-1.0.exheres-0 new file mode 100644 index 00000000..26fc3424 --- /dev/null +++ b/packages/net-im/pidgin-save-conv-order/pidgin-save-conv-order-1.0.exheres-0 @@ -0,0 +1,29 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user='kgraefe' suffix='tar.gz' release="v${PV}" ] +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ] + +SUMMARY="Saves the order of chats and IMs and restores it the next time you open a conversation" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build: + dev-util/intltool + virtual/pkg-config + build+run: + net-im/pidgin +" + +BUGS_TO="hasufell@posteo.de" + +src_prepare() { + # required because of misplaced language files + autotools_src_prepare + edo intltoolize --force --automake +} +