Commit Graph

63 Commits

Author SHA1 Message Date
Guido Falsi b2f2269daf Welcome XFCE 4.16 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1608595200

This XFCE release dropped support for GTK2 plugins and also dropped
GTK2 from all components.

WARNING: please check UPDATING before upgrading your packages. In
case of problems also read the libexo pkg-message.

Due to this some panel plugins and libraries will be removed since
they cannot compile anymore:

- print/xfce4-print
- x11/xfce4-quicklauncher-plugin
- x11/xfce4-wmdock-plugin
- x11-toolkits/libxfce4gui

These further components also fail to build or work and are being
marked BROKEN, deprecated and marked for removal:

- science/xfce4-equake-plugin
- x11/xfce4-embed-plugin
- deskutils/orage
- deskutils/xfce4-volumed [1]

deskutils/xfce4-notes-plugin will be also marked BROKEN, but there
is active development in it's upstream repository and a fixed release
is expected soon.

deskutils/xfce4-generic-slider will also be marked broken, since
it fails to compile. [2]

Thanks also to riggs, Olivier Duchateau <duchateau.olivier@gmail.com>
and the people in Approved and Reviewed lines below for help and
contributions.

Reviewed by:		woodsb02
Approved by:		sergey.dyatko@gmail.com (maintainer) [1],
			ehaupt [2]
Differential Revision:	https://reviews.freebsd.org/D27846
2021-01-02 16:36:33 +00:00
Emanuel Haupt d5d3795705 g_date_time_format_iso8601() was introduced in glib 2.62, with a newer glib20
version in the tree this patch is no longer needed.

References:     https://gitlab.xfce.org/apps/xfce4-notifyd/-/issues/34#note_19795
2020-12-04 20:16:38 +00:00
Emanuel Haupt 722eeda876 Update to 0.6.2 2020-09-01 16:24:58 +00:00
Emanuel Haupt 83fc21eadf - Update to 0.6.1
- make portclippy/porfmt happy
- Change WWW to new project site (old site has a redirect notice)

Changelog:	https://gitlab.xfce.org/apps/xfce4-notifyd/-/tags/xfce4-notifyd-0.6.1
2020-05-07 11:41:47 +00:00
Emanuel Haupt bcf64382f6 Update to 0.6.0 2020-04-09 11:07:11 +00:00
Piotr Kubaj 4f0d956d5c deskutils/xfce4-notifyd: fix build on GCC architectures
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
                 from xfce-notify-log.c:32:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here

Approved by:	mentors (implicit approval)
2019-10-01 04:44:35 +00:00
Guido Falsi e69e6941cc Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
  now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
  by default), it only supports gtk2, so would leave miost of this
  XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
  theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
  are available in the library ports using the GIR and VAPI options
  (on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
  blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02
  for help)
- Add x11/xfce4-screensaver as an optional dependency to the
  xfce4-goodies (enabled by default)
- Remove dependency on x11-fm/thunar-vfs and deprecate the port.
  It is EOL upstream and the functionality is included in thunar
  itself

Update:
- Added back sysutils/xfce4-places-plugin, updated to 1.8.1
- archivers/thunar-archive-plugin to 0.4.0
- audio/thunar-media-tags-plugin to 0.3.0
- audio/xfce4-mpc-plugin to 0.5.2
- audio/xfce4-pulseaudio-plugin to 0.4.2
- deskutils/xfce4-tumbler to 0.2.7
- devel/thunar-vcs-plugin to 0.2.0 [1]
- devel/xfce4-dev-tools to 4.14.0
- misc/xfce4-appfinder to 4.14.0
- misc/xfce4-weather-plugin to 0.10.0
- multimedia/xfce4-parole to 1.0.4
- sysutils/gigolo to 0.5.0
- sysutils/xfce4-battery-plugin to 1.1.3
- sysutils/xfce4-fsguard-plugin to 1.1.1
- sysutils/xfce4-netload-plugin to 1.3.2
- sysutils/xfce4-power-manage to 1.6.5
- sysutils/xfce4-settings 4.14.1
- sysutils/xfce4-systemload-plugin to 1.2.3
- sysutils/xfce4-wavelan-plugin to 0.6.1
- www/xfce4-smartbookmark-plugin to 0.5.1
- x11-clocks/xfce4-datetime-plugin to 0.8.0
- Added new xfce4-stopwatch-plugin, version 0.3.1
- x11-clocks/xfce4-timer-out-plugin to 1.0.3
- x11-fm/thunar to 1.8.9
- x11-wm/xfce4-desktop to 4.14.1
- x11-wm/xfce4-panel to 4.14.0
- x11-wm/xfce4-session to 4.14.0
- x11-wm/xfce4-wm to 4.14.0
- x11/libexo to 0.12.8
- x11/libxfce4menu to 4.14.1
- x11/libxfce4util to 4.14.0
- x11/xfce4-conf to 4.14.1
- x11/xfce4-dashboard to 0.7.5
- x11/xfce4-screensaver to 0.1.8
- x11/xfce4-screenshooter-plugin to 1.9.6
- x11/xfce4-verve-plugin to 2.0.0

Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com>

PR:		240236
Exp-run by:	antoine
Tested by:	sbruno
Approved by:    sergey.dyatko@gmail.com (maintainer timeout via
		email), portmgr (fixit blanket, port breaks with
		new Thunar if not updated) [1]
Differential Revision:	https://reviews.freebsd.org/D21278
2019-09-19 23:46:33 +00:00
Guido Falsi ad1ecbc81b - Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list

Submitted by:		olivierd
Reviewed by:		mat
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D8416
2019-06-19 16:14:27 +00:00
Emanuel Haupt 45cf060bf2 - Update to 0.4.4
- Get rid of PORTSCOUT limitation on the previous dev release

Differential Revision:	https://reviews.freebsd.org/D20032
Submitted by:	madpilot
2019-04-25 06:50:28 +00:00
Guido Falsi 7b3e0e2b85 - Remove unneeded patch
- Add USES=gnome
- Sort USE_GNOME
- Use CONFIGURE_ENABLE to cotrol NLS option
- Some cosmetic changes

PR:		235127
Approved by:	ehaupt (maintainer)
2019-01-24 20:54:16 +00:00
Emanuel Haupt 998e54ab40 - Define PORTSCOUT skipv for porticular release that requires a development
version of xfce4-panel
- While here, pacify portlint
2018-10-28 15:14:32 +00:00
Emanuel Haupt 3fbb9253b9 - Update to 0.4.2
- Update WWW
2018-03-01 10:49:03 +00:00
Emanuel Haupt 50b9dcf82d Update to 0.4.1 2017-12-13 15:02:22 +00:00
Emanuel Haupt a3c2924e85 Update to 0.4.0
PR:		223079
Submitted by:	duchateau.olivier@gmail.com
2017-10-19 07:13:05 +00:00
Koop Mast f59a6653a5 Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0

Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10

Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.

PR:		210272 [1], 210696 [2], 218667 [3]
Submitted by:	Matthew Rezny [2]
Obtained from:	Unless otherwise stated obtained from GNOME devel repo
Exp-run by:	antoine@ [1]
2017-04-23 08:35:28 +00:00
Emanuel Haupt f56d8bcd04 Update to 0.3.6 2017-03-21 10:30:12 +00:00
Emanuel Haupt c656fa4806 Update to 0.3.5
Changelog:
https://git.xfce.org/apps/xfce4-notifyd/tag/?id=xfce4-notifyd-0.3.5
2017-02-14 13:05:30 +00:00
Olivier Duchateau 0d6c9f62ce - Update to 0.3.4
- Re-generate patch (with 'make makepatch')

This release introduces 2 new features [1], available in settings window.

[1] https://git.xfce.org/apps/xfce4-notifyd/tag/?id=xfce4-notifyd-0.3.4

PR:		214377
Submitted by:	myself (olivierd@)
Approved by:	ehaupt@ (maintainer)
2016-11-13 21:43:32 +00:00
Emanuel Haupt b963c1bafe - Update to 0.3.3
- Remove unneeded patch (send to upstream)

