aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repos/xorg/zzzfm/.files36
-rw-r--r--repos/xorg/zzzfm/abuild11
-rw-r--r--repos/xorg/zzzfm/depends4
3 files changed, 51 insertions, 0 deletions
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