all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45418] [PATCH] gnu: Add yakuake.
@ 2020-12-25  7:23 ` Z572
  0 siblings, 0 replies; 5+ messages in thread
From: Z572 @ 2020-12-25  7:23 UTC (permalink / raw)
  To: 45418

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: yakuake.patch --]
[-- Type: text/x-patch, Size: 2386 bytes --]

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b1b8b6a484..0d4d9aa595 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -61,6 +61,7 @@
   #:use-module (gnu packages kde-frameworks)
   #:use-module (gnu packages kde-pim)
   #:use-module (gnu packages kde-plasma)
+  #:use-module (gnu packages kde-systemtools)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages markup)
@@ -886,6 +887,56 @@ Mobipocket e-books in Dolphin and other KDE apps.")
 picture metadata as EXIF/IPTC and XMP.")
     (license license:gpl2+)))
 
+(define-public yakuake
+  (package
+    (name "yakuake")
+    (version "20.12.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/release-service/" version
+                                  "/src/yakuake-" version ".tar.xz"))
+              (sha256
+               (base32
+                "175vvkpkpbd7nm0lqjyiw27xmfdfcs9syvfngnjlndmlzwagk8d1"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("breeze-icons" ,breeze-icons)
+       ("karchive" ,karchive)
+       ("kconfig" ,kconfig)
+       ("kcoreaddons" ,kcoreaddons)
+       ("kcrash" ,kcrash)
+       ("kdbusaddons" ,kdbusaddons)
+       ("kglobalaccel" ,kglobalaccel)
+       ("ki18n" ,ki18n)
+       ("kiconthemes" ,kiconthemes)
+       ("kio" ,kio)
+       ("knewstuff" ,knewstuff)
+       ("knotifications" ,knotifications)
+       ("knotifyconfig" ,knotifyconfig)
+       ("konsole" ,konsole)
+       ("kparts" ,kparts)
+       ("kwayland" ,kwayland)
+       ("kwidgetsaddons" ,kwidgetsaddons)
+       ("kwindowsystem" ,kwindowsystem)
+       ("qtbase" ,qtbase)
+       ("qtsvg" ,qtsvg)
+       ("qtx11extras" ,qtx11extras)))
+    (home-page "https://www.kde.org/applications/system/yakuake/")
+    (synopsis "Quad-style terminal emulator for KDE")
+    (description "Yakuake is a drop-down terminal emulator based on KDE Konsole
+technology.
+Features:
+@itemize
+@item Smoothly rolls down from the top of your screen
+@item Tabbed interface
+@item Configurable dimensions and animation speed
+@item Skinnable
+@item Sophisticated D-Bus interface
+@end itemize")
+    (license license:gpl2)))
+
 (define-public zeroconf-ioslave
   (package
     (name "zeroconf-ioslave")




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-31 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-25  7:23 [bug#45418] [PATCH] gnu: Add yakuake Z572
2020-12-25  7:23 ` Z572
2020-12-29 21:09 ` Christopher Baines
2020-12-30  2:15   ` Z572
2020-12-30  2:15     ` Z572
2020-12-31 22:27     ` bug#45418: " Christopher Baines
2020-12-30 10:01   ` [bug#45418] " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.