Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.43 2015/04/25 14:24:55 tnn Exp $
# $NetBSD: Makefile,v 1.45 2016/08/03 10:23:26 adam Exp $
PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-netload-plugin-1.2.4
DISTNAME= xfce4-netload-plugin-1.2.99
CATEGORIES= sysutils
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.2/

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.11 2015/04/21 08:56:41 jperkin Exp $
$NetBSD: distinfo,v 1.13 2016/06/09 09:20:25 youri Exp $
SHA1 (xfce4-netload-plugin-1.2.4.tar.bz2) = 2d038dc675ebf2e4d28842f0d33e3d215fe2bcb3
RMD160 (xfce4-netload-plugin-1.2.4.tar.bz2) = 45ef4df8da5525d81da4bf3e3dea6abe697516c2
Size (xfce4-netload-plugin-1.2.4.tar.bz2) = 361889 bytes
SHA1 (patch-panel-plugin_Makefile.in) = 4fad81348816506d6b89a471d72ecfccb2182bfe
SHA1 (xfce4-netload-plugin-1.2.99.tar.bz2) = 6d951cd2c41e388848ebdffe7659d1630053408c
RMD160 (xfce4-netload-plugin-1.2.99.tar.bz2) = fc6e11c08ed6a8c9974ccdc11f5ce86452d89bd2
SHA512 (xfce4-netload-plugin-1.2.99.tar.bz2) = a85fccbb0c1ae85c8b7fbf97e9b5302fccde81dc75d760eef49a8f28e37963ce48c24c8f80c5421aeddc7a20c9ce04732f23cfc8a6549e9b130354cadd41126d
Size (xfce4-netload-plugin-1.2.99.tar.bz2) = 366110 bytes
SHA1 (patch-panel-plugin_net.c) = fbe62641a28154cf9b3ee8c9e5a5ba0c5691f09b
SHA1 (patch-panel-plugin_net.h) = 5626f945ad552f313f07be857d74fe42604ab963

View File

@@ -1,23 +0,0 @@
$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/04/21 08:56:41 jperkin Exp $
Adjust config path.
--- panel-plugin/Makefile.in.orig 2014-11-22 21:10:32.000000000 +0000
+++ panel-plugin/Makefile.in
@@ -355,7 +355,7 @@ commandline_LDADD = @LIBXFCE4PANEL_LIBS@
#
desktop_in_in_files = netload.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
EXTRA_DIST = \
wormulon commandline.c \
@@ -791,7 +791,7 @@ uninstall-am: uninstall-desktopDATA unin
# get full path into .desktop file
%.desktop.in: %.desktop.in.in
- sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
+ sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel/plugins^" \
$< > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.