hi,

there is the correction for 3 pkgs I maintain. There is some fixes, and
simple version bump, too.

----
Péter

diff -rN -u 
old-frugalware-current/extra/source/apps/foo2zjs/foo2zjs-destdir.patch 
new-frugalware-current/extra/source/apps/foo2zjs/foo2zjs-destdir.patch
--- old-frugalware-current/extra/source/apps/foo2zjs/foo2zjs-destdir.patch      
2006-04-29 23:35:53.000000000 +0200
+++ new-frugalware-current/extra/source/apps/foo2zjs/foo2zjs-destdir.patch      
2006-04-29 23:35:54.000000000 +0200
@@ -1,5 +1,5 @@
---- foo2zjs.orig/Makefile      2005-12-30 06:40:43.000000000 +0100
-+++ foo2zjs/Makefile   2006-01-03 20:30:31.000000000 +0100
+--- foo2zjs.orig/Makefile      2006-04-28 16:27:06.000000000 +0200
++++ foo2zjs/Makefile   2006-04-29 21:28:08.000000000 +0200
 @@ -6,8 +6,7 @@
  VERSION=0.0
  
@@ -19,25 +19,28 @@
  
  # User ID's
  LPuid=-olp
-@@ -249,7 +248,7 @@
-       # Install driver, wrapper, and development tools
+@@ -311,7 +310,7 @@
        #
        install -c $(PROGS) $(SHELLS) $(BIN)/
--      install -c $(BINPROGS) /bin/
-+      install -c $(BINPROGS) $(PREFIX)/bin/
+       if [ "$(BINPROGS)" != "" ]; then \
+-          install -c $(BINPROGS) /bin/; \
++          install -c $(BINPROGS) $(PREFIX)/bin/; \
+       fi
        #
        # Install gamma correction files.  These are just templates,
-       # and don't actually do anything right now.  If anybody wants
-@@ -357,7 +356,7 @@
+@@ -421,8 +420,9 @@
            fi; \
        done
  
 -MODEL=/usr/share/cups/model
+-LOCALMODEL=/usr/local/share/cups/model
 +MODEL=$(DESTDIR)/usr/share/cups/model
++# Apparently used as local dir when no cups present, eg. spoolerless installs
++LOCALMODEL=$(DESTDIR)/usr/local/share/cups/model
  install-ppd:
        #
        # Install PPD files for CUPS
-@@ -369,8 +368,8 @@
+@@ -439,8 +439,8 @@
            done; \
        fi
  
@@ -48,7 +51,7 @@
  RULES=hplj10xx.rules
  install-hotplug:
        [ -d $(USBDIR) ] || install -d -m 755 $(USBDIR)/
-@@ -609,8 +608,7 @@
+@@ -744,8 +744,7 @@
        install -c -m 644 README $(DOCDIR)
        install -c -m 644 ChangeLog $(DOCDIR)
  
diff -rN -u old-frugalware-current/extra/source/apps/foo2zjs/FrugalBuild 
new-frugalware-current/extra/source/apps/foo2zjs/FrugalBuild
--- old-frugalware-current/extra/source/apps/foo2zjs/FrugalBuild        
2006-04-29 23:35:53.000000000 +0200
+++ new-frugalware-current/extra/source/apps/foo2zjs/FrugalBuild        
2006-04-29 23:35:54.000000000 +0200
@@ -1,17 +1,17 @@
-# Last Modified: Tue, 03 Jan 2006 22:28:20 +0100
+# Last Modified: Sat, 29 Apr 2006 22:19:46 +0200
 # Compiling Time: 0.32 SBU
-# Maintainer: pete <[EMAIL PROTECTED]>
+# Maintainer: pete (pete [at] teamlupus.hu)
 
 pkgname=foo2zjs
-pkgver=2005_12_30
+pkgver=2006_04_28
 pkgrel=1
 pkgdesc="A linux printer driver for ZjStream protocol"
 url="http://foo2zjs.rkkda.com/";
 license="GPL2"
 up2date="lynx -dump http://foo2zjs.rkkda.com/Changelog|head -n 1|cut -d ' ' -f 
1|sed y/-/_/"
 source=($url/$pkgname.tar.gz $pkgname-destdir.patch)
-sha1sums=('ea49797473389ee3adf509d6449020c56dce1f5e' \
-          'cb1d158255d8c38c13f8ac6707571d29b699ef66')
+sha1sums=('41b193a09442d2b9108326a37df356ce9b9fb2a6' \
+          '8f35641708b82aeeb7aa0476ee787304c01e624e')
 groups=('apps-extra')
 archs=('i686')
 # Deps revised, now it more close to correct (libjpeg?)
diff -rN -u old-frugalware-current/extra/source/apps/foo2zjs/README.Frugalware 
new-frugalware-current/extra/source/apps/foo2zjs/README.Frugalware
--- old-frugalware-current/extra/source/apps/foo2zjs/README.Frugalware  
1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current/extra/source/apps/foo2zjs/README.Frugalware  
2006-04-29 23:35:54.000000000 +0200
@@ -0,0 +1,5 @@
+This driver is under constant change, therefore no "stable" branch exists.
+Also, communications with the author led nowhere, that might explain some
+weirdness of building it, getting the latest stable version number etc.
+
+http://frugalware.org/pipermail/frugalware-devel/2005-November/001432.html
\ No newline at end of file
diff -rN -u old-frugalware-current/extra/source/x11/wmnd/FrugalBuild 
new-frugalware-current/extra/source/x11/wmnd/FrugalBuild
--- old-frugalware-current/extra/source/x11/wmnd/FrugalBuild    2006-04-29 
23:35:53.000000000 +0200
+++ new-frugalware-current/extra/source/x11/wmnd/FrugalBuild    2006-04-29 
23:35:55.000000000 +0200
@@ -1,18 +1,17 @@
-# Last Modified: Wed, 06 Jul 2005 17:54:09 +0200
-# Compiling Time: ~1 minute
-# Maintainer: Szabo Peter Laszlo <pete at teamlupus.hu>
+# Compiling Time: 0.03 SBU
+# Maintainer: pete (pete [at] teamlupus.hu)
 
 pkgname=wmnd
-pkgver=0.4.11
-pkgrel=2
+pkgver=0.4.12
+pkgrel=1
 pkgdesc="WMND shows a graph of the network traffic"
 url="http://www.yuv.info/wmnd/";
 depends=('windowmaker')
 groups=('x11-extra' 'wmaker-dockapps')
-archs=('i686' 'x86_64')
+archs=('i686')
 up2date="lynx --dump http://www.yuv.info/wmnd | grep '\]wmnd ' | cut -d ' ' -f 
8 | cut -d '(' -f 1 | head -n 1"
 source=(ftp://ftp.yuv.info/pub/wmnd/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('f7a57fa5b610373326007b43e341a85c')
+sha1sums=('61824a4159a352a6251145f86ad347381ded2035')
 
 build ()
 {
@@ -24,4 +23,5 @@
 
 # vim: ft=sh
 
+
 # optimalization OK
diff -rN -u old-frugalware-current/extra/source/xapps/dillo/FrugalBuild 
new-frugalware-current/extra/source/xapps/dillo/FrugalBuild
--- old-frugalware-current/extra/source/xapps/dillo/FrugalBuild 2006-04-29 
23:35:53.000000000 +0200
+++ new-frugalware-current/extra/source/xapps/dillo/FrugalBuild 2006-04-29 
23:35:55.000000000 +0200
@@ -1,22 +1,24 @@
-# Last Modified: Mon, 20 Jun 2005 20:14:08 +0200
-# Compiling Time: ~5 minutes
-# Maintainer: Szabo Peter (pete [at] teamlupus.hu)
+# Last Modified: Sat, 29 Apr 2006 22:44:35 +0200
+# Compiling Time: 0.05 SBU
+# Maintainer: pete (pete [at] teamlupus.hu)
 
 pkgname=dillo
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="Dillo aims to be a multi-platform browser alternative that's small, 
stable, developer-friendly, usable, fast, and extensible."
 url="http://www.dillo.org";
 depends=('openssl' 'libjpeg' 'gtk+' 'libpng')
 groups=('xapps-extra')
-archs=('i686' 'x86_64')
+archs=('i686' )
 up2date="lynx -dump http://dillo.org/download.html | grep \"the latest one: 
\"| cut -d \" \" -f 8 | cut -d \"-\" -f 2"
 source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('d0ab7fa1d40b310deb891388604188f8')
+sha1sums=('ee03b11ba6b75d3180ca906d8275bd35e8765995')
 
 build() {
-       Fbuild --sysconfdir=/etc/dillo
+       Fbuild --sysconfdir=/etc/dillo --disable-dlgui
        Fdeststrip /etc/dillo/dpidrc
 }
 
 # vim: ft=sh
+
+# optimalization OK
diff -rN -u old-frugalware-current/extra/source/xapps/dillo/README.Frugalware 
new-frugalware-current/extra/source/xapps/dillo/README.Frugalware
--- old-frugalware-current/extra/source/xapps/dillo/README.Frugalware   
1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current/extra/source/xapps/dillo/README.Frugalware   
2006-04-29 23:35:55.000000000 +0200
@@ -0,0 +1,7 @@
+Dillo is moving to FLTK2. As of 2006-04-29 it is unstable
+(both unreleased and has some random erratic bugs, but upstream
+is working on it), and some KDE stuff has fltk dep, so not a good idea
+to mess with. 
+
+Dillo is now "crippled" by removing the new FLTK based download GUI, as it
+is only this needs FLTK2, but for the next release more FLTK2 expected.
\ No newline at end of file

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to