Skip to content

Commit

Permalink
Add gnome-autoar
Browse files Browse the repository at this point in the history
this is required for Dropbox (via libnautilus)
  • Loading branch information
wawrzek committed Apr 5, 2024
1 parent a5da9bb commit d8e15b7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gnome-autoar/.footprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gnome-autoar-0/
drwxr-xr-x root/root usr/include/gnome-autoar-0/gnome-autoar/
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-compressor.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-enum-types.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-extractor.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-format-filter.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-gtk-chooser.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-gtk.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-mime-types.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/autoar-misc.h
-rw-r--r-- root/root usr/include/gnome-autoar-0/gnome-autoar/gnome-autoar.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgnome-autoar-0.so -> libgnome-autoar-0.so.0
lrwxrwxrwx root/root usr/lib/libgnome-autoar-0.so.0 -> libgnome-autoar-0.so.0.2.0
-rwxr-xr-x root/root usr/lib/libgnome-autoar-0.so.0.2.0
lrwxrwxrwx root/root usr/lib/libgnome-autoar-gtk-0.so -> libgnome-autoar-gtk-0.so.0
lrwxrwxrwx root/root usr/lib/libgnome-autoar-gtk-0.so.0 -> libgnome-autoar-gtk-0.so.0.2.0
-rwxr-xr-x root/root usr/lib/libgnome-autoar-gtk-0.so.0.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gnome-autoar-0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gnome-autoar-gtk-0.pc
5 changes: 5 additions & 0 deletions gnome-autoar/.signature
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/wawrzek.pub
RWQXc2agtIcYBSL53nK+mrQQcY4FDJMXpuufABDxF3qHhaz82QVBR01ZY3knNKqRHg4ZZn35MGjP44E6DssA6/L7au1KkwwrJgs=
SHA256 (Pkgfile) = 8af8727c2fadd28d987adebbdcb1d54f8e08f7d9a2785da42de36dbcf12bdc08
SHA256 (.footprint) = b740c21e0738e576cfa5422db261a1a0c1dd61f967f64f71f41231d9f1e03139
SHA256 (gnome-autoar-0.4.4.tar.xz) = c0afbe333bcf3cb1441a1f574cc8ec7b1b8197779145d4edeee2896fdacfc3c2
21 changes: 21 additions & 0 deletions gnome-autoar/Pkgfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Description: GNOME library to use archives for internet transfer
# URL: https://gitlab.gnome.org/GNOME/gnome-autoar
# Maintainer: Wawrzek Niewodniczanski main at wawrzek dot name
# Depends on: libarchive gtk3

name=gnome-autoar
version=0.4.4
release=1
source=(https://download.gnome.org/sources/gnome-autoar/${version::3}/$name-$version.tar.xz)

build() {
meson setup $name-$version build \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--buildtype=plain \
--wrap-mode nodownload \
--auto-features disabled \
-D gtk_doc=false
ninja -C build
DESTDIR=$PKG ninja install -C build
}

0 comments on commit d8e15b7

Please sign in to comment.