forked from hasufell/hasufell-repository
x11-misc/fsearch: initial import of scm version
This commit is contained in:
parent
47dd44960b
commit
4a78042076
@ -26,6 +26,7 @@
|
|||||||
sys-apps/lsd[~scm]
|
sys-apps/lsd[~scm]
|
||||||
x11-apps/terminator[~scm]
|
x11-apps/terminator[~scm]
|
||||||
x11-misc/cbatticon[~scm]
|
x11-misc/cbatticon[~scm]
|
||||||
|
x11-misc/fsearch[~scm]
|
||||||
x11-wm/i3[~scm]
|
x11-wm/i3[~scm]
|
||||||
) [[
|
) [[
|
||||||
*author = [ Julian Ospald <hasufell@posteo.de> ]
|
*author = [ Julian Ospald <hasufell@posteo.de> ]
|
||||||
|
32
packages/x11-misc/fsearch/fsearch-scm.exheres-0
Normal file
32
packages/x11-misc/fsearch/fsearch-scm.exheres-0
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require github [ user="cboxdoerfer" ] autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ]
|
||||||
|
|
||||||
|
SUMMARY="A fast file search utility for Unix-like systems based on GTK+3"
|
||||||
|
HOMEPAGE="http://www.fsearch.org/ ${HOMEPAGE}"
|
||||||
|
|
||||||
|
LICENCES="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
MYOPTIONS=""
|
||||||
|
|
||||||
|
DEPENDENCIES="
|
||||||
|
build:
|
||||||
|
dev-util/intltool
|
||||||
|
sys-devel/libtool
|
||||||
|
virtual/pkg-config
|
||||||
|
build+run:
|
||||||
|
dev-libs/glib:2
|
||||||
|
dev-libs/pcre
|
||||||
|
x11-libs/gdk-pixbuf:2.0
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
"
|
||||||
|
|
||||||
|
BUGS_TO="hasufell@posteo.de"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
edo glib-gettextize --copy --force
|
||||||
|
edo intltoolize --force --copy --automake
|
||||||
|
eautoreconf
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user