archivers: add gnome-autoar. based on work by Dan Cîrnaț in wip.
Gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want to use archives as a convient method to tranfer directories over the internet.
This commit is contained in:
parent
c5845795c3
commit
e117afe4a4
6 changed files with 92 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.177 2020/09/04 10:15:12 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.178 2020/11/04 12:27:58 nia Exp $
|
||||
#
|
||||
|
||||
COMMENT= Archivers
|
||||
|
@ -27,6 +27,7 @@ SUBDIR+= fastjar
|
|||
SUBDIR+= fcrackzip
|
||||
SUBDIR+= freeze
|
||||
SUBDIR+= gcpio
|
||||
SUBDIR+= gnome-autoar
|
||||
SUBDIR+= go-xz
|
||||
SUBDIR+= gsharutils
|
||||
SUBDIR+= gtar
|
||||
|
|
3
archivers/gnome-autoar/DESCR
Normal file
3
archivers/gnome-autoar/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Gnome-autoar provides functions, widgets, and gschemas for GNOME applications
|
||||
which want to use archives as a convient method to tranfer directories over
|
||||
the internet.
|
25
archivers/gnome-autoar/Makefile
Normal file
25
archivers/gnome-autoar/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/11/04 12:27:58 nia Exp $
|
||||
|
||||
DISTNAME= gnome-autoar-0.2.4
|
||||
CATEGORIES= archivers gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= dan@alt.md
|
||||
HOMEPAGE= https://gitlab.gnome.org/GNOME/gnome-autoar
|
||||
COMMENT= GLib wrapper around libarchive
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
USE_TOOLS+= pkg-config gmake
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-schemas-compile
|
||||
CONFIGURE_ARGS+= --enable-introspection
|
||||
|
||||
.include "../../devel/gobject-introspection/buildlink3.mk"
|
||||
.include "../../lang/vala/buildlink3.mk"
|
||||
.include "../../devel/glib2/schemas.mk"
|
||||
.include "../../archivers/libarchive/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
41
archivers/gnome-autoar/PLIST
Normal file
41
archivers/gnome-autoar/PLIST
Normal file
|
@ -0,0 +1,41 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/11/04 12:27:58 nia Exp $
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-compressor.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-enum-types.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-extractor.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-format-filter.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-gtk-chooser.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-gtk.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-mime-types.h
|
||||
include/gnome-autoar-0/gnome-autoar/autoar-misc.h
|
||||
include/gnome-autoar-0/gnome-autoar/gnome-autoar.h
|
||||
lib/girepository-1.0/GnomeAutoar-0.1.typelib
|
||||
lib/girepository-1.0/GnomeAutoarGtk-0.1.typelib
|
||||
lib/libgnome-autoar-0.la
|
||||
lib/libgnome-autoar-gtk-0.la
|
||||
lib/pkgconfig/gnome-autoar-0.pc
|
||||
lib/pkgconfig/gnome-autoar-gtk-0.pc
|
||||
share/gir-1.0/GnomeAutoar-0.1.gir
|
||||
share/gir-1.0/GnomeAutoarGtk-0.1.gir
|
||||
share/gtk-doc/html/gnome-autoar/AutoarCompressor.html
|
||||
share/gtk-doc/html/gnome-autoar/AutoarExtractor.html
|
||||
share/gtk-doc/html/gnome-autoar/annotation-glossary.html
|
||||
share/gtk-doc/html/gnome-autoar/api-index-full.html
|
||||
share/gtk-doc/html/gnome-autoar/ch01.html
|
||||
share/gtk-doc/html/gnome-autoar/ch02.html
|
||||
share/gtk-doc/html/gnome-autoar/ch03.html
|
||||
share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-format-filter.html
|
||||
share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-gtk-chooser.html
|
||||
share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-misc.html
|
||||
share/gtk-doc/html/gnome-autoar/gnome-autoar.devhelp2
|
||||
share/gtk-doc/html/gnome-autoar/home.png
|
||||
share/gtk-doc/html/gnome-autoar/index.html
|
||||
share/gtk-doc/html/gnome-autoar/left-insensitive.png
|
||||
share/gtk-doc/html/gnome-autoar/left.png
|
||||
share/gtk-doc/html/gnome-autoar/object-tree.html
|
||||
share/gtk-doc/html/gnome-autoar/right-insensitive.png
|
||||
share/gtk-doc/html/gnome-autoar/right.png
|
||||
share/gtk-doc/html/gnome-autoar/style.css
|
||||
share/gtk-doc/html/gnome-autoar/up-insensitive.png
|
||||
share/gtk-doc/html/gnome-autoar/up.png
|
||||
share/vala/vapi/gnome-autoar-0.vapi
|
||||
share/vala/vapi/gnome-autoar-gtk-0.vapi
|
15
archivers/gnome-autoar/buildlink3.mk
Normal file
15
archivers/gnome-autoar/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2020/11/04 12:27:58 nia Exp $
|
||||
|
||||
BUILDLINK_TREE+= gnome-autoar
|
||||
|
||||
.if !defined(GNOME_AUTOAR_BUILDLINK3_MK)
|
||||
GNOME_AUTOAR_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.gnome-autoar+= gnome-autoar>=0.2.4
|
||||
BUILDLINK_PKGSRCDIR.gnome-autoar?= ../../archivers/gnome-autoar
|
||||
|
||||
.include "../../archivers/libarchive/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.endif # GNOME_AUTOAR_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -gnome-autoar
|
6
archivers/gnome-autoar/distinfo
Normal file
6
archivers/gnome-autoar/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/11/04 12:27:58 nia Exp $
|
||||
|
||||
SHA1 (gnome-autoar-0.2.4.tar.xz) = 2d09f406b0281d926bf53902e6c184c42467da41
|
||||
RMD160 (gnome-autoar-0.2.4.tar.xz) = 14e59e0b1f74ba4e12c139751120cc15b1136eab
|
||||
SHA512 (gnome-autoar-0.2.4.tar.xz) = 66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19
|
||||
Size (gnome-autoar-0.2.4.tar.xz) = 294956 bytes
|
Loading…
Reference in a new issue