diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
| commit | ae4593e20cef97c7323d522b40994a59425cd6d5 (patch) | |
| tree | 7b3e8750bbbfa32e917869e325027108ee59ee85 /repos/xorg/feh | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/feh')
| -rw-r--r-- | repos/xorg/feh/.files | 26 | ||||
| -rw-r--r-- | repos/xorg/feh/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/feh/depends | 4 | ||||
| -rwxr-xr-x | repos/xorg/feh/postinstall | 2 |
4 files changed, 36 insertions, 0 deletions
diff --git a/repos/xorg/feh/.files b/repos/xorg/feh/.files new file mode 100644 index 00000000..7e795d99 --- /dev/null +++ b/repos/xorg/feh/.files @@ -0,0 +1,26 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/feh +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/feh.desktop +drwxr-xr-x root/root usr/share/feh/ +drwxr-xr-x root/root usr/share/feh/fonts/ +-rw-r--r-- root/root usr/share/feh/fonts/black.style +-rw-r--r-- root/root usr/share/feh/fonts/menu.style +-rw-r--r-- root/root usr/share/feh/fonts/yudit.ttf +drwxr-xr-x root/root usr/share/feh/images/ +-rw-r--r-- root/root usr/share/feh/images/feh.png +-rw-r--r-- root/root usr/share/feh/images/feh.svg +-rw-r--r-- root/root usr/share/feh/images/menubg_default.png +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/feh.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/feh.svg +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/feh.1.gz diff --git a/repos/xorg/feh/abuild b/repos/xorg/feh/abuild new file mode 100644 index 00000000..8c9b69cd --- /dev/null +++ b/repos/xorg/feh/abuild @@ -0,0 +1,4 @@ +name=feh +version=3.10.2 +release=1 +source="https://$name.finalrewind.org/$name-$version.tar.bz2" diff --git a/repos/xorg/feh/depends b/repos/xorg/feh/depends new file mode 100644 index 00000000..c441d585 --- /dev/null +++ b/repos/xorg/feh/depends @@ -0,0 +1,4 @@ +libpng +imlib2 +libxinerama +libxt diff --git a/repos/xorg/feh/postinstall b/repos/xorg/feh/postinstall new file mode 100755 index 00000000..80598c06 --- /dev/null +++ b/repos/xorg/feh/postinstall @@ -0,0 +1,2 @@ +#!/bin/sh +update-desktop-database --quiet |