forked from hasufell/hasufell-repository
xfce4-notes-plugin: initial import
This commit is contained in:
parent
e58cb483b6
commit
3ad71e2844
@ -9,3 +9,5 @@ x11-apps
|
||||
x11-plugins
|
||||
x11-themes
|
||||
x11-wm
|
||||
xfce-extra
|
||||
|
||||
|
@ -2,4 +2,4 @@ layout = exheres
|
||||
eapi_when_unknown = exheres-0
|
||||
eapi_when_unspecified = exheres-0
|
||||
profile_eapi_when_unspecified = exheres-0
|
||||
masters = arbor
|
||||
masters = arbor xfce
|
||||
|
@ -0,0 +1,25 @@
|
||||
# Copyright 2014 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require gtk-icon-cache xfce [ module=panel-plugins ]
|
||||
|
||||
SUMMARY="Panel sticky notes plugin"
|
||||
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/${PN}"
|
||||
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
dev-libs/glib:2[>=2.16]
|
||||
dev-libs/unique:1
|
||||
gnome-desktop/librsvg:2[>=2.18]
|
||||
gnome-desktop/libwnck:1[>=2.12]
|
||||
x11-libs/gtk+:2[>=2.6]
|
||||
xfce-base/libxfce4util[>=4.3.90.2]
|
||||
xfce-base/libxfcegui4[>=4.3.90.2]
|
||||
xfce-base/xfce4-panel[>=4.3.20]
|
||||
xfce-base/xfconf[>=4.6]
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user