-2009-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: added a dependency on pygtk2
-
2008-09-30 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: cleaned up
* DETAILS: quoting paths; fixed descs; cleaned up
diff --git a/i18n/ibus-qt/BUILD b/i18n/ibus-qt/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/i18n/ibus-qt/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/i18n/ibus-qt/DEPENDS b/i18n/ibus-qt/DEPENDS
new file mode 100755
index 0000000..9ae2185
--- /dev/null
+++ b/i18n/ibus-qt/DEPENDS
@@ -0,0 +1,4 @@
+depends ibus &&
+depends qt4 &&
+
+optional_depends doxygen "" "" "Doxygen document generation"
diff --git a/i18n/ibus-qt/DETAILS b/i18n/ibus-qt/DETAILS
new file mode 100755
index 0000000..8ad9877
--- /dev/null
+++ b/i18n/ibus-qt/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ibus-qt
+ VERSION=1.3.1
+ SOURCE="${SPELL}-${VERSION}-Source.tar.gz"
+ SOURCE_URL[0]=http://ibus.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:2cd28f8ff3fff411496ccaf9ab67ab5332b7f2d2d0d0e3460dbeb34874ed931aa56c222c3ea5ce39053577b91cd2de4ebe01152039cd6def37c366ab3065cff2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-Source"
+ WEB_SITE="http://code.google.com/p/ibus/"
+ LICENSE[0]=GPL
+ ENTERED=20110527
+ SHORT="Qt module for IBus"
+cat << EOF
+Qt module for IBus input method framework.
+EOF
diff --git a/i18n/ibus-qt/HISTORY b/i18n/ibus-qt/HISTORY
new file mode 100644
index 0000000..11c3303
--- /dev/null
+++ b/i18n/ibus-qt/HISTORY
@@ -0,0 +1,3 @@
+2011-05-27 Peng Chang (Charles) <chp AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, PRE_BUILD: spell created
+
diff --git a/i18n/ibus-qt/PRE_BUILD b/i18n/ibus-qt/PRE_BUILD
new file mode 100755
index 0000000..c3f495d
--- /dev/null
+++ b/i18n/ibus-qt/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+if ! is_depends_enabled $SPELL doxygen ; then
+ cd $SOURCE_DIRECTORY &&
+ sedit '/Doxygen/d' CMakeLists.txt &&
+ sedit '/doxygen/d' ibus-qt.spec.in
+fi
diff --git a/python-pypi/bzr/DETAILS b/python-pypi/bzr/DETAILS
index e0a1371..16e0579 100755
--- a/python-pypi/bzr/DETAILS
+++ b/python-pypi/bzr/DETAILS
@@ -1,5 +1,5 @@
SPELL=bzr
- VERSION=2.3.1
+ VERSION=2.3.3
VX=`echo $VERSION|cut -c-3`
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/python-pypi/bzr/HISTORY b/python-pypi/bzr/HISTORY
index 63f3149..1e32569 100644
--- a/python-pypi/bzr/HISTORY
+++ b/python-pypi/bzr/HISTORY
@@ -1,3 +1,6 @@
+2011-05-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.13
+
2011-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3.1
diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index 51985c7..9138df9 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,5 +1,5 @@
SPELL=init.d
- VERSION=2.2.7
+ VERSION=2.2.10
LICENSE[0]=GPL
GATHER_DOCS=off
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 2c4477e..48d77b8 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,18 @@
+2011-05-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.2.10
+ * INSTALL: /run created
+ * PRE_BUILD: check for CONFIG_DEVTMPFS_MOUNT only if udev is used
+ * init.d/devices: /run mount moved from start_udev into start
+
+2011-05-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.2.9
+ * PRE_BUILD: check for CONFIG_DEVTMPFS_MOUNT added
+ * init.d/devices: ramfs on /dev removed, devtmpfs required
+
+2011-04-23 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.2.8
+ * init.d/devices: /run mounted for udev
+
2011-03-04 Ismael Luceno <ismael AT sourcemage.org>
* init.d/devices: Removed duplicated code
diff --git a/smgl/init.d/INSTALL b/smgl/init.d/INSTALL
index fa762f4..6de98cd 100755
--- a/smgl/init.d/INSTALL
+++ b/smgl/init.d/INSTALL
@@ -110,4 +110,7 @@ ln -sfv $TRACK_ROOT/bin/true $RD/rc &&
# LILO uses the auto runlevel when it doesn't encounter any user input
# path relative to be safer for chroots
ln -sfv %default \
- ${INSTALL_ROOT}/etc/init.d/runlevels/%auto
+ ${INSTALL_ROOT}/etc/init.d/runlevels/%auto &&
+
+# Creating /run
+install -m 755 -d "$INSTALL_ROOT/run"
diff --git a/smgl/init.d/PRE_BUILD b/smgl/init.d/PRE_BUILD
index 077e14d..725bc8f 100755
--- a/smgl/init.d/PRE_BUILD
+++ b/smgl/init.d/PRE_BUILD
@@ -1,3 +1,12 @@
+if [[ "$DEVICES" == "udev" ]]; then
+ if [[ "$(get_kernel_config CONFIG_DEVTMPFS_MOUNT)" != "y" ]]
+ then
+ message "${SPELL_COLOR}$SPELL${DEFAULT_COLOR}${PROBLEM_COLOR} requires" \
+ "CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT
built-in${DEFAULT_COLOR}" &&
+ return 1
+ fi
+fi &&
+
# Remove old init.d
persistent_add INITD_FIRST &&
INITD_FIRST=n &&
diff --git a/smgl/init.d/init.d/devices b/smgl/init.d/init.d/devices
index 88bd24c..e4f8962 100755
--- a/smgl/init.d/init.d/devices
+++ b/smgl/init.d/init.d/devices
@@ -41,8 +41,6 @@ udev_mknodes()
start_udev()
{ (
. /etc/udev/udev.conf
- echo "Mounting ramfs at $udev_root"
- mount -n -t ramfs none $udev_root
# create some needed stuff
udev_mknodes
@@ -147,6 +145,9 @@ start()
# mount sys
echo "Mounting /sys"
mount -n -t sysfs sysfs /sys
+ # mount run
+ echo "Mounting /run"
+ mount -n -t tmpfs tmpfs /run
eval "start_$DEVICES"
}
diff --git a/utils/file/HISTORY b/utils/file/HISTORY
index b906679..71c33b6 100644
--- a/utils/file/HISTORY
+++ b/utils/file/HISTORY
@@ -1,3 +1,8 @@
+2011-05-27 Sukneet Basuta <sukneet AT sourcemage.org>
+ * PRE_BUILD, file-5.07-zip-detect.patch: added, patch to
+ recognize zip files correctly
+ Fixed in upstream. Remove on next update
+
2011-05-15 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 5.07
diff --git a/utils/file/PRE_BUILD b/utils/file/PRE_BUILD
new file mode 100755
index 0000000..c8da3b5
--- /dev/null
+++ b/utils/file/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch -p0 < ${SCRIPT_DIRECTORY}/file-5.07-zip-detect.patch
diff --git a/utils/file/file-5.07-zip-detect.patch
b/utils/file/file-5.07-zip-detect.patch
new file mode 100644
index 0000000..3e8f128
--- /dev/null
+++ b/utils/file/file-5.07-zip-detect.patch
@@ -0,0 +1,13 @@
+--- file-5.07/magic/Magdir/archive.old 2011-04-23 17:02:48.000000000 +0200
++++ file-5.07/magic/Magdir/archive 2011-05-15 10:14:44.509271579 +0200
+@@ -654,6 +654,10 @@
+ >>>>78 string -template Template
+ !:mime application/vnd.oasis.opendocument.image-template
+
++>26 byte x Zip archive data
++
++
++
+ # StarView Metafile
+ # From Pierre Ducroquet <pinaraf AT pinaraf.info>
+ 0 string VCLMTF StarView MetaFile
diff --git a/utils/inotify-tools/DETAILS b/utils/inotify-tools/DETAILS
index 9111ef4..6b346fb 100755
--- a/utils/inotify-tools/DETAILS
+++ b/utils/inotify-tools/DETAILS
@@ -1,11 +1,11 @@
SPELL=inotify-tools
- VERSION=3.13
+ VERSION=3.14
+
SOURCE_HASH=sha512:6074d510e89bba5da0d7c4d86f2562c662868666ba0a7ea5d73e53c010a0050dd1fc01959b22cffdb9b8a35bd1b0b43c04d02d6f19927520f05889e8a9297dfb
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:e757ca5d3bac2b6b84e9435671107d6d695ff7d04cefd139590ab538d1be8f9a295eb9b0042406bdbfa60bb2b2545a428ec861e60f1cbf172050d47d0350bdb9
+ SOURCE_URL[0]=https://github.com/downloads/rvoicilas/inotify-tools/$SOURCE
LICENSE[0]=GPL
- WEB_SITE=http://inotify-tools.sourceforge.net
+ WEB_SITE=https://github.com/rvoicilas/inotify-tools/wiki/
ENTERED=20071211
SHORT="C library and a set of programs that provide a simple
interface to inotify"
diff --git a/utils/inotify-tools/HISTORY b/utils/inotify-tools/HISTORY
index 0d3b5fa..3f50c52 100644
--- a/utils/inotify-tools/HISTORY
+++ b/utils/inotify-tools/HISTORY
@@ -1,3 +1,7 @@
+2011-05-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.14
+ new website & url
+
2008-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 3.13
fixed long description wrap, SHORT
diff --git a/utils/notify-python/HISTORY b/utils/notify-python/HISTORY
index 5fe8ebc..94ba377 100644
--- a/utils/notify-python/HISTORY
+++ b/utils/notify-python/HISTORY
@@ -1,3 +1,7 @@
+2011-05-27 Peng Chang (Charles) <chp AT sourcemage.org>
+ * PRE_BUILD: remove source file needing to be re-generated,
+ http://bugs.gentoo.org/212128
+
2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created
diff --git a/utils/notify-python/PRE_BUILD b/utils/notify-python/PRE_BUILD
new file mode 100755
index 0000000..5ebaf9e
--- /dev/null
+++ b/utils/notify-python/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+cd $SOURCE_DIRECTORY &&
+rm -v src/pynotify.c
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index fc32287..559d34a 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_DEVEL == y ]]; then
- VERSION=1.3.20
+ VERSION=1.3.21
else
VERSION=1.2.3
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index fd82de0..bb1c6ca 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2011-05-27 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated latest devel to 1.3.21
+
2011-05-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated latest devel to 1.3.20