PR:             213164
Submitted by:   olivierd
2016-10-03 07:02:12 +00:00
Emanuel Haupt f7ffc7dbbd - Update to 0.3.2
- Remove unneeded patch (send to upstream)
- Add patch for new themes
- Submitter-, self-hosting of the tarball, because it is not well formed for
  Gtk+ < 3.20

PR:		212553
Submitted by:	olivierd
2016-09-10 08:21:23 +00:00
Emanuel Haupt e1cfdee338 - Update to 0.3.1
- Add patch for Gtk+ < 3.20 otherwise daemon is not launched

PR:		212425
Submitted by:	olivierd
2016-09-07 09:06:22 +00:00
Emanuel Haupt 526486f2a7 Register devel/dbus as LIB_DEPENDS (prompted by stage-qa). 2016-08-08 14:06:21 +00:00
Olivier Duchateau dbc6118047 - Update to 0.3.0
- Convert to options helpers
- Sort USES
- Add comment for the next upgrade of x11-toolkits/gtk30 (>= 3.20)

PR:		211446
Submitted by:	myself
Approved by:	ehaupt@ (maintainer)
2016-07-30 12:51:17 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold 60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Olivier Duchateau 86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Koop Mast 95d2f52b0f Update CONFLICTS.
xfce4-notifyd was updated to no longer conflict with notification-daemon.
There is no conflict anymore between notification-daemon and
  xfce4-notification-daemon
Only notify-osd and xfce4-notification-daemon conflict with each other.

PR:		197851 (based on)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Reviewed by:	maintainer (ehaupt@)
2015-02-22 21:01:44 +00:00
Baptiste Daroussin ff2951b4df Cleanup plist 2014-10-20 11:52:39 +00:00
Emanuel Haupt e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Dmitry Marakasov dd2bbba7ba - Switch to USES=libtool
Approved by:	portmgr blanket
2014-08-19 17:31:15 +00:00
Emanuel Haupt 7aef37f62e Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
Dmitry Marakasov fdb84adb5d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with d)
Approved by:	portmgr (bdrewery)
2013-10-22 13:52:24 +00:00
Olivier Duchateau 8026518389 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES=gmake (deskutils/xfce4-tumbler)

Approved by:	ehaupt@ (maintainer of deskutils/xfce4-notifyd)
2013-10-14 18:48:19 +00:00
Baptiste Daroussin cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Emanuel Haupt ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Emanuel Haupt 6fe706fd4b - Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00
Olivier Duchateau 7dc15ce26f Fix pkg-plist
Reported by:	qat.redports.org
2013-05-08 22:06:28 +00:00
Olivier Duchateau c138f50a01 - Update to 0.2.4
- Remove desktopfileutils, no MimeType entry in desktop file

Approved by:	ehaupt@ (maintainer)
2013-05-08 21:15:17 +00:00
Olivier Duchateau edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00
Emanuel Haupt 1a90c9af17 Mark MAKE_JOBS_SAFE 2013-05-08 12:24:26 +00:00
Emanuel Haupt 79e6679346 Convert to USES=gettext 2013-04-23 10:26:09 +00:00
Baptiste Daroussin 1e4689558e Convert deskutils to USES=pkgconfig 2013-04-23 07:14:15 +00:00
Emanuel Haupt 2fa61aa117 Update to 0.2.3
Submitted by:	oliver (via mail)
Feature safe:	yes
2013-04-21 16:46:40 +00:00
Olivier Duchateau 1727e106ea Bump PORTREVISION for libexo-related ports
Approved by:	rene, miwi (mentors, implicit)
2012-12-30 16:19:08 +00:00
Olivier Duchateau 90a981a1f2 Bump PORTREVISION for libexo-related ports
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS

Approved by:	rene, miwi (mentors, implicit)
2012-12-14 17:45:10 +00:00
Emanuel Haupt 00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00
Emanuel Haupt 9703e7f4c3 - Use OPTIONSng
- Remove deprecated header information
2012-09-08 23:40:33 +00:00
Emanuel Haupt 72c9fed7c5 - Use the new USE_PKGCONFIG macro
- Don't request ABI version number in LIB_DEPENDS
2012-07-27 11:37:53 +00:00
Dirk Meyer 2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Koop Mast fe61bf1eb4 Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed. 2011-08-23 18:39:19 +00:00