3 Commits

Author SHA256 Message Date
1769302fc5 description fix only 2025-06-04 14:01:42 +02:00
Petr Gajdos
d23020e76e fix build with gcc15 2025-06-04 13:28:18 +02:00
dfe66407da Seems there was a race and this was in Factory but not in the imported
git devel prj
2025-06-04 12:59:25 +02:00
4 changed files with 42 additions and 2 deletions

12
fix-manpage-name.patch Normal file
View 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
View 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();

View File

@@ -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>

View File

@@ -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.