From dae852e2cd6a7dda3efa8d6f0b8b7cb8fd36d6cd Mon Sep 17 00:00:00 2001 From: Shawn W Dunn Date: Sun, 2 Oct 2016 17:28:43 -0700 Subject: [PATCH] Initial working catfish Signed-off-by: Shawn W Dunn --- Makefile | 1 + package.yml | 20 +++++++++++++++++ pspec_x86_64.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 Makefile create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..fa116c1 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : catfish +version : 1.4.2 +release : 1 +source : + - https://launchpad.net/catfish-search/1.4/1.4.2/+download/catfish-1.4.2.tar.gz : 3eb7eeeb4c191f56a1607a30881ec8cc08b158e0a1405a6397c32fc65cea0797 +license : GPL-2.0 +component : desktop +summary : Versatile filesearching tool +description: | + Catfish is a search GUI powered by locate and find behind the scenes, with autocompletion from Zeitgeist and locate. The advanced options allow filtering by date and file type. The interface is intentionally lightweight and simple, using only GTK+. +builddeps : + - python-distutils-extra +rundeps : + - mlocate + - python-pexpect + - ptyprocess +setup : | + %python_setup +install : | + %python_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..5364628 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,66 @@ + + + catfish + + Shawn W Dunn + sfalken@cloverleaf-linux.org + + GPL-2.0 + desktop + Versatile filesearching tool + Catfish is a search GUI powered by locate and find behind the scenes, with autocompletion from Zeitgeist and locate. The advanced options allow filtering by date and file type. The interface is intentionally lightweight and simple, using only GTK+. + + https://solus-project.com/sources/README.Solus + + + catfish + Versatile filesearching tool + Catfish is a search GUI powered by locate and find behind the scenes, with autocompletion from Zeitgeist and locate. The advanced options allow filtering by date and file type. The interface is intentionally lightweight and simple, using only GTK+. + + desktop + + /usr/bin + /usr/lib/python2.7/site-packages/catfish-1.4.2-py2.7.egg-info + /usr/lib/python2.7/site-packages/catfish/AboutCatfishDialog.py + /usr/lib/python2.7/site-packages/catfish/AboutCatfishDialog.pyc + /usr/lib/python2.7/site-packages/catfish/CatfishSearchEngine.py + /usr/lib/python2.7/site-packages/catfish/CatfishSearchEngine.pyc + /usr/lib/python2.7/site-packages/catfish/CatfishWindow.py + /usr/lib/python2.7/site-packages/catfish/CatfishWindow.pyc + /usr/lib/python2.7/site-packages/catfish/__init__.py + /usr/lib/python2.7/site-packages/catfish/__init__.pyc + /usr/lib/python2.7/site-packages/catfish_lib/AboutDialog.py + /usr/lib/python2.7/site-packages/catfish_lib/AboutDialog.pyc + /usr/lib/python2.7/site-packages/catfish_lib/Builder.py + /usr/lib/python2.7/site-packages/catfish_lib/Builder.pyc + /usr/lib/python2.7/site-packages/catfish_lib/CatfishSettings.py + /usr/lib/python2.7/site-packages/catfish_lib/CatfishSettings.pyc + /usr/lib/python2.7/site-packages/catfish_lib/SudoDialog.py + /usr/lib/python2.7/site-packages/catfish_lib/SudoDialog.pyc + /usr/lib/python2.7/site-packages/catfish_lib/Window.py + /usr/lib/python2.7/site-packages/catfish_lib/Window.pyc + /usr/lib/python2.7/site-packages/catfish_lib/__init__.py + /usr/lib/python2.7/site-packages/catfish_lib/__init__.pyc + /usr/lib/python2.7/site-packages/catfish_lib/catfishconfig.py + /usr/lib/python2.7/site-packages/catfish_lib/catfishconfig.pyc + /usr/lib/python2.7/site-packages/catfish_lib/helpers.py + /usr/lib/python2.7/site-packages/catfish_lib/helpers.pyc + /usr/share/appdata/catfish.appdata.xml + /usr/share/applications/catfish.desktop + /usr/share/catfish + /usr/share/doc + /usr/share/icons/hicolor/scalable/apps/catfish.svg + /usr/share/locale + /usr/share/man + + + + + 2016-10-03 + 1.4.2 + Packaging update + Shawn W Dunn + sfalken@cloverleaf-linux.org + + + \ No newline at end of file -- 2.10.0