From 4a7804207661b91675119b85f037dafad74631d5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 23 Apr 2019 01:45:20 +0800 Subject: [PATCH] x11-misc/fsearch: initial import of scm version --- metadata/repository_mask.conf | 1 + .../x11-misc/fsearch/fsearch-scm.exheres-0 | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 packages/x11-misc/fsearch/fsearch-scm.exheres-0 diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 102a26a0..aaabbe80 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -26,6 +26,7 @@ sys-apps/lsd[~scm] x11-apps/terminator[~scm] x11-misc/cbatticon[~scm] + x11-misc/fsearch[~scm] x11-wm/i3[~scm] ) [[ *author = [ Julian Ospald ] diff --git a/packages/x11-misc/fsearch/fsearch-scm.exheres-0 b/packages/x11-misc/fsearch/fsearch-scm.exheres-0 new file mode 100644 index 00000000..77abf825 --- /dev/null +++ b/packages/x11-misc/fsearch/fsearch-scm.exheres-0 @@ -0,0 +1,32 @@ +# Copyright 2019 Julian Ospald +# 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 +}