pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
{ark,dolphin-plugins,filelight,kcalc,kgamma5, khelpcenter} fix dependency locations
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Fri May 27 00:23:22 2016 +1200
Changeset: 4b87b4dde5a80f64a64f0d9efc9f3119c8a86266
Modified Files:
ark/Makefile
dolphin-plugins/Makefile
filelight/Makefile
kcalc/Makefile
kgamma5/Makefile
khelpcenter/Makefile
Log Message:
{ark,dolphin-plugins,filelight,kcalc,kgamma5,khelpcenter} fix dependency locations
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b87b4dde5a80f64a64f0d9efc9f3119c8a86266
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ark/Makefile | 6 +++---
dolphin-plugins/Makefile | 4 ++--
filelight/Makefile | 4 ++--
kcalc/Makefile | 6 +++---
kgamma5/Makefile | 2 +-
khelpcenter/Makefile | 8 ++++----
6 files changed, 15 insertions(+), 15 deletions(-)
diffs:
diff --git a/ark/Makefile b/ark/Makefile
index b0818a7..4c657ba 100644
--- a/ark/Makefile
+++ b/ark/Makefile
@@ -9,7 +9,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-fdl-v1.2
.include "../../wip/kde5/applications.mk"
-BUILD_DEPENDS+= kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
USE_TOOLS+= msgmerge
@@ -22,7 +22,7 @@ CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/ark.categories \
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/kparts/buildlink3.mk"
-.include "../../wip/kpty/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
+.include "../../devel/kpty/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/dolphin-plugins/Makefile b/dolphin-plugins/Makefile
index bc6fc7a..b0c505b 100644
--- a/dolphin-plugins/Makefile
+++ b/dolphin-plugins/Makefile
@@ -9,12 +9,12 @@ LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2
.include "../../wip/kde5/applications.mk"
-BUILD_DEPENDS+= kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
USE_TOOLS+= msgmerge
.include "../../wip/dolphin5/buildlink3.mk"
.include "../../wip/kdelibs4support/buildlink3.mk"
-.include "../../wip/ktexteditor/buildlink3.mk"
+.include "../../devel/ktexteditor/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/filelight/Makefile b/filelight/Makefile
index 65a9b45..a5d212d 100644
--- a/filelight/Makefile
+++ b/filelight/Makefile
@@ -9,7 +9,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
.include "../../wip/kde5/applications.mk"
-BUILD_DEPENDS+= kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
USE_TOOLS+= msgmerge
@@ -19,6 +19,6 @@ CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/filelightrc \
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/kparts/buildlink3.mk"
+.include "../../devel/kparts/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/kcalc/Makefile b/kcalc/Makefile
index 3b290fc..fc224b5 100644
--- a/kcalc/Makefile
+++ b/kcalc/Makefile
@@ -9,13 +9,13 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
.include "../../wip/kde5/applications.mk"
-BUILD_DEPENDS+= kdoctools>=5.19.0:../../wip/kdoctools
-DEPENDS+= kinit>=5.21.0:../../wip/kinit
+BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
+DEPENDS+= kinit>=5.21.0:../../x11/kinit
USE_TOOLS+= msgmerge
.include "../../devel/gmp/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/kio/buildlink3.mk"
+.include "../../devel/kio/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/kgamma5/Makefile b/kgamma5/Makefile
index 84cd7a2..4484112 100644
--- a/kgamma5/Makefile
+++ b/kgamma5/Makefile
@@ -9,7 +9,7 @@ LICENSE= gnu-gpl-v2
.include "../../wip/kde5/plasma.mk"
-BUILD_DEPENDS+= kdoctools>=5.19.0:../../wip/kdoctools
+BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
USE_TOOLS+= msgmerge
diff --git a/khelpcenter/Makefile b/khelpcenter/Makefile
index 5dfb883..211235e 100644
--- a/khelpcenter/Makefile
+++ b/khelpcenter/Makefile
@@ -9,8 +9,8 @@ LICENSE= gnu-gpl-v2
.include "../../wip/kde5/applications.mk"
-BUILD_DEPENDS+= kdoctools>=5.19.0:../../wip/kdoctools
-DEPENDS+= kinit>=5.21.0:../../wip/kinit
+BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
+DEPENDS+= kinit>=5.21.0:../../x11/kinit
USE_TOOLS+= msgmerge pkg-config perl:run
@@ -23,8 +23,8 @@ CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/khelpcenter.categories \
.include "../../devel/grantlee-qt5/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/xapian/buildlink3.mk"
-.include "../../wip/kdoctools/buildlink3.mk"
-.include "../../wip/kio/buildlink3.mk"
+.include "../../devel/kdoctools/buildlink3.mk"
+.include "../../devel/kio/buildlink3.mk"
.include "../../wip/khtml/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
- Prev by Date:
{kde-gtk-config,ksysguard}: fix dependency locations
- Next by Date:
{kmenuedit,konsole,ksshaskpass,libksysguard, milou} fix dependency locations
- Previous by Thread:
{kde-gtk-config,ksysguard}: fix dependency locations
- Next by Thread:
{kmenuedit,konsole,ksshaskpass,libksysguard, milou} fix dependency locations
- Indexes:
Home |
Main Index |
Thread Index |
Old Index