aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-26 23:26:59 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-26 23:26:59 +0800
commit82944b857c6a95150edeadac61ec098b4fae343b (patch)
treede13f5384c623ec3bf6ef7c849792deaaff6408c /repos
parent5d518dfba0e5ced893ce271d501fdc67240f86b0 (diff)
downloadalicelinux-82944b857c6a95150edeadac61ec098b4fae343b.tar.gz
alicelinux-82944b857c6a95150edeadac61ec098b4fae343b.zip
nsxiv: new added
Diffstat (limited to 'repos')
-rw-r--r--repos/xorg/nsxiv/.files9
-rw-r--r--repos/xorg/nsxiv/abuild10
-rw-r--r--repos/xorg/nsxiv/depends1
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