Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (0fe10a2c3d86757d7c62b1aa7a7c298b63e59951)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (0fe10a2c3d86757d7c62b1aa7a7c298b63e59951)
  • Date: Fri, 8 Mar 2013 16:31:05 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

xfce/exo-0.5/CONFLICTS | 1
xfce/exo-0.5/DEPENDS | 26 ----------------
xfce/exo-0.5/DETAILS | 22 --------------
xfce/exo-0.5/HISTORY | 72
----------------------------------------------
xfce/exo/CONFLICTS | 1
xfce/exo/HISTORY | 3 +
xfce/thunar-1.1/CONFLICTS | 1
xfce/thunar-1.1/DEPENDS | 41 --------------------------
xfce/thunar-1.1/DETAILS | 15 ---------
xfce/thunar-1.1/HISTORY | 70 --------------------------------------------
xfce/thunar-1.1/PRE_BUILD | 14 --------
xfce/thunar/CONFLICTS | 1
xfce/thunar/HISTORY | 3 +
13 files changed, 6 insertions(+), 264 deletions(-)

New commits:
commit 0fe10a2c3d86757d7c62b1aa7a7c298b63e59951
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

exo-0.5, thunar-1.1: removed, should probably never been created
removed CONFLICTS in exo and thunar

diff --git a/xfce/exo-0.5/CONFLICTS b/xfce/exo-0.5/CONFLICTS
deleted file mode 100755
index 751ca2c..0000000
--- a/xfce/exo-0.5/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts exo
diff --git a/xfce/exo-0.5/DEPENDS b/xfce/exo-0.5/DEPENDS
deleted file mode 100755
index 1eccea1..0000000
--- a/xfce/exo-0.5/DEPENDS
+++ /dev/null
@@ -1,26 +0,0 @@
-depends uri &&
-
-optional_depends pygtk2 \
- "--enable-python" \
- "--disable-python" \
- "for Python bindings" &&
-
-optional_depends hal \
- "--enable-hal" \
- "--disable-hal" \
- "for HAL support" &&
-
-optional_depends libnotify \
- "--enable-notifications" \
- "--disable-notifications" \
- "for libnotify support" &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "use gtk-doc to build documentation" &&
-
-optional_depends gnome-doc-utils \
- "--enable-xml2po" \
- "--disable-xml2po" \
- "use xml2po to translate documentation"
diff --git a/xfce/exo-0.5/DETAILS b/xfce/exo-0.5/DETAILS
deleted file mode 100755
index 07f7a37..0000000
--- a/xfce/exo-0.5/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- SPELL=exo-0.5
- VERSION=0.5.1
- SOURCE=exo-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/exo-${VERSION}
-
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/exo/${VERSION:0:3}/${SOURCE}
-
SOURCE_HASH=sha512:abc3b64289d7e088b75040896fc311ebc97cdd8cc9233e9b3502d1e10b533b5426ad6d10adc1d766b3d4c68d098a9d6f65aee73f964efbb0175a706ef93bb0ff
-# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
- WEB_SITE=http://thunar.xfce.org/
- ENTERED=20050101
- LICENSE=LGPL
- KEYWORDS="xfce"
- SHORT="extension library for Xfce"
-cat << EOF
-libexo is an extension library for Xfce. While Xfce ships with quite a few
-libraries that are primarly targeted at desktop development, libexo is
targeted
-at application development, with a focus on applications for Xfce. It
contains
-several additional widgets (e.g. an icon bar and widgets that automatically
-ellipsize text), provides a framework for editable toolbars, light-weight
-session management support, functions to automatically synchronize object
-properties, and several miscelleanous utility and helper functions useful for
-application developers.
-EOF
diff --git a/xfce/exo-0.5/HISTORY b/xfce/exo-0.5/HISTORY
deleted file mode 100644
index 64c0089..0000000
--- a/xfce/exo-0.5/HISTORY
+++ /dev/null
@@ -1,72 +0,0 @@
-2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
- * ALL: forked from exo, needed for latest thunar version. XFCE needs
0.3
- * CONFLICTS: added, conflicts with exo
- * DEPENDS: removed dependency on libxfcegui4, not needed
-
-2010-02-27 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.5.1
- removed xfce version information; is not used
-
-2009-12-25 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 0.3.106
-
-2009-10-10 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 0.3.104
-
-2009-10-09 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 0.3.103. Updated SOURCE_URL.
-
-2009-04-19 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: 0.3.101 (Xfce 4.6.1)
- * DEPENDS: added missing opt deps
-
-2009-02-27 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: 0.3.100
- * PRE_BUILD, exo-mount-hal.patch: removed
-
-2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: quoting paths; fixed short desc
- * DEPENDS: cleaned up
- * PRE_BUILD: quoting paths
-
-2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS: use grimoire-wide release version
-
-2008-04-02 Vlad Glagolev <stealth AT sourcemage.org>
- * PRE_BUILD: added a patch to fix hal mount problem
-
-2007-12-03 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: gurus => upstream, refixed SOURCE_URL
- * DEPENDS: cleaned up
-
-2007-12-02 Elisamuel Resto <ryuji AT sourcemage.org>
- * DEPENDS: optionally depend on hal and libnotify
-
-2007-12-02 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 0.3.4. Fixed SOURCE_URL and WEB_SITE
-
-2007-01-25 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: uri is required
-
-2007-01-23 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 0.3.2. Updated SOURCE & SOURCE_URL
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-03-18 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: updated to 0.3.0
- * DEPENDS: removed dependency on dbus, added optional_depends on
pygtk2
-
-2005-01-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: changed LICENSE to LGPL
- * DEPENDS: added dependency on libxfcegui4
-
-2005-01-01 Bas van Gils <bas.vangils AT cs.ru.nl>
- * created spell
diff --git a/xfce/exo/CONFLICTS b/xfce/exo/CONFLICTS
deleted file mode 100755
index 104a4b9..0000000
--- a/xfce/exo/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts exo-0.5
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index 60ae297..bf29710 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,3 +1,6 @@
+2013-03-08 Sukneet Basuta <sukneet AT sourcemage.org>
+ * CONFLICTS: removed, removed exo-0.5
+
2012-12-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.10.2

diff --git a/xfce/thunar-1.1/CONFLICTS b/xfce/thunar-1.1/CONFLICTS
deleted file mode 100755
index 9c01e76..0000000
--- a/xfce/thunar-1.1/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts thunar
diff --git a/xfce/thunar-1.1/DEPENDS b/xfce/thunar-1.1/DEPENDS
deleted file mode 100755
index 3da2c5a..0000000
--- a/xfce/thunar-1.1/DEPENDS
+++ /dev/null
@@ -1,41 +0,0 @@
-depends exo-0.5 &&
-depends shared-mime-info &&
-depends desktop-file-utils &&
-depends libxfce4ui &&
-
-optional_depends dbus-glib \
- "--enable-dbus" \
- "--disable-dbus" \
- "for D-Bus support" &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "to build documentation" &&
-
-optional_depends hal \
- "--with-volume-manager=hal" \
- "--with-volume-manager=none" \
- "use HAL as volume manager" &&
-
-optional_depends libexif \
- "--enable-exif" \
- "--disable-exif" \
- "for EXIF support" &&
-
-optional_depends pcre \
- "--enable-pcre" \
- "--disable-pcre" \
- "for regular expressions support" &&
-
-optional_depends startup-notification \
- "--enable-startup-notification" \
- "--disable-startup-notification" \
- "for startup notification library support" &&
-
-optional_depends gnome-doc-utils \
- "--enable-xml2po" \
- "--disable-xml2po" \
- "use xml2po to translate documentation" &&
-
-optional_depends gamin "" "" "for filesystem change updates"
diff --git a/xfce/thunar-1.1/DETAILS b/xfce/thunar-1.1/DETAILS
deleted file mode 100755
index f454d11..0000000
--- a/xfce/thunar-1.1/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=thunar-1.1
- VERSION=1.1.0
- SOURCE=Thunar-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Thunar-${VERSION}
-
SOURCE_URL[0]=http://www.xfce.org/archive/src/xfce/${SPELL%%-*}/${VERSION%.*}/$SOURCE
- WEB_SITE=http://thunar.xfce.org/
-
SOURCE_HASH=sha512:a9b97f39b53187c7c0f6e67a39ea18b123767ee4238b62ba0bc8d8428b7e500e9b0b9c30367ed4b185f71d0e2e2a9f437b5e832f2b8efc6426321ba67ef80040
-# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
- LICENSE=GPL
- ENTERED=20030608
- KEYWORDS="xfce"
- SHORT="file manager for the XFce Desktop Environment"
-cat << EOF
-Thunar is a filemanager for the XFce Desktop Environment
-EOF
diff --git a/xfce/thunar-1.1/HISTORY b/xfce/thunar-1.1/HISTORY
deleted file mode 100644
index eca0084..0000000
--- a/xfce/thunar-1.1/HISTORY
+++ /dev/null
@@ -1,70 +0,0 @@
-2010-10-12 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: fixed SOURCE_URL
-
-2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
- * ALL: forked from thunar, new version needs exo-0.5, XFCE needs
exo-0.3
- * CONFLICTS: added, conflicts with thunar
-
-2010-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 1.1.0
- changed source url to non xfce release version
- * PRE_BUILD: updated document locations
- * DEPENDS: added libxfce4ui dep
-
-2009-04-19 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: 1.0.1 (Xfce 4.6.1)
- * DEPENDS: added gnome-doc-utils opt dep
-
-2009-02-27 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: 1.0.0
- * DEPENDS: added missing dep
- * PRE_BUILD: use static name; added more langs
- * thunar-zombie.patch: removed
-
-2008-11-14 Vlad Glagolev <stealth AT sourcemage.org>
- * PRE_BUILD: don't use "SCRIPT"; quoting paths
-
-2008-11-14 George Sherwood <gsherwood AT sourcemage.org>
- * PRE_BUILD: Added patch.
- * thunar-zombie.patch: Added upstream patch. Bug #14884
- See http://bugzilla.xfce.org/show_bug.cgi?id=2983
-
-2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 0.9.3; quoting paths; fixed short desc
- * PRE_BUILD: quoting paths; cleaned up
-
-2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS: use grimoire-wide release version
-
-2008-04-28 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: shared-mime-info is required to display the files correctly
-
-2008-03-13 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: fixed D-Bus support
-
-2007-12-22 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: added req dep -- desktop-file-utils, cleaned up
-
-2007-12-03 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: refixed SOURCE_URL, gurus => upstream
-
-2007-12-02 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 0.9.0. Fixed SOURCE_URL and WEB_SITE
-
-2007-11-11 Vlad Glagolev <stealth AT sourcemage.org>
- * Thunar-0.8.0.tar.bz2.sig: fixed sig
-
-2007-11-05 Vlad Glagolev <stealth AT sourcemage.org>
- * DEPENDS: fixed xfce-panel dep, added gamin as optional
- * PRE_BUILD: cleaned up
-
-2007-08-20 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: added dbus, gtk-doc, hal, libexif, pcre and
- startup-notification as optional
-
-2007-02-19 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: PATCHLEVEL++
- * PRE_BUILD: added for proper docs installation
-
-2007-01-23 George Sherwood <george AT beernabeer.com>
- * DEPENDS, DETAILS, HISTORY: created the spell
diff --git a/xfce/thunar-1.1/PRE_BUILD b/xfce/thunar-1.1/PRE_BUILD
deleted file mode 100755
index ce01195..0000000
--- a/xfce/thunar-1.1/PRE_BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sed -i "s:doc/Thunar:doc/thunar:g" \
- ThunarHelp.in \
- docs/{manual/,}/Makefile.{am,in} &&
-
-for lang in fr ja pl; do
- sed -i "s:doc/Thunar:doc/thunar:g" \
- docs/manual/images/${lang}/Makefile.{am,in}
-done &&
-
-sed -i "s:doc/Thunar:doc/thunar:g" \
- docs/manual/images/Makefile.{am,in}
diff --git a/xfce/thunar/CONFLICTS b/xfce/thunar/CONFLICTS
deleted file mode 100755
index 1146df1..0000000
--- a/xfce/thunar/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts thunar-1.1
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index 03639af..dd8f269 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,3 +1,6 @@
+2013-03-08 Sukneet Basuta <sukneet AT sourcemage.org>
+ * CONFLICTS: removed, removed thunar-1.1
+
2012-12-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: removed dependencies on expat, libffi, libxau, libxcb,
libxdmcp,
libxext, libxrender



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (0fe10a2c3d86757d7c62b1aa7a7c298b63e59951), Sukneet Basuta, 03/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page