Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lemonpanel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
C
Community
bspwm
lemonpanel
Commits
308ea209
Commit
308ea209
authored
Aug 19, 2018
by
Matti Hyttinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
PKGBUILD
PKGBUILD
+47
-0
No files found.
PKGBUILD
0 → 100644
View file @
308ea209
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
# Maintainer: Chrysostomus
pkgname
=
lemonpanel
_ver
=
0.39
pkgver
=
0.39.r203.e6ad27f
pkgrel
=
1
pkgdesc
=
"Panel script for bspwm using patched dmenu and lemonbar"
arch
=(
'any'
)
url
=
https://github.com/Chrysostomus/lemonpanel
license
=(
'MIT'
)
depends
=(
'dmenu-manjaro'
'lemonbar'
'xdotool'
'wmctrl'
'xtitle'
'ttf-dejavu-sans-mono-powerline'
'bdf-zevv-peep'
'ttf-ionicons'
'xdg-utils'
'rootmenu'
'update-notifier'
'dash'
)
optdepends
=(
'pulseaudio-ctl'
'rxvt-unicode'
'zenity'
'networkmanager-dmenu'
'conky-cli'
'wireless_tools'
)
makedepends
=(
'git'
)
source
=(
"git://github.com/Chrysostomus/lemonpanel"
)
md5sums
=(
'SKIP'
)
pkgver
()
{
cd
$pkgname
printf
"
$_ver
.r%s.%s"
"
$(
git rev-list
--count
HEAD
)
"
"
$(
git rev-parse
--short
HEAD
)
"
}
package
()
{
cd
$srcdir
/
$pkgname
install
-dm755
$pkgdir
/usr
cp
-r
bin
$pkgdir
/usr
chmod
a+x
$pkgdir
/usr/bin/
*
install
-Dm755
"
$srcdir
/
$pkgname
/config-extended.rasi"
"
$pkgdir
/etc/skel/.config/rofi/config-extended.rasi"
install
-Dm755
"
$srcdir
/
$pkgname
/config-monocle.rasi"
"
$pkgdir
/etc/skel/.config/rofi/config-monocle.rasi"
install
-Dm755
"
$srcdir
/
$pkgname
/rofimenu.rasi"
"
$pkgdir
/etc/skel/.config/rofi/rofimenu.rasi"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment