Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9fdfdbc540d28481dc9c942856319a5b54de8d1f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9fdfdbc540d28481dc9c942856319a5b54de8d1f)
  • Date: Sun, 7 Aug 2016 22:28:15 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/mimi/BUILD | 1 +
utils/mimi/CONFLICTS | 1 +
utils/mimi/DEPENDS | 2 ++
utils/mimi/DETAILS | 16 ++++++++++++++++
utils/mimi/HISTORY | 3 +++
utils/mimi/PROVIDES | 1 +
7 files changed, 27 insertions(+)

New commits:
commit 9fdfdbc540d28481dc9c942856319a5b54de8d1f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mimi: improved version of xdg-open

diff --git a/ChangeLog b/ChangeLog
index 53e33f6..515569e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-08-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/mimi: improved version of xdg-open
+
2016-08-06 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/bottle: new spell, Python web framework
* python-pypi/markdown-editor: new spell, standalone editor for your
diff --git a/utils/mimi/BUILD b/utils/mimi/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/mimi/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/mimi/CONFLICTS b/utils/mimi/CONFLICTS
new file mode 100755
index 0000000..0a120da
--- /dev/null
+++ b/utils/mimi/CONFLICTS
@@ -0,0 +1 @@
+conflicts xdg-utils
diff --git a/utils/mimi/DEPENDS b/utils/mimi/DEPENDS
new file mode 100755
index 0000000..1d2ec48
--- /dev/null
+++ b/utils/mimi/DEPENDS
@@ -0,0 +1,2 @@
+depends bash &&
+depends dmenu
diff --git a/utils/mimi/DETAILS b/utils/mimi/DETAILS
new file mode 100755
index 0000000..ac2f3a7
--- /dev/null
+++ b/utils/mimi/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mimi
+ VERSION=scm
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=git://github.com/march-linux/${SPELL}
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/march-linux/mimi
+ LICENSE[0]=GPL
+ ENTERED=20160807
+ SHORT="improved version of xdg-open"
+cat << EOF
+mimi is an improved version of xdg-open.
+
+The original xdg-open works horribly without DE.
+EOF
diff --git a/utils/mimi/HISTORY b/utils/mimi/HISTORY
new file mode 100644
index 0000000..bd53cbf
--- /dev/null
+++ b/utils/mimi/HISTORY
@@ -0,0 +1,3 @@
+2016-08-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, PROVIDES, CONFLICTS: created spell, version
+ scm
diff --git a/utils/mimi/PROVIDES b/utils/mimi/PROVIDES
new file mode 100755
index 0000000..33b2b4f
--- /dev/null
+++ b/utils/mimi/PROVIDES
@@ -0,0 +1 @@
+XDG-OPEN



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9fdfdbc540d28481dc9c942856319a5b54de8d1f), Vlad Glagolev, 08/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page