xfce4-garcon: update to 0.6.2:
- Fix some menu icons are too big (Bug #13785)
- Support composite XDG_CURRENT_DESKTOP (#14137)
- Decrement allocation counter on item unref (#12700)
- Replace hash table for application actions with a list
- Support for freedesktop Keyword item (#10683)
- garcon-gtk2-1.pc should be optional.
- Fix documentation generation
- Fix make distcheck build
- Fix some autogen warnings
- Update dependencies and copyright
- Translation Updates: Amharic, Arabic, Asturian, Belarusian,
Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia),
English (United Kingdom), Esperanto, Spanish, Estonian, Basque,
Finnish, French, Galician, Hebrew, Hindi, Croatian, Hungarian,
Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean,
Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),
Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish,
Telugu, Thai, Turkish, Uighur, Ukrainian, Uzbek, Uzbek (Latin),
Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18 14:27:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.16 2019/01/18 13:27:09 youri Exp $
|
2015-04-21 10:56:37 +02:00
|
|
|
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
|
xfce4-garcon: update to 0.6.2:
- Fix some menu icons are too big (Bug #13785)
- Support composite XDG_CURRENT_DESKTOP (#14137)
- Decrement allocation counter on item unref (#12700)
- Replace hash table for application actions with a list
- Support for freedesktop Keyword item (#10683)
- garcon-gtk2-1.pc should be optional.
- Fix documentation generation
- Fix make distcheck build
- Fix some autogen warnings
- Update dependencies and copyright
- Translation Updates: Amharic, Arabic, Asturian, Belarusian,
Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia),
English (United Kingdom), Esperanto, Spanish, Estonian, Basque,
Finnish, French, Galician, Hebrew, Hindi, Croatian, Hungarian,
Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean,
Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),
Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish,
Telugu, Thai, Turkish, Uighur, Ukrainian, Uzbek, Uzbek (Latin),
Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18 14:27:09 +01:00
|
|
|
DISTNAME= garcon-0.6.2
|
|
|
|
PKGNAME= xfce4-garcon-0.6.2
|
2015-04-21 10:56:37 +02:00
|
|
|
CATEGORIES= x11
|
Update xfce4-garcon to 0.6.1:
0.6.0
=====
- Fix left-alignment of labels in menuitems
- garcon-gtk: Add an option to edit launchers
- Desktop actions custom icon support
- Show desktop actions in a submenu
- Added desktop actions support (bug #11268)
- Don't add a placeholder menu (Bug 11626)
- Fix assertion 'GTK_IS_WIDGET (widget)' failed.
- Fix missing menus when all items are in submenus (bug 11801)
- Translation updates: am, ast, bg, ca, cs, da, de, en_AU, eo, es, fi,
fr, gl, he, hr, id, is, it, ja, kk, ko, lt, ms, nb, nn, oc, pl, pt,
pt_BR, ro, ru, sr, sv, th, tr, uk, zh_CN, zh_TW
0.6.1
=====
- Remove extraneous libxfce4ui-1 check
- Fix garcon-2 reference Bug #13543
- Drop libgarcon-2
- Make building garcon-gtk2 optional
- Translation updates: el, sr, gl, sl
2017-06-18 23:03:06 +02:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/xfce/garcon/0.6/
|
2015-04-21 10:56:37 +02:00
|
|
|
|
|
|
|
HOMEPAGE= https://wiki.xfce.org/dev/garcon
|
|
|
|
COMMENT= Xfce menu library
|
|
|
|
|
2015-07-02 16:13:29 +02:00
|
|
|
PKGCONFIG_OVERRIDE= garcon/garcon-1.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE= garcon/garcon-2.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= garcon-gtk/garcon-gtk2.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= garcon-gtk/garcon-gtk3.pc.in
|
2015-04-21 10:56:37 +02:00
|
|
|
|
2015-07-02 16:13:29 +02:00
|
|
|
EGDIR= ${XFCE4_EGBASE}
|
|
|
|
PKG_SYSCONFSUBDIR= xdg
|
|
|
|
MAKE_DIRS+= ${EGDIR} ${EGDIR}/menus ${PKG_SYSCONFDIR}/menus
|
|
|
|
|
|
|
|
CONF_FILES= ${EGDIR}/menus/xfce-applications.menu \
|
|
|
|
${PKG_SYSCONFDIR}/menus/xfce-applications.menu
|
2015-04-21 10:56:37 +02:00
|
|
|
|
2017-06-20 16:50:04 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2015-06-29 12:50:17 +02:00
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
2015-04-21 10:56:37 +02:00
|
|
|
.include "../../x11/libxfce4ui/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|