xfce4-exo: update to 0.12.8
Change log:
0.12.8
======
- preferred-apps: Add button icons to Help/Close
- Replace GtkStock buttons
- Translation Updates:
Czech, Galician, Portuguese (Brazil)
0.12.7
======
- Translation Updates: Armenian, Armenian (Armenia), Danish,
Finnish, Hebrew, Indonesian, Italian, Kazakh, Norwegian Bokmål,
Serbian, Ukrainian
2019-08-17 20:38:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.64 2019/08/17 18:38:53 gutteridge Exp $
|
2007-04-12 11:50:50 +02:00
|
|
|
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
|
xfce4-exo: update to 0.12.8
Change log:
0.12.8
======
- preferred-apps: Add button icons to Help/Close
- Replace GtkStock buttons
- Translation Updates:
Czech, Galician, Portuguese (Brazil)
0.12.7
======
- Translation Updates: Armenian, Armenian (Armenia), Danish,
Finnish, Hebrew, Indonesian, Italian, Kazakh, Norwegian Bokmål,
Serbian, Ukrainian
2019-08-17 20:38:53 +02:00
|
|
|
VERSION= 0.12.8
|
2015-04-21 10:56:37 +02:00
|
|
|
DISTNAME= exo-${VERSION}
|
|
|
|
PKGNAME= xfce4-exo-${VERSION}
|
2007-04-12 11:50:50 +02:00
|
|
|
CATEGORIES= x11
|
xfce4-exo: update to 0.12.5
0.12.5
======
- Bug Fixes:
- Fix typehead in ExoIconView (Xfce #15100)
- Build Updates:
- Building libexo-1 can now be disabled (Xfce #15138, #15199)
- Building documentation still requires libexo-1 since some older
symbols exists only in the GTK+ 2 library
- Several components were moved around to align with the correct
library versions:
- Helpers are now installed in exo-2 paths, and exo-helper-1 has
been renamed to exo-helper-2 to follow the library version
- Pixmaps were moved to an unversioned path (pixmaps/exo) since
they are used by both versions of the library
- exo-compose-mail has dropped the library version since it
does not depend on either version of the library
- The expansion-to-defined flag was re-enabled
- Translation Updates: Albanian, Bulgarian, Danish, Dutch,
English (United Kingdom), Finnish, Indonesian, Korean, Spanish
2019-05-04 04:01:35 +02:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/xfce/exo/${VERSION:R}/
|
2015-04-21 10:56:37 +02:00
|
|
|
|
2019-06-24 12:59:40 +02:00
|
|
|
HOMEPAGE= https://docs.xfce.org/xfce/exo/start
|
2007-04-12 11:50:50 +02:00
|
|
|
COMMENT= Xfce extension library
|
|
|
|
|
Update xfce4-exo all the way to 0.11.3:
0.11.0 (Development Release)
======
- This is the first release with initial GTK+3 support. This initial
port is thanks to Nick Schermer and Jonas K?mmerlin, who provided
all necessary components. As this is an initial release, expect to
find bugs or even wholly incomplete functionality.
- Translation updates: Asturian, Basque, Bulgarian, Catalan, French,
German, Greek, Hebrew, Hungarian, Icelandic, Japanese, Korean,
Lithuanian, Occitan, Panjabi, Portuguese (Brazil), Russian, Slovak,
Slovenian, Spanish, Swedish, Turkish, Ukrainian
0.11.1 (Development Release)
======
- This release addresses a new bug introduced in 0.11.0 where exo
did not correctly export the user's environment variables.
- Translation updates: Chinese (China), Croatian, Swedish
0.11.2 (Development Release)
======
- Several improvements from f2404:
- Remove unused struct member
- Check index range before accessing array
- Do not assign value twice
- Resolve gdk_cursor_* deprecated warnings
- Resolve gdk_threads_* deprecated warnings
- Fixed vertical alignment of options in preferred applications
- Fixed issue with Thunar detailed view losing selection (Xfce #12916)
- Translation updates: Asturian, English (Australia), Italian, Kazakh,
Lithuanian, Malay, Polish, Portuguese, Romanian, Russian, Thai
0.11.3 (Development Release)
======
- New Features:
- exo-csource: Add --output flag to write output to a file (Xfce #12901)
- exo-helper: Add --query flag to query the preferred application (Xfce #8579)
- Build Changes:
- Requirements updated: GTK 2.24, GTK 3.20, GLib 2.42, libxfce4ui 4.12
- GTK 3 libraries are no longer optional
- Default debug for development builds is now "yes" instead of "full"
- Bug Fixes:
- Discard preferred application selection if dialog is canceled (Xfce #8802)
- Do not ship generic category icons, these are standard (Xfce #9992)
- Do not abort builds due to deprecated declarations (Xfce #11556)
- Fix crash in Thunar on selection change after directory change (Xfce #13238)
- Fix crash in exo-helper-1 from GTK 3 migration (Xfce #13374)
- Fix ExoIconView being unable to decrease its size (Xfce #13402)
- Documentation Updates:
- Add missing per-release API indices
- Resolve undocumented symbols
- Updated project documentation (HACKING, README, THANKS)
- Translation Updates: Amharic, Asturian, Catalan, Chinese (Taiwan), Croatian,
Danish, Dutch, Finnish, Galician, Greek, Indonesian, Kazakh, Korean,
Lithuanian, Norwegian Bokmal, Norwegian Nynorsk, Occitan,
Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Thai
2017-06-18 22:39:29 +02:00
|
|
|
USE_TOOLS+= perl:run
|
xfce4-exo: update to 0.12.5
0.12.5
======
- Bug Fixes:
- Fix typehead in ExoIconView (Xfce #15100)
- Build Updates:
- Building libexo-1 can now be disabled (Xfce #15138, #15199)
- Building documentation still requires libexo-1 since some older
symbols exists only in the GTK+ 2 library
- Several components were moved around to align with the correct
library versions:
- Helpers are now installed in exo-2 paths, and exo-helper-1 has
been renamed to exo-helper-2 to follow the library version
- Pixmaps were moved to an unversioned path (pixmaps/exo) since
they are used by both versions of the library
- exo-compose-mail has dropped the library version since it
does not depend on either version of the library
- The expansion-to-defined flag was re-enabled
- Translation Updates: Albanian, Bulgarian, Danish, Dutch,
English (United Kingdom), Finnish, Indonesian, Korean, Spanish
2019-05-04 04:01:35 +02:00
|
|
|
REPLACE_PERL= exo-helper/helpers/exo-compose-mail
|
2007-04-12 11:50:50 +02:00
|
|
|
|
2015-04-21 10:56:37 +02:00
|
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
2009-09-16 03:15:32 +02:00
|
|
|
|
2015-04-21 10:56:37 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= exo/exo-1.pc.in
|
2011-06-19 03:14:53 +02:00
|
|
|
|
2008-12-18 17:38:08 +01:00
|
|
|
PKG_SYSCONFSUBDIR= xdg/xfce4
|
|
|
|
EGDIR= ${XFCE4_EGBASE}
|
2009-09-16 03:15:32 +02:00
|
|
|
|
|
|
|
CONF_FILES= ${EGDIR}/helpers.rc ${PKG_SYSCONFDIR}/helpers.rc
|
2008-12-18 17:38:08 +01:00
|
|
|
OWN_DIRS+= ${EGDIR}
|
|
|
|
|
2009-09-16 03:15:32 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2017-06-20 16:33:21 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2015-04-21 10:56:37 +02:00
|
|
|
.include "../../x11/libxfce4ui/buildlink3.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2007-04-12 11:50:50 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|