forked from hasufell/hasufell-repository
net-im/pidgin-save-conv-order: initial import
This commit is contained in:
parent
5ef5fce567
commit
1439b999f4
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user