Guest User

Untitled

a guest
Nov 25th, 2017
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. commit 4e92eaaeb414115e7e9d31f31ad500bb3f51aa14
  2. Author: Bor Kraljič <pyrobor@ver.si>
  3. Date: Wed Sep 14 08:11:30 2011 +0200
  4.  
  5. kdelibs4: request soprano with kde4 support
  6.  
  7. diff --git a/kde4/kdelibs4/DEPENDS b/kde4/kdelibs4/DEPENDS
  8. index 80d5ddc..691a3b1 100755
  9. --- a/kde4/kdelibs4/DEPENDS
  10. +++ b/kde4/kdelibs4/DEPENDS
  11. @@ -21,7 +21,7 @@ depends giflib &&
  12. depends JPEG &&
  13. depends attica &&
  14. depends shared-desktop-ontologies &&
  15. -depends soprano &&
  16. +depends -sub KDE4 soprano &&
  17. depends redland &&
  18. depends raptor &&
  19. depends libdbusmenu-qt &&
  20. diff --git a/kde4/kdelibs4/HISTORY b/kde4/kdelibs4/HISTORY
  21. index e4b156a..03aca14 100644
  22. --- a/kde4/kdelibs4/HISTORY
  23. +++ b/kde4/kdelibs4/HISTORY
  24. @@ -1,5 +1,6 @@
  25. 2011-09-14 Bor Kraljič <pyrobor@ver.si>
  26. * DEPENDS: added dependencies from KDE_DEPENDS
  27. + request soprano with kde4 support
  28.  
  29. 2011-09-08 Bor Kraljič <pyrobor@ver.si>
  30. * CONFLICTS: conflict with yakuake and not yakuake4
  31.  
  32. commit e6b65fb3484edc93d65f1e8e80fdb49e9b556bec
  33. Author: Bor Kraljič <pyrobor@ver.si>
  34. Date: Wed Sep 14 08:11:30 2011 +0200
  35.  
  36. soprano: added option to request kde4 support
  37.  
  38. diff --git a/kde4-support/soprano/CONFIGURE b/kde4-support/soprano/CONFIGURE
  39. new file mode 100755
  40. index 0000000..3ab87dd
  41. --- /dev/null
  42. +++ b/kde4-support/soprano/CONFIGURE
  43. @@ -0,0 +1 @@
  44. +config_query SOP_KDE 'build for use with KDE4?' y
  45. diff --git a/kde4-support/soprano/HISTORY b/kde4-support/soprano/HISTORY
  46. index 8819346..ac31f7e 100644
  47. --- a/kde4-support/soprano/HISTORY
  48. +++ b/kde4-support/soprano/HISTORY
  49. @@ -1,3 +1,7 @@
  50. +2011-09-14 Bor Kraljič <pyrobor@ver.si>
  51. + * {,PRE_}SUB_DEPENDS: added option to request kde4 support
  52. + * PREPARE -> CONFIGURE: moved query from PREPARE to CONFIGURE
  53. +
  54. 2011-09-04 Bor Kraljič <pyrobor@ver.si>
  55. * DETAILS: PATCHLEVEL++ for /opt/kde4 -> /usr change
  56.  
  57. diff --git a/kde4-support/soprano/PREPARE b/kde4-support/soprano/PREPARE
  58. deleted file mode 100755
  59. index 3ab87dd..0000000
  60. --- a/kde4-support/soprano/PREPARE
  61. +++ /dev/null
  62. @@ -1 +0,0 @@
  63. -config_query SOP_KDE 'build for use with KDE4?' y
  64. diff --git a/kde4-support/soprano/PRE_SUB_DEPENDS b/kde4-support/soprano/PRE_SUB_DEPENDS
  65. new file mode 100755
  66. index 0000000..a9ef5bf
  67. --- /dev/null
  68. +++ b/kde4-support/soprano/PRE_SUB_DEPENDS
  69. @@ -0,0 +1,5 @@
  70. +case $THIS_SUB_DEPENDS in
  71. + KDE4) [[ $SOP_KDE == y ]] ;;
  72. + *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
  73. + return 1;;
  74. +esac
  75. diff --git a/kde4-support/soprano/SUB_DEPENDS b/kde4-support/soprano/SUB_DEPENDS
  76. new file mode 100755
  77. index 0000000..d77d0e2
  78. --- /dev/null
  79. +++ b/kde4-support/soprano/SUB_DEPENDS
  80. @@ -0,0 +1,6 @@
  81. +case $THIS_SUB_DEPENDS in
  82. + KDE4) message "Requested kde4 support for $SPELL, forcing option SOP_KDE=y" &&
  83. + SOP_KDE=y ;;
  84. + *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
  85. + return 1;;
  86. +esac
Add Comment
Please, Sign In to add comment