diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:26:59 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:26:59 +0800 |
| commit | 82944b857c6a95150edeadac61ec098b4fae343b (patch) | |
| tree | de13f5384c623ec3bf6ef7c849792deaaff6408c | |
| parent | 5d518dfba0e5ced893ce271d501fdc67240f86b0 (diff) | |
| download | alicelinux-82944b857c6a95150edeadac61ec098b4fae343b.tar.gz alicelinux-82944b857c6a95150edeadac61ec098b4fae343b.zip | |
nsxiv: new added
| -rw-r--r-- | repos/xorg/nsxiv/.files | 9 | ||||
| -rw-r--r-- | repos/xorg/nsxiv/abuild | 10 | ||||
| -rw-r--r-- | repos/xorg/nsxiv/depends | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/repos/xorg/nsxiv/.files b/repos/xorg/nsxiv/.files new file mode 100644 index 00000000..4b5f58d9 --- /dev/null +++ b/repos/xorg/nsxiv/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/nsxiv +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/nsxiv.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/nsxiv.1.gz diff --git a/repos/xorg/nsxiv/abuild b/repos/xorg/nsxiv/abuild new file mode 100644 index 00000000..f8cb2770 --- /dev/null +++ b/repos/xorg/nsxiv/abuild @@ -0,0 +1,10 @@ +name=nsxiv +version=32 +release=1 +source="https://codeberg.org/${name}/${name}/archive/v${version}.tar.gz" + +build() { + make PREFIX=/usr HAVE_LIBEXIF=0 + make PREFIX=/usr HAVE_LIBEXIF=0 install + make PREFIX=/usr HAVE_LIBEXIF=0 install-desktop +} diff --git a/repos/xorg/nsxiv/depends b/repos/xorg/nsxiv/depends new file mode 100644 index 00000000..51aef61b --- /dev/null +++ b/repos/xorg/nsxiv/depends @@ -0,0 +1 @@ +imlib2 |