Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=python3-fildem
pkgver=0.6.5
pkgver=0.6.7
pkgrel=1
pkgdesc="This project is a fork of gnomehud with the adition of a global menu bar"
arch=('i686' 'x86_64')
Expand All @@ -8,7 +8,9 @@ depends=('bamf'
'appmenu-gtk-module'
'libkeybinder3'
'libdbusmenu-gtk2'
'libdbusmenu-gtk3')
'libdbusmenu-gtk3'
'python-fuzzysearch'
'python-future')
makedepends=('git')
provides=("python3-fildem=$pkgver")
source=('git+https://github.com/gonzaarcr/fildem.git')
Expand All @@ -21,7 +23,7 @@ pkgver() {

build() {
cd "$srcdir/fildem"
python3 setup.py bdist_wheel
python3 setup.py build
}

check() {
Expand Down
3 changes: 2 additions & 1 deletion fildemGMenu@gonza.com/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"shell-version": [
"3.36",
"3.38",
"40"
"40",
"41"
],
"url": "https://github.com/gonzaarcr/Fildem",
"uuid": "fildemGMenu@gonza.com"
Expand Down