summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-10-01 22:05:28 +0530
committerSughosha <sughosha@disroot.org>2025-10-03 11:15:25 +0530
commit68ccf69e88c9c658fefad27f26ef5ae52fcc755b (patch)
treeaf0e08238a0acb359f75176574800f1f6d71d2e6 /gnu
parent01e7e9a3cdb5904b9d082ec762c77cfff97a68f1 (diff)
gnu: kompare: Move to kde-sdk.scm.
* gnu/packages/kde.scm (kompare): Remove variable. * gnu/packages/kde-sdk.scm (kompare): New variable. Change-Id: I341b0de43a48c1914e53680e516ebde30dfb47ed
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-sdk.scm48
-rw-r--r--gnu/packages/kde.scm48
2 files changed, 48 insertions, 48 deletions
diff --git a/gnu/packages/kde-sdk.scm b/gnu/packages/kde-sdk.scm
index 06838fe567..d8033aee7f 100644
--- a/gnu/packages/kde-sdk.scm
+++ b/gnu/packages/kde-sdk.scm
@@ -219,6 +219,54 @@ build systems (CMake, QMake, custom Makefiles) and version control
software (Git, Subversion, Mercurial, CVS and Bazaar).")
(license license:lgpl2.1+)))
+(define-public kompare
+ (package
+ (name "kompare")
+ (version "24.12.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kompare-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1ajr7qaf4dcccl5pc09ywfa4mgrfpa3qq1w7x4lfmv82gvp7ld64"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase
+ #:tests? #f))
+ (native-inputs
+ (list extra-cmake-modules kdoctools))
+ (inputs
+ (list libkomparediff2
+ kcodecs
+ kconfig
+ kcoreaddons
+ ki18n
+ kiconthemes
+ kjobwidgets
+ kparts
+ ktexteditor
+ kwidgetsaddons))
+ (home-page "https://apps.kde.org/kompare/")
+ (synopsis "Graphical file differences tool")
+ (description
+ "Kompare is a program to view the differences between files. Features
+include:
+@itemize
+@item comparison of files or directories via a graphical interface,
+@item bezier-based connection widget letting you see both source and destination,
+@item graphical viewing of patch files in normal, context, unified and diff
+ formats,
+@item interactive application of differences,
+@item network transparency,
+@item ability to view plain-text diff output in embedded viewer,
+@item navigation of multiple-file diffs with dockable navigation tree,
+@item graphical interface for commonly used diff command line options,
+@item switch source and destination
+@item and diff statistics.
+@end itemize")
+ (license license:gpl3+)))
+
(define-public massif-visualizer
(package
(name "massif-visualizer")
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 54889cfc4c..480625f4f4 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -824,54 +824,6 @@ submoduletest|cachetest|switchtest)")))))))
"Kommit is a git client for KDE.")
(license license:gpl3+)))
-(define-public kompare
- (package
- (name "kompare")
- (version "24.12.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kompare-" version ".tar.xz"))
- (sha256
- (base32
- "1ajr7qaf4dcccl5pc09ywfa4mgrfpa3qq1w7x4lfmv82gvp7ld64"))))
- (build-system qt-build-system)
- (arguments
- (list #:qtbase qtbase
- #:tests? #f))
- (native-inputs
- (list extra-cmake-modules kdoctools))
- (inputs
- (list libkomparediff2
- kcodecs
- kconfig
- kcoreaddons
- ki18n
- kiconthemes
- kjobwidgets
- kparts
- ktexteditor
- kwidgetsaddons))
- (home-page "https://apps.kde.org/kompare/")
- (synopsis "Graphical file differences tool")
- (description
- "Kompare is a program to view the differences between files. Features
-include:
-@itemize
-@item comparison of files or directories via a graphical interface,
-@item bezier-based connection widget letting you see both source and destination,
-@item graphical viewing of patch files in normal, context, unified and diff
- formats,
-@item interactive application of differences,
-@item network transparency,
-@item ability to view plain-text diff output in embedded viewer,
-@item navigation of multiple-file diffs with dockable navigation tree,
-@item graphical interface for commonly used diff command line options,
-@item switch source and destination
-@item and diff statistics.
-@end itemize")
- (license license:gpl3+)))
-
(define-public kopeninghours
(package
(name "kopeninghours")