aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/plasma-applet-panelspacer
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-10-12 17:23:58 +0800
committermiwi <miwi@FreeBSD.org>2008-10-12 17:23:58 +0800
commit2596e791815abedea5c7016f33f4f36d1f765f51 (patch)
treef38898e413bd9957897904973d5b4551c7bd1e83 /deskutils/plasma-applet-panelspacer
parent1387302498ce5104bfd17462d00b9ee1c7df8602 (diff)
downloadfreebsd-ports-gnome-2596e791815abedea5c7016f33f4f36d1f765f51.tar.gz
freebsd-ports-gnome-2596e791815abedea5c7016f33f4f36d1f765f51.tar.zst
freebsd-ports-gnome-2596e791815abedea5c7016f33f4f36d1f765f51.zip
Panel Spacer is a Plasma applet for KDE4 that lets you put some blank space
between the other applets located in a panel. You can set a minimum fixed size and/or allow the spacer to stretch if there is free space on the right. Optionally, you can display a thin separator line. WWW: http://www.kde-look.org/content/show.php?content=89304 PR: ports/127956 Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
Diffstat (limited to 'deskutils/plasma-applet-panelspacer')
-rw-r--r--deskutils/plasma-applet-panelspacer/Makefile29
-rw-r--r--deskutils/plasma-applet-panelspacer/distinfo3
-rw-r--r--deskutils/plasma-applet-panelspacer/pkg-descr6
3 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-panelspacer/Makefile b/deskutils/plasma-applet-panelspacer/Makefile
new file mode 100644
index 000000000000..b829aa97e00c
--- /dev/null
+++ b/deskutils/plasma-applet-panelspacer/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: plasma-applet-panelspacer
+# Date Created: 2008-10-03
+# Whom: Jason E. Hale <bsdkaffee@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= panelspacer
+PORTVERSION= 0.1
+CATEGORIES= deskutils kde
+MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
+PKGNAMEPREFIX= plasma-applet-
+DISTNAME= 89304-${PORTNAME}${PORTVERSION}
+
+MAINTAINER= bsdkaffee@gmail.com
+COMMENT= Panel spacer plasma applet for KDE4
+
+USE_CMAKE= yes
+USE_KDE4= automoc4 kdeprefix workspace
+USE_QT_VER= 4
+QT_COMPONENTS= gui dbus network opengl svg webkit xml \
+ qmake_build moc_build rcc_build uic_build
+
+WRKSRC= ${WRKDIR}/plasmaspacer_${PORTVERSION}
+
+PLIST_FILES= lib/kde4/plasma_applet_panelspacer.so \
+ share/kde4/services/plasma-applet-panelspacer.desktop
+
+.include <bsd.port.mk>
diff --git a/deskutils/plasma-applet-panelspacer/distinfo b/deskutils/plasma-applet-panelspacer/distinfo
new file mode 100644
index 000000000000..4cf62891f4bf
--- /dev/null
+++ b/deskutils/plasma-applet-panelspacer/distinfo
@@ -0,0 +1,3 @@
+MD5 (89304-panelspacer0.1.tar.gz) = 13b643937715d6e6e6f7a1eed7b0418a
+SHA256 (89304-panelspacer0.1.tar.gz) = 246e79a6277690917931bf6ed2a8728cb3f886863cace4e28ffbd9585d9d4fe1
+SIZE (89304-panelspacer0.1.tar.gz) = 4693
diff --git a/deskutils/plasma-applet-panelspacer/pkg-descr b/deskutils/plasma-applet-panelspacer/pkg-descr
new file mode 100644
index 000000000000..c2460801fd76
--- /dev/null
+++ b/deskutils/plasma-applet-panelspacer/pkg-descr
@@ -0,0 +1,6 @@
+Panel Spacer is a Plasma applet for KDE4 that lets you put some blank space
+between the other applets located in a panel. You can set a minimum fixed size
+and/or allow the spacer to stretch if there is free space on the right.
+Optionally, you can display a thin separator line.
+
+WWW: http://www.kde-look.org/content/show.php?content=89304