mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 12:57:15 +08:00
porting nepoogle to testing, rebuild for new pykde
This commit is contained in:
parent
f85fb497d2
commit
b6cb45703e
27
nepoogle/PKGBUILD
Normal file
27
nepoogle/PKGBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas@chakra-project.org
|
||||
# contributor Michael Kutschall <michaelkutschall@web.de>
|
||||
|
||||
pkgname=nepoogle
|
||||
pkgver=0.9.2
|
||||
pkgrel=2
|
||||
pkgdesc="A search utility for Nepomuk inspired in Google's search syntax."
|
||||
arch=('any')
|
||||
url="http://kde-apps.org/content/show.php/Nepoogle?content=145505"
|
||||
screenshot="http://opendesktop.org/CONTENT/content-pre2/145505-2.jpeg"
|
||||
license=('GPL')
|
||||
depends=('kdebindings-pykde4')
|
||||
source=("http://kde-apps.org/CONTENT/content-files/145505-nepoogle_v$pkgver.tar.gz"
|
||||
'nepoogle.desktop')
|
||||
md5sums=('2f991c5847b36f89f1c4f9ffa282bb05'
|
||||
'ceb6bb8059658686b4e13abd66a61445')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr/share/applications/kde4
|
||||
cp nepoogle.desktop $pkgdir/usr/share/applications/kde4/nepoogle.desktop
|
||||
|
||||
mkdir -p $pkgdir/usr/bin
|
||||
cp $srcdir/nepoogle $pkgdir/usr/bin/nepoogle
|
||||
}
|
25
nepoogle/nepoogle.desktop
Normal file
25
nepoogle/nepoogle.desktop
Normal file
@ -0,0 +1,25 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Nepoogle
|
||||
Exec=nepoogle
|
||||
Icon=nepomuk
|
||||
GenericName=Nepomuk search utility
|
||||
GenericName[ca]=Utilitat de cerca del Nepomuk
|
||||
GenericName[de]=Nepomuk-Suche
|
||||
GenericName[el]=Εργαλείο αναζήτησης για το Nepomuk
|
||||
GenericName[es]=Utilidad de búsqueda Nepomuk
|
||||
GenericName[fr]=Utilitaire de recherche Nepomuk
|
||||
GenericName[nl]=Nepomuk Zoekhulpmiddel
|
||||
GenericName[pl]=Nepomuk narzędzia wyszukiwania
|
||||
GenericName[pt_BR]=Utilitário de pesquisa Nepomuk
|
||||
Comment=A search utility for Nepomuk inspired in Google's search syntax.
|
||||
Comment[ca]=Utilitat de cerca del Nepomuk inspirada en la sintaxi de cerca de Google.
|
||||
Comment[de]=Eine durch Googles Such-Syntax inspirierte Desktop-Suche für Nepomuk.
|
||||
Comment[el]=Ένα εργαλείο αναζήτησης για το Nepomuk, εμπνευσμένο από τη σύνταξη της αναζήτησης στο Google.
|
||||
Comment[es]=Utilidad de búsqueda Nepomuk inspirada en la sintaxis de búsqueda de Google.
|
||||
Comment[fr]=Un utilitaire de recherche pour Nepomuk inspiré par la syntaxe de recherche Google.
|
||||
Comment[nl]= Een zoekhulpmiddel voor Nepomuk geïnspireerd op Google's zoeksyntax.
|
||||
Comment[pl]=Narzędzie wyszukiwania Nepomuka inspirowane składnią wyszukiwania Google.
|
||||
Comment[pt_BR]=Um utilitário de pesquisa para o Nepomuk inspirado na sintaxe de busca da Google.
|
||||
Categories=Utility
|
Loading…
Reference in New Issue
Block a user