summaryrefslogtreecommitdiffstats
path: root/gnome3-apps/gcab
diff options
context:
space:
mode:
authorTreeve Jelbert2019-04-08 13:57:35 +0200
committerTreeve Jelbert2019-04-08 13:57:35 +0200
commit77835ce88d47c762c67cc13378ef5e34819774be (patch)
treebf51b2cd1e56d25b2bee7cefa903df4c262a9088 /gnome3-apps/gcab
parent4a2f2f2b591a96f3d29c5bbf4ac4a59df9930ab5 (diff)
gcab-1.2
Diffstat (limited to 'gnome3-apps/gcab')
-rwxr-xr-xgnome3-apps/gcab/BUILD2
-rwxr-xr-xgnome3-apps/gcab/CONFIGURE1
-rwxr-xr-xgnome3-apps/gcab/DEPENDS7
-rwxr-xr-xgnome3-apps/gcab/DETAILS14
-rw-r--r--gnome3-apps/gcab/HISTORY3
5 files changed, 27 insertions, 0 deletions
diff --git a/gnome3-apps/gcab/BUILD b/gnome3-apps/gcab/BUILD
new file mode 100755
index 0000000000..f3425b75b5
--- /dev/null
+++ b/gnome3-apps/gcab/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' tests=false'
+default_build \ No newline at end of file
diff --git a/gnome3-apps/gcab/CONFIGURE b/gnome3-apps/gcab/CONFIGURE
new file mode 100755
index 0000000000..e69dea4784
--- /dev/null
+++ b/gnome3-apps/gcab/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE \ No newline at end of file
diff --git a/gnome3-apps/gcab/DEPENDS b/gnome3-apps/gcab/DEPENDS
new file mode 100755
index 0000000000..c4516ea9cf
--- /dev/null
+++ b/gnome3-apps/gcab/DEPENDS
@@ -0,0 +1,7 @@
+depends meson &&
+depends ninja-build-system &&
+depends python3 &&
+depends glib2 &&
+depends zlib &&
+optional_depends gobject-introspection 'introspection=true' 'introspection=false' 'introspect' &&
+optional_depends gtk-doc 'docs=true' 'docs=false' 'build docs' \ No newline at end of file
diff --git a/gnome3-apps/gcab/DETAILS b/gnome3-apps/gcab/DETAILS
new file mode 100755
index 0000000000..8f29595353
--- /dev/null
+++ b/gnome3-apps/gcab/DETAILS
@@ -0,0 +1,14 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=gcab
+ VERSION=1.2
+ SOURCE_HASH=sha512:b5cc114f5cea21c21d9ef2009cefce700b5a7f97609e20aa455b84fcefe1693ce2566ddc58dc2b7c97f7db772f8ae3a2f3cc9a0e1d2c23d93d5fbee9101d3f64
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=https://live.gnome.org/gcab
+ ENTERED=20190407
+ SHORT=""
+cat << EOF
+EOF
diff --git a/gnome3-apps/gcab/HISTORY b/gnome3-apps/gcab/HISTORY
new file mode 100644
index 0000000000..90cb6142f1
--- /dev/null
+++ b/gnome3-apps/gcab/HISTORY
@@ -0,0 +1,3 @@
+2019-04-07 Treeve Jelbert <treeve@sourcemage,org>
+ * DETAILS: vereion 1,2
+ spell created \ No newline at end of file