unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 67040@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#67040] [PATCH v2] gnu: Add krename.
Date: Mon,  4 Dec 2023 20:45:11 +0100	[thread overview]
Message-ID: <40e139a8550e60d0ffd898b29341a5d03b3f2826.1701719073.git.sughosha@disroot.org> (raw)
In-Reply-To: <be46423e99071ca34fb62a9f37159230519d8077.1699615824.git.sughosha@disroot.org>

* gnu/packages/kde-utils.scm (krename): New variable.

Change-Id: I004f1fffa269f6182f89481970bd223aeec48bc4
---
 gnu/packages/kde-utils.scm | 62 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 4e665da599..3c31608dbe 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -35,11 +35,15 @@ (define-module (gnu packages kde-utils)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages cups)
+  #:use-module (gnu packages fontutils)
   #:use-module (gnu packages glib) ; dbus for tests
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gstreamer)
+  #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
+  #:use-module (gnu packages mp3)
   #:use-module (gnu packages multiprecision)
+  #:use-module (gnu packages pdf)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages kde)
   #:use-module (gnu packages kde-frameworks)
@@ -887,6 +891,64 @@ (define-public kmouth
     (license ;; GPL for programs, FDL for documentation
      (list license:gpl2+ license:fdl1.2+))))
 
+(define-public krename
+  (package
+    (name "krename")
+    (version "5.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/krename/" version
+                                  "/src/krename-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1v935xlsy7lyp1fgmy5ad3x5i9d8rigwanpmsx6xpxnrvnkn0g5j"))))
+    (build-system qt-build-system)
+    (native-inputs
+     (list extra-cmake-modules pkg-config))
+    (inputs
+     (list exiv2
+           freetype
+           karchive
+           kcompletion
+           kconfig
+           kcoreaddons
+           kcrash
+           ki18n
+           kiconthemes
+           kio
+           kitemviews
+           kjobwidgets
+           kjs
+           kservice
+           kwidgetsaddons
+           kxmlgui
+           podofo
+           taglib))
+    (home-page "https://userbase.kde.org/KRename")
+    (synopsis "Utility to handle specialized file renames")
+    (description "KRename is a batch file renamer by KDE.  It allows you to
+easily rename hundreds or even more files in one go.  The filenames can be
+created using parts of the original filename or information from the file
+matadata such as creation date or Exif information of an image or by numbering
+the files.
+
+Its features include:
+
+@itemize
+@item renaming a list of files based on a set of expressions,
+@item copying/moving a list of files to another directory,
+@item converting filenames to upper/lower case,
+@item adding numbers to filenames,
+@item finding and replacing parts of the filename,
+@item rename audio files based on their metadata,
+@item setting access and modification dates, permissions and file ownership,
+@item a plug-in API which allows you to extend KRename's features,
+@item renaming directories recursively,
+@item support for KFilePlugins
+@item and creating undo file.
+@end itemize")
+    (license license:gpl3+)))
+
 (define-public kronometer
   (package
     (name "kronometer")

base-commit: bdbb9dc27a590b08651d058f06a42caa26e04abb
-- 
2.41.0





      parent reply	other threads:[~2023-12-04 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 11:38 [bug#67040] [PATCH] gnu: Add krename Sughosha via Guix-patches via
2023-11-18 17:16 ` Bruno Victal
2023-11-18 21:37   ` Sughosha via Guix-patches via
2023-12-04 19:45 ` Sughosha via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40e139a8550e60d0ffd898b29341a5d03b3f2826.1701719073.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=67040@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).