Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1769302fc5 | |||
|
|
d23020e76e | ||
| dfe66407da |
12
fix-manpage-name.patch
Normal file
12
fix-manpage-name.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- parcellite-1.2.5/doc/Makefile.orig 2024-07-11 05:33:16.000000000 +0200
|
||||
+++ parcellite-1.2.5/doc/Makefile 2025-03-17 10:11:15.764596682 +0100
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
install: $(GETTEXT_PACKAGE).1
|
||||
mkdir -p $(MANDIR)
|
||||
- gzip -c $^ > $(MANDIR)/$(GETTEXT_PACKAGE).gz
|
||||
+ gzip -c $^ > $(MANDIR)/$(GETTEXT_PACKAGE).1.gz
|
||||
|
||||
|
||||
clean:
|
||||
|
||||
13
parcellite-gcc15.patch
Normal file
13
parcellite-gcc15.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: parcellite-1.2.5/src/main.c
|
||||
===================================================================
|
||||
--- parcellite-1.2.5.orig/src/main.c
|
||||
+++ parcellite-1.2.5/src/main.c
|
||||
@@ -2519,7 +2519,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* Init Parcellite */
|
||||
- parcellite_init(mode);
|
||||
+ parcellite_init();
|
||||
/*g_printf("Start main loop\n"); */
|
||||
/* Run GTK+ loop */
|
||||
gtk_main();
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 08:21:41 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- added patches
|
||||
https://github.com/rickyrockrat/parcellite/issues/113
|
||||
+ parcellite-gcc15.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 09:26:00 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- fix-manpage-name.patch: fix name of installed manual page
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 07:42:54 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package parcellite
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -28,6 +28,9 @@ Source: https://github.com/rickyrockrat/parcellite/archive/refs/tags/%{v
|
||||
Patch0: parcellite-1.1.7-defaults.patch
|
||||
Patch1: parcellite-1.1.9_no_kde_start.patch
|
||||
Patch2: parcellite-1.2.4.0-simple.patch
|
||||
Patch3: fix-manpage-name.patch
|
||||
# https://github.com/rickyrockrat/parcellite/issues/113
|
||||
Patch4: parcellite-gcc15.patch
|
||||
BuildRequires: gnome-icon-theme
|
||||
BuildRequires: intltool >= 0.23
|
||||
BuildRequires: pkgconfig
|
||||
@@ -40,7 +43,7 @@ Requires: xdotool
|
||||
Parcellite is a stripped down, basic-features-only clipboard manager with a
|
||||
small memory footprint for those who like simplicity.
|
||||
|
||||
In GNOME and Xfce the clipboard manager will be started automatically. For
|
||||
In GNOME and Xfce, parcellite will be started automatically. For
|
||||
other desktops or window managers you should also install a panel with a
|
||||
system tray or notification area if you want to use this package.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user