Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,14 +1,15 @@
# $NetBSD: Makefile,v 1.32 2014/05/05 00:48:22 ryoon Exp $
# $NetBSD: Makefile,v 1.34 2015/04/25 14:24:56 tnn Exp $
PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 1.9.4
DISTNAME= xfce4-quicklauncher-plugin-${XFCE4_VERSION}
PKGREVISION= 21
DISTNAME= xfce4-quicklauncher-plugin-1.9.4
CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
COMMENT= Xfce quicklaunch plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,5 +1,5 @@
@comment $NetBSD: PLIST,v 1.4 2007/04/12 09:55:17 martti Exp $
lib/xfce4/panel-plugins/libquicklauncher.la
@comment $NetBSD: PLIST,v 1.5 2015/04/21 08:56:41 jperkin Exp $
lib/xfce4/panel/plugins/libquicklauncher.la
share/locale/cs/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
share/locale/el/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
share/locale/eu/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
@@ -10,4 +10,4 @@ share/locale/ja/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
share/locale/pl/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
share/locale/ru/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
share/locale/vi/LC_MESSAGES/xfce4-quicklauncher-plugin.mo
share/xfce4/panel-plugins/quicklauncher.desktop
share/xfce4/panel/plugins/quicklauncher.desktop

View File

@@ -1,16 +0,0 @@
# $NetBSD: buildlink3.mk,v 1.37 2014/05/05 00:48:22 ryoon Exp $
BUILDLINK_TREE+= xfce4-quicklauncher-plugin
.if !defined(XFCE4_QUICKLAUNCHER_PLUGIN_BUILDLINK3_MK)
XFCE4_QUICKLAUNCHER_PLUGIN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-quicklauncher-plugin+= xfce4-quicklauncher-plugin>=1.9.4
BUILDLINK_ABI_DEPENDS.xfce4-quicklauncher-plugin+= xfce4-quicklauncher-plugin>=1.9.4nb21
BUILDLINK_PKGSRCDIR.xfce4-quicklauncher-plugin?= ../../sysutils/xfce4-quicklauncher-plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.endif # XFCE4_QUICKLAUNCHER_PLUGIN_BUILDLINK3_MK
BUILDLINK_TREE+= -xfce4-quicklauncher-plugin

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2007/12/05 07:50:17 martti Exp $
$NetBSD: distinfo,v 1.4 2015/04/21 08:56:41 jperkin Exp $
SHA1 (xfce4-quicklauncher-plugin-1.9.4.tar.bz2) = ad2b7b344ddb611cee25ee130c1f2d4765072fa1
RMD160 (xfce4-quicklauncher-plugin-1.9.4.tar.bz2) = c039d2244f08f99d4a764bd8ee38bc017a372923
Size (xfce4-quicklauncher-plugin-1.9.4.tar.bz2) = 282545 bytes
SHA1 (patch-panel-plugin_Makefile.in) = ab3a25da936dc7303afe96730b59bf8d31439a95

View File

@@ -0,0 +1,34 @@
$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/04/21 08:56:41 jperkin Exp $
Ahjust panel plugin path.
--- panel-plugin/Makefile.in.orig 2007-06-27 19:07:13.000000000 +0000
+++ panel-plugin/Makefile.in
@@ -238,7 +238,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-plugindir = $(libdir)/xfce4/panel-plugins
+plugindir = $(libdir)/xfce4/panel/plugins
plugin_LTLIBRARIES = \
libquicklauncher.la
@@ -271,7 +271,7 @@ libquicklauncher_la_LIBADD = \
# additional level of indirection: a <name>.desktop.in.in file.
desktop_in_in_files = quicklauncher.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 = \
$(desktop_in_in_files)
@@ -595,8 +595,8 @@ uninstall-am: uninstall-desktopDATA unin
# get full path into .desktop file
%.desktop.in: %.desktop.in.in
- sed -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel-plugins^" \
- $< > $@
+ sed -e "s^@INTERNAL_PLUGIN_PATH@/libquicklauncher.so^quicklauncher^" \
+ $< > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: