From 0e1a984bc043aca669ce03b972346fcfcfb9b11c Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 18 Aug 2024 00:07:02 +0800 Subject: zzzfm: new added --- repos/xorg/zzzfm/.files | 36 ++++++++++++++++++++++++++++++++++++ repos/xorg/zzzfm/abuild | 11 +++++++++++ repos/xorg/zzzfm/depends | 4 ++++ 3 files changed, 51 insertions(+) create mode 100644 repos/xorg/zzzfm/.files create mode 100644 repos/xorg/zzzfm/abuild create mode 100644 repos/xorg/zzzfm/depends diff --git a/repos/xorg/zzzfm/.files b/repos/xorg/zzzfm/.files new file mode 100644 index 00000000..b4da1a97 --- /dev/null +++ b/repos/xorg/zzzfm/.files @@ -0,0 +1,36 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/zzzfm/ +-rw-r--r-- root/root etc/zzzfm/zzzfm.conf.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/zzzfm +-rwxr-xr-x root/root usr/bin/zzzfm-auth +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/zzzfm-find.desktop +-rw-r--r-- root/root usr/share/applications/zzzfm-folder-handler.desktop +-rw-r--r-- root/root usr/share/applications/zzzfm.desktop +drwxr-xr-x root/root usr/share/mime/ +drwxr-xr-x root/root usr/share/mime/packages/ +-rw-r--r-- root/root usr/share/mime/packages/zzzfm-mime.xml +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-128-cube-blue.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-128-cube-red.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-48-cube-blue.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-48-cube-red.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-48-folder-blue.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-48-folder-red.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-find.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-root.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm-root24.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm.png +-rw-r--r-- root/root usr/share/pixmaps/zzzfm24.png +drwxr-xr-x root/root usr/share/zzzfm/ +drwxr-xr-x root/root usr/share/zzzfm/ui/ +-rw-r--r-- root/root usr/share/zzzfm/ui/appchooserdlg.ui +-rw-r--r-- root/root usr/share/zzzfm/ui/file_properties.ui +-rw-r--r-- root/root usr/share/zzzfm/ui/find-files.ui +-rw-r--r-- root/root usr/share/zzzfm/ui/find-files2.ui +-rw-r--r-- root/root usr/share/zzzfm/ui/godlg.ui +-rw-r--r-- root/root usr/share/zzzfm/ui/prefdlg.ui +-rw-r--r-- root/root usr/share/zzzfm/ui/prefdlg2.ui diff --git a/repos/xorg/zzzfm/abuild b/repos/xorg/zzzfm/abuild new file mode 100644 index 00000000..633bda25 --- /dev/null +++ b/repos/xorg/zzzfm/abuild @@ -0,0 +1,11 @@ +name=zzzfm +_version=1.0.7-5 +version=${_version/-/.} +release=1 +source="https://gitlab.com/antix-contribs/${name}/-/archive/${_version}/${name}-${_version}.tar.gz" +build_opt="--disable-video-thumbnails" +export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types" + +prebuild() { + autoreconf -fiv +} diff --git a/repos/xorg/zzzfm/depends b/repos/xorg/zzzfm/depends new file mode 100644 index 00000000..180c5d3d --- /dev/null +++ b/repos/xorg/zzzfm/depends @@ -0,0 +1,4 @@ +intltool +glib +gtk3 +libudev-zero -- cgit v1.2.3