Browse Source

Mathieu <tenfingers@ifrance.com>:

various patches :
* bitlbee : fixes the sysconfdir path
* fmnewpackages.sh : tries to auto-detect the [M] line
  (this fix can be duplicated in newpackages.sh i think)
* eterm16 : fixes the download links, cleans up the .conf, adds imlib2 support
* libxml2, gst-plugins, gstreamer,gkrellm : version updates
* subversion : checksum update


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1392 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Mathieu 21 years ago
parent
commit
4e7284e492
10 changed files with 24 additions and 30 deletions
  1. +3
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -1
      misc/archive/fmnewpackage.sh
  3. +2
    -2
      package/daniel/gkrellm/gkrellm.desc
  4. +2
    -2
      package/gnome2/gst-plugins10/gst-plugins10.desc
  5. +2
    -2
      package/gnome2/gstreamer10/gstreamer10.desc
  6. +4
    -14
      package/jsaw/eterm16/eterm16.conf
  7. +3
    -5
      package/jsaw/eterm16/eterm16.desc
  8. +1
    -1
      package/mathieu/bitlbee/bitlbee.conf
  9. +2
    -2
      package/rene/libxml2/libxml2.desc
  10. +1
    -1
      package/rene/subversion/subversion.desc

+ 3
- 0
Documentation/Developers/CHANGELOG-RENE

@ -9,6 +9,9 @@
fixed some pkgcheck mis-use
- fixed a typo in xjdic - which never could have been build!
- Alejandro Mery: updated lvs and keepalived
- Mathieu: bitlbee sysconfdir fix, cleaned and fixed eterm16, version
updates for libxml2 gst-plugins gstreamer and gkrellm and added
subversion checksum
*) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2)

+ 4
- 1
misc/archive/fmnewpackage.sh

@ -150,6 +150,9 @@ if [ "$rep" != "*" ]; then
exit
fi
rep=${dir/\/$package/}
maintainer="$( grep -h -m 1 "\[M\]" package/$rep/*/*.desc | head -n 1 | cut -d' ' -f2- )"
echo -n "Creating package/$dir ... "
if [ -e package/$dir ] ; then
echo "failed"
@ -203,7 +206,7 @@ cat >>$package.desc <
[U] $url
[A] TODO: Author
[M] TODO: Maintainer
[M] ${maintainer:-TODO: Maintainer}
[C] TODO: Category

+ 2
- 2
package/daniel/gkrellm/gkrellm.desc

@ -61,8 +61,8 @@
[L] GPL
[S] Stable
[V] 2.1.15
[V] 2.1.19
[P] X -----5---9 570.000
[D] 769275749 gkrellm-2.1.15.tar.bz2 http://web.wt.net/~billw/gkrellm/
[D] 3256047938 gkrellm-2.1.19.tar.bz2 http://web.wt.net/~billw/gkrellm/

+ 2
- 2
package/gnome2/gst-plugins10/gst-plugins10.desc

@ -35,8 +35,8 @@
[L] LGPL
[S] Beta
[V] 0.6.2
[V] 0.6.3
[P] X -----5---9 676.000
[D] 4237449499 gst-plugins-0.6.2.tar.bz2 http://telia.dl.sourceforge.net/sourceforge/gstreamer/
[D] 3326085837 gst-plugins-0.6.3.tar.gz http://telia.dl.sourceforge.net/sourceforge/gstreamer/

+ 2
- 2
package/gnome2/gstreamer10/gstreamer10.desc

@ -41,8 +41,8 @@
[L] LGPL
[S] Beta
[V] 0.6.2
[V] 0.6.3
[P] X -----5---9 473.000
[D] 281626698 gstreamer-0.6.2.tar.bz2 http://telia.dl.sourceforge.net/sourceforge/gstreamer/
[D] 2423208230 gstreamer-0.6.3.tar.gz http://gstreamer.net/releases/0.6.3/src/

+ 4
- 14
package/jsaw/eterm16/eterm16.conf

@ -23,18 +23,8 @@
. package/*/*/e16.conf
libast_pc ()
{
echo "Building libast..."
tar $taropt $archdir/${libast}.tar.bz2
cd ${libast}
eval ./autogen.sh
eval_config_command $( eval echo $confopt )
eval "$MAKE $makeopt"
eval "$MAKE $makeinstopt"
cd ..
}
for dir in opt/e17 usr $ROCKCFG_PKG_E17_CORE_PREFIX ; do
[ -f "$root/$dir/lib/libImlib2.so" ] && var_append confopt ' ' "--with-imlib=$root/$dir"
done
hook_add preconf 1 "libast_pc"
var_append confopt ' ' "--enable-trans --enable-utmp --enable-multi-charset --enable-greek"
var_append confopt ' ' "--enable-trans --enable-utmp --enable-multi-charset --enable-greek"

+ 3
- 5
package/jsaw/eterm16/eterm16.desc

@ -39,9 +39,7 @@
[V] 0.9.2
[P] X -----5---9 922.000
[O] libast="libast-20030820"
[SRC] .
[D] 1817727120 Eterm-0.9.2.tar.gz http://dl.sourceforge.net/sourceforge/eterm/
[D] 4168304702 libast-20030820.tar.bz2 cvs://pserver:anonymous@cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment::eterm/libast!2003-08-20/
# (cd libast && ./autogen.sh $ac_configure_args && make install && cd .. && rm -rf libast)
# cvs://pserver:anonymous@cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment::e17/libs/imlib2_loaders/!2003-03-15/
[D] 771916799 libast-0.5.tar.gz http://www.eterm.org/download/
[D] 1817727120 Eterm-0.9.2.tar.gz http://www.eterm.org/download/

+ 1
- 1
package/mathieu/bitlbee/bitlbee.conf

@ -22,4 +22,4 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
runconf=0
preconf="./configure --prefix=$root/$prefix"
preconf="./configure --prefix=$root/$prefix --etcdir=$sysconfdir/$pkg"

+ 2
- 2
package/rene/libxml2/libxml2.desc

@ -36,8 +36,8 @@
[L] LGPL
[S] Stable
[V] 2.5.8
[V] 2.5.10
[P] X -----5---9 351.000
[D] 2046806030 libxml2-2.5.8.tar.gz ftp://xmlsoft.org/
[D] 371451689 libxml2-2.5.10.tar.gz ftp://xmlsoft.org/

+ 1
- 1
package/rene/subversion/subversion.desc

@ -39,5 +39,5 @@
[V] 0.29.0
[P] X -----5---9 864.000
[D] 0 subversion-0.29.0.tar.gz http://subversion.tigris.org/files/documents/15/5977/
[D] 3839463653 subversion-0.29.0.tar.gz http://subversion.tigris.org/files/documents/15/5977/

Loading…
Cancel
Save