From 1439b999f4382b40c43ca90b7bb57ddf56d24f48 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 25 Oct 2016 16:31:00 +0200 Subject: [PATCH] net-im/pidgin-save-conv-order: initial import --- .../pidgin-save-conv-order-1.0.exheres-0 | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/net-im/pidgin-save-conv-order/pidgin-save-conv-order-1.0.exheres-0 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 +} +