xfce4-netload-plugin: update to 1.4.0
Change log:
1.4.0
======
- Add new icons and switch to rDNS naming
- Add "About" dialog
- Add help button to properties dialog
- Improve progressbar look
- Update URLs from goodies.x.o to docs.x.o (Bug #16170)
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- Fix missing-prototypes
- Remove GSourceFunc casts
- Populate a combo box with known network interfaces
- remove unused wormulon files
- Move to common m4 versioning macros
- Fix type for media_list on OpenBSD
- Add basic GitLab pipeline
- Translation Updates:
Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern
Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian,
Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
Uyghur
2021-12-11 14:44:44 +01:00
|
|
|
# $NetBSD: Makefile,v 1.64 2021/12/11 13:44:44 gutteridge Exp $
|
2003-09-26 12:34:18 +02:00
|
|
|
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
|
xfce4-netload-plugin: update to 1.4.0
Change log:
1.4.0
======
- Add new icons and switch to rDNS naming
- Add "About" dialog
- Add help button to properties dialog
- Improve progressbar look
- Update URLs from goodies.x.o to docs.x.o (Bug #16170)
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- Fix missing-prototypes
- Remove GSourceFunc casts
- Populate a combo box with known network interfaces
- remove unused wormulon files
- Move to common m4 versioning macros
- Fix type for media_list on OpenBSD
- Add basic GitLab pipeline
- Translation Updates:
Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern
Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian,
Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
Uyghur
2021-12-11 14:44:44 +01:00
|
|
|
DISTNAME= xfce4-netload-plugin-1.4.0
|
2003-09-26 12:34:18 +02:00
|
|
|
CATEGORIES= sysutils
|
xfce4-netload-plugin: update to 1.4.0
Change log:
1.4.0
======
- Add new icons and switch to rDNS naming
- Add "About" dialog
- Add help button to properties dialog
- Improve progressbar look
- Update URLs from goodies.x.o to docs.x.o (Bug #16170)
- Fix compilation warnings
- autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
- Update `.gitignore`
- Fix missing-prototypes
- Remove GSourceFunc casts
- Populate a combo box with known network interfaces
- remove unused wormulon files
- Move to common m4 versioning macros
- Fix type for media_list on OpenBSD
- Add basic GitLab pipeline
- Translation Updates:
Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern
Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian,
Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
Uyghur
2021-12-11 14:44:44 +01:00
|
|
|
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.4/
|
2015-04-21 10:56:37 +02:00
|
|
|
|
2019-07-18 10:15:34 +02:00
|
|
|
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
|
2005-11-09 08:09:04 +01:00
|
|
|
COMMENT= Xfce network load plugin
|
2003-09-26 12:34:18 +02:00
|
|
|
|
2014-08-21 16:51:30 +02:00
|
|
|
LDFLAGS.SunOS+= -lnsl
|
|
|
|
|
2004-03-10 12:59:31 +01:00
|
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
2015-04-21 10:56:37 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2003-09-26 12:34:18 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|