Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8f54d163c73989a143a3abb5e289a48001bf40d5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8f54d163c73989a143a3abb5e289a48001bf40d5)
  • Date: Wed, 28 Dec 2016 12:19:30 -0500

There's no actual SOURCE_HASH value...

On Wed, Dec 28, 2016 at 05:02:04PM +0000, Treeve Jelbert wrote:
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
...
devel/appstream/BUILD | 7 +++++++
devel/appstream/CONFIGURE | 1 +
devel/appstream/DEPENDS | 12 ++++++++++++
devel/appstream/DETAILS | 25 +++++++++++++++++++++++++
devel/appstream/HISTORY | 4 ++++
devel/appstream/INSTALL | 1 +
...
commit 8f54d163c73989a143a3abb5e289a48001bf40d5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

appstream-0.10.5
...
diff --git a/devel/appstream/BUILD b/devel/appstream/BUILD
new file mode 100755
index 0000000..17000a1
--- /dev/null
+++ b/devel/appstream/BUILD
@@ -0,0 +1,7 @@
+OPTS+=' -DSTEMMING=0'
+if is_depends_enabled $SPELL qtbase;then
+ PATH="$QT5DIR/bin/:$PATH"
+ export PKG_CONFIG_PATH="$QT5DIR/lib/pkgconfig"
+fi &&
+cmake_build
+
diff --git a/devel/appstream/CONFIGURE b/devel/appstream/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/devel/appstream/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/devel/appstream/DEPENDS b/devel/appstream/DEPENDS
new file mode 100755
index 0000000..474b324
--- /dev/null
+++ b/devel/appstream/DEPENDS
@@ -0,0 +1,12 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+#depends -sub CXX gcc &&
+depends gettext &&
+depends glib2 &&
+depends gobject-introspection &&
+depends libxml2 &&
+depends libyaml &&
+depends pkgconfig &&
+#depends xmlto &&
+
+optional_depends qtbase ' -DQT=1' '' 'Qt5 support' &&
+optional_depends vala ' -DVAPI=1' '' 'Vala support'
diff --git a/devel/appstream/DETAILS b/devel/appstream/DETAILS
new file mode 100755
index 0000000..918e1b5
--- /dev/null
+++ b/devel/appstream/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=appstream
+ SPELLX=AppStream
+ VERSION=0.10.5
+ SOURCE_HASH=sha512:
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+
SOURCE_URL[0]=https://www.freedesktop.org/software/appstream/releases/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=freedesktop.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://www.freedesktop.org/wiki/Distributions/AppStream
+ LICENSE[0]=LGPL
+ ENTERED=20161228
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+AppStream is a cross-distribution effort for enhancing the way we interact
with the software repositories provided by
+(Linux) distributions by standardizing software component metadata.
+
+It provides the foundation to build software-center applications, by
providing metadata necessary for an application-centric
+view on package repositories. AppStream additionally provides specifications
for things like an unified software metadata
+database, screenshot services and various other things needed to create
user-friendly application-centers for (Linux)
+distributions.
+EOF
diff --git a/devel/appstream/HISTORY b/devel/appstream/HISTORY
new file mode 100644
index 0000000..7e31e20
--- /dev/null
+++ b/devel/appstream/HISTORY
@@ -0,0 +1,4 @@
+2016-12-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.10.5
+ spell created
+
diff --git a/devel/appstream/INSTALL b/devel/appstream/INSTALL
new file mode 100755
index 0000000..9d990e9
--- /dev/null
+++ b/devel/appstream/INSTALL
@@ -0,0 +1 @@
+cmake_install

--
Sincerely,
Pavel Vinogradov

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page