Skip to Content.
Sympa Menu

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

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 (acc59d7e833f12b901728f16c65f648394b89a43)
  • Date: Sun, 7 Aug 2016 23:11:56 +0000

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

ChangeLog | 1 +
devel/xdg-utils/DEPENDS | 1 -
devel/xdg-utils/DETAILS | 26 --------------------------
devel/xdg-utils/HISTORY | 20 --------------------
devel/xdg-utils/INSTALL | 2 --
utils/mimi/DEPENDS | 4 ++--
utils/xdg-utils/CONFLICTS | 1 +
utils/xdg-utils/DEPENDS | 1 +
utils/xdg-utils/DETAILS | 26 ++++++++++++++++++++++++++
utils/xdg-utils/HISTORY | 24 ++++++++++++++++++++++++
utils/xdg-utils/INSTALL | 2 ++
utils/xdg-utils/PROVIDES | 1 +
12 files changed, 58 insertions(+), 51 deletions(-)

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

mimi: switched to runtime depends

commit 4d9adf2b26c92be8a42cf44ab3eda002c9512d20
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xdg-utils: added provides and conflicts

commit 371d99529da4eac4c42248f4d8237024901d5b2d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

devel/xdg-utils -> utils/xdg-utils

diff --git a/ChangeLog b/ChangeLog
index 2f77956..7cf9330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2016-08-07 Vlad Glagolev <stealth AT sourcemage.org>
* utils/mimi: new spell, improved version of xdg-open
+ * utils/xdg-utils: moved from devel section

2016-08-06 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/bottle: new spell, Python web framework
diff --git a/devel/xdg-utils/DEPENDS b/devel/xdg-utils/DEPENDS
deleted file mode 100755
index 52faa76..0000000
--- a/devel/xdg-utils/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-runtime_depends xprop
diff --git a/devel/xdg-utils/DETAILS b/devel/xdg-utils/DETAILS
deleted file mode 100755
index eeeb1d3..0000000
--- a/devel/xdg-utils/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
- SPELL=xdg-utils
- VERSION=1.1.0-rc1
-
SOURCE_HASH=sha512:230a3e843eac9a2727dcee81979517258f8b0dddd8e350a6e3a131b9d0db1ea88e66b5c0f495f36a71c778085560a61cf67babab1b8afa3518fa199571a1e3d3
- SOURCE=$SPELL-$VERSION.tar.gz
-# SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://portland.freedesktop.org/download/$SOURCE
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
-# SOURCE2_IGNORE=signature
- PATCHLEVEL=1
-WEB_SITE=http://portland.freedesktop.org/wiki/XdgUtils
- LICENSE[0]=MIT
- ENTERED=20070213
- KEYWORDS="desktop"
- SHORT="desktop integration tools"
-cat << EOF
-Xdg-utils is a set of command line tools that assist applications with a
-variety of desktop integration tasks. About half of the tools focus on tasks
-commonly required during the installation of a desktop application and the
-other half focuses on integration with the desktop environment while the
-application is running. Even if the desktop components of your application
are
-limited to an installer, configuration or management tool, Xdg-utils
provides
-you with an easy way to enhance the usage experience of your customers by
-improving the integration of these components in the user's environment.
-EOF
diff --git a/devel/xdg-utils/HISTORY b/devel/xdg-utils/HISTORY
deleted file mode 100644
index b59dc41..0000000
--- a/devel/xdg-utils/HISTORY
+++ /dev/null
@@ -1,20 +0,0 @@
-2014-06-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1.0-rc1
-
-2013-06-14 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Runtime depends on xprop
-
-2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * INSTALL: Create /usr/share/desktop-directories (Bug #15546)
-
-2009-09-26 Finn Haedicke <finn_haedicke AT gmx.net>
- * DETAILS: removed whitespace before EOF
-
-2007-06-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0.2
-
-2007-02-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.0.1
- spell created
-
diff --git a/devel/xdg-utils/INSTALL b/devel/xdg-utils/INSTALL
deleted file mode 100755
index b513ffb..0000000
--- a/devel/xdg-utils/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-default_install &&
-mkdir -p $INSTALL_ROOT/usr/share/desktop-directories
diff --git a/utils/mimi/DEPENDS b/utils/mimi/DEPENDS
index 1d2ec48..ac2c960 100755
--- a/utils/mimi/DEPENDS
+++ b/utils/mimi/DEPENDS
@@ -1,2 +1,2 @@
-depends bash &&
-depends dmenu
+runtime_depends bash &&
+runtime_depends dmenu
diff --git a/utils/xdg-utils/CONFLICTS b/utils/xdg-utils/CONFLICTS
new file mode 100755
index 0000000..66dd567
--- /dev/null
+++ b/utils/xdg-utils/CONFLICTS
@@ -0,0 +1 @@
+conflicts mimi
diff --git a/utils/xdg-utils/DEPENDS b/utils/xdg-utils/DEPENDS
new file mode 100755
index 0000000..52faa76
--- /dev/null
+++ b/utils/xdg-utils/DEPENDS
@@ -0,0 +1 @@
+runtime_depends xprop
diff --git a/utils/xdg-utils/DETAILS b/utils/xdg-utils/DETAILS
new file mode 100755
index 0000000..eeeb1d3
--- /dev/null
+++ b/utils/xdg-utils/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=xdg-utils
+ VERSION=1.1.0-rc1
+
SOURCE_HASH=sha512:230a3e843eac9a2727dcee81979517258f8b0dddd8e350a6e3a131b9d0db1ea88e66b5c0f495f36a71c778085560a61cf67babab1b8afa3518fa199571a1e3d3
+ SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://portland.freedesktop.org/download/$SOURCE
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+ PATCHLEVEL=1
+WEB_SITE=http://portland.freedesktop.org/wiki/XdgUtils
+ LICENSE[0]=MIT
+ ENTERED=20070213
+ KEYWORDS="desktop"
+ SHORT="desktop integration tools"
+cat << EOF
+Xdg-utils is a set of command line tools that assist applications with a
+variety of desktop integration tasks. About half of the tools focus on tasks
+commonly required during the installation of a desktop application and the
+other half focuses on integration with the desktop environment while the
+application is running. Even if the desktop components of your application
are
+limited to an installer, configuration or management tool, Xdg-utils
provides
+you with an easy way to enhance the usage experience of your customers by
+improving the integration of these components in the user's environment.
+EOF
diff --git a/utils/xdg-utils/HISTORY b/utils/xdg-utils/HISTORY
new file mode 100644
index 0000000..a0b9127
--- /dev/null
+++ b/utils/xdg-utils/HISTORY
@@ -0,0 +1,24 @@
+2016-08-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: added, conflicts with mimi
+ * PROVIDES: added, provides XDG-OPEN
+
+2014-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0-rc1
+
+2013-06-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Runtime depends on xprop
+
+2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: Create /usr/share/desktop-directories (Bug #15546)
+
+2009-09-26 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DETAILS: removed whitespace before EOF
+
+2007-06-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.2
+
+2007-02-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.1
+ spell created
+
diff --git a/utils/xdg-utils/INSTALL b/utils/xdg-utils/INSTALL
new file mode 100755
index 0000000..b513ffb
--- /dev/null
+++ b/utils/xdg-utils/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+mkdir -p $INSTALL_ROOT/usr/share/desktop-directories
diff --git a/utils/xdg-utils/PROVIDES b/utils/xdg-utils/PROVIDES
new file mode 100755
index 0000000..33b2b4f
--- /dev/null
+++ b/utils/xdg-utils/PROVIDES
@@ -0,0 +1 @@
+XDG-OPEN



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

Archive powered by MHonArc 2.6.24.

Top of Page