aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-02-01 12:52:11 +0000
committerRene Ladan <rene@FreeBSD.org>2021-02-01 12:52:11 +0000
commit3c9b734022681d3361f88dd9c398a2eaa0033a0e (patch)
tree478197cae9bb5cf38e8fe008cd5fc5fc44354a50 /deskutils
parent6caa757421e429c212bf83f347ce8227fe84278c (diff)
downloadports-3c9b734022681d3361f88dd9c398a2eaa0033a0e.tar.gz
ports-3c9b734022681d3361f88dd9c398a2eaa0033a0e.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile2
-rw-r--r--deskutils/orage/Makefile56
-rw-r--r--deskutils/orage/distinfo2
-rw-r--r--deskutils/orage/files/patch-src_ical-code.c79
-rw-r--r--deskutils/orage/pkg-descr6
-rw-r--r--deskutils/orage/pkg-plist98
-rw-r--r--deskutils/xfce4-volumed/Makefile32
-rw-r--r--deskutils/xfce4-volumed/distinfo2
-rw-r--r--deskutils/xfce4-volumed/pkg-descr5
-rw-r--r--deskutils/xfce4-volumed/pkg-plist2
10 files changed, 0 insertions, 284 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 8ac15e9fc26d..b45027c57933 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -174,7 +174,6 @@
SUBDIR += noti
SUBDIR += notification-daemon
SUBDIR += notify-osd
- SUBDIR += orage
SUBDIR += osmo
SUBDIR += owncloudclient
SUBDIR += p5-Data-ICal
@@ -253,7 +252,6 @@
SUBDIR += xfce4-notes-plugin
SUBDIR += xfce4-notifyd
SUBDIR += xfce4-tumbler
- SUBDIR += xfce4-volumed
SUBDIR += xfce4-volumed-pulse
SUBDIR += xfce4-xkb-plugin
SUBDIR += xmdiary
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile
deleted file mode 100644
index f8985e2ed242..000000000000
--- a/deskutils/orage/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Created by: Matt Lancereau <matt@rimasec.net>
-# $FreeBSD$
-
-PORTNAME= orage
-PORTVERSION= 4.12.1
-PORTREVISION= 10
-CATEGORIES= deskutils xfce
-MASTER_SITES= XFCE/apps
-DIST_SUBDIR= xfce4
-
-MAINTAINER= xfce@FreeBSD.org
-COMMENT= Calendar application for the Xfce Desktop
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= Fails to build proper package with XFCE 4.16
-DEPRECATED= Unsupported upstream, cannot work with XFCE 4.16
-EXPIRATION_DATE= 2021-01-31
-
-LIB_DEPENDS= libpopt.so:devel/popt \
- libdbus-glib-1.so:devel/dbus-glib \
- libdbus-1.so:devel/dbus \
- libical.so:devel/libical \
- libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
-
-USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \
- libtool pkgconfig tar:bzip2 xfce:gtk2 xorg
-USE_GNOME= cairo gtk20 intltool
-USE_XFCE= panel
-USE_XORG= x11
-
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CFLAGS+= -I${LOCALBASE}/include/libical
-CONFIGURE_ARGS= --enable-dbus
-
-PORTSCOUT= limitw:1,even
-
-OPTIONS_DEFINE= NLS NOTIFY
-OPTIONS_DEFAULT= NOTIFY
-OPTIONS_SUB= yes
-
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext-runtime
-
-NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
-NOTIFY_CONFIGURE_ENABLE=libnotify
-
-post-patch:
- @${REINPLACE_CMD} -e 's|(datadir)/orage/doc/C|(datadir)/doc/orage/C|' \
- ${WRKSRC}/doc/C/Makefile.in \
- ${WRKSRC}/doc/C/images/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/deskutils/orage/distinfo b/deskutils/orage/distinfo
deleted file mode 100644
index e1fcdc7695df..000000000000
--- a/deskutils/orage/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xfce4/orage-4.12.1.tar.bz2) = 3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062
-SIZE (xfce4/orage-4.12.1.tar.bz2) = 2590788
diff --git a/deskutils/orage/files/patch-src_ical-code.c b/deskutils/orage/files/patch-src_ical-code.c
deleted file mode 100644
index 88c043160166..000000000000
--- a/deskutils/orage/files/patch-src_ical-code.c
+++ /dev/null
@@ -1,79 +0,0 @@
-Propposed patch from comment #3
-https://bugzilla.xfce.org/show_bug.cgi?id=13997
-
-From 58e4bb4d3b982876dec33d55003d591559439598 Mon Sep 17 00:00:00 2001
-From: Stefan Seyfried <seife+dev@b1-systems.com>
-Date: Sat, 3 Mar 2018 20:25:24 +0100
-Subject: [PATCH] fix build with libical version 3
-
----
- src/ical-code.c | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
-
-diff --git a/src/ical-code.c b/src/ical-code.c
-index d5831404..c40042c3 100644
---- src/ical-code.c
-+++ src/ical-code.c
-@@ -2579,7 +2579,9 @@ static struct icaltimetype count_first_alarm_time(xfical_period per
- * when counting alarm time. */
- if (rel == ICAL_RELATED_START) {
- per.stime.is_date = 0;
-+#if ICAL_MAJOR_VERSION < 3
- per.stime.is_utc = 1;
-+#endif
- per.stime.is_daylight = 0;
- per.stime.zone = utc_icaltimezone;
- per.stime.hour = 0;
-@@ -2588,7 +2590,9 @@ static struct icaltimetype count_first_alarm_time(xfical_period per
- }
- else {
- per.etime.is_date = 0;
-+#if ICAL_MAJOR_VERSION < 3
- per.etime.is_utc = 1;
-+#endif
- per.etime.is_daylight = 0;
- per.etime.zone = utc_icaltimezone;
- per.etime.hour = 0;
-@@ -2613,7 +2617,9 @@ static struct icaltimetype count_next_alarm_time(struct icaltimetype start_time
- /* HACK: convert to UTC time so that we can use time arithmetic
- * when counting alarm time. */
- start_time.is_date = 0;
-+#if ICAL_MAJOR_VERSION < 3
- start_time.is_utc = 1;
-+#endif
- start_time.is_daylight = 0;
- start_time.zone = utc_icaltimezone;
- start_time.hour = 0;
-@@ -2768,7 +2774,9 @@ static alarm_struct *process_alarm_trigger(icalcomponent *c
- */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc = 0;
-+#endif
- next_alarm_time.is_daylight = 0;
- next_alarm_time.zone = local_icaltimezone;
- }
-@@ -2850,7 +2858,9 @@ orage_message(120, P_N "Alarm rec loop next_start:%s next_alarm:%s per.stime:%s"
- */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc = 0;
-+#endif
- next_alarm_time.is_daylight = 0;
- next_alarm_time.zone = local_icaltimezone;
- }
-@@ -2944,7 +2954,9 @@ orage_message(120, P_N "*****After loop Alarm %s %s", icaltime_as_ical_string(ne
- */
- if (icaltime_is_date(per.stime)) {
- if (local_icaltimezone != utc_icaltimezone) {
-+#if ICAL_MAJOR_VERSION < 3
- next_alarm_time.is_utc = 0;
-+#endif
- next_alarm_time.is_daylight = 0;
- next_alarm_time.zone = local_icaltimezone;
- }
---
-2.16.2
-
diff --git a/deskutils/orage/pkg-descr b/deskutils/orage/pkg-descr
deleted file mode 100644
index 6460df32de74..000000000000
--- a/deskutils/orage/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Orage provides an highly configurable calendar and supports alerts based
-on dates.
-It warns you with popup or audio alarm. As it is an application kind-of
-every day use it launches itself in the background as a daemon.
-
-WWW: https://git.xfce.org/apps/orage/about/
diff --git a/deskutils/orage/pkg-plist b/deskutils/orage/pkg-plist
deleted file mode 100644
index 0e463b269fab..000000000000
--- a/deskutils/orage/pkg-plist
+++ /dev/null
@@ -1,98 +0,0 @@
-bin/globaltime
-bin/orage
-bin/tz_convert
-man/man1/globaltime.1.gz
-man/man1/orage.1.gz
-man/man1/tz_convert.1.gz
-share/applications/globaltime.desktop
-share/applications/xfcalendar.desktop
-share/applications/xfce-xfcalendar-settings.desktop
-share/dbus-1/services/org.xfce.calendar.service
-share/dbus-1/services/org.xfce.orage.service
-%%DOCSDIR%%/C/images/default_calendar.png
-%%DOCSDIR%%/C/images/orage_appointment.png
-%%DOCSDIR%%/C/images/orage_appointment_alarm.png
-%%DOCSDIR%%/C/images/orage_appointment_recurrence.png
-%%DOCSDIR%%/C/images/orage_calendar_edit_menu.png
-%%DOCSDIR%%/C/images/orage_calendar_file_menu.png
-%%DOCSDIR%%/C/images/orage_calendar_help_menu.png
-%%DOCSDIR%%/C/images/orage_calendar_view_menu.png
-%%DOCSDIR%%/C/images/orage_daylist.png
-%%DOCSDIR%%/C/images/orage_desktop_menuitem.png
-%%DOCSDIR%%/C/images/orage_eventlist.png
-%%DOCSDIR%%/C/images/orage_exchange_foreign.png
-%%DOCSDIR%%/C/images/orage_exchange_impexp.png
-%%DOCSDIR%%/C/images/orage_exchange_oragefiles.png
-%%DOCSDIR%%/C/images/orage_preferences_display.png
-%%DOCSDIR%%/C/images/orage_preferences_extra.png
-%%DOCSDIR%%/C/images/orage_preferences_main.png
-%%DOCSDIR%%/C/orage.html
-share/icons/hicolor/160x160/apps/orage.xpm
-share/icons/hicolor/160x160/apps/orage_ice.xpm
-share/icons/hicolor/160x160/apps/orage_round.xpm
-share/icons/hicolor/160x160/apps/orage_sun.xpm
-share/icons/hicolor/48x48/apps/orage_globaltime.png
-share/icons/hicolor/48x48/apps/xfcalendar.png
-share/icons/hicolor/scalable/apps/orage_globaltime.svg
-share/icons/hicolor/scalable/apps/xfcalendar.svg
-%%NLS%%share/locale/am/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ast/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/be/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/de/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/el/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/en_AU/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/es/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/et/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/he/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/id/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/it/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/kk/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ms/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/oc/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/pa/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/si/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/sq/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/th/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ug/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ur/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/ur_PK/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/orage.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/orage.mo
-%%DATADIR%%/sounds/Boiling.wav
-%%DATADIR%%/sounds/KDE_Beep_Digital_1.ogg
-%%DATADIR%%/sounds/KDE_Beep_Digital_2.ogg
-%%DATADIR%%/sounds/Knock.wav
-%%DATADIR%%/sounds/Phone.wav
-%%DATADIR%%/sounds/Spo.wav
-%%DATADIR%%/sounds/Tear.wav
-%%DATADIR%%/sounds/Wall_c.wav
diff --git a/deskutils/xfce4-volumed/Makefile b/deskutils/xfce4-volumed/Makefile
deleted file mode 100644
index ef02496a9b25..000000000000
--- a/deskutils/xfce4-volumed/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
-# $FreeBSD$
-
-PORTNAME= xfce4-volumed
-PORTVERSION= 0.1.13
-PORTREVISION= 4
-CATEGORIES= deskutils xfce
-MASTER_SITES= XFCE/apps
-DIST_SUBDIR= xfce4
-
-MAINTAINER= sergey.dyatko@gmail.com
-COMMENT= Volume management daemon for the Xfce desktop
-
-LICENSE= GPLv3
-
-BROKEN= Fails to compile with XFCE 4.16
-DEPRECATED= Unsupported upstream, cannot work with XFCE 4.16
-EXPIRATION_DATE= 2021-01-31
-
-LIB_DEPENDS= libnotify.so:devel/libnotify \
- libkeybinder.so:x11/keybinder \
- libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
-
-USES= gmake gnome pkgconfig tar:bzip2 xfce:gtk2
-USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango
-USE_GSTREAMER= yes
-USE_XFCE= xfconf
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/deskutils/xfce4-volumed/distinfo b/deskutils/xfce4-volumed/distinfo
deleted file mode 100644
index f9f06a0521ea..000000000000
--- a/deskutils/xfce4-volumed/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xfce4/xfce4-volumed-0.1.13.tar.bz2) = 4ceca3a59b65630e849b89133f220def775009017ca2c3d689df27b7745040a9
-SIZE (xfce4/xfce4-volumed-0.1.13.tar.bz2) = 88518
diff --git a/deskutils/xfce4-volumed/pkg-descr b/deskutils/xfce4-volumed/pkg-descr
deleted file mode 100644
index 6154319c1035..000000000000
--- a/deskutils/xfce4-volumed/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This daemon is responsible of making the volume up/down and mute keys of the
-keyboard work automatically, and uses the Xfce mixer's defined card and track
-for chosing which track to act on.
-
-WWW: https://launchpad.net/xfce4-volumed/
diff --git a/deskutils/xfce4-volumed/pkg-plist b/deskutils/xfce4-volumed/pkg-plist
deleted file mode 100644
index 66b1aae5b922..000000000000
--- a/deskutils/xfce4-volumed/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/xfce4-volumed
-etc/xdg/autostart/xfce4-volumed.desktop