net-im/pidgin-save-conv-order: initial import

This commit is contained in:
Julian Ospald 2016-10-25 16:31:00 +02:00
parent 5ef5fce567
commit 1439b999f4
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# 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
}