mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
The goal of the xfce4-quicklauncher-plugin is double.
First, it is intented to offer you a fast and easy way to configure the plugins wich are on your panel. Secondly, it is able to display these launchers on one or more lines, and they are displayed so that they don't waste space. They also feature a little zoom effect when you pass the mouse over them.
This commit is contained in:
parent
23f644637a
commit
8a9a71a430
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183000
@ -266,6 +266,7 @@
|
||||
SUBDIR += xextensions
|
||||
SUBDIR += xf86ext
|
||||
SUBDIR += xfce4-clipman-plugin
|
||||
SUBDIR += xfce4-quicklauncher-plugin
|
||||
SUBDIR += xfce4-taskmanager
|
||||
SUBDIR += xfce4-trigger-launcher
|
||||
SUBDIR += xfishtank
|
||||
|
29
x11/xfce4-quicklauncher-plugin/Makefile
Normal file
29
x11/xfce4-quicklauncher-plugin/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: quicklauncher plugin for xfce4
|
||||
# Date created: 29 April 2006
|
||||
# Whom: Martin Wilke (freebsd@unixfreunde.de)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-quicklauncher-plugin
|
||||
PORTVERSION= 1.9.2
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
||||
DIST_SUBDIR= xfce4
|
||||
PATCH_SITES= http://people.freebsd.org/~oliver/xfce/
|
||||
PATCHFILES= gcc295-xfce4-quicklauncher-plugin-2.patch
|
||||
|
||||
MAINTAINER= freebsd@unixfreunde.de
|
||||
COMMENT= Quicklauncher plugin for xfce
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv panel
|
||||
USE_XLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
6
x11/xfce4-quicklauncher-plugin/distinfo
Normal file
6
x11/xfce4-quicklauncher-plugin/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (xfce4/xfce4-quicklauncher-plugin-1.9.2.tar.bz2) = 64353ee9f32f891f198297937454307b
|
||||
SHA256 (xfce4/xfce4-quicklauncher-plugin-1.9.2.tar.bz2) = 486f4df584a2ba108929d864299755fbbdb205243a31a76c9370c075b5cd303e
|
||||
SIZE (xfce4/xfce4-quicklauncher-plugin-1.9.2.tar.bz2) = 324202
|
||||
MD5 (xfce4/gcc295-xfce4-quicklauncher-plugin-2.patch) = e03198626b2f4095d55e77c10dc91e25
|
||||
SHA256 (xfce4/gcc295-xfce4-quicklauncher-plugin-2.patch) = 2d30fe015b3fa78c1f2a30efd49b846fc5a0681447c561621ba15e6b8fc8a625
|
||||
SIZE (xfce4/gcc295-xfce4-quicklauncher-plugin-2.patch) = 612
|
9
x11/xfce4-quicklauncher-plugin/pkg-descr
Normal file
9
x11/xfce4-quicklauncher-plugin/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
The goal of the xfce4-quicklauncher-plugin is double.
|
||||
First, it is intented to offer you a fast and easy way to configure the
|
||||
plugins wich are on your panel.
|
||||
Secondly, it is able to display these launchers on one or more lines, and
|
||||
they are displayed so that they don't waste space. They also feature
|
||||
a little zoom effect when you pass the mouse over them.
|
||||
|
||||
|
||||
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
|
17
x11/xfce4-quicklauncher-plugin/pkg-plist
Normal file
17
x11/xfce4-quicklauncher-plugin/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/xfce4/panel-plugins/libquicklauncher.la
|
||||
lib/xfce4/panel-plugins/libquicklauncher.so
|
||||
share/locale/cs/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
|
||||
share/xfce4/panel-plugins/quicklauncher.desktop
|
||||
@dirrmtry share/xfce4/panel-plugins
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry lib/xfce4/panel-plugins
|
||||
@dirrmtry lib/xfce4
|
Loading…
x
Reference in New Issue
Block a user