x11-misc/fsearch: initial import of scm version

This commit is contained in:
Julian Ospald 2019-04-23 01:45:20 +08:00
父節點 47dd44960b
當前提交 4a78042076
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 511B62C09D50CD28
共有 2 個檔案被更改,包括 33 行新增0 行删除

查看文件

@ -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> ]

查看文件

@ -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
}