diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
| commit | 5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb (patch) | |
| tree | f1fe27b5a2945c9d83d4e60fbca8c32e3f4881d7 /repos/xorg/pcmanfm | |
| parent | 66196c82a820c3d13c833f4c626afad1dacbfc75 (diff) | |
| download | alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.tar.gz alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.zip | |
dropped xorg
Diffstat (limited to 'repos/xorg/pcmanfm')
| -rw-r--r-- | repos/xorg/pcmanfm/.checksum | 2 | ||||
| -rw-r--r-- | repos/xorg/pcmanfm/.files | 26 | ||||
| -rw-r--r-- | repos/xorg/pcmanfm/abuild | 11 | ||||
| -rw-r--r-- | repos/xorg/pcmanfm/depends | 1 | ||||
| -rw-r--r-- | repos/xorg/pcmanfm/gcc14-support.patch | 33 | ||||
| -rwxr-xr-x | repos/xorg/pcmanfm/postinstall | 2 |
6 files changed, 0 insertions, 75 deletions
diff --git a/repos/xorg/pcmanfm/.checksum b/repos/xorg/pcmanfm/.checksum deleted file mode 100644 index c510d8d2..00000000 --- a/repos/xorg/pcmanfm/.checksum +++ /dev/null @@ -1,2 +0,0 @@ -836f1b26e578870cf373a8b4b3a7a356d27d5720f8a2f99df2feefae77b6912f gcc14-support.patch -526e9a97938d5b45524d6836a5fe82bcf5539e744279917269d9aadf88951f07 pcmanfm-1.3.2.tar.xz diff --git a/repos/xorg/pcmanfm/.files b/repos/xorg/pcmanfm/.files deleted file mode 100644 index dccfd936..00000000 --- a/repos/xorg/pcmanfm/.files +++ /dev/null @@ -1,26 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/xdg/ -drwxr-xr-x root/root etc/xdg/pcmanfm/ -drwxr-xr-x root/root etc/xdg/pcmanfm/default/ --rw-r--r-- root/root etc/xdg/pcmanfm/default/pcmanfm.conf.new -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pcmanfm -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/pcmanfm-modules.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pcmanfm/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/pcmanfm-desktop-pref.desktop --rw-r--r-- root/root usr/share/applications/pcmanfm.desktop -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/pcmanfm.1.gz -drwxr-xr-x root/root usr/share/pcmanfm/ -drwxr-xr-x root/root usr/share/pcmanfm/ui/ --rw-r--r-- root/root usr/share/pcmanfm/ui/about.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/autorun.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/connect.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/desktop-pref.ui --rw-r--r-- root/root usr/share/pcmanfm/ui/pref.ui diff --git a/repos/xorg/pcmanfm/abuild b/repos/xorg/pcmanfm/abuild deleted file mode 100644 index 95d0b011..00000000 --- a/repos/xorg/pcmanfm/abuild +++ /dev/null @@ -1,11 +0,0 @@ -name=pcmanfm -version=1.3.2 -release=1 -source="https://downloads.sourceforge.net/$name/$name-$version.tar.xz - gcc14-support.patch" -build_opt="--with-gtk=3" - -prebuild() { - sed 's/po//' -i Makefile.am - autoreconf -fi -} diff --git a/repos/xorg/pcmanfm/depends b/repos/xorg/pcmanfm/depends deleted file mode 100644 index 05f315f1..00000000 --- a/repos/xorg/pcmanfm/depends +++ /dev/null @@ -1 +0,0 @@ -libfm diff --git a/repos/xorg/pcmanfm/gcc14-support.patch b/repos/xorg/pcmanfm/gcc14-support.patch deleted file mode 100644 index 7a31e211..00000000 --- a/repos/xorg/pcmanfm/gcc14-support.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 9bf5145eba45cd5e3b87d4f040618fe0ea69a81d Mon Sep 17 00:00:00 2001 -From: Mamoru TASAKA <mtasaka@fedoraproject.org> -Date: Fri, 26 Jul 2024 12:13:32 +0900 -Subject: [PATCH] Fix build with gcc14 -Werror=incompatible-pointer-types - -gcc14 now defaults to gcc -Werror=incompatible-pointer-types . -This commit adds required casts to different pointer types. ---- - src/desktop.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/desktop.c b/src/desktop.c -index 0686a595..b358f503 100644 ---- a/src/desktop.c -+++ b/src/desktop.c -@@ -1267,7 +1267,7 @@ static AtkObject *fm_desktop_accessible_ref_selection(AtkSelection *selection, - item = items->data; - if (item->item->is_selected) - if (i-- == 0) -- return g_object_ref(item); -+ return (AtkObject *)g_object_ref(item); - } - return NULL; - } -@@ -1454,7 +1454,7 @@ static AtkObject *fm_desktop_accessible_ref_child(AtkObject *accessible, - item = g_list_nth_data(priv->items, index); - if (!item) - return NULL; -- return g_object_ref(item); -+ return (AtkObject *)g_object_ref(item); - } - - static void fm_desktop_accessible_initialize(AtkObject *accessible, gpointer data) diff --git a/repos/xorg/pcmanfm/postinstall b/repos/xorg/pcmanfm/postinstall deleted file mode 100755 index 80598c06..00000000 --- a/repos/xorg/pcmanfm/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -update-desktop-database --quiet |