Browse Source

x11-misc/fsearch: initial import of scm version

lsd
Julian Ospald 5 years ago
parent
commit
4a78042076
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
2 changed files with 33 additions and 0 deletions
  1. +1
    -0
      metadata/repository_mask.conf
  2. +32
    -0
      packages/x11-misc/fsearch/fsearch-scm.exheres-0

+ 1
- 0
metadata/repository_mask.conf View File

@@ -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 <hasufell@posteo.de> ]


+ 32
- 0
packages/x11-misc/fsearch/fsearch-scm.exheres-0 View 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…
Cancel
Save