-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this is required for Dropbox (via libnautilus)
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |