From devil505linux at gmail.com Fri Jul 1 08:44:57 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 08:44:57 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: seamonkey-2.1-1-i686 * added
patches * fixing build
Message-ID: <20110701064457.B63C7BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b022ebe011a75c2aabce400f4a50b0977104371e
commit b022ebe011a75c2aabce400f4a50b0977104371e
Author: Devil505
Date: Fri Jul 1 08:42:58 2011 +0200
seamonkey-2.1-1-i686
* added patches
* fixing build
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index b68934f..0926d2f 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -9,40 +9,32 @@ url="http://www.mozilla.org/projects/seamonkey/"
depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' \
'libnotify')
makedepends=('zip' 'yasm' 'wireless_tools')
-options=('scriptlet')
+_F_gnome_desktop="y"
+_F_gnome_iconcache="y"
+Finclude gnome-scriptlet
groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump $url |grep SeaMonkey -m4 |sed -ne 's/.*Monkey \(.*\)/\1/;$ p'"
source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2 \
- config $pkgname.desktop)
+ config $pkgname.desktop \
+ seamonkey-appversion.patch \
+ seamonkey-2.0-lang.patch)
build()
{
unset MAKEFLAGS
Fcd comm-2.0
Fsed "png_voidp_NULL" "NULL" mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
- export CFLAGS="$CFLAGS -fno-strict-aliasing"
- export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
+ export CXXFLAGS="-fpermissive"
+ export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-2.1"
sed "s/-march=i686 -O2 -pipe/$CFLAGS/" $startdir/src/config > .mozconfig
Fpatchall
- make -f client.mk build || Fdie
- make || Fdie
-
- Fmkdir /usr
- Fmakeinstall
-
- # Get rid of versions in path names.
- Fmv /usr/lib/$pkgname-$pkgver /usr/lib/$pkgname
- Fln $pkgname /usr/lib/$pkgname-$pkgver
-
- # Plugins.
- Fmv /usr/lib/$pkgname/plugins /usr/lib/$pkgname/plugins.orig
- Fln ../mozilla/plugins/ /usr/lib/$pkgname/plugins
+ make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" || Fdie
+ make -j1 -f client.mk DESTDIR="$Fdestdir" install || Fdie
# Install icon for the menu file.
- Fmkdir /usr/share/pixmaps/
- Ffile comm-1.9.1/suite/branding/icons/gtk/$pkgname.png /usr/share/pixmaps/$pkgname.png
+ Ficonrel suite/branding/nightly/icons/gtk/seamonkey.png
# Install menu file.
Ffile /usr/share/applications/$pkgname.desktop
@@ -50,9 +42,21 @@ build()
#broken link
Frm usr/bin/seamonkey
Fwrapper '/usr/lib/seamonkey/seamonkey $@' $pkgname
+
+ Fbuild_gnome_scriptlet
+
+ #Remove included dictionaries, add symlink to system myspell path.
+ #Note: this will cause file conflicts when users have installed
+ dictionaries in the old location
+ Frm usr/lib/seamonkey-2.1/dictionaries
+ Fln /usr/share/myspell/dicts usr/lib/seamonkey-$pkgver/dictionaries
+
+ Frm usr/lib/pkgconfig/seamonkey-ns{s,pr}.pc
}
sha1sums=('8d48aaf5ff3a5e88bf8c93b8414776a085f370d5' \
- '1864fa4117650bb9a576664943aaf4ab56b7d248' \
- 'b0e0bdd676758e19cac4a0429257a92183328f0e')
+ '6ee0fac73c28d6e5b3e5b556d75ca4e3f78fa321' \
+ 'cdac1339b9ad74fe53a0d18dae5c5d75c2a2e053' \
+ '25df3708d0be95a3e601ddb2270b2c87d8df01ed' \
+ '84cc67671e9fa4dc660590eed21be54a2af06720')
# optimization OK
diff --git a/source/xapps-extra/seamonkey/config b/source/xapps-extra/seamonkey/config
index 947870e..a2adcb2 100644
--- a/source/xapps-extra/seamonkey/config
+++ b/source/xapps-extra/seamonkey/config
@@ -30,3 +30,7 @@ ac_add_options --enable-mathml
ac_add_options --disable-crashreporter
ac_add_options --mandir=/usr/share/man
ac_cv_visibility_pragma=no
+export BUILD_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1
diff --git a/source/xapps-extra/seamonkey/seamonkey-2.0-lang.patch b/source/xapps-extra/seamonkey/seamonkey-2.0-lang.patch
new file mode 100644
index 0000000..b9f4a5c
--- /dev/null
+++ b/source/xapps-extra/seamonkey/seamonkey-2.0-lang.patch
@@ -0,0 +1,11 @@
+--- comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200
++++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200
+@@ -890,7 +890,7 @@
+ pref("intl.charset.detector", "chrome://global/locale/intl.properties");
+ pref("intl.charset.default", "chrome://global-platform/locale/intl.properties");
+ pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties");
+-pref("intl.locale.matchOS", false);
++pref("intl.locale.matchOS", true);
+ // fallback charset list for Unicode conversion (converting from Unicode)
+ // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
+ // for ISO-8859-1
diff --git a/source/xapps-extra/seamonkey/seamonkey-appversion.patch b/source/xapps-extra/seamonkey/seamonkey-appversion.patch
new file mode 100644
index 0000000..f7d6b05
--- /dev/null
+++ b/source/xapps-extra/seamonkey/seamonkey-appversion.patch
@@ -0,0 +1,12 @@
+diff -Nur comm-2.0.orig//suite/installer/Makefile.in comm-2.0/suite/installer/Makefile.in
+--- comm-2.0.orig//suite/installer/Makefile.in 2011-06-18 19:04:41.592250768 +0000
++++ comm-2.0/suite/installer/Makefile.in 2011-06-18 19:05:40.416090761 +0000
+@@ -42,6 +42,8 @@
+
+ include $(DEPTH)/config/autoconf.mk
+
++MOZ_APP_VERSION="2.1"
++
+ include $(topsrcdir)/config/rules.mk
+
+ MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
diff --git a/source/xapps-extra/seamonkey/seamonkey.desktop b/source/xapps-extra/seamonkey/seamonkey.desktop
index 2b650f7..2b8af5b 100644
--- a/source/xapps-extra/seamonkey/seamonkey.desktop
+++ b/source/xapps-extra/seamonkey/seamonkey.desktop
@@ -10,3 +10,6 @@ X-KDE-StartupNotify=true
Terminal=false
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
+mailto;
+StartupNotify=false
+Categories=Application;Network;
From hermier at frugalware.org Fri Jul 1 08:54:31 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 08:54:31 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: dri2proto-2.6-1-i686
Message-ID: <20110701065431.310B6BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a898639499e1b2e32314109ad8ca10d9643de20b
commit a898639499e1b2e32314109ad8ca10d9643de20b
Author: Michel Hermier
Date: Fri Jul 1 08:53:47 2011 +0200
dri2proto-2.6-1-i686
* Bump version.
diff --git a/source/x11/dri2proto/FrugalBuild b/source/x11/dri2proto/FrugalBuild
index 13eb746..871169a 100644
--- a/source/x11/dri2proto/FrugalBuild
+++ b/source/x11/dri2proto/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil
pkgname=dri2proto
-pkgver=2.4
-pkgrel=2
+pkgver=2.6
+pkgrel=1
pkgdesc="X.Org DRI2 extension headers"
url="http://xorg.freedesktop.org"
groups=('x11' 'xorg-core' 'xorg-proto')
@@ -11,7 +11,4 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=()
makedepends=('pkgconfig')
Finclude xorg
-source=("${source[@]}" \
- 'f3c211e1ae183dab5c7529814c9f42af2c29fc6c.patch')
-sha1sums=('0650ad4bad3aabb58fda22ff3dbb4bc79d59bf7c' \
- '31d19a2e9cb8b27dcf8d369c36a79bf948feffaf')
+sha1sums=('ba65fc53376fd6e6b41bf6ef1e2ea1ba4b12ca96')
diff --git a/source/x11/dri2proto/f3c211e1ae183dab5c7529814c9f42af2c29fc6c.patch b/source/x11/dri2proto/f3c211e1ae183dab5c7529814c9f42af2c29fc6c.patch
deleted file mode 100644
index 8ccae89..0000000
--- a/source/x11/dri2proto/f3c211e1ae183dab5c7529814c9f42af2c29fc6c.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From f3c211e1ae183dab5c7529814c9f42af2c29fc6c Mon Sep 17 00:00:00 2001
-From: Jesse Barnes
-Date: Thu, 05 May 2011 16:22:39 +0000
-Subject: Revert "dri2proto: make DRI2 swap event match GLX spec"
-
-This reverts commit 0ca3778de195a82087d0f07415a1cf8fc94f5b0a.
-
-This broke compatibility by renaming existing struct fields. So revert
-in favor of a new struct.
----
-diff --git a/dri2proto.h b/dri2proto.h
-index ff76355..9708a4a 100644
---- a/dri2proto.h
-+++ b/dri2proto.h
-@@ -290,13 +290,13 @@ typedef struct {
- CARD8 pad;
- CARD16 sequenceNumber B16;
- CARD16 event_type B16;
-- CARD16 pad2;
- CARD32 drawable B32;
- CARD32 ust_hi B32;
- CARD32 ust_lo B32;
- CARD32 msc_hi B32;
- CARD32 msc_lo B32;
-- CARD32 sbc B32;
-+ CARD32 sbc_hi B32;
-+ CARD32 sbc_lo B32;
- } xDRI2BufferSwapComplete;
- #define sz_xDRI2BufferSwapComplete 32
-
---
-cgit v0.8.3-6-g21f6
From hermier at frugalware.org Fri Jul 1 09:00:48 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 09:00:48 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: glproto-1.4.14-1-i686
Message-ID: <20110701070048.1EF8FBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=781bb0fad1a01644d8fddd0871bee193cae3844c
commit 781bb0fad1a01644d8fddd0871bee193cae3844c
Author: Michel Hermier
Date: Fri Jul 1 09:00:13 2011 +0200
glproto-1.4.14-1-i686
* Bump version.
diff --git a/source/x11/glproto/7196c9441af941be74180f8e8d4e10a08659b80f.patch b/source/x11/glproto/7196c9441af941be74180f8e8d4e10a08659b80f.patch
deleted file mode 100644
index 988e8e8..0000000
--- a/source/x11/glproto/7196c9441af941be74180f8e8d4e10a08659b80f.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 7196c9441af941be74180f8e8d4e10a08659b80f Mon Sep 17 00:00:00 2001
-From: Jesse Barnes
-Date: Thu, 05 May 2011 16:21:19 +0000
-Subject: Revert "glxproto: make GLX swap event struct match spec"
-
-This reverts commit f5403828c68af0f12c79c0504df0a4781ca84b2b.
-
-This broke compatibility with existing code, so revert in favor of a new
-struct definition instead.
----
-diff --git a/glxproto.h b/glxproto.h
-index dfa0647..0ff44e3 100644
---- a/glxproto.h
-+++ b/glxproto.h
-@@ -1375,13 +1375,13 @@ typedef struct {
- BYTE pad;
- CARD16 sequenceNumber B16;
- CARD16 event_type B16;
-- CARD16 pad2;
- CARD32 drawable;
- CARD32 ust_hi B32;
- CARD32 ust_lo B32;
- CARD32 msc_hi B32;
- CARD32 msc_lo B32;
-- CARD32 sbc B32;
-+ CARD32 sbc_hi B32;
-+ CARD32 sbc_lo B32;
- } xGLXBufferSwapComplete;
-
- /************************************************************************/
---
-cgit v0.8.3-6-g21f6
diff --git a/source/x11/glproto/FrugalBuild b/source/x11/glproto/FrugalBuild
index 2e973af..0e3f76a 100644
--- a/source/x11/glproto/FrugalBuild
+++ b/source/x11/glproto/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil
pkgname=glproto
-pkgver=1.4.13
-pkgrel=2
+pkgver=1.4.14
+pkgrel=1
pkgdesc="X.Org GL extension headers"
url="http://xorg.freedesktop.org"
groups=('x11' 'xorg-core' 'xorg-proto')
@@ -11,7 +11,4 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=()
makedepends=('pkgconfig')
Finclude xorg
-source=("${source[@]}" \
- '7196c9441af941be74180f8e8d4e10a08659b80f.patch')
-sha1sums=('40aaaac4e235a0a1ddff0ee508dcddc21cf9928c' \
- '81b0a9f89f2e57e1a70fd45d19ac760e8d1346e5')
+sha1sums=('ab1941ad184a76c023858dd1623edd625d70fc2c')
From pingax at frugalware.fr Fri Jul 1 09:22:23 2011
From: pingax at frugalware.fr (Pingax)
Date: Fri, 1 Jul 2011 09:22:23 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "anjuta-3.0.3.0-1-i686"
* Last stable version upstream : 3.0.2.0 This reverts commit
b4e95b87f08f16b216651eda2038fbc2590e7261.
Message-ID: <20110701072223.D504BBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=49cd0770218a526fdf0475e0de4de6ef9cdf60fa
commit 49cd0770218a526fdf0475e0de4de6ef9cdf60fa
Author: Pingax
Date: Fri Jul 1 09:21:45 2011 +0200
Revert "anjuta-3.0.3.0-1-i686"
* Last stable version upstream : 3.0.2.0
This reverts commit b4e95b87f08f16b216651eda2038fbc2590e7261.
diff --git a/source/gnome-extra/anjuta/FrugalBuild b/source/gnome-extra/anjuta/FrugalBuild
index cf6921a..604f109 100644
--- a/source/gnome-extra/anjuta/FrugalBuild
+++ b/source/gnome-extra/anjuta/FrugalBuild
@@ -1,9 +1,9 @@
# Compiling Time: 2.43 SBU
-# Maintainer: Pingax
+# Maintainer: Christian Hamar alias krix
# Contributor: AlexExtreme
pkgname=anjuta
-pkgver=3.0.3.0
+pkgver=3.0.2.0
pkgrel=1
pkgdesc="Anjuta is a versatile IDE for C and C++, written for GTK/GNOME."
depends=('gdl>=3.0.1' 'guile>=1.8.2' 'autogen' 'graphviz>=2.14-2' \
From pingax at frugalware.fr Fri Jul 1 09:32:04 2011
From: pingax at frugalware.fr (Pingax)
Date: Fri, 1 Jul 2011 09:32:04 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gource-0.35-1-i686 * Version
bump
Message-ID: <20110701073204.D5E6FBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bebb327271177023c91eeb17f73db4d93332b727
commit bebb327271177023c91eeb17f73db4d93332b727
Author: Pingax
Date: Fri Jul 1 09:31:36 2011 +0200
gource-0.35-1-i686
* Version bump
diff --git a/source/xapps-extra/gource/FrugalBuild b/source/xapps-extra/gource/FrugalBuild
index e718418..154d125 100644
--- a/source/xapps-extra/gource/FrugalBuild
+++ b/source/xapps-extra/gource/FrugalBuild
@@ -1,14 +1,14 @@
-# Compiling Time: 0.34 SBU
+# Compiling Time: 0.35 SBU
# Maintainer: Pingax
pkgname=gource
-pkgver=0.34
+pkgver=0.35
pkgrel=1
pkgdesc="Tool to visualize, in 3D, SCM logs"
archs=('i686')
groups=('xapps-extra')
depends=('freetype2' 'sdlimage' 'glew')
Finclude googlecode
-sha1sums=('1162484eff24b5978963629f8a9370cf27c5db6c')
+sha1sums=('f2bc23224cd3e01279a33e3856a6d027560f6509')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 10:08:33 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 10:08:33 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: thunderbird-5.0-1-i686 *
updating patches * added custom mozconfig file
Message-ID: <20110701080833.70C2CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b264230a26abc7ad4e64fbdf736327e9d55ab042
commit b264230a26abc7ad4e64fbdf736327e9d55ab042
Author: Devil505
Date: Fri Jul 1 10:06:23 2011 +0200
thunderbird-5.0-1-i686
* updating patches
* added custom mozconfig file
diff --git a/source/xapps/thunderbird/FrugalBuild b/source/xapps/thunderbird/FrugalBuild
index fb3f014..a21d684 100644
--- a/source/xapps/thunderbird/FrugalBuild
+++ b/source/xapps/thunderbird/FrugalBuild
@@ -9,7 +9,7 @@ pkgdesc="Mozilla Thunderbird mail and newsgroup client"
url="http://www.mozilla.org/products/thunderbird/"
depends=('alsa-lib' 'curl' 'cairo>=1.8.10-2' 'dbus-glib' 'gtk+2>=2.20.0-2' 'libpng>=1.4.1' 'nss>=3.12.7' \
'nspr>=4.8.7' 'pango>=1.28.0-2' 'wireless_tools' 'libstdc++' 'libxt>=1.0.5' 'libidl' 'sqlite3>=3.6.23.1' 'libnotify')
-makedepends=('zip')
+makedepends=('zip' 'yasm')
groups=('xapps')
archs=('i686' 'x86_64' 'ppc' 'arm')
options=('scriptlet')
@@ -17,8 +17,8 @@ up2date="Flastarchive http://releases.mozilla.org/pub/mozilla.org/thunderbird/re
source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2 \
$pkgname.desktop \
thunderbird-locale.patch \
- thunderbird-shared-error.patch \
- libpng14.patch)
+ thunderbird-appversion.patch \
+ mozconfig)
signatures=("${source[0]}.asc" '' '' '' '')
build()
@@ -26,66 +26,20 @@ build()
unset MAKEFLAGS
Fcd comm-miramar
+ cp "$Fsrcdir/mozconfig" .mozconfig || Fdie
+
## and again > -Os broken weird .. use -O2 here *again*
- export CFLAGS="${CFLAGS[@]/-Os/-O2}"
- export CXXFLAGS="${CXXFLAGS[@]/-Os/-O2}"
+ export CXXFLAGS="-fpermissive"
+ export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-5.0 -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
Fpatchall
- ## ac_cv_visibility_pragma=no Fmake \
- Fmake \
- --disable-accessibility \
- --disable-activex \
- --disable-activex-scripting \
- --disable-calendar \
- --disable-debug \
- --disable-dtd-debug \
- --disable-installer \
- --disable-libxul \
- --disable-javaxpcom \
- --disable-jsd \
- --disable-logging \
- --disable-optimize \
- --disable-pedantic \
- --disable-profilesharing \
- --disable-static \
- --disable-tests \
- --disable-toolkit-gtk \
- --disable-toolkit-qt \
- --disable-toolkit-xlib \
- --disable-xinerama \
- --disable-xprint \
- --enable-application=mail \
- --enable-canvas \
- --enable-crypto \
- --enable-default-toolkit=cairo-gtk2 \
- --enable-image-decoders=all \
- --enable-image-encoders=all \
- --enable-ipv6 \
- --enable-necko-protocols=all \
- --enable-pango \
- --enable-reorder \
- --enable-svg \
- --enable-system-cairo \
- --enable-system-sqlite \
- --enable-xft \
- --enable-xsl \
- --with-distribution-id=Frugalware \
- --with-pthreads \
- --with-system-bz2 \
- --with-system-jpeg \
- --with-system-mng \
- --with-system-nspr \
- --with-system-nss \
- --with-system-png \
- --with-system-zlib
-
+ make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" || Fdie
- # Does not use Fmakeinstall here because DESDIR is not found in root Makefile
- Fexec make DESTDIR="$Fdestdir" install || Fdie
+ make -j1 -f client.mk DESTDIR="$Fdestdir" install || Fdie
# Get rid of versions in path names and files.
Fmv /usr/lib/$pkgname-$pkgver /usr/lib/$pkgname
@@ -102,6 +56,12 @@ build()
# Install menu file.
Ffile /usr/share/applications/$pkgname.desktop
+
+ Frm usr/lib/thunderbird-5.0/dictionaries
+ Fln /usr/share/myspell/dicts usr/lib/thunderbird-5.0/dictionaries
+
+ # We don't want the development stuff
+ Frm /usr/{include,lib/thunderbird-devel-$pkgver,share/idl}
}
# optimization OK
diff --git a/source/xapps/thunderbird/libpng14.patch b/source/xapps/thunderbird/libpng14.patch
deleted file mode 100644
index 1dc0ecd..0000000
--- a/source/xapps/thunderbird/libpng14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig 2010-01-17 00:15:53.979744638 +0100
-+++ mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp 2010-01-17 00:16:07.855993411 +0100
-@@ -135,7 +135,7 @@
-
- // initialize
- mPNG = png_create_write_struct(PNG_LIBPNG_VER_STRING,
-- png_voidp_NULL,
-+ NULL,
- ErrorCallback,
- ErrorCallback);
- if (! mPNG)
diff --git a/source/xapps/thunderbird/mozconfig b/source/xapps/thunderbird/mozconfig
new file mode 100644
index 0000000..fb307cc
--- /dev/null
+++ b/source/xapps/thunderbird/mozconfig
@@ -0,0 +1,52 @@
+mk_add_options MOZ_CO_PROJECT=mail
+ac_add_options --disable-accessibility
+ac_add_options --disable-activex
+ac_add_options --disable-activex-scripting
+ac_add_options --disable-calendar
+ac_add_options --disable-debug
+ac_add_options --disable-dtd-debug
+ac_add_options --disable-installer
+ac_add_options --disable-javaxpcom
+ac_add_options --disable-jsd
+ac_add_options --disable-logging
+ac_add_options --disable-optimize
+ac_add_options --disable-pedantic
+ac_add_options --disable-profilesharing
+ac_add_options --disable-static
+ac_add_options --disable-tests
+ac_add_options --disable-toolkit-gtk
+ac_add_options --disable-toolkit-qt
+ac_add_options --disable-toolkit-xlib
+ac_add_options --disable-xinerama
+ac_add_options --disable-xprint
+ac_add_options --enable-application=mail
+ac_add_options --enable-canvas
+ac_add_options --enable-crypto
+ac_add_options --enable-default-toolkit=cairo-gtk2
+ac_add_options --enable-image-decoders=all
+ac_add_options --enable-image-encoders=all
+ac_add_options --enable-ipv6
+ac_add_options --enable-necko-protocols=all
+ac_add_options --enable-pango
+ac_add_options --enable-reorder
+ac_add_options --enable-svg
+ac_add_options --enable-system-cairo
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-xft
+ac_add_options --enable-xsl
+ac_add_options --with-distribution-id=Frugalware
+ac_add_options --with-pthreads
+ac_add_options --with-system-bz2
+ac_add_options --with-system-jpeg
+ac_add_options --with-system-mng
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
+ac_add_options --with-system-png
+ac_add_options --with-system-zlib
+
+export BUILD_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
+export USE_SHORT_LIBNAME=1
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1
+mk_add_options USE_SHORT_LIBNAME=1
diff --git a/source/xapps/thunderbird/thunderbird-appversion.patch b/source/xapps/thunderbird/thunderbird-appversion.patch
new file mode 100644
index 0000000..2824e32
--- /dev/null
+++ b/source/xapps/thunderbird/thunderbird-appversion.patch
@@ -0,0 +1,12 @@
+diff -Nru comm-1.9.2.orig/mail/installer/Makefile.in comm-1.9.2/mail/installer/Makefile.in
+--- comm-1.9.2.orig/mail/installer/Makefile.in 2010-04-30 22:41:37.000000000 +0300
++++ comm-1.9.2/mail/installer/Makefile.in 2010-05-05 20:20:29.551660469 +0300
+@@ -42,6 +42,8 @@
+
+ include $(DEPTH)/config/autoconf.mk
+
++MOZ_APP_VERSION="5.0"
++
+ include $(topsrcdir)/config/rules.mk
+
+ MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
diff --git a/source/xapps/thunderbird/thunderbird-shared-error.patch b/source/xapps/thunderbird/thunderbird-shared-error.patch
deleted file mode 100644
index ae41bbc..0000000
--- a/source/xapps/thunderbird/thunderbird-shared-error.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -up comm-central/mail/installer/Makefile.in.shared-error comm-central/mail/installer/Makefile.in
---- comm-central/mail/installer/Makefile.in.shared-error 2009-09-16 13:47:43.000000000 +0200
-+++ comm-central/mail/installer/Makefile.in 2009-09-16 13:48:25.000000000 +0200
-@@ -95,9 +95,11 @@ endif
- # mozconfig instead.
- ifndef MAIL_PKG_SHARED
- ifndef BUILD_STATIC_LIBS
-+ifeq (BUILD_STATIC_LIBS, 1)
- $(error you need an "--enable-static" build to package a build)
- endif
- endif
-+endif
-
- # On mozilla-central, packager.mk uses core_abspath to redefine DIST
- # As the comm-central config.mk doesn't set it, do it ourselves instead
From vmiklos at frugalware.org Fri Jul 1 12:15:17 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Fri, 1 Jul 2011 12:15:17 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
firefox-sztakidict-hu-0.9-1-i686
Message-ID: <20110701101517.CCB1CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df1d6793b33f89c8ac471082ac965d23819a634f
commit df1d6793b33f89c8ac471082ac965d23819a634f
Author: Miklos Vajna
Date: Thu Jun 30 09:28:38 2011 +0200
firefox-sztakidict-hu-0.9-1-i686
- version bump
diff --git a/source/locale-extra/firefox-sztakidict-hu/FrugalBuild b/source/locale-extra/firefox-sztakidict-hu/FrugalBuild
index 4fca0a3..66063aa 100644
--- a/source/locale-extra/firefox-sztakidict-hu/FrugalBuild
+++ b/source/locale-extra/firefox-sztakidict-hu/FrugalBuild
@@ -3,7 +3,7 @@
_F_firefox_ext=sztakidict
_F_firefox_id=8B74FF9F-0C24-4eed-AD27-96BEBB7A90E3
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="Online Hungarian<->English dictionary by SZTAKI"
url="http://szotar.sztaki.hu/docs/kozepsoujj.html"
@@ -14,7 +14,7 @@ source=(http://szotar.sztaki.hu/docs/kozepsoujj/mozilla/${_F_firefox_ext}_$pkgve
Finclude firefox-extension
pkgname=firefox-sztakidict-hu
groups=('locale-extra' 'firefox-extensions')
-sha1sums=('b012e65802a7307aca0a17b419d826910304f808' \
+sha1sums=('62341a6bc23290606b4cf07c62b11df01a51afd9' \
'a78391d1c4d8947a63b6066da24bf36f161f7175')
build()
From vmiklos at frugalware.org Fri Jul 1 12:18:25 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Fri, 1 Jul 2011 12:18:25 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: libreoffice-3.4.1.3-1-i686
Message-ID: <20110701101825.61E4BBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ecfb351f701697897f1614b30973dd36908e4266
commit ecfb351f701697897f1614b30973dd36908e4266
Author: Miklos Vajna
Date: Fri Jul 1 12:07:02 2011 +0200
libreoffice-3.4.1.3-1-i686
- update to 3.4.1
diff --git a/source/xapps/libreoffice/FrugalBuild b/source/xapps/libreoffice/FrugalBuild
index beeda81..d9fd96c 100644
--- a/source/xapps/libreoffice/FrugalBuild
+++ b/source/xapps/libreoffice/FrugalBuild
@@ -3,9 +3,9 @@
# Contributor: Laszlo Dvornik
pkgname=libreoffice
-pkgver=3.4.0.2
+pkgver=3.4.1.3
branch=3.4
-pkgrel=2
+pkgrel=1
pkgdesc="LibreOffice Productivity Suite, a fork of OpenOffice.org."
url="http://www.documentfoundation.org/download/"
_F_gnome_desktop="y"
From hermier at frugalware.org Fri Jul 1 12:37:21 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 12:37:21 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: libxrandr-1.3.2-1-i686
Message-ID: <20110701103721.8F83EBAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0f86f88f68e701d2842f2df0875e9d1b7ceb5348
commit 0f86f88f68e701d2842f2df0875e9d1b7ceb5348
Author: Michel Hermier
Date: Fri Jul 1 12:36:44 2011 +0200
libxrandr-1.3.2-1-i686
* Bump version.
diff --git a/source/x11/libxrandr/FrugalBuild b/source/x11/libxrandr/FrugalBuild
index 3b58479..dc21f27 100644
--- a/source/x11/libxrandr/FrugalBuild
+++ b/source/x11/libxrandr/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=libxrandr
_F_xorg_name=libXrandr
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="X RandR Library"
url="http://xorg.freedesktop.org"
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('libx11>=1.2.1' 'libxext>=1.0.5-3' 'libxrender>=0.9.4-3' 'randrproto>=1.3.0' 'xproto>=7.0.15' 'xextproto>=7.0.5')
makedepends=('pkgconfig' 'renderproto' 'inputproto>=1.5')
Finclude xorg
-sha1sums=('8e89622b0656cb2eb22c1f3c646c797dc648ead5')
+sha1sums=('0c844a4c5237f96794f0c18a5af16dc5ab7a36ec')
# optimization OK
From hermier at frugalware.org Fri Jul 1 12:37:21 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 12:37:21 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: libxcursor-1.1.12-1-i686
Message-ID: <20110701103721.682B0BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=45abb5e46f7b9c7bba12130c810fdfadc7672ed6
commit 45abb5e46f7b9c7bba12130c810fdfadc7672ed6
Author: Michel Hermier
Date: Fri Jul 1 12:18:13 2011 +0200
libxcursor-1.1.12-1-i686
* Bump version.
diff --git a/source/x11/libxcursor/FrugalBuild b/source/x11/libxcursor/FrugalBuild
index 5decde4..4ff79cc 100644
--- a/source/x11/libxcursor/FrugalBuild
+++ b/source/x11/libxcursor/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=libxcursor
_F_xorg_name=libXcursor
-pkgver=1.1.11
+pkgver=1.1.12
pkgrel=1
pkgdesc="X Cursor Library"
url="http://xorg.freedesktop.org"
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('libx11>=1.2.1' 'libxfixes>=4.0.3-4' 'libxrender>=0.9.4-3')
makedepends=('pkgconfig' 'xproto>=7.0.15' 'inputproto>=2.0')
Finclude xorg
-sha1sums=('35491bd17cbcdda712e1a064c67ccbc523e2702c')
+sha1sums=('f68d7baed5ecf4b1ae88004dd05ef4680d63ee2c')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:09 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:09 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: mkfontscale-1.0.9-1-i686
Message-ID: <20110701114609.13389BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=61db45c6e13b45b09c028c3c07a33148defaab85
commit 61db45c6e13b45b09c028c3c07a33148defaab85
Author: Michel Hermier
Date: Fri Jul 1 12:43:12 2011 +0200
mkfontscale-1.0.9-1-i686
* Bump version.
diff --git a/source/x11/mkfontscale/FrugalBuild b/source/x11/mkfontscale/FrugalBuild
index d2775c4..ee51a1b 100644
--- a/source/x11/mkfontscale/FrugalBuild
+++ b/source/x11/mkfontscale/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=mkfontscale
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="Create an index of scalable font files for X"
url="http://xorg.freedesktop.org"
@@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('freetype2' 'libfontenc>=1.0.4-4')
makedepends=('inputproto>=2.0' 'xproto>=7.0.18')
Finclude xorg
-sha1sums=('accfb12751bf3b7ae7b28c1b0b863d5be871398f')
+sha1sums=('5a8ac438d6d6694dcf1314b74c4d9f029da4f486')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:09 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:09 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: smproxy-1.0.5-1-i686
Message-ID: <20110701114609.35358BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d249fb39e4d4ae9a9784d4d18584c7d02396084d
commit d249fb39e4d4ae9a9784d4d18584c7d02396084d
Author: Michel Hermier
Date: Fri Jul 1 12:53:08 2011 +0200
smproxy-1.0.5-1-i686
* Bump version.
diff --git a/source/x11/smproxy/FrugalBuild b/source/x11/smproxy/FrugalBuild
index 78b68ec..49373ed 100644
--- a/source/x11/smproxy/FrugalBuild
+++ b/source/x11/smproxy/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=smproxy
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="X.Org smproxy application"
url="http://xorg.freedesktop.org"
@@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'arm')
depends=('libxmu>=1.0.4-2' 'libxt>=1.0.5-2')
makedepends=('inputproto>=2.0')
Finclude xorg
-sha1sums=('ea9639b6d0669f157ac62b807cdba64f509b25ed')
+sha1sums=('59e19def9a351896cb3101cb580ae424e9e48a3e')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:09 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:09 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: xman-1.1.2-1-i686
Message-ID: <20110701114609.AE810BAC009@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=2262cbbe43c80c419edf7904d14b2258248b9da2
commit 2262cbbe43c80c419edf7904d14b2258248b9da2
Author: Michel Hermier
Date: Fri Jul 1 13:04:56 2011 +0200
xman-1.1.2-1-i686
* Bump version.
diff --git a/source/x11/xman/FrugalBuild b/source/x11/xman/FrugalBuild
index 011144e..1486ca4 100644
--- a/source/x11/xman/FrugalBuild
+++ b/source/x11/xman/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=xman
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="X.Org xman application"
url="http://xorg.freedesktop.org"
@@ -11,7 +11,6 @@ archs=('i686' 'x86_64')
depends=('libxprintutil>=1.0.1-3' 'libxaw>=1.0.5')
makedepends=('man' 'inputproto>=2.0')
Finclude xorg
-Fconfopts="$Fconfopts --disable-xprint"
-sha1sums=('c8e1170e837da4bc280ee907030b3f9245608ef2')
+sha1sums=('ba10cf0b2d0c2b40ded93e892c69e7bd4586ad1e')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:09 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:09 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: xkbcomp-1.2.3-1-i686
Message-ID: <20110701114609.5A8E9BAC008@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=486c1d019359635eb792d8e6e7a40a0a08c85937
commit 486c1d019359635eb792d8e6e7a40a0a08c85937
Author: Michel Hermier
Date: Fri Jul 1 12:58:46 2011 +0200
xkbcomp-1.2.3-1-i686
* Bump version.
diff --git a/source/x11/xkbcomp/FrugalBuild b/source/x11/xkbcomp/FrugalBuild
index 28b034f..ed313d1 100644
--- a/source/x11/xkbcomp/FrugalBuild
+++ b/source/x11/xkbcomp/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=xkbcomp
-pkgver=1.2.1
+pkgver=1.2.3
pkgrel=1
pkgdesc="X.Org xkbcomp application"
url="http://xorg.freedesktop.org"
@@ -11,14 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('libx11>=1.3' 'libxkbfile>=1.0.5')
makedepends=('inputproto>=1.99.902' 'util-macros>=1.2.1')
Finclude xorg
-sha1sums=('02d7e7b67a6ef3035f92f9e541252bf85e3f0385')
-
-build(){
- Fcd
- Fpatchall
- Fautoreconf
- Fmake
- Fmakeinstall
-}
+sha1sums=('c20d1b5b8e25634cc9a79c5e4c3397a5ffbee1e0')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:09 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:09 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: xrandr-1.3.5-1-i686
Message-ID: <20110701114609.DAD39BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=539379d8acea5272a8b662a16d9ffde825967bbe
commit 539379d8acea5272a8b662a16d9ffde825967bbe
Author: Michel Hermier
Date: Fri Jul 1 13:11:09 2011 +0200
xrandr-1.3.5-1-i686
* Bump version.
diff --git a/source/x11/xrandr/FrugalBuild b/source/x11/xrandr/FrugalBuild
index dd2a8c6..c672a1e 100644
--- a/source/x11/xrandr/FrugalBuild
+++ b/source/x11/xrandr/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=xrandr
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="X.Org xrandr application"
url="http://xorg.freedesktop.org"
@@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('libx11>=1.2.99.90' 'libxrandr>=1.3.0')
makedepends=('inputproto>=1.5')
Finclude xorg
-sha1sums=('637949501b8a45d32d9cab809e8822ee45b69414')
+sha1sums=('ef45925d5b0e72c73d21798d65a41d476fdb0d3f')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:09 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:09 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: xprop-1.2.1-1-i686
Message-ID: <20110701114609.C9430BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8b1ce810672cf6aae7328bbe37406327502ddf7b
commit 8b1ce810672cf6aae7328bbe37406327502ddf7b
Author: Michel Hermier
Date: Fri Jul 1 13:08:43 2011 +0200
xprop-1.2.1-1-i686
* Bump version.
diff --git a/source/x11/xprop/FrugalBuild b/source/x11/xprop/FrugalBuild
index b1cf05c..a1ee5f2 100644
--- a/source/x11/xprop/FrugalBuild
+++ b/source/x11/xprop/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=xprop
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="X.Org xprop application"
url="http://xorg.freedesktop.org"
@@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('libx11>=1.3' 'libxmu>=1.0.4-2')
makedepends=('inputproto>=1.5')
Finclude xorg
-sha1sums=('278f83c5077eed1d96c180bdc0a6f22ba5279a66')
+sha1sums=('d531be0f5f2b7758216ea4d7890f88c42c5fa3fd')
# optimization OK
From hermier at frugalware.org Fri Jul 1 13:46:10 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Fri, 1 Jul 2011 13:46:10 +0200 (CEST)
Subject: [Frugalware-git] xorgtesting: xwininfo-1.1.2-1-i686
Message-ID: <20110701114610.09FBCBAC00A@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=440659988a6c7e0470a0c9fe15b09473e82dbb0d
commit 440659988a6c7e0470a0c9fe15b09473e82dbb0d
Author: Michel Hermier
Date: Fri Jul 1 13:14:18 2011 +0200
xwininfo-1.1.2-1-i686
* Bump version.
diff --git a/source/x11/xwininfo/FrugalBuild b/source/x11/xwininfo/FrugalBuild
index 04a3d30..fae12b3 100644
--- a/source/x11/xwininfo/FrugalBuild
+++ b/source/x11/xwininfo/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil
pkgname=xwininfo
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="X.Org xwininfo application"
url="http://xorg.freedesktop.org"
@@ -11,6 +11,6 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
depends=('libxmu>=1.0.4-2' 'libx11>=1.3')
makedepends=('inputproto>=2.0')
Finclude xorg
-sha1sums=('945e5d51632876e304e001003c8068f34ffe299e')
+sha1sums=('c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3')
# optimization OK
From pingax at frugalware.fr Fri Jul 1 13:56:32 2011
From: pingax at frugalware.fr (Pingax)
Date: Fri, 1 Jul 2011 13:56:32 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gnustep-make-2.6.1-1-i686 *
Version bump
Message-ID: <20110701115632.38268BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=58c5e42b42636b773f580bc478602706d23b2213
commit 58c5e42b42636b773f580bc478602706d23b2213
Author: Pingax
Date: Fri Jul 1 13:56:03 2011 +0200
gnustep-make-2.6.1-1-i686
* Version bump
diff --git a/source/gnustep-extra/gnustep-make/FrugalBuild b/source/gnustep-extra/gnustep-make/FrugalBuild
index b4f3106..e2149db 100644
--- a/source/gnustep-extra/gnustep-make/FrugalBuild
+++ b/source/gnustep-extra/gnustep-make/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Pingax
pkgname=gnustep-make
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="The GNUstep make utilities"
Finclude gnustep
@@ -10,7 +10,7 @@ makedepends=()
depends=()
groups=(${groups[@]} 'gnustep-core')
archs=('i686' 'x86_64')
-sha1sums=('e3cd5dd9d1f0314c66e6e45b5e5bf9b2513f9be4')
+sha1sums=('32144e6f9474dff0001372ade68674620f9ed20c')
build()
{
From pingax at frugalware.fr Fri Jul 1 15:32:10 2011
From: pingax at frugalware.fr (Pingax)
Date: Fri, 1 Jul 2011 15:32:10 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gnustep-sqlclient-1.5.1-1-i686
* Version bump * Change m8r
Message-ID: <20110701133210.E972ABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d999a6145071a7e07fb5f47d4d4b09472d5a0a59
commit d999a6145071a7e07fb5f47d4d4b09472d5a0a59
Author: Pingax
Date: Fri Jul 1 15:31:23 2011 +0200
gnustep-sqlclient-1.5.1-1-i686
* Version bump
* Change m8r
diff --git a/source/gnustep-extra/gnustep-sqlclient/FrugalBuild b/source/gnustep-extra/gnustep-sqlclient/FrugalBuild
index ff500be..ca14a56 100644
--- a/source/gnustep-extra/gnustep-sqlclient/FrugalBuild
+++ b/source/gnustep-extra/gnustep-sqlclient/FrugalBuild
@@ -1,21 +1,21 @@
-# Compiling Time: 0.19 SBU
-# Maintainer: Priyank Gosalia
+# Compiling Time: 0.03 SBU
+# Maintainer: Pingax
pkgname=gnustep-sqlclient
-pkgver=1.3.0
-pkgrel=4
+pkgver=1.5.1
+pkgrel=1
pkgdesc="Simple OO interface to SQL databases for GNUstep applications"
_F_gnustep_name="SQLClient"
_F_gnustep_category="libs"
Finclude gnustep
makedepends=(${makedepends[@]} 'postgresql>=8.4.0' 'libpq>=8.4.0' 'mysql>=5.5.10' \
'libmysqlclient>=5.5.10' 'sqlite3>=3.6.16')
-depends=(${depends[@]} 'gnustep-base>=1.18.0' 'gnustep-performance>=0.2.5')
+depends=(${depends[@]} 'gnustep-base>=1.22.0' 'gnustep-performance>=0.3.0')
groups=(${groups[@]} 'gnustep-libs')
archs=('i686' 'x86_64')
source=(${source[@]} sqlclient_makefile.diff)
-sha1sums=('bcbe7550e00fd8ad6c2b074b926d3898945032f7' \
- '9ad668cb22ec03815a1bce5fa398ec6024d28dc7')
+sha1sums=('67d0adf0173ffd854d28164b7e2ab61c5d8f8caf' \
+ '3b6a5812a2571aae836288b9ec2ed20d03130f49')
subpkgs=("$pkgname-mysql" \
"$pkgname-postgresql" \
"$pkgname-sqlite")
@@ -34,8 +34,8 @@ subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64')
build()
{
Fcd
- Fpatchall
- Fautoreconf
+ Fpatchall
+ Fautoreconf
Fgnustep_build
# split bundles into individual packages
Fsplit $pkgname-mysql $_F_GNUSTEP_SYSTEM/Bundles/SQLClient/MySQL*.bundle
diff --git a/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff b/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff
index 39df916..dee8fc5 100644
--- a/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff
+++ b/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff
@@ -1,11 +1,10 @@
-diff -Naur SQLClient-1.3.0/GNUmakefile SQLClient-1.3.0.new/GNUmakefile
---- SQLClient-1.3.0/GNUmakefile 2006-12-28 16:24:43.000000000 +0530
-+++ SQLClient-1.3.0.new/GNUmakefile 2009-07-22 20:55:52.000000000 +0530
-@@ -28,7 +28,7 @@
+--- GNUmakefile.orig 2011-07-01 15:16:33.000000000 +0200
++++ GNUmakefile 2011-07-01 15:17:17.000000000 +0200
+@@ -49,7 +49,7 @@
BUNDLE_NAME=
--BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/SQLClient
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_BUNDLES)/SQLClient
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_ROOT)/Library/Bundles/SQLClient
# In some systems and situations the dynamic linker needs to haved the
From baste at frugalware.org Fri Jul 1 15:33:21 2011
From: baste at frugalware.org (Baste)
Date: Fri, 1 Jul 2011 15:33:21 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
gnome-shell-extension-cpufreq-20110629-1-i686 * New package
Message-ID: <20110701133321.20C6EBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b36e85e14bb6f44d464e08aef44eed2d0fa99555
commit b36e85e14bb6f44d464e08aef44eed2d0fa99555
Author: Baste
Date: Fri Jul 1 15:32:44 2011 +0200
gnome-shell-extension-cpufreq-20110629-1-i686
* New package
diff --git a/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild b/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild
new file mode 100644
index 0000000..779408c
--- /dev/null
+++ b/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild
@@ -0,0 +1,27 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: Baste
+
+pkgname=gnome-shell-extension-cpufreq
+pkgver=20110629
+pkgrel=1
+pkgdesc="Display and control cpu frequency in gnome-shell."
+url="https://github.com/yuyichao/gnome-shell-cpufreq"
+depends=('gnome-shell')
+groups=('gnome-extra')
+archs=('i686' 'x86_64')
+_F_gnome_glib="y"
+Finclude gnome-scriptlet gnome-shell-extensions
+up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname"
+source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('1aea0bdedda2a8ae05a6a51c0620db0e09148e15')
+
+build()
+{
+ Fcd
+ Fmkdir usr/share/gnome-shell/extensions/
+ Fcprel cpufreq-applet at yyc1992.gmail.com usr/share/gnome-shell/extensions/
+ Fmkdir usr/share/glib-2.0/schemas
+ Ffilerel org.gnome.shell.extensions.cpufreq.gschema.xml usr/share/glib-2.0/schemas/
+ Fbuild_gnome_scriptlet
+ FGnomeShellVersion
+}
From devil505linux at gmail.com Fri Jul 1 17:31:51 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 17:31:51 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
lazr.restfulclient-0.12.0-1-i686 * version bump
Message-ID: <20110701153151.5C0D8BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0162f2235af4233a0d3fb2ceb0e50ffe4956c5ae
commit 0162f2235af4233a0d3fb2ceb0e50ffe4956c5ae
Author: Devil505
Date: Fri Jul 1 17:23:26 2011 +0200
lazr.restfulclient-0.12.0-1-i686
* version bump
diff --git a/source/devel-extra/lazr.restfulclient/FrugalBuild b/source/devel-extra/lazr.restfulclient/FrugalBuild
index f8cef2c..036c9bd 100644
--- a/source/devel-extra/lazr.restfulclient/FrugalBuild
+++ b/source/devel-extra/lazr.restfulclient/FrugalBuild
@@ -2,13 +2,13 @@
# Maintainer: Devil505
pkgname=lazr.restfulclient
-pkgver=0.11.2
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc="A client for lazr.restful-based web services"
depends=('python-httplib2' 'python-oauth' 'python-simplejson' 'wadllib' 'zopeinterface')
makedepends=('distribute')
groups=('devel-extra')
archs=('i686' 'x86_64')
Finclude launchpad
-sha1sums=('77f8e5f67d425d29dd0a4037b75111a06f95863d')
+sha1sums=('8f75aec04bb757f921158de9dc13da6e031c67e1')
From devil505linux at gmail.com Fri Jul 1 17:31:51 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 17:31:51 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: tyrs-0.4.0.1-1-i686 * version
bump
Message-ID: <20110701153151.73A48BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8e05a577e4a12531bc6158359c846f75eedb12be
commit 8e05a577e4a12531bc6158359c846f75eedb12be
Author: Devil505
Date: Fri Jul 1 17:28:00 2011 +0200
tyrs-0.4.0.1-1-i686
* version bump
diff --git a/source/apps-extra/tyrs/FrugalBuild b/source/apps-extra/tyrs/FrugalBuild
index 480570c..bcf65e0 100644
--- a/source/apps-extra/tyrs/FrugalBuild
+++ b/source/apps-extra/tyrs/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=tyrs
-pkgver=0.4.0
+pkgver=0.4.0.1
pkgrel=1
pkgdesc="A lightweight console Twitter and Identica client using ncurses and Python."
url="http://tyrs.nicosphere.net/"
@@ -11,5 +11,5 @@ makedepends=('distribute' 'python-distutils-extra' 'intltool')
groups=('apps-extra')
archs=('i686' 'x86_64')
Finclude pypi
-sha1sums=('72da8a962e60598826d320e38ee4ea70f5199744')
+sha1sums=('6ab83626ce4e7d107031d988e53a821b337ed004')
From devil505linux at gmail.com Fri Jul 1 18:03:11 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 18:03:11 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: devmon-1.0.2-1-i686 * version
bump
Message-ID: <20110701160311.2ED86BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4e580b8ab901724a8eb7ff4cb7c8b20272e34e9a
commit 4e580b8ab901724a8eb7ff4cb7c8b20272e34e9a
Author: Devil505
Date: Fri Jul 1 18:00:32 2011 +0200
devmon-1.0.2-1-i686
* version bump
diff --git a/source/apps-extra/devmon/FrugalBuild b/source/apps-extra/devmon/FrugalBuild
index 39bf7e9..32c6b0f 100644
--- a/source/apps-extra/devmon/FrugalBuild
+++ b/source/apps-extra/devmon/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=devmon
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Automounts and unmounts optical and removable drives using udisks"
depends=('udisks' 'bash>=4')
@@ -12,7 +12,7 @@ _F_sourceforge_ext=".sh"
_F_sourceforge_dirname="ig-scripts"
Finclude sourceforge
url="http://igurublog.wordpress.com/downloads/script-$pkgname/"
-sha1sums=('e0fb50b32923ce897122fa0282520e6c43471472')
+sha1sums=('0ac5a739c757a8050befbe8f98d88063c27fb919')
build() {
Fexe $pkgname-$pkgver.sh usr/bin/$pkgname
From devil505linux at gmail.com Fri Jul 1 18:03:11 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 18:03:11 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: nux-0.9.48-1-i686 * fixing
up2date
Message-ID: <20110701160311.48548BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f6330ee620522df1fc7204e62e617b4c587c4876
commit f6330ee620522df1fc7204e62e617b4c587c4876
Author: Devil505
Date: Fri Jul 1 18:00:48 2011 +0200
nux-0.9.48-1-i686
* fixing up2date
diff --git a/source/ayatana-extra/nux/FrugalBuild b/source/ayatana-extra/nux/FrugalBuild
index c8b35d7..f2871d2 100644
--- a/source/ayatana-extra/nux/FrugalBuild
+++ b/source/ayatana-extra/nux/FrugalBuild
@@ -9,8 +9,7 @@ url="https://launchpad.net/nux"
depends=('dbus-sharp-glib' 'gnome-desktop-sharp' 'gnome-keyring-sharp' \
'mono-addins' 'xdg-utils' 'glib2' 'gdk-pixbuf2' 'glewmx' 'libsigc++2')
_F_mono_aot=0
-_F_launchpad_sep="_"
-_F_launchpad_ext=".orig.tar.gz"
+_F_launchpad_ext=".tar.gz"
_F_launchpad_branch="0.9"
Finclude mono launchpad
groups=('ayatana-extra')
From devil505linux at gmail.com Fri Jul 1 18:10:55 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 18:10:55 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: atanks-5.1-1-i686 * version
bump
Message-ID: <20110701161055.40A0BBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f4269c2068611008846183e4bb044d979be13d62
commit f4269c2068611008846183e4bb044d979be13d62
Author: Devil505
Date: Fri Jul 1 18:07:41 2011 +0200
atanks-5.1-1-i686
* version bump
diff --git a/source/games-extra/atanks/FrugalBuild b/source/games-extra/atanks/FrugalBuild
index 6dc6909..97cb5c5 100644
--- a/source/games-extra/atanks/FrugalBuild
+++ b/source/games-extra/atanks/FrugalBuild
@@ -2,14 +2,14 @@
# Maintainer: Devil505
pkgname=atanks
-pkgver=5.0
+pkgver=5.1
pkgrel=1
pkgdesc="Worms and Scorched Earth-like game"
Finclude sourceforge
depends=('allegro' 'libstdc++' 'libxcb')
groups=('games-extra')
archs=('i686' 'x86_64')
-sha1sums=('d56d35277f4d12370cb2657a94e374714b8030c4')
+sha1sums=('b5c692839015992e55bb9c9eb94d75739dcb4081')
_F_desktop_icon="${pkgname}.png"
_F_desktop_name="Atomic Tanks"
From devil505linux at gmail.com Fri Jul 1 18:16:38 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 18:16:38 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gtest-1.5.0-1-i686 * new
package
Message-ID: <20110701161638.727A8BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d0085b367604149651bd6cbf934701866f5f81e6
commit d0085b367604149651bd6cbf934701866f5f81e6
Author: Devil505
Date: Fri Jul 1 18:10:58 2011 +0200
gtest-1.5.0-1-i686
* new package
diff --git a/source/devel-extra/gtest/FrugalBuild b/source/devel-extra/gtest/FrugalBuild
new file mode 100644
index 0000000..97058f0
--- /dev/null
+++ b/source/devel-extra/gtest/FrugalBuild
@@ -0,0 +1,16 @@
+# Compiling Time: 0.03 SBU
+# Maintainer: Devil505
+
+pkgname=gtest
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)"
+depends=('libstdc++')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+_F_googlecode_ext=".tar.bz2"
+_F_googlecode_dirname="googletest"
+Finclude googlecode
+sha1sums=('6d16bc182faef14a2101182563d44d31cb021401')
+
+# optimization OK
From devil505linux at gmail.com Fri Jul 1 18:50:15 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 18:50:15 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gmock-1.5.0-1-i686 * new
package
Message-ID: <20110701165015.35D3FBAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c3ea54a3ebb7b14b80d24ce2928437999f45c935
commit c3ea54a3ebb7b14b80d24ce2928437999f45c935
Author: Devil505
Date: Fri Jul 1 18:45:45 2011 +0200
gmock-1.5.0-1-i686
* new package
diff --git a/source/devel-extra/gmock/FrugalBuild b/source/devel-extra/gmock/FrugalBuild
new file mode 100644
index 0000000..0d6f245
--- /dev/null
+++ b/source/devel-extra/gmock/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0.03 SBU
+# Maintainer: Devil505
+
+pkgname=gmock
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Google Mock - A library for writing and using C++ mock classes"
+depends=('gtest')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+_F_googlecode_dirname="googlemock"
+Finclude googlecode
+sha1sums=('6352080213097c20e6645b8466b13dc1fb895153')
+
+build() {
+ Fbuild
+ ## resolving conflict with gtest
+ Frm usr/bin/gtest-*
+ Frm usr/include/gtest
+ Frm usr/lib/libgtest*
+ Frm usr/share/aclocal/gtest*
+}
+
+# optimization OK
From devil505linux at gmail.com Fri Jul 1 18:58:35 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 18:58:35 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: sar2-2.3.1-1-i686 * version
bump
Message-ID: <20110701165835.8E929BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b415e5985fc0f0265c0b03d2ed82c83b7189ca64
commit b415e5985fc0f0265c0b03d2ed82c83b7189ca64
Author: Devil505
Date: Fri Jul 1 18:56:24 2011 +0200
sar2-2.3.1-1-i686
* version bump
diff --git a/source/games-extra/sar2/FrugalBuild b/source/games-extra/sar2/FrugalBuild
index 57a247a..c6bb7b0 100644
--- a/source/games-extra/sar2/FrugalBuild
+++ b/source/games-extra/sar2/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=sar2
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Helicopter based search and rescue flight simulator"
depends=('sdl' 'libxpm' 'libglu' 'freealut' 'libvorbis' 'libuuid')
@@ -11,7 +11,7 @@ groups=('games-extra')
archs=('i686' 'x86_64')
_F_sourceforge_ext=".tar.bz2"
Finclude sourceforge
-sha1sums=('c41e38cb725e9aae1f833c6908cbce1a2a9ced6b')
+sha1sums=('4faed56bb39741a964b74c95b45bd39f9d039328')
build() {
Fcd
From devil505linux at gmail.com Fri Jul 1 19:21:19 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 19:21:19 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: nux-1.0.2-1-i686 * version bump
Message-ID: <20110701172119.EFC1ABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=37b3cc7ebb350853c586c1aae0abfadd3d28eb7f
commit 37b3cc7ebb350853c586c1aae0abfadd3d28eb7f
Author: Devil505
Date: Fri Jul 1 19:18:05 2011 +0200
nux-1.0.2-1-i686
* version bump
diff --git a/source/ayatana-extra/nux/FrugalBuild b/source/ayatana-extra/nux/FrugalBuild
index f2871d2..6216498 100644
--- a/source/ayatana-extra/nux/FrugalBuild
+++ b/source/ayatana-extra/nux/FrugalBuild
@@ -2,19 +2,20 @@
# Maintainer: Devil505
pkgname=nux
-pkgver=0.9.48
+pkgver=1.0.2
pkgrel=1
pkgdesc="An OpenGL toolkit (for Unity)"
url="https://launchpad.net/nux"
depends=('dbus-sharp-glib' 'gnome-desktop-sharp' 'gnome-keyring-sharp' \
- 'mono-addins' 'xdg-utils' 'glib2' 'gdk-pixbuf2' 'glewmx' 'libsigc++2')
+ 'mono-addins' 'xdg-utils' 'glib2' 'gdk-pixbuf2' 'glewmx' 'libsigc++2' \
+ 'gmock' 'libboost-static')
+makedepends=('boost')
_F_mono_aot=0
_F_launchpad_ext=".tar.gz"
-_F_launchpad_branch="0.9"
+_F_launchpad_branch="1.0"
Finclude mono launchpad
groups=('ayatana-extra')
archs=('i686' 'x86_64')
-_F_cd_path="$pkgname-$pkgver"
-sha1sums=('8fde803baedbe450296c25108851e63d2d0bf20d')
+sha1sums=('de0d2e9cbdd6b0189284b1e716cfd0a74b990f56')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 21:07:22 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:07:22 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: nautilus-dropbox-0.6.8-1-i686
* version bump
Message-ID: <20110701190722.A9DB7BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f8477590950e5dfde8bf1c6d8d908a002ed41733
commit f8477590950e5dfde8bf1c6d8d908a002ed41733
Author: Devil505
Date: Fri Jul 1 21:05:11 2011 +0200
nautilus-dropbox-0.6.8-1-i686
* version bump
diff --git a/source/gnome-extra/nautilus-dropbox/FrugalBuild b/source/gnome-extra/nautilus-dropbox/FrugalBuild
index 0ebf224..960927d 100644
--- a/source/gnome-extra/nautilus-dropbox/FrugalBuild
+++ b/source/gnome-extra/nautilus-dropbox/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Devil505
pkgname=nautilus-dropbox
-pkgver=0.6.7
-pkgrel=3
+pkgver=0.6.8
+pkgrel=1
pkgdesc="Dropbox for Linux - Nautilus extension"
url="https://www.dropbox.com"
depends=('libnotify>=0.7' 'nautilus>=3.0.0' 'pygtk')
@@ -16,6 +16,6 @@ _F_gnome_desktop="y"
Finclude gnome-scriptlet
up2date="Flasttar $url/downloading?os=lnx"
source=($url/download?dl=packages/$pkgname-$pkgver.tar.bz2)
-sha1sums=('028ec06fa2035582ecfae4de557e66b9a199142c')
+sha1sums=('378484c25e9e9f206e22c2324d78d2e9be87ff91')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 21:23:30 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:23:30 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: tea-30.0.0-1-i686 * version
bump
Message-ID: <20110701192330.5734CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b42c1612a4d5ef2866ebd8c9b3847fe7aa727ec3
commit b42c1612a4d5ef2866ebd8c9b3847fe7aa727ec3
Author: Devil505
Date: Fri Jul 1 21:20:48 2011 +0200
tea-30.0.0-1-i686
* version bump
diff --git a/source/xapps-extra/tea/FrugalBuild b/source/xapps-extra/tea/FrugalBuild
index bb8d5e7..d5b0a40 100644
--- a/source/xapps-extra/tea/FrugalBuild
+++ b/source/xapps-extra/tea/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Priyank Gosalia
pkgname=tea
-pkgver=29.0.3
+pkgver=30.0.0
pkgrel=1
pkgdesc="TEA is a text editor that provides a wide range of text-processing functions \
and the syntax highlighting. Qt branch."
@@ -18,7 +18,7 @@ source=(${source[@]} installationDir.patch)
_F_desktop_name="Tea Text Editor (Qt)"
_F_desktop_icon=${pkgname}_icon_v2.png
_F_desktop_categories="Utility;TextEditor;"
-sha1sums=('58135a7b7e617ea99bf4953011b94b6e2777c78a' \
+sha1sums=('4b495c2bc74be3f476d565d18fac1226b21893c9' \
'a775aca617484dd43a75226d1ff3781032129f25')
build()
From devil505linux at gmail.com Fri Jul 1 21:33:57 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:33:57 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: ngspice-23-1-i686 * version
bump
Message-ID: <20110701193357.37E60BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=267ae24e7b2514acfbfce0dd6cbb339775724241
commit 267ae24e7b2514acfbfce0dd6cbb339775724241
Author: Devil505
Date: Fri Jul 1 21:31:48 2011 +0200
ngspice-23-1-i686
* version bump
diff --git a/source/xapps-extra/ngspice/FrugalBuild b/source/xapps-extra/ngspice/FrugalBuild
index c1082dd..373d259 100644
--- a/source/xapps-extra/ngspice/FrugalBuild
+++ b/source/xapps-extra/ngspice/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Priyank Gosalia
pkgname=ngspice
-pkgver=22
+pkgver=23
pkgrel=1
pkgdesc="Ngspice is a mixed-level/mixed-signal circuit simulator."
Finclude sourceforge
@@ -10,6 +10,6 @@ url="http://ngspice.sourceforge.net"
depends=('libxaw')
groups=('xapps-extra' 'geda-suite')
archs=('i686' 'x86_64')
-sha1sums=('abb232613fb4859f17bcdefeef869e702bd3f0dc')
+sha1sums=('65fa23d1168cb3af7651b990344f763c77bf6132')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 21:37:34 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:37:34 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: libgsasl-1.6.1-1-i686 *
version bump
Message-ID: <20110701193734.7DA84BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=86ca2961c835ac2393dde7597661dcdfdc3e46e8
commit 86ca2961c835ac2393dde7597661dcdfdc3e46e8
Author: Devil505
Date: Fri Jul 1 21:35:03 2011 +0200
libgsasl-1.6.1-1-i686
* version bump
diff --git a/source/lib-extra/libgsasl/FrugalBuild b/source/lib-extra/libgsasl/FrugalBuild
index 794c2d3..8672a9b 100644
--- a/source/lib-extra/libgsasl/FrugalBuild
+++ b/source/lib-extra/libgsasl/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel
pkgname=libgsasl
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms"
url="http://www.gnu.org/software/gsasl/"
@@ -11,6 +11,6 @@ groups=(lib-extra)
archs=('i686' 'x86_64')
up2date="lynx -dump ftp://ftp.gnu.org/pub/gnu/gsasl/ | Flasttar"
source=(ftp://ftp.gnu.org/pub/gnu/gsasl/$pkgname-$pkgver.tar.gz)
-sha1sums=('bb760a943ac487d332d5216559cd5fa765952245')
+sha1sums=('2942886514f14801193e505fc5367330d5c6b7de')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 21:43:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:43:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: nas-1.9.3-1-i686 * version bump
Message-ID: <20110701194307.18AF9BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=21efa58a81f9c07c0f4e8a75bd112f00b0ea74e0
commit 21efa58a81f9c07c0f4e8a75bd112f00b0ea74e0
Author: Devil505
Date: Fri Jul 1 21:40:31 2011 +0200
nas-1.9.3-1-i686
* version bump
diff --git a/source/xmultimedia/nas/FrugalBuild b/source/xmultimedia/nas/FrugalBuild
index 768ae57..99c20e3 100644
--- a/source/xmultimedia/nas/FrugalBuild
+++ b/source/xmultimedia/nas/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Janos Kovacs
pkgname=nas
-pkgver=1.9.2
+pkgver=1.9.3
pkgextraver=
pkgrel=1
pkgdesc="The Network Audio System is a network transparent, client/server audio transport system."
@@ -16,7 +16,7 @@ archs=('i686' 'x86_64' 'ppc')
groups=('xmultimedia')
backup=(etc/nas/nasd.conf etc/sysconfig/nasd)
source=(${source[@]} nasd rc.nasd rc.nasd-hu.po)
-sha1sums=('b1d439c87eef89838ad463c140d0b9ca0f823f5e' \
+sha1sums=('dca770ddd10936ad1f19bf3c51f941c10d7bf84b' \
'd2a8b9dff4487aace614fe2f35b297a1f3471dd3' \
'ee25502041c96da2d5271c95fbc60ddd40561c64' \
'13c0604884801eb1a0a44059924eb9476e121a78')
From devil505linux at gmail.com Fri Jul 1 21:45:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:45:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: john-1.7.8-1-i686 * version
bump
Message-ID: <20110701194543.0BF62BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9ec0a23d373db20ff379329044592f7d6586c10e
commit 9ec0a23d373db20ff379329044592f7d6586c10e
Author: Devil505
Date: Fri Jul 1 21:43:49 2011 +0200
john-1.7.8-1-i686
* version bump
diff --git a/source/apps-extra/john/FrugalBuild b/source/apps-extra/john/FrugalBuild
index 603579e..787aa8e 100644
--- a/source/apps-extra/john/FrugalBuild
+++ b/source/apps-extra/john/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Tuxbubling
pkgname=john
-pkgver=1.7.3.4
+pkgver=1.7.8
pkgrel=1
pkgdesc="John the Ripper is a fast password cracker."
url="http://www.openwall.com/john/"
@@ -13,7 +13,7 @@ archs=('i686' 'x86_64')
up2date="lynx -dump http://openwall.com/john |Flasttar"
source=(http://openwall.com/john/g/john-$pkgver.tar.gz \
john john-mailer http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-chrs.tar.bz2)
-sha1sums=('9fd327416188c405d4927a32f1a8e756b4a259e1' \
+sha1sums=('0f51495fb188955d0fede609810a60b10e6f208f' \
'215f1d0f271c10bccff2ef652ad8f07cb6e32196' \
'ba20178891ed1ca2aac942af00cf0ce5d6738921' \
'ab6461b07c8b9c8669154d4e58f52044c1396208')
From devil505linux at gmail.com Fri Jul 1 21:48:52 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:48:52 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: quvi-0.2.17-1-i686 * version
bump
Message-ID: <20110701194852.E0A92BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bb101db693048c985a3472302517b14a493c44aa
commit bb101db693048c985a3472302517b14a493c44aa
Author: Devil505
Date: Fri Jul 1 21:46:16 2011 +0200
quvi-0.2.17-1-i686
* version bump
diff --git a/source/lib-extra/quvi/FrugalBuild b/source/lib-extra/quvi/FrugalBuild
index cc519fc..c07b55c 100644
--- a/source/lib-extra/quvi/FrugalBuild
+++ b/source/lib-extra/quvi/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Kooda
pkgname=quvi
-pkgver=0.2.15
+pkgver=0.2.17
pkgrel=1
pkgdesc="A cross-platform library for parsing Adobe flash video download links with C API"
depends=('lua' 'curl>=7.20.0-2' 'pcre')
@@ -10,7 +10,7 @@ groups=('lib-extra')
archs=('i686' 'x86_64')
_F_sourceforge_ext=".tar.bz2"
Finclude sourceforge
-sha1sums=('8ff3fb433829692ced76c7e390da0016b19ad18b')
+sha1sums=('f3d31fe63c11ef6ad4f0a3175603f9566d8fff17')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 21:53:23 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:53:23 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: botan-1.10.0-1-i686 * version
bump
Message-ID: <20110701195323.2C9ECBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d7f8bbd79ba1550de2c23996038a04d84d43dc7
commit 6d7f8bbd79ba1550de2c23996038a04d84d43dc7
Author: Devil505
Date: Fri Jul 1 21:50:41 2011 +0200
botan-1.10.0-1-i686
* version bump
diff --git a/source/lib-extra/botan/FrugalBuild b/source/lib-extra/botan/FrugalBuild
index 911eed4..937bd4d 100644
--- a/source/lib-extra/botan/FrugalBuild
+++ b/source/lib-extra/botan/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Miklos Vajna
pkgname=botan
-pkgver=1.8.11
+pkgver=1.10.0
pkgrel=1
pkgdesc="Crypto library written in C++"
url="http://botan.randombit.net/"
From devil505linux at gmail.com Fri Jul 1 21:54:52 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:54:52 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: dbus-1.5.4-1-i686 * version
bump
Message-ID: <20110701195452.00E02BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=78d0a2db6e37d3417941f273a746f91c6dbbad35
commit 78d0a2db6e37d3417941f273a746f91c6dbbad35
Author: Devil505
Date: Fri Jul 1 21:52:54 2011 +0200
dbus-1.5.4-1-i686
* version bump
diff --git a/source/base/dbus/FrugalBuild b/source/base/dbus/FrugalBuild
index f7bf976..447d299 100644
--- a/source/base/dbus/FrugalBuild
+++ b/source/base/dbus/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: crazy
pkgname=dbus
-pkgver=1.5.0
+pkgver=1.5.4
pkgrel=1
pkgdesc="A message bus system"
url="http://freedesktop.org/wiki/Software_2fdbus"
@@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus/|Flasttar"
source=(http://dbus.freedesktop.org/releases/dbus/$pkgname-$pkgver.tar.gz \
rc.$pkgname dbus-1-launch dbus-1-launch.desktop)
-sha1sums=('4f0c82af6de628d7359dcdbc0da402f8e369e367' \
+sha1sums=('11bd5828ac56a3e8f125a487b5743f09914ecea6' \
'72f1aa43b2d7c0c29e71b096af7b2f8819982ba9' \
'740af74eb43cadf1277346029577aadd3d10f2b5' \
'da9efab479aa3a2a8fb365a89ed658646486c39f')
From devil505linux at gmail.com Fri Jul 1 21:59:12 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:59:12 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: textadept-3.9-1-i686 * version
bump
Message-ID: <20110701195912.EC9F5BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb9a5d31317c01f6cc3c596ac5b485545ad05256
commit cb9a5d31317c01f6cc3c596ac5b485545ad05256
Author: Devil505
Date: Fri Jul 1 21:56:44 2011 +0200
textadept-3.9-1-i686
* version bump
diff --git a/source/xapps-extra/textadept/FrugalBuild b/source/xapps-extra/textadept/FrugalBuild
index 4ee1298..2ba6f94 100644
--- a/source/xapps-extra/textadept/FrugalBuild
+++ b/source/xapps-extra/textadept/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: James Buren
pkgname=textadept
-pkgver=3.7
+pkgver=3.9
pkgrel=1
pkgdesc='An extremely extensible Text Editor, uses a modified version of Scintilla.'
_F_googlecode_sep='_'
@@ -17,7 +17,7 @@ archs=('i686' 'x86_64')
_F_desktop_name="Textadept"
_F_desktop_icon="$pkgname"
_F_desktop_categories="GTK;Development;Utility;TextEditor;"
-sha1sums=('177741b984b8d537d3be13fb362e9238af1949dd' \
+sha1sums=('8333160a857c85c95d94e5538e4f816aa82f9d96' \
'be7942bb5fcb625c155a91986a24ec27911cdddb' \
'3af47fe3f013d0e1202cdab4aa6aacd350f26676')
From devil505linux at gmail.com Fri Jul 1 21:59:45 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 21:59:45 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: dbus-python-0.84.0-1-i686 *
version bump
Message-ID: <20110701195945.868F7BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=25d96864d8fbe392541d5090d7216dd345341ee5
commit 25d96864d8fbe392541d5090d7216dd345341ee5
Author: Devil505
Date: Fri Jul 1 21:57:52 2011 +0200
dbus-python-0.84.0-1-i686
* version bump
diff --git a/source/apps/dbus-python/FrugalBuild b/source/apps/dbus-python/FrugalBuild
index 01ebf49..4fdcdb7 100644
--- a/source/apps/dbus-python/FrugalBuild
+++ b/source/apps/dbus-python/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: crazy
pkgname=dbus-python
-pkgver=0.83.2
+pkgver=0.84.0
pkgrel=1
pkgdesc="Python bindings for D-BUS"
url="http://www.freedesktop.org/wiki/Software_2fDBusBindings"
@@ -12,5 +12,5 @@ groups=('apps')
archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus-python/|Flasttar"
source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('b01d54be646d6f903e497c2ecd612027fe595339')
+sha1sums=('f3b3b9c969950ddafde75c86b55cf4694c960081')
# optimization OK
From devil505linux at gmail.com Fri Jul 1 22:02:03 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 22:02:03 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: dbus-glib-0.94-1-i686 *
version bump
Message-ID: <20110701200203.8CA46BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e0f39da4cfea0206561dc215e026e1141244ff65
commit e0f39da4cfea0206561dc215e026e1141244ff65
Author: Devil505
Date: Fri Jul 1 21:59:56 2011 +0200
dbus-glib-0.94-1-i686
* version bump
diff --git a/source/apps/dbus-glib/FrugalBuild b/source/apps/dbus-glib/FrugalBuild
index 388cbcb..e9762f3 100644
--- a/source/apps/dbus-glib/FrugalBuild
+++ b/source/apps/dbus-glib/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: crazy
pkgname=dbus-glib
-pkgver=0.92
+pkgver=0.94
pkgrel=1
pkgdesc="Glib bindings for DBUS"
url="http://www.freedesktop.org/wiki/Software_2fDBusBindings"
@@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
options=('scriptlet')
up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus-glib/|Flasttar"
source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('69aa860251a2c916907ac7b34d5a40196cf073ff')
+sha1sums=('340c392cb37fd204efd9ce83424c53e4e91cbbff')
build()
{
From devil505linux at gmail.com Fri Jul 1 22:08:50 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 22:08:50 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: strigi-0.7.5-1-i686 * version
bump
Message-ID: <20110701200850.57CD4BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=631a5acec435f643188ef89376e0e02e1cf48665
commit 631a5acec435f643188ef89376e0e02e1cf48665
Author: Devil505
Date: Fri Jul 1 22:05:39 2011 +0200
strigi-0.7.5-1-i686
* version bump
diff --git a/source/apps/strigi/FrugalBuild b/source/apps/strigi/FrugalBuild
index 201f90a..fbc336e 100644
--- a/source/apps/strigi/FrugalBuild
+++ b/source/apps/strigi/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: crazy
pkgname=strigi
-pkgver=0.7.2
-pkgrel=5
+pkgver=0.7.5
+pkgrel=1
pkgdesc="An advanced, desktop independent search daemon"
if [ "$CARCH" != "ppc" ]; then
Finclude java
@@ -17,7 +17,7 @@ options=('scriptlet')
Finclude sourceforge cmake
source=(http://www.vandenoever.info/software/$pkgname/$pkgname-$pkgver.tar.bz2)
up2date="lynx -dump http://www.vandenoever.info/software/strigi/ChangeLog | head -n 1"
-sha1sums=('b4c1472ef068536acf9c5c4c8f033a97f9c69f9f')
+sha1sums=('0aa3632e07c58f2ab5c515004b790bda6cfefbf5')
## TODO : Add missing optional depends
subpkgs=("${subpkgs[@]}" "libstrigiqtdbusclient")
From devil505linux at gmail.com Fri Jul 1 22:11:24 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 22:11:24 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gnupg2-2.0.17-1-i686 * version
bump
Message-ID: <20110701201124.72838BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=233530caa2ebc043ea8d5935e571243e09273c6e
commit 233530caa2ebc043ea8d5935e571243e09273c6e
Author: Devil505
Date: Fri Jul 1 22:09:00 2011 +0200
gnupg2-2.0.17-1-i686
* version bump
diff --git a/source/apps/gnupg2/FrugalBuild b/source/apps/gnupg2/FrugalBuild
index 9659310..3494802 100644
--- a/source/apps/gnupg2/FrugalBuild
+++ b/source/apps/gnupg2/FrugalBuild
@@ -3,8 +3,8 @@
pkgname=gnupg2
origname=gnupg
-pkgver=2.0.16
-pkgrel=2
+pkgver=2.0.17
+pkgrel=1
pkgdesc="GnuPG2 is the new modularized version of GnuPG supporting OpenPGP and S/MIME"
url="http://www.gnupg.org/"
## libldap
@@ -13,7 +13,7 @@ groups=('apps')
archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump http://www.gnupg.org/download/index.html |grep gnupg-2.0.*tar |sed -n -e 's/.*g-\(.*\)\.t.*/\1/;s/-/_/;1 p'"
source=(ftp://ftp.gnupg.org/gcrypt/$origname/$origname-$pkgver.tar.bz2)
-sha1sums=('e7eb4f60026884bd90803b531472bc518804b95d')
+sha1sums=('41ef5460417ca0a1131fc730849fe3afd49ad2de')
subpkgs=('gpg-agent')
subdescs=('gpg-agent is made for handling gpg-keys')
From devil505linux at gmail.com Fri Jul 1 22:13:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 22:13:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: zim-0.52-1-i686 * version bump
Message-ID: <20110701201307.06113BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=31f1d6ad2d47f4b2a3a384925c0bd755a319853d
commit 31f1d6ad2d47f4b2a3a384925c0bd755a319853d
Author: Devil505
Date: Fri Jul 1 22:10:56 2011 +0200
zim-0.52-1-i686
* version bump
diff --git a/source/xapps-extra/zim/FrugalBuild b/source/xapps-extra/zim/FrugalBuild
index f0dcbb1..c66e599 100644
--- a/source/xapps-extra/zim/FrugalBuild
+++ b/source/xapps-extra/zim/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: jercel
pkgname=zim
-pkgver=0.51
+pkgver=0.52
pkgrel=1
pkgdesc="A desktop wiki as a collection of files on local filesystem that can be edited with a GUI application."
url="http://zim-wiki.org"
@@ -16,7 +16,7 @@ _F_gnome_desktop="y"
_F_gnome_iconcache="y"
_F_gnome_mime="y"
Finclude gnome-scriptlet
-sha1sums=('ceebee02e303d1c9c21a0b67a49e7e33a449dc7f')
+sha1sums=('493bc0380699e350ea481b1124389763e3f6504d')
build() {
Fbuild
From devil505linux at gmail.com Fri Jul 1 22:18:42 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 22:18:42 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: linsmith-0.99.22-1-i686 *
version bump
Message-ID: <20110701201842.2ADA5BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e90563994bef23edd918125cd2935251bebe0011
commit e90563994bef23edd918125cd2935251bebe0011
Author: Devil505
Date: Fri Jul 1 22:15:28 2011 +0200
linsmith-0.99.22-1-i686
* version bump
diff --git a/source/gnome-extra/linsmith/FrugalBuild b/source/gnome-extra/linsmith/FrugalBuild
index e5e43df..41ce4b3 100644
--- a/source/gnome-extra/linsmith/FrugalBuild
+++ b/source/gnome-extra/linsmith/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel
pkgname=linsmith
-pkgver=0.99.21
+pkgver=0.99.22
pkgrel=1
pkgdesc="linSmith is a Smith Charting program, mainly designed for educational use"
depends=('libgnomeui>=2.24.3-2' 'gnome-vfs' 'esd' 'libgnomeprint')
@@ -12,7 +12,7 @@ Finclude sourceforge gnome-scriptlet
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
_F_cd_path="$pkgname-$_F_sourceforge_pkgver"
-sha1sums=('6a6f5ad170e83b8b9fa47da47df91e72c16b8fcb')
+sha1sums=('aa5979846591fb46adfe2c193b83f934a8563ce4')
_F_desktop_name="LinSmith"
_F_desktop_desc="Smith Charting program"
_F_desktop_categories="GTK;GNOME;Engineering;Electronics;"
From devil505linux at gmail.com Fri Jul 1 23:04:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 23:04:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: pan-0.135-1-i686 * version bump
Message-ID: <20110701210443.65730BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d6dea59ba4cf7810842fa17dd39780667573a34
commit 9d6dea59ba4cf7810842fa17dd39780667573a34
Author: Devil505
Date: Fri Jul 1 23:01:47 2011 +0200
pan-0.135-1-i686
* version bump
diff --git a/source/gnome-extra/pan/FrugalBuild b/source/gnome-extra/pan/FrugalBuild
index 16c0278..6eedc39 100644
--- a/source/gnome-extra/pan/FrugalBuild
+++ b/source/gnome-extra/pan/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: BMH1980
pkgname=pan
-pkgver=0.134
+pkgver=0.135
pkgrel=1
pkgdesc="A newsreader for GNOME"
url="http://pan.rebelbase.com/"
@@ -17,7 +17,7 @@ makedepends=('intltool')
_F_gnome_desktop="y"
Finclude gnome-scriptlet
-sha1sums=('7ef9385e59edf7d511ad3de6c39482297c820685')
+sha1sums=('6cd93facf86615761279113badd7462e59399ae4')
build()
From devil505linux at gmail.com Fri Jul 1 23:06:56 2011
From: devil505linux at gmail.com (Devil505)
Date: Fri, 1 Jul 2011 23:06:56 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: prosody-0.8.2-1-i686 * version
bump
Message-ID: <20110701210656.6494EBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=68e6abcf675d0d215cbca9ab07c40756a6c7dfb8
commit 68e6abcf675d0d215cbca9ab07c40756a6c7dfb8
Author: Devil505
Date: Fri Jul 1 23:05:07 2011 +0200
prosody-0.8.2-1-i686
* version bump
diff --git a/source/network-extra/prosody/FrugalBuild b/source/network-extra/prosody/FrugalBuild
index bf00cf0..6d0d772 100644
--- a/source/network-extra/prosody/FrugalBuild
+++ b/source/network-extra/prosody/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Kooda
pkgname=prosody
-pkgver=0.8.0
+pkgver=0.8.2
pkgrel=1
pkgdesc="Prosody is a light and fast XMPP server."
url="http://prosody.im/"
@@ -15,7 +15,7 @@ source=($url/downloads/source/$pkgname-$pkgver.tar.gz \
'rc.prosody' \
'README.Frugalware')
-sha1sums=('f20baab36bd2570825a24f49e0643cb9c2a65541' \
+sha1sums=('a029c4e69f6daaf3320061e69c9f86390d7e845a' \
'a319a23c8062034fc1ae9d0d4912b1785063b1bf' \
'd5b5b5dfd4b67edf855e27d6b7881449f13632fa' \
'1000770125e04b0eb8daab83fed9ad136ae16fed')
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "thunderbird-5.0-1-i686"
Message-ID: <20110702055943.3261CBAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6b7dd6740d1bb7e517e29b3845e145fbe0adafa0
commit 6b7dd6740d1bb7e517e29b3845e145fbe0adafa0
Author: Devil505
Date: Sat Jul 2 07:54:35 2011 +0200
Revert "thunderbird-5.0-1-i686"
This reverts commit 891943ea65ea330cb88922c55af779b63668cdf0.
diff --git a/source/xapps/thunderbird/FrugalBuild b/source/xapps/thunderbird/FrugalBuild
index a21d684..119d5ca 100644
--- a/source/xapps/thunderbird/FrugalBuild
+++ b/source/xapps/thunderbird/FrugalBuild
@@ -35,6 +35,9 @@ build()
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
+ # Let jars get compressed.
+ Fsed '\-0' '\-9' mozilla/config/make-jars.pl
+
Fpatchall
make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" || Fdie
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert
"thunderbird-i18n-5.0-1-i686"
Message-ID: <20110702055943.6469CBAC009@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2bd32118d91fdc5d9e15450436db41408eac9860
commit 2bd32118d91fdc5d9e15450436db41408eac9860
Author: Devil505
Date: Sat Jul 2 07:54:55 2011 +0200
Revert "thunderbird-i18n-5.0-1-i686"
This reverts commit 32bf6e1639b39673f2e2a026d4ee873129fe3a8e.
diff --git a/source/locale-extra/thunderbird-i18n/FrugalBuild b/source/locale-extra/thunderbird-i18n/FrugalBuild
index e4d48c3..465e230 100644
--- a/source/locale-extra/thunderbird-i18n/FrugalBuild
+++ b/source/locale-extra/thunderbird-i18n/FrugalBuild
@@ -2,52 +2,58 @@
# Maintainer: Michel Hermier
_F_mozilla_i18n_name=thunderbird
-pkgver=5.0
+pkgver=3.1.11
pkgrel=1
Finclude mozilla-i18n
-mozilla_i18n_lang_add 'ar' '674032a3a1d71966bc0e044fa353b1b62bcdcaf2'
-mozilla_i18n_lang_add 'bg' '030777724120d5b6ea56ad0d670dcf334e5a4a99'
-mozilla_i18n_lang_add 'br' '160d2823ffd4a13565078ea1bd898bbd4ae9c9a0'
-mozilla_i18n_lang_add 'ca' '862bcfd6385d8675de8267d03515e3d3675707f6'
-mozilla_i18n_lang_add 'cs' 'ef663667dab46368cfea47a39afdb14fa7dd14c9'
-mozilla_i18n_lang_add 'da' '49a34444acac863076ffc0f66fa9e5070d76f8eb'
-mozilla_i18n_lang_add 'de' 'dd4850c9d09c3ec015da1dd153683e3336bea10b'
-mozilla_i18n_lang_add 'en-GB' '4790c0f84adf1e4fa1942971a30e2c9dde6962c2'
-mozilla_i18n_lang_add 'en-US' '6d075ed92dc218297f8158710dadc7bc7329c7c4'
-mozilla_i18n_lang_add 'es-AR' '8b8b548540ae2ded2cf4e32d8c7da2157706c440'
-mozilla_i18n_lang_add 'es-ES' '95a12a571d40fa28a06e0ab2dcb93d76b58e0723'
-mozilla_i18n_lang_add 'et' 'f87cd0d592171c341605c15c2ef15d081b79b132'
-mozilla_i18n_lang_add 'eu' 'c52c78730e5ae5d510cfafa5714f57a96c6876fe'
-mozilla_i18n_lang_add 'fi' 'f4c48f0b4034b31af0e2905faabff5993d082292'
-mozilla_i18n_lang_add 'fr' '7a61ed0c30cf6eca5b3c7428f098f6be0374d724'
-mozilla_i18n_lang_add 'fy-NL' '173a97320a5e50321bc7ab6a46f208e535deb4bd'
-mozilla_i18n_lang_add 'ga-IE' '2c30f2bbf3e2b474ffd9dd3e5e4b11cf300fbd2b'
-mozilla_i18n_lang_add 'gd' '0e8e2605c08da2999dbfd0455484ea217d839041'
-mozilla_i18n_lang_add 'gl' '48d20b4f061859e8bf32539dbc6e5d16ce30897c'
-mozilla_i18n_lang_add 'he' '0bc6ff79cab559a0d564e5ab69913b94fe91eadf'
-mozilla_i18n_lang_add 'hu' '79774610fb0b02d71f188cb510ab1ca457371346'
-mozilla_i18n_lang_add 'is' '756fdf60837c805c98365ca95e604ff33b3847d5'
-mozilla_i18n_lang_add 'it' '12871a5109d34f1e96d5b025ba18f992f1237930'
-mozilla_i18n_lang_add 'ja' '4d1ba7fdcfa39a8f288d6514712153aedcfdf09c'
-mozilla_i18n_lang_add 'ko' '3440b89e3602989964222b774228f5a2b32e0ad8'
-mozilla_i18n_lang_add 'lt' '88e9245a7069b33f9349b75acd8f95b50ed35f05'
-mozilla_i18n_lang_add 'nb-NO' 'c8e12c9a142c37309dd72ec251512c8316981264'
-mozilla_i18n_lang_add 'nl' 'cddc5cf321702dabe772819f40367f5767239b93'
-mozilla_i18n_lang_add 'nn-NO' 'c886d26aaea8eaa3e8f6e0651e1306a489d97447'
-mozilla_i18n_lang_add 'pa-IN' '338cac17fc4e2eac6702e8f0820c4b00bbb54b5b'
-mozilla_i18n_lang_add 'pl' 'fede26c4fa46920615872c9b7094c0a2d8e33df6'
-mozilla_i18n_lang_add 'pt-BR' 'ab2ff07c7f5026a112a7187e1cd7080b691761d5'
-mozilla_i18n_lang_add 'pt-PT' 'ac25afabf69601ffa2b38a2e59bc071089b5811f'
-mozilla_i18n_lang_add 'rm' 'be9d63f76a961918318307deea426851563c6573'
-mozilla_i18n_lang_add 'ru' '2d2ad0081aaad62835f731e067ade20456e35ad7'
-mozilla_i18n_lang_add 'si' '573acc6e2380c29c2d7edefb5e3311a58b467ed3'
-mozilla_i18n_lang_add 'sk' '2383a27132cbcd794e3f5d1fc525a35167e63c45'
-mozilla_i18n_lang_add 'sl' '1839336a79e1bd6a7194c5309ad0848c36f4e247'
-mozilla_i18n_lang_add 'sq' '181b2b628ee7993e64a9bd537b36a34741c553b5'
-mozilla_i18n_lang_add 'sv-SE' '3dd02c3ab4fc8542c90010fe8b9848fc5b418365'
-mozilla_i18n_lang_add 'ta-LK' '2a59b354cc91001e82d7d180a1d675f91d4fea5b'
-mozilla_i18n_lang_add 'tr' '380ae73adf6cf8aef0f6f5dbb64310a5cb1f9578'
-mozilla_i18n_lang_add 'uk' 'bb1be4bc25f8acb12d9ea80f843d0e1352040f08'
-mozilla_i18n_lang_add 'zh-TW' '465033f206f921adbab8527e9047cc0c3db91a94'
+mozilla_i18n_lang_add 'af' '21b4cfcbf256383195dcb2dc72a584e3022188c5'
+mozilla_i18n_lang_add 'ar' '39683ff7c37483b42eee6a2cd236a51be85e04b6'
+mozilla_i18n_lang_add 'be' 'acbe2f27422a8159f18fe2e9db1beee447e1d5e9'
+mozilla_i18n_lang_add 'bg' 'dca3d2c1936826f69cb2b7b38ac133efb2d59735'
+mozilla_i18n_lang_add 'bn-BD' 'd8eb164a558022c4bd28874000c98ed5cf0f3f54'
+mozilla_i18n_lang_add 'ca' '96edc8a92b021108eb2021f996f7cf1e8d446c6d'
+mozilla_i18n_lang_add 'cs' '46a35451751d6ab0c59fa11b40eaf2a63307471b'
+mozilla_i18n_lang_add 'da' '12f5b8ac7193d6dc278875aae2b921f7c03797b0'
+mozilla_i18n_lang_add 'de' '38a92c534c8cf4cb9de0b06aa6708e53a7ecd376'
+mozilla_i18n_lang_add 'el' 'f3888e6cf8f7d52c044027e0114f8d9151223081'
+mozilla_i18n_lang_add 'en-GB' '283682a0696d66cf7891ad529f16289d1e084d35'
+mozilla_i18n_lang_add 'en-US' 'd32285224e8c464b9fbef7180f16adbea8239547'
+mozilla_i18n_lang_add 'es-AR' '9db561ded3ef100379cd6de16b858d1f1f2e8e43'
+mozilla_i18n_lang_add 'es-ES' 'fcd702f742a42e876be4380c5a77b3b5c92cc750'
+mozilla_i18n_lang_add 'et' 'de4947ebb68f01d4afca131ddec1e837c46b05b3'
+mozilla_i18n_lang_add 'eu' 'dce9fe2ff5eabb5ad0d1da960972a985df0602ea'
+mozilla_i18n_lang_add 'fi' '613b3212834500c06dfb46d6c8ee35e8125b8431'
+mozilla_i18n_lang_add 'fr' '224cd62e317b4fd9c666bb248f733a8de5dd9638'
+mozilla_i18n_lang_add 'fy-NL' '0d9c72013bd0a0d9ab5e190403d199b698cc27dc'
+mozilla_i18n_lang_add 'ga-IE' '83bae079d7c4a11d123b7c9336638f755c30b3c3'
+mozilla_i18n_lang_add 'gd' '4dd3f679c3abae81af85f9b8d9319f3a5fc62e94'
+mozilla_i18n_lang_add 'gl' '9de975b1b33b8949f767ce1bdd3df16cba5bfc46'
+mozilla_i18n_lang_add 'he' 'bf3f64e0f5c258c38c0cf2475718e31a1c736b27'
+mozilla_i18n_lang_add 'hu' '0e2a1ff89db41b38ae2438cc2867c8ab49f0f93c'
+mozilla_i18n_lang_add 'id' 'eaca08e8990e9789b7f89d578980146920eeed09'
+mozilla_i18n_lang_add 'is' '4c62cfdee60cac1ca2bdcf1d17d56b484b222531'
+mozilla_i18n_lang_add 'it' 'cfc87c7e8f9c8368dcbd9af195f478b96be5c54e'
+mozilla_i18n_lang_add 'ja' '5aba241c61d594367a2e176b7856273a08b1f748'
+mozilla_i18n_lang_add 'ko' 'fdc3f6b5d4776a8d04f2847eae2c851ee20ad5de'
+mozilla_i18n_lang_add 'lt' '37dc05a8f55c22d798aa1509fd55abf5662c69b6'
+mozilla_i18n_lang_add 'nb-NO' '4171d999a136a6d49a08e7f2f4fa719cfbb6a2d6'
+mozilla_i18n_lang_add 'nl' '249695d2ca2fe73381609a745eb9301c0207efb7'
+mozilla_i18n_lang_add 'nn-NO' 'd7ed503ee917f8d9bbe77897e62c0595893ce01a'
+mozilla_i18n_lang_add 'pa-IN' 'a78b956c06a0a0c1a733cef1c6dd417a65280f33'
+mozilla_i18n_lang_add 'pl' '0d90ab14abfe9f809ba9b89975f1a04e9d2ca5ca'
+mozilla_i18n_lang_add 'pt-BR' 'aed86967b22b4b881001a0a22ca0b7685cb801bf'
+mozilla_i18n_lang_add 'pt-PT' '47a5a9454974e3941cce947f29293924beaca02b'
+mozilla_i18n_lang_add 'ro' '4b56018603d9ec2c45b47513bbbbf0fbc5a7b538'
+mozilla_i18n_lang_add 'ru' 'aa0c20c9d15eb57fc14c871a7719d742fb58eef8'
+mozilla_i18n_lang_add 'si' '3a649a620f9d6390a49c88767fffa84d4e6126d7'
+mozilla_i18n_lang_add 'sk' '4496f88fdee2be35956cf4dc23ae2f90fde84174'
+mozilla_i18n_lang_add 'sl' '217fd26262137f13be36948aca14143a6a2cdf54'
+mozilla_i18n_lang_add 'sq' '356f14a6fc0a61f13e8d3c7a934ab53084ca077d'
+mozilla_i18n_lang_add 'sr' '57eb47fefd120d7a98828f318c88966be29f2eae'
+mozilla_i18n_lang_add 'sv-SE' 'e434ffa39e8d09a2e56589c5e67bf6d1e2da7b42'
+mozilla_i18n_lang_add 'tr' '78b54e29f1c4be9fa03567fb5160cd1d77848608'
+mozilla_i18n_lang_add 'uk' '2812504bdddbe21d2b9d775609e2b097a314c50e'
+mozilla_i18n_lang_add 'vi' '36ee7738252694d50d4484c1e0ce76c2c3fbbe5b'
+mozilla_i18n_lang_add 'zh-CN' '84987ffbcb2103f6f366c173f9fe664c8ffd178b'
+mozilla_i18n_lang_add 'zh-TW' '8acc959dc88247bffd83f5eb868b1f78e747ccdc'
mozilla_i18n_lang_fini
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702055943.1774EBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bd02a93aa31ae1542cf3d4e6739b22a61bdfb4a2
commit bd02a93aa31ae1542cf3d4e6739b22a61bdfb4a2
Author: Devil505
Date: Sat Jul 2 07:54:27 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit b022ebe011a75c2aabce400f4a50b0977104371e.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index 0926d2f..b68934f 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -9,32 +9,40 @@ url="http://www.mozilla.org/projects/seamonkey/"
depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' \
'libnotify')
makedepends=('zip' 'yasm' 'wireless_tools')
-_F_gnome_desktop="y"
-_F_gnome_iconcache="y"
-Finclude gnome-scriptlet
+options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump $url |grep SeaMonkey -m4 |sed -ne 's/.*Monkey \(.*\)/\1/;$ p'"
source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2 \
- config $pkgname.desktop \
- seamonkey-appversion.patch \
- seamonkey-2.0-lang.patch)
+ config $pkgname.desktop)
build()
{
unset MAKEFLAGS
Fcd comm-2.0
Fsed "png_voidp_NULL" "NULL" mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
- export CXXFLAGS="-fpermissive"
- export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-2.1"
+ export CFLAGS="$CFLAGS -fno-strict-aliasing"
+ export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
sed "s/-march=i686 -O2 -pipe/$CFLAGS/" $startdir/src/config > .mozconfig
Fpatchall
- make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" || Fdie
- make -j1 -f client.mk DESTDIR="$Fdestdir" install || Fdie
+ make -f client.mk build || Fdie
+ make || Fdie
+
+ Fmkdir /usr
+ Fmakeinstall
+
+ # Get rid of versions in path names.
+ Fmv /usr/lib/$pkgname-$pkgver /usr/lib/$pkgname
+ Fln $pkgname /usr/lib/$pkgname-$pkgver
+
+ # Plugins.
+ Fmv /usr/lib/$pkgname/plugins /usr/lib/$pkgname/plugins.orig
+ Fln ../mozilla/plugins/ /usr/lib/$pkgname/plugins
# Install icon for the menu file.
- Ficonrel suite/branding/nightly/icons/gtk/seamonkey.png
+ Fmkdir /usr/share/pixmaps/
+ Ffile comm-1.9.1/suite/branding/icons/gtk/$pkgname.png /usr/share/pixmaps/$pkgname.png
# Install menu file.
Ffile /usr/share/applications/$pkgname.desktop
@@ -42,21 +50,9 @@ build()
#broken link
Frm usr/bin/seamonkey
Fwrapper '/usr/lib/seamonkey/seamonkey $@' $pkgname
-
- Fbuild_gnome_scriptlet
-
- #Remove included dictionaries, add symlink to system myspell path.
- #Note: this will cause file conflicts when users have installed
- dictionaries in the old location
- Frm usr/lib/seamonkey-2.1/dictionaries
- Fln /usr/share/myspell/dicts usr/lib/seamonkey-$pkgver/dictionaries
-
- Frm usr/lib/pkgconfig/seamonkey-ns{s,pr}.pc
}
sha1sums=('8d48aaf5ff3a5e88bf8c93b8414776a085f370d5' \
- '6ee0fac73c28d6e5b3e5b556d75ca4e3f78fa321' \
- 'cdac1339b9ad74fe53a0d18dae5c5d75c2a2e053' \
- '25df3708d0be95a3e601ddb2270b2c87d8df01ed' \
- '84cc67671e9fa4dc660590eed21be54a2af06720')
+ '1864fa4117650bb9a576664943aaf4ab56b7d248' \
+ 'b0e0bdd676758e19cac4a0429257a92183328f0e')
# optimization OK
diff --git a/source/xapps-extra/seamonkey/config b/source/xapps-extra/seamonkey/config
index a2adcb2..947870e 100644
--- a/source/xapps-extra/seamonkey/config
+++ b/source/xapps-extra/seamonkey/config
@@ -30,7 +30,3 @@ ac_add_options --enable-mathml
ac_add_options --disable-crashreporter
ac_add_options --mandir=/usr/share/man
ac_cv_visibility_pragma=no
-export BUILD_OFFICIAL=1
-export MOZILLA_OFFICIAL=1
-mk_add_options BUILD_OFFICIAL=1
-mk_add_options MOZILLA_OFFICIAL=1
diff --git a/source/xapps-extra/seamonkey/seamonkey-2.0-lang.patch b/source/xapps-extra/seamonkey/seamonkey-2.0-lang.patch
deleted file mode 100644
index b9f4a5c..0000000
--- a/source/xapps-extra/seamonkey/seamonkey-2.0-lang.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200
-+++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200
-@@ -890,7 +890,7 @@
- pref("intl.charset.detector", "chrome://global/locale/intl.properties");
- pref("intl.charset.default", "chrome://global-platform/locale/intl.properties");
- pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties");
--pref("intl.locale.matchOS", false);
-+pref("intl.locale.matchOS", true);
- // fallback charset list for Unicode conversion (converting from Unicode)
- // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
- // for ISO-8859-1
diff --git a/source/xapps-extra/seamonkey/seamonkey-appversion.patch b/source/xapps-extra/seamonkey/seamonkey-appversion.patch
deleted file mode 100644
index f7d6b05..0000000
--- a/source/xapps-extra/seamonkey/seamonkey-appversion.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur comm-2.0.orig//suite/installer/Makefile.in comm-2.0/suite/installer/Makefile.in
---- comm-2.0.orig//suite/installer/Makefile.in 2011-06-18 19:04:41.592250768 +0000
-+++ comm-2.0/suite/installer/Makefile.in 2011-06-18 19:05:40.416090761 +0000
-@@ -42,6 +42,8 @@
-
- include $(DEPTH)/config/autoconf.mk
-
-+MOZ_APP_VERSION="2.1"
-+
- include $(topsrcdir)/config/rules.mk
-
- MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
diff --git a/source/xapps-extra/seamonkey/seamonkey.desktop b/source/xapps-extra/seamonkey/seamonkey.desktop
index 2b8af5b..2b650f7 100644
--- a/source/xapps-extra/seamonkey/seamonkey.desktop
+++ b/source/xapps-extra/seamonkey/seamonkey.desktop
@@ -10,6 +10,3 @@ X-KDE-StartupNotify=true
Terminal=false
Categories=Application;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
-mailto;
-StartupNotify=false
-Categories=Application;Network;
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "thunderbird-5.0-1-i686"
Message-ID: <20110702055943.53831BAC008@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0de781aeb2e020462313a9747d9769e2fe463d90
commit 0de781aeb2e020462313a9747d9769e2fe463d90
Author: Devil505
Date: Sat Jul 2 07:54:44 2011 +0200
Revert "thunderbird-5.0-1-i686"
This reverts commit 81058e8603a15b18131a26866691b9ebbceacf3c.
diff --git a/source/xapps/thunderbird/FrugalBuild b/source/xapps/thunderbird/FrugalBuild
index 119d5ca..9253688 100644
--- a/source/xapps/thunderbird/FrugalBuild
+++ b/source/xapps/thunderbird/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Krisztian VASAS
pkgname=thunderbird
-pkgver=5.0
+pkgver=3.1.11
pkgrel=1
pkgdesc="Mozilla Thunderbird mail and newsgroup client"
url="http://www.mozilla.org/products/thunderbird/"
@@ -24,7 +24,7 @@ signatures=("${source[0]}.asc" '' '' '' '')
build()
{
unset MAKEFLAGS
- Fcd comm-miramar
+ Fcd comm-1.9.*
cp "$Fsrcdir/mozconfig" .mozconfig || Fdie
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "fgrun-1.5.2-5-i686"
Message-ID: <20110702055943.7C47ABAC00A@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0e4978b3124bd994c13ae770d55c70a357eeb4a1
commit 0e4978b3124bd994c13ae770d55c70a357eeb4a1
Author: Devil505
Date: Sat Jul 2 07:55:16 2011 +0200
Revert "fgrun-1.5.2-5-i686"
This reverts commit 6e549cea270d63806e644c40db355999cf2d6cd3.
diff --git a/source/games-extra/fgrun/FrugalBuild b/source/games-extra/fgrun/FrugalBuild
index 4a444b5..f5a8ff8 100644
--- a/source/games-extra/fgrun/FrugalBuild
+++ b/source/games-extra/fgrun/FrugalBuild
@@ -3,10 +3,10 @@
pkgname=fgrun
pkgver=1.5.2
-pkgrel=5
+pkgrel=4
pkgdesc="A graphical frontend to run FlightGear Flight Simulator."
Finclude sourceforge
-depends=('flightgear>=2.0.0-5' 'simgear>=2.0.0-2' 'openscenegraph>=3.0.0' 'fltk' 'libuuid')
+depends=('flightgear>=2.0.0-5' 'simgear>=2.0.0-2' 'openscenegraph>=2.8.3-2' 'fltk' 'libuuid')
makedepends=('boost')
groups=(games-extra)
archs=('i686' 'x86_64')
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "simgear-2.0.0-4-i686"
Message-ID: <20110702055943.A0974BAC00B@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=929c06e0ddf5a56636926e3d4f0ab8fec997f2b3
commit 929c06e0ddf5a56636926e3d4f0ab8fec997f2b3
Author: Devil505
Date: Sat Jul 2 07:55:34 2011 +0200
Revert "simgear-2.0.0-4-i686"
This reverts commit 5881a3665a7314c3eee223261a522b46e1e0bc0e.
diff --git a/source/xlib-extra/simgear/FrugalBuild b/source/xlib-extra/simgear/FrugalBuild
index 4b6bade..d90825c 100644
--- a/source/xlib-extra/simgear/FrugalBuild
+++ b/source/xlib-extra/simgear/FrugalBuild
@@ -3,11 +3,11 @@
pkgname=simgear
pkgver=2.0.0
-pkgrel=4
+pkgrel=3
pkgdesc="Libraries to be used as building blocks for quickly assembling 3d simulations"
url="http://www.simgear.org/"
depends=() # yes, deps is empty because this lib is static-only
-makedepends=('openal>=1.7.411' 'freealut>=1.1.0-3' 'plib' 'mesa' 'boost>=1.46.1' 'openscenegraph>=3.0.0')
+makedepends=('openal>=1.7.411' 'freealut>=1.1.0-3' 'plib' 'mesa' 'boost>=1.46.1' 'openscenegraph>=2.8.3-2')
groups=('xlib-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url|grep 'Version [0-9\.]* '|sed -n 's/.*n \(.*\) i.*/\1/;1 p'"
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert
"flightgear-2.0.0-6-i686"
Message-ID: <20110702055943.B7A06BAC00C@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=973c32856a0d5c0adfa578cf0c7970d3b0801a4c
commit 973c32856a0d5c0adfa578cf0c7970d3b0801a4c
Author: Devil505
Date: Sat Jul 2 07:55:52 2011 +0200
Revert "flightgear-2.0.0-6-i686"
This reverts commit e5bfdfed89875dd2a8b9344fd7f11ec99bf79f4a.
diff --git a/source/games-extra/flightgear/FrugalBuild b/source/games-extra/flightgear/FrugalBuild
index a33ca3e..7b96dbf 100644
--- a/source/games-extra/flightgear/FrugalBuild
+++ b/source/games-extra/flightgear/FrugalBuild
@@ -3,10 +3,10 @@
pkgname=flightgear
pkgver=2.0.0
-pkgrel=6
+pkgrel=5
pkgdesc="An open-source, multi-platform flight simulator."
url="http://www.flightgear.org/"
-depends=('libgl' 'zlib' 'freealut>=1.1.0-3' 'freeglut' 'plib' 'libboost>=1.46.1' 'openscenegraph>=3.0.0')
+depends=('libgl' 'zlib' 'freealut>=1.1.0-3' 'freeglut' 'plib' 'libboost>=1.46.1' 'openscenegraph>=2.8.3-2')
makedepends=('simgear>=2.0.0-2' 'boost>=1.46.1')
groups=('games-extra')
archs=('i686' 'x86_64')
From devil505linux at gmail.com Sat Jul 2 07:59:43 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert
"openscenegraph-3.0.0-1-i686"
Message-ID: <20110702055943.D6586BAC00D@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a41db116d3d254ff080f875f334fe676aa708ec6
commit a41db116d3d254ff080f875f334fe676aa708ec6
Author: Devil505
Date: Sat Jul 2 07:56:08 2011 +0200
Revert "openscenegraph-3.0.0-1-i686"
This reverts commit 6ac5b3fac3ad4fda0df454b7f29a224799de04d1.
diff --git a/source/xlib-extra/openscenegraph/FrugalBuild b/source/xlib-extra/openscenegraph/FrugalBuild
index 8f363b6..887d42e 100644
--- a/source/xlib-extra/openscenegraph/FrugalBuild
+++ b/source/xlib-extra/openscenegraph/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna
pkgname=openscenegraph
-pkgver=3.0.0
+pkgver=2.8.4
pkgrel=1
pkgdesc="A high performance 3D graphics toolkit."
url="http://www.openscenegraph.org/projects/osg"
@@ -12,8 +12,8 @@ groups=('xlib-extra')
archs=('i686' 'x86_64')
_F_archive_name="OpenSceneGraph"
up2date="Flastarchive $url/wiki/Downloads .zip"
-source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-$pkgver.zip)
-sha1sums=('aa4982bf1502c8ad52b40508221978a2ca48e34e')
+source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${pkgver}/source/OpenSceneGraph-$pkgver.zip)
+sha1sums=('356ecd39f7e714dabb6776e23303fe3f1798a7cf')
_F_cmake_confopts="-DCMAKE_BUILD_TYPE=Release"
Finclude cmake
From devil505linux at gmail.com Sat Jul 2 07:59:44 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:44 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702055944.172C9BAC00F@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=25f4983c1e9a844e8dd262fcc1930627f007d1de
commit 25f4983c1e9a844e8dd262fcc1930627f007d1de
Author: Devil505
Date: Sat Jul 2 07:56:44 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit 79b9f4c0a5efa63892fcf340631928458a6a92ae.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index 7b43402..51fb29e 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -8,7 +8,7 @@ pkgdesc="Seamonkey all-in-one internet application suite"
url="http://www.mozilla.org/projects/seamonkey/"
depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' \
'libnotify')
-makedepends=('zip' 'yasm')
+makedepends=('zip')
options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
From devil505linux at gmail.com Sat Jul 2 07:59:44 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:44 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702055944.020DFBAC00E@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=69012c40d5d22bb249a549cfb68f2303d638aea0
commit 69012c40d5d22bb249a549cfb68f2303d638aea0
Author: Devil505
Date: Sat Jul 2 07:56:28 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit e272d09704246510e3ce2a78f31f4219ba191b5d.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index b68934f..7b43402 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -8,7 +8,7 @@ pkgdesc="Seamonkey all-in-one internet application suite"
url="http://www.mozilla.org/projects/seamonkey/"
depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' \
'libnotify')
-makedepends=('zip' 'yasm' 'wireless_tools')
+makedepends=('zip' 'yasm')
options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
From devil505linux at gmail.com Sat Jul 2 07:59:44 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:44 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702055944.4EC86BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d98f356ac56b553cb312c17114262bd34b44250a
commit d98f356ac56b553cb312c17114262bd34b44250a
Author: Devil505
Date: Sat Jul 2 07:57:19 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit 5769b5e930b44191ac193a9f4542e9810d1a118f.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index 97ff8bf..035f020 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -6,8 +6,7 @@ pkgver=2.1
pkgrel=1
pkgdesc="Seamonkey all-in-one internet application suite"
url="http://www.mozilla.org/projects/seamonkey/"
-depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' \
- 'ibnotify')
+depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib')
makedepends=('zip')
options=('scriptlet')
groups=('xapps-extra')
From devil505linux at gmail.com Sat Jul 2 07:59:44 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:44 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702055944.25C7EBAC010@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35758f548cb4d0f22578a889b840c3a8988fdaa8
commit 35758f548cb4d0f22578a889b840c3a8988fdaa8
Author: Devil505
Date: Sat Jul 2 07:57:03 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit 8f96dfeb7b477a483f646b8b0a36baf26f38b3ae.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index 51fb29e..97ff8bf 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Seamonkey all-in-one internet application suite"
url="http://www.mozilla.org/projects/seamonkey/"
depends=('libstdc++' 'gtk+2>=2.20.0-2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxml2' 'libidl' 'libxt' 'libice' 'nss>=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' \
- 'libnotify')
+ 'ibnotify')
makedepends=('zip')
options=('scriptlet')
groups=('xapps-extra')
From devil505linux at gmail.com Sat Jul 2 07:59:44 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 07:59:44 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert
"moonlight-2.99.0.9-5-i686"
Message-ID: <20110702055944.5E5BFBAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=afc7a928c6c7f14272e9a6fe7d1a2c2622d4e5dd
commit afc7a928c6c7f14272e9a6fe7d1a2c2622d4e5dd
Author: Devil505
Date: Sat Jul 2 07:57:58 2011 +0200
Revert "moonlight-2.99.0.9-5-i686"
This reverts commit 9b6910a65294f5ad4b5c14dde0077a0af8e61405.
diff --git a/source/xlib-extra/moonlight/FrugalBuild b/source/xlib-extra/moonlight/FrugalBuild
index 938d624..6592ffa 100644
--- a/source/xlib-extra/moonlight/FrugalBuild
+++ b/source/xlib-extra/moonlight/FrugalBuild
@@ -7,11 +7,11 @@ USE_DEVEL=${USE_DEVEL:-"n"}
#MOONLIGHT_OVERRIDES="shapecache=yes,converter=ffmpeg" firefox'
pkgname=moonlight
-pkgrel=5
+pkgrel=4
pkgdesc="Moonlight is an open source implementation of Microsoft Silverlight for Unix systems."
url="http://www.go-mono.com/moonlight/"
depends=('gtk+2' 'libxau' 'libxdmcp' 'freetype2' 'alsa-lib' 'libstdc++' 'libxdamage' 'libxext' 'libxml2>=2.7.8' \
- 'ffmpeg>=0.8' 'dbus-glib' 'dbus-sharp' 'imagemagick' 'poppler-glib>=0.14.3' 'gtk-sharp' 'curl')
+ 'ffmpeg>=0.6' 'dbus-glib' 'dbus-sharp' 'imagemagick' 'poppler-glib>=0.14.3' 'gtk-sharp' 'curl')
makedepends=('firefox' 'zip' 'gsf-sharp' 'gtksourceview-sharp' 'monodoc'\
'xulrunner' 'curl')
options=('scriptlet')
From devil505linux at gmail.com Sat Jul 2 08:08:46 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 08:08:46 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702060846.D7BF9BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=955d070929c335aaad8df7818ee439c34a3bae14
commit 955d070929c335aaad8df7818ee439c34a3bae14
Author: Devil505
Date: Sat Jul 2 08:06:29 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit 490b8986e40a9bb9538c5f19c2901bdd5e2b9621.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index 035f020..d1d1cca 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -18,7 +18,7 @@ source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/so
build()
{
unset MAKEFLAGS
- Fcd comm-2.0
+ Fcd comm-1.9.1
Fsed "png_voidp_NULL" "NULL" mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
export CFLAGS="$CFLAGS -fno-strict-aliasing"
export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
From devil505linux at gmail.com Sat Jul 2 08:08:46 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 08:08:46 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: Revert "seamonkey-2.1-1-i686"
Message-ID: <20110702060846.E94F2BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00bc337b17de099d24ffdafac620377cef57c1e6
commit 00bc337b17de099d24ffdafac620377cef57c1e6
Author: Devil505
Date: Sat Jul 2 08:06:59 2011 +0200
Revert "seamonkey-2.1-1-i686"
This reverts commit 863c296e67a6e5bbfe79e26c79f7f43abd30aa64.
diff --git a/source/xapps-extra/seamonkey/FrugalBuild b/source/xapps-extra/seamonkey/FrugalBuild
index d1d1cca..ea858f5 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: voroskoi
pkgname=seamonkey
-pkgver=2.1
+pkgver=2.0.13
pkgrel=1
pkgdesc="Seamonkey all-in-one internet application suite"
url="http://www.mozilla.org/projects/seamonkey/"
@@ -50,7 +50,7 @@ build()
Frm usr/bin/seamonkey
Fwrapper '/usr/lib/seamonkey/seamonkey $@' $pkgname
}
-sha1sums=('8d48aaf5ff3a5e88bf8c93b8414776a085f370d5' \
+sha1sums=('bba3b5caa0a64d3ac401b216a1a7a41d20003ecd' \
'1864fa4117650bb9a576664943aaf4ab56b7d248' \
'b0e0bdd676758e19cac4a0429257a92183328f0e')
From pingax at frugalware.fr Sat Jul 2 08:20:18 2011
From: pingax at frugalware.fr (Pingax)
Date: Sat, 2 Jul 2011 08:20:18 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: python-sqlobject-1.1.1-1-i686
* Version bump
Message-ID: <20110702062018.32128BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39254120e71b2a2e808aa935bf2735952b0a26f5
commit 39254120e71b2a2e808aa935bf2735952b0a26f5
Author: Pingax
Date: Sat Jul 2 10:19:41 2011 +0200
python-sqlobject-1.1.1-1-i686
* Version bump
diff --git a/source/devel-extra/python-sqlobject/FrugalBuild b/source/devel-extra/python-sqlobject/FrugalBuild
index 4c37e77..dac9423 100644
--- a/source/devel-extra/python-sqlobject/FrugalBuild
+++ b/source/devel-extra/python-sqlobject/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=python-sqlobject
_F_archive_name=SQLObject
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="SQLObject is a popular Object Relational Manager for providing an object interface to your database."
url="http://sqlobject.org/"
@@ -15,4 +15,4 @@ archs=('i686' 'x86_64')
up2date="Flasttar http://pypi.python.org/pypi/packages/source/S/$_F_archive_name/"
source="http://pypi.python.org/pypi/packages/source/S/$_F_archive_name/$_F_archive_name-$pkgver.tar.gz"
_F_cd_path="SQLObject-$pkgver"
-sha1sums=('7ab741b22373d20bf5f0665b369dd0c8514bcdfa')
+sha1sums=('83aa727f7f312b1fc3771ebc01ddf53c4e62314f')
From kikadf.01 at gmail.com Sat Jul 2 09:18:56 2011
From: kikadf.01 at gmail.com (kikadf)
Date: Sat, 2 Jul 2011 09:18:56 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: sg3-utils-1.31-2-i686 *Fix
updates
Message-ID: <20110702071856.D5E65BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=befe2d37c02b63ab69cc286cab7e648dfb3bc12c
commit befe2d37c02b63ab69cc286cab7e648dfb3bc12c
Author: kikadf
Date: Sat Jul 2 09:18:25 2011 +0200
sg3-utils-1.31-2-i686 *Fix updates
diff --git a/source/apps/sg3-utils/FrugalBuild b/source/apps/sg3-utils/FrugalBuild
index 29c0248..f2bcbb2 100644
--- a/source/apps/sg3-utils/FrugalBuild
+++ b/source/apps/sg3-utils/FrugalBuild
@@ -4,10 +4,11 @@
pkgname=sg3-utils
pkgver=1.31
-pkgrel=1
+pkgrel=2
pkgdesc="SCSI utilities"
url="http://sg.danny.cz/sg/sg3_utils.html"
_F_archive_name="sg3_utils"
+_F_archive_grepv="b"
depends=('glibc>=2.13-2')
groups=('apps')
archs=('i686' 'x86_64' 'ppc')
From melko at frugalware.org Sat Jul 2 10:32:40 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 10:32:40 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: libsysactivity-0.6.2-1-i686
Message-ID: <20110702083240.AB3D8BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a922363d9a6c693d2adb64456c830ccabe2a710
commit 0a922363d9a6c693d2adb64456c830ccabe2a710
Author: Melko
Date: Sat Jul 2 10:24:59 2011 +0200
libsysactivity-0.6.2-1-i686
* version bump
diff --git a/source/lib-extra/libsysactivity/FrugalBuild b/source/lib-extra/libsysactivity/FrugalBuild
index b4c2aa2..4a2ccf4 100644
--- a/source/lib-extra/libsysactivity/FrugalBuild
+++ b/source/lib-extra/libsysactivity/FrugalBuild
@@ -1,16 +1,17 @@
-# Compiling Time: 0.02 SBU
-# Maintainer: Melko
+# Compiling Time: 0.05 SBU
+# Maintainer: Melko
# Contributor: centuri0
pkgname=libsysactivity
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="A lightweight library that retrieves statistics of the system's activity."
depends=('glibc')
-groups=(lib-extra)
+groups=('lib-extra')
archs=('i686' 'x86_64')
-sha1sums=('fe64aa270f7b08ff9df3e7ca460faf214a0b07bb')
+sha1sums=('f86f58d8e57beeeb388c357c02f4c7d9d38c22af')
Finclude sourceforge cmake
+
build() {
export LDFLAGS=""
Fcd
From melko at frugalware.org Sat Jul 2 10:32:40 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 10:32:40 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: calibre-0.8.8-1-i686
Message-ID: <20110702083240.D0801BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a7c1f4526f51e5b3f1ce383924b4d8d5832f667f
commit a7c1f4526f51e5b3f1ce383924b4d8d5832f667f
Author: Melko
Date: Sat Jul 2 10:31:12 2011 +0200
calibre-0.8.8-1-i686
* version bump
diff --git a/source/xapps-extra/calibre/FrugalBuild b/source/xapps-extra/calibre/FrugalBuild
index ed3c6cc..921ec6c 100644
--- a/source/xapps-extra/calibre/FrugalBuild
+++ b/source/xapps-extra/calibre/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Melko
pkgname=calibre
-pkgver=0.8.7
+pkgver=0.8.8
pkgrel=1
pkgdesc="Ebook management application"
url="http://calibre.kovidgoyal.net/"
@@ -21,7 +21,7 @@ source=(${source[@]} $pkgname-ebook-viewer.desktop \
$pkgname-lrf.png \
$pkgname-gui.png \
$pkgname.xml)
-sha1sums=('784db461bebc0e589663cdc948f5b65651b81b86' \
+sha1sums=('d205894500fbba5f1f4f9f3fc1f44e3c94ab3d51' \
'1323d95691289b41e25fd191dc1d18f1c58e02d2' \
'e7eb837ad8733ecb813b5f897484324cd7160426' \
'2a675529ef6f034eb20bc48620802b60796d689d' \
From devil505linux at gmail.com Sat Jul 2 11:29:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:29:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: utouch-geis-2.1.1-1-i686 *
version bump
Message-ID: <20110702092907.BAFA6BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bd779f858e3b081593cc9b4f5de8832eff7bc8c4
commit bd779f858e3b081593cc9b4f5de8832eff7bc8c4
Author: Devil505
Date: Sat Jul 2 11:06:47 2011 +0200
utouch-geis-2.1.1-1-i686
* version bump
diff --git a/source/lib-extra/utouch-geis/FrugalBuild b/source/lib-extra/utouch-geis/FrugalBuild
index 10d4d4f..c95958b 100644
--- a/source/lib-extra/utouch-geis/FrugalBuild
+++ b/source/lib-extra/utouch-geis/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=utouch-geis
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface."
url="http://launchpad.net/utouch-geis"
@@ -11,6 +11,6 @@ groups=('lib-extra')
archs=('i686' 'x86_64')
_F_launchpad_subdir="2.1.0"
Finclude launchpad
-sha1sums=('2961ab019a223b267640dc57b845c75c45cb988d')
+sha1sums=('47fb10727470ae5bb61be5c4523788b9b02273a1')
# optimization OK
From devil505linux at gmail.com Sat Jul 2 11:29:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:29:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gnome-mplayer-1.0.4-1-i686 *
version bump
Message-ID: <20110702092907.CDBA1BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ddde07f5c3a8359c758c7a363368369cd7234fe2
commit ddde07f5c3a8359c758c7a363368369cd7234fe2
Author: Devil505
Date: Sat Jul 2 11:15:24 2011 +0200
gnome-mplayer-1.0.4-1-i686
* version bump
diff --git a/source/gnome-extra/gnome-mplayer/FrugalBuild b/source/gnome-extra/gnome-mplayer/FrugalBuild
index dbe8791..46d2723 100644
--- a/source/gnome-extra/gnome-mplayer/FrugalBuild
+++ b/source/gnome-extra/gnome-mplayer/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Priyank Gosalia
pkgname=gnome-mplayer
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="A media player for GNOME that uses MPlayer."
url="http://dekorte.homeip.net/download/gnome-mplayer"
archs=('i686' 'x86_64' 'ppc')
@@ -16,7 +16,7 @@ _F_gnome_glib="y"
_F_gnome_desktop="y"
_F_gnome_iconcache="y"
Finclude gnome-scriptlet
-sha1sums=('99e78a10a9801b7da5f4dc59b0266f18953a9d22')
+sha1sums=('15c329573692e97bb550063854ddc6404309b265')
build ()
{
From devil505linux at gmail.com Sat Jul 2 11:29:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:29:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
lastfm-client-1.5.4.26862-2-i686 * replacing last-exit
Message-ID: <20110702092907.E34ABBAC008@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=423feffd36082db759cf0fafdfca2f09559cd771
commit 423feffd36082db759cf0fafdfca2f09559cd771
Author: Devil505
Date: Sat Jul 2 11:21:06 2011 +0200
lastfm-client-1.5.4.26862-2-i686
* replacing last-exit
diff --git a/source/xapps-extra/lastfm-client/FrugalBuild b/source/xapps-extra/lastfm-client/FrugalBuild
index 8d60fa7..1b9c575 100644
--- a/source/xapps-extra/lastfm-client/FrugalBuild
+++ b/source/xapps-extra/lastfm-client/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=lastfm-client
pkgver=1.5.4.26862
-pkgrel=1
+pkgrel=2
pkgdesc="The Official Last.fm client"
url="http://www.last.fm/tools/downloads/"
depends=('libqtgui' 'libqtnetwork' 'libuuid' 'libqtsql' 'libqtxml' 'libsamplerate' 'libmad' 'libgpod')
@@ -24,6 +24,7 @@ sha1sums=('2d9a81b2a14f8f54ac25735a4a77dfa474d70910' \
'27453a485fc62d12cce581ab9a9e7efad110608d' \
'c4c39b0570a307ebfa4b919df0e5c0a4046d7438' \
'2d069e05372caf9815a31b0a296c393cc5b28912')
+replaces=('last-exit')
_F_desktop_name="Last.fm"
_F_desktop_desc="Client for the Last.fm Network"
From devil505linux at gmail.com Sat Jul 2 11:29:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:29:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: shutter-0.87.2-3-i686 *
replacing zenshot
Message-ID: <20110702092907.F25DABAC009@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ce219609109d57f18ca3826bc053220673ad4e3
commit 3ce219609109d57f18ca3826bc053220673ad4e3
Author: Devil505
Date: Sat Jul 2 11:21:47 2011 +0200
shutter-0.87.2-3-i686
* replacing zenshot
diff --git a/source/gnome-extra/shutter/FrugalBuild b/source/gnome-extra/shutter/FrugalBuild
index cd356eb..9597249 100644
--- a/source/gnome-extra/shutter/FrugalBuild
+++ b/source/gnome-extra/shutter/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=shutter
pkgver=0.87.2
-pkgrel=2
+pkgrel=3
pkgdesc="A featureful screenshot tool (formerly gscrot)"
url="http://shutter-project.org/"
depends=('gtk+2' 'curl' 'libxdamage' 'perl-gettext' 'perl-libwww' \
@@ -19,6 +19,7 @@ archs=('i686' 'x86_64')
up2date="Flasttar $url/wp-content/uploads/releases/tars/"
source=($url/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz)
sha1sums=('cde7f46c1983e4595b72927af2900cc2fc05d02f')
+replaces=('zenshot')
build() {
Fcd
From devil505linux at gmail.com Sat Jul 2 11:29:08 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:29:08 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gbrainy-2.00-1-i686 * version
bump
Message-ID: <20110702092908.24EEFBAC00A@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9374d45d457418d3eab9bdca40107e22fd96daa9
commit 9374d45d457418d3eab9bdca40107e22fd96daa9
Author: Devil505
Date: Sat Jul 2 11:25:34 2011 +0200
gbrainy-2.00-1-i686
* version bump
diff --git a/source/gnome-extra/gbrainy/FrugalBuild b/source/gnome-extra/gbrainy/FrugalBuild
index cedfa30..61a128b 100644
--- a/source/gnome-extra/gbrainy/FrugalBuild
+++ b/source/gnome-extra/gbrainy/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=gbrainy
-pkgver=1.65
+pkgver=2.00
pkgrel=1
pkgdesc="brain teaser game and trainer"
url="http://live.gnome.org/$pkgname"
@@ -17,7 +17,7 @@ Finclude gnome-scriptlet
groups=('gnome-extra')
up2date="lynx -dump $url | Flasttar"
source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('9fa8ef24fd5bd336a2864f97510b14323abaa1e1')
+sha1sums=('efb92f2bbba3c42528f93660d5b5baadfa5b8afb')
build()
{
From devil505linux at gmail.com Sat Jul 2 11:30:45 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:30:45 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: last-exit-6-2-i686 * bin,
replaced by lastfm-client
Message-ID: <20110702093045.E9B1DBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef626711a23e595534c29f2cb000d7b05832f64b
commit ef626711a23e595534c29f2cb000d7b05832f64b
Author: Devil505
Date: Sat Jul 2 11:27:47 2011 +0200
last-exit-6-2-i686
* bin, replaced by lastfm-client
diff --git a/source/gnome-extra/last-exit/FrugalBuild b/source/gnome-extra/last-exit/FrugalBuild
deleted file mode 100644
index c0c5613..0000000
--- a/source/gnome-extra/last-exit/FrugalBuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Compiling Time: 0.15 SBU
-# Maintainer: Priyank Gosalia
-
-pkgname=last-exit
-pkgver=6
-pkgrel=2
-pkgdesc="Last Exit is a Last.fm player for Gnome."
-url="http://www.lastexit-player.org/index.php/Main_Page"
-depends=('gtk2-sharp>=2.12.10-2' 'gnome-desktop-sharp>=2.24.0' 'mono>=2.0.1' 'dbus-glib>=0.78' \
- 'gstreamer' 'gst-plugins-base' 'gst-plugins-ugly-mad' \
- 'gst-plugins-good-gconf' 'gst-plugins-base-oil' 'libsexy')
-makedepends=('intltool')
-groups=('gnome-extra')
-archs=('i686' 'x86_64')
-up2date="Flasttarbz2 http://lastexit-player.org/releases/"
-options=('scriptlet')
-source=(http://lastexit-player.org/releases/$pkgname-$pkgver.tar.bz2)
-_F_gnome_iconcache="y"
-_F_gnome_schemas=('/etc/gconf/schemas/lastfm.schemas' \
- '/etc/gconf/schemas/last-exit.schemas')
-Finclude gnome-scriptlet mono
-sha1sums=('54eed8459e251cffe6df47414a5c36cfdb780c0e')
-
-build()
-{
- Fcd
- # we cannot autoreconf ...
- #Fpatchall
- #Fautoreconf
- unset MAKEFLAGS
- Fmonoexport
- Fconf
- Fmakeinstall
- Fmonocleanup
- Fbuild_gnome_scriptlet
-}
-
-# optimization OK
diff --git a/source/gnome-extra/last-exit/last-exit-dbus-sharp-parallel-build-fix.patch b/source/gnome-extra/last-exit/last-exit-dbus-sharp-parallel-build-fix.patch
deleted file mode 100644
index 59d4ce5..0000000
--- a/source/gnome-extra/last-exit/last-exit-dbus-sharp-parallel-build-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: dbus-sharp/Makefile.am
-===================================================================
---- dbus-sharp/Makefile.am (revision 89)
-+++ dbus-sharp/Makefile.am (working copy)
-@@ -15,7 +15,7 @@ all: $(DBUS_ASSEMBLY) $(DBUS_GLIB_ASSEMB
- $(DBUS_ASSEMBLY): $(DBUS_SRC)
- $(MCS) -target:library -out:$@ -unsafe -r:Mono.Posix $(DBUS_SRC)
-
--$(DBUS_GLIB_ASSEMBLY): $(DBUS_GLIB_SRC)
-+$(DBUS_GLIB_ASSEMBLY): $(DBUS_ASSEMBLY) $(DBUS_GLIB_SRC)
- $(MCS) -target:library -out:$@ -r:$(DBUS_ASSEMBLY) $(DBUS_GLIB_SRC)
-
- EXTRA_DIST = $(DBUS_SRC) $(DBUS_GLIB_SRC) $(DBUS_GLIB_ASSEMBLY).config.in
From devil505linux at gmail.com Sat Jul 2 11:30:46 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:30:46 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: zenshot-0.6-3-i686 * bon,
replaced by shutter
Message-ID: <20110702093046.ACC98BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=912ccb5acbb61d4a2ced314705f90ca2dc18aed4
commit 912ccb5acbb61d4a2ced314705f90ca2dc18aed4
Author: Devil505
Date: Sat Jul 2 11:28:46 2011 +0200
zenshot-0.6-3-i686
* bon, replaced by shutter
diff --git a/source/xapps-extra/zenshot/FrugalBuild b/source/xapps-extra/zenshot/FrugalBuild
deleted file mode 100644
index ab17bd2..0000000
--- a/source/xapps-extra/zenshot/FrugalBuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: Devil505
-
-pkgname=zenshot
-pkgver=0.6
-pkgrel=3
-pkgdesc="Simple screenshot tool."
-url="http://xrado.hopto.org/post/simple-screenshot-tool"
-depends=('pygtk>=2.16.0-5')
-options=('scriptlet')
-groups=('xapps-extra')
-archs=('i686' 'x86_64')
-up2date="lynx -dump http://xrado.hopto.org/tag/python | grep tar.gz | Flasttar"
-source=(http://xrado.hopto.org/file/open/6_3936c5fdf61bb8/$pkgname-$pkgver.tar.gz)
-sha1sums=('293ff09e407a3afc37938e4e283af2fb1114159c')
From devil505linux at gmail.com Sat Jul 2 11:40:19 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:40:19 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: gecko-mediaplayer-1.0.4-1-i686
* version bump
Message-ID: <20110702094019.C6242BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24e1c308e6f10f2df00cc31e94d5f3273d1a5fb4
commit 24e1c308e6f10f2df00cc31e94d5f3273d1a5fb4
Author: Devil505
Date: Sat Jul 2 11:37:27 2011 +0200
gecko-mediaplayer-1.0.4-1-i686
* version bump
diff --git a/source/gnome-extra/gecko-mediaplayer/FrugalBuild b/source/gnome-extra/gecko-mediaplayer/FrugalBuild
index 7d90f68..30ea9b7 100644
--- a/source/gnome-extra/gecko-mediaplayer/FrugalBuild
+++ b/source/gnome-extra/gecko-mediaplayer/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=gecko-mediaplayer
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="browser plugin that uses GNOME MPlayer to play media in a browser (Mozilla, Firefox, Opera, etc.)."
url="http://dekorte.homeip.net/download/gecko-mediaplayer/"
@@ -13,6 +13,6 @@ _F_gnome_schemas=('/etc/gconf/schemas/gecko-mediaplayer.schemas')
Finclude gnome-scriptlet
groups=(gnome-extra)
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('48198a321504b11f53c563bceeac1bc3dc4b4058')
+sha1sums=('1ad7de0a3ac5a9fa4680228f1b5f58831a8079f9')
# optimization OK
From melko at frugalware.org Sat Jul 2 11:40:51 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 11:40:51 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: jupiter-0.0.50-1-i686
Message-ID: <20110702094051.82FE8BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=682ea453fb097a9ac5e514d9adb85dc811d50ae7
commit 682ea453fb097a9ac5e514d9adb85dc811d50ae7
Author: Melko
Date: Sat Jul 2 11:38:45 2011 +0200
jupiter-0.0.50-1-i686
* version bump
diff --git a/source/xapps-extra/jupiter/FrugalBuild b/source/xapps-extra/jupiter/FrugalBuild
index 7483dac..c9a6792 100644
--- a/source/xapps-extra/jupiter/FrugalBuild
+++ b/source/xapps-extra/jupiter/FrugalBuild
@@ -1,26 +1,25 @@
# Compiling Time: 0 SBU
-# Maintainer: Melko
+# Maintainer: Melko
pkgname=jupiter
-pkgver=0.0.49
+pkgver=0.0.50
pkgrel=1
-pkgdesc="Simple, easy to use hardware and power management applet for all Linux laptops and netbooks"
+pkgdesc="Simple, easy to use hardware and power management applet for all Linux laptops and netbooks."
depends=('gtk2-sharp')
groups=('xapps-extra')
archs=('i686' 'x86_64')
-url="http://sourceforge.net/projects/jupiter/"
-Fpkgversep="_"
+url="http://www.jupiterapplet.org"
install=jupiter.install
-up2date="Flasttar https://$pkgname.svn.sourceforge.net/svnroot/$pkgname/releases"
-source=(${up2date/Flasttar /}/${pkgname}_${pkgver}.tar.gz \
+up2date="lynx -dump $url/downloads.html | sed -n 's|.*${pkgname}-\([0-9.]*\).*|\1|p'"
+source=(http://dl.dropbox.com/u/13069471/$pkgname-$pkgver.tar.bz2 \
${pkgname} \
01_$pkgname)
-sha1sums=('e8eb1c3e1da9ff3730210e5f9040ecbdb0f3bb45' \
+sha1sums=('725b1169eb941382543c0f94fbd98b1a40b354c8' \
'c6a93948d41b473c4e731b40366ec111c09d004d' \
'6aa1a6e93343afe2c029df6f05fbea5c154d754c')
build() {
- Fcd $pkgname-$pkgver
+ Fcd
./bin/build.sh || Fdie
Fsed "Exec=.*" "Exec=/usr/bin/jupiter" usr/share/applications/$pkgname.desktop
Fsed '($JUPITER_PATH' '(sudo $JUPITER_PATH' usr/lib/jupiter/scripts/jupiter
From melko at frugalware.org Sat Jul 2 11:40:51 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 11:40:51 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
jupiter-support-eee-0.0.13-1-i686
Message-ID: <20110702094051.9C04EBAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ebf9a3968f208861585c7f7a98c3bdc36b58e53
commit 6ebf9a3968f208861585c7f7a98c3bdc36b58e53
Author: Melko
Date: Sat Jul 2 11:39:22 2011 +0200
jupiter-support-eee-0.0.13-1-i686
* version bump
diff --git a/source/apps-extra/jupiter-support-eee/FrugalBuild b/source/apps-extra/jupiter-support-eee/FrugalBuild
index 4cd34a6..744ff2e 100644
--- a/source/apps-extra/jupiter-support-eee/FrugalBuild
+++ b/source/apps-extra/jupiter-support-eee/FrugalBuild
@@ -1,21 +1,20 @@
# Compiling Time: 0 SBU
-# Maintainer: Melko
+# Maintainer: Melko
pkgname=jupiter-support-eee
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc="EeePc scripts for jupiter"
depends=('jupiter' 'acpid')
groups=('apps-extra')
archs=('i686' 'x86_64')
-url="http://sourceforge.net/projects/jupiter/"
-Fpkgversep="_"
-up2date="Flasttar https://jupiter.svn.sourceforge.net/svnroot/jupiter/releases/"
-source=(https://jupiter.svn.sourceforge.net/svnroot/jupiter/releases/${pkgname}_${pkgver}.tar.gz)
-sha1sums=('ce62a67c4c7dcc1f98dc6b7f1d903b0abed8c872')
+url="http://www.jupiterapplet.org/"
+up2date="lynx -dump $url/downloads.html | sed -n 's|.*${pkgname}-\([0-9.]*\).*|\1|p'"
+source=(http://dl.dropbox.com/u/13069471/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('940487f1338ef87ebdc82b3aa6fc315dc3f5f38e')
build() {
- Fcd $pkgname-$pkgver
+ Fcd
Fcprel usr
Fcprel etc
}
From vmiklos at frugalware.org Sat Jul 2 11:42:14 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sat, 2 Jul 2011 11:42:14 +0200 (CEST)
Subject: [Frugalware-git] pacman-tools: repoman: what to use a wip repo,
when to feed syncd
Message-ID: <20110702094214.4C745BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=deec63f0dda750351122fd0772601bc6850ee70b
commit deec63f0dda750351122fd0772601bc6850ee70b
Author: Miklos Vajna
Date: Sat Jul 2 11:33:05 2011 +0200
repoman: what to use a wip repo, when to feed syncd
diff --git a/repoman.txt b/repoman.txt
index e8f4aa7..da5cde7 100644
--- a/repoman.txt
+++ b/repoman.txt
@@ -207,6 +207,19 @@ $ repoman -k push
WARNING: You should not use 'repoman push' unless you understand what it
does!
+Also, if you built a package locally, tested it, but you do not want to
+upload it (lack of bandwidth, avoid some oddity in your local build
+environment, etc.), you can do a simple:
+
+----
+$ git push
+----
+
+and buildservers will build the binary package for you.
+
+IMPORTANT: Never use the above command to publish packages you did not
+test locally!
+
== Removing packages
Removing a package means that you want to remove the buildscript and
@@ -260,6 +273,11 @@ WIP stands for "Work In Progress". Such repos are used usually only for a few
days or weeks, if you except that a package upgrade will break several others,
then it's good to create a WIP repo, and merge when you fixed all the revdeps.
+In general, if you expect that the breakage you introduce takes more
+than a workday to fix, please use a WIP repo. If you do so, nobody will
+urge you to finish your work quickly -- and it's free, so if you are
+unsure, use this feature.
+
=== Before you begin
If the repo you use for your work already exists, it may need some work:
From devil505linux at gmail.com Sat Jul 2 11:44:34 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 11:44:34 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: utouch-geis-2.1.1-1-i686 *
manually add source() to avoid download problem with certificate
Message-ID: <20110702094434.3F9DABAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9735a13aa96045a015f5203bea7fb134bcaba71b
commit 9735a13aa96045a015f5203bea7fb134bcaba71b
Author: Devil505
Date: Sat Jul 2 11:41:23 2011 +0200
utouch-geis-2.1.1-1-i686
* manually add source() to avoid download problem
with certificate
diff --git a/source/lib-extra/utouch-geis/FrugalBuild b/source/lib-extra/utouch-geis/FrugalBuild
index c95958b..7b031a7 100644
--- a/source/lib-extra/utouch-geis/FrugalBuild
+++ b/source/lib-extra/utouch-geis/FrugalBuild
@@ -5,12 +5,12 @@ pkgname=utouch-geis
pkgver=2.1.1
pkgrel=1
pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface."
-url="http://launchpad.net/utouch-geis"
depends=('utouch-grail>=1.0.19' 'libxi' 'dbus')
groups=('lib-extra')
archs=('i686' 'x86_64')
_F_launchpad_subdir="2.1.0"
Finclude launchpad
+source=(http://launchpad.net/utouch-geis/trunk/2.1.1/+download/$pkgname-$pkgver.tar.gz)
sha1sums=('47fb10727470ae5bb61be5c4523788b9b02273a1')
# optimization OK
From melko at frugalware.org Sat Jul 2 12:30:19 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 12:30:19 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: root-5.30.00-1-i686
Message-ID: <20110702103019.779C0BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce625763e84f8e35f0778710b68f2dc3f4346cf9
commit ce625763e84f8e35f0778710b68f2dc3f4346cf9
Author: Melko
Date: Sat Jul 2 12:28:54 2011 +0200
root-5.30.00-1-i686
* version bump
diff --git a/source/apps-extra/root/FrugalBuild b/source/apps-extra/root/FrugalBuild
index bb64814..a163414 100644
--- a/source/apps-extra/root/FrugalBuild
+++ b/source/apps-extra/root/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 38.89 SBU
-# Maintainer: Melko
+# Compiling Time: 14.13 SBU
+# Maintainer: Melko
pkgname=root
-pkgver=5.29.02
+pkgver=5.30.00
pkgrel=1
pkgdesc="C++ data analysis framework and interpreter from CERN"
url="http://root.cern.ch"
@@ -13,15 +13,15 @@ archs=('i686' 'x86_64')
Fpkgversep="_v"
up2date="Flastarchive 'ftp://root.cern.ch/root/' '\.source\.tar\.gz'"
source=(ftp://root.cern.ch/$pkgname/${pkgname}_v${pkgver}.source.tar.gz $pkgname.desktop)
-sha1sums=('529733e53dcc667e3698c5661f6405568f6fc46e' \
+sha1sums=('9549bd357e85bb3855abd78c7183c26dbd247fbb' \
'022e0a9278fb1037177c10b77a312c4555954e80')
build() {
Fcd $pkgname
if [ ${CARCH} == 'i686' ]; then
- Fconfopts="${Fconfopts[@]} linux --enable-rpath --disable-krb5 --prefix=/usr"
+ Fconfopts="${Fconfopts[@]} linux --enable-rpath --disable-krb5 --prefix=/usr --enable-builtin-lzma"
else
- Fconfopts="${Fconfopts[@]} linuxx8664gcc --enable-rpath --disable-krb5 --prefix=/usr"
+ Fconfopts="${Fconfopts[@]} linuxx8664gcc --enable-rpath --disable-krb5 --prefix=/usr --enable-builtin-lzma"
fi
Fbuild
Ffile /usr/share/applications/$pkgname.desktop
From phayz at frugalware.org Sat Jul 2 14:08:46 2011
From: phayz at frugalware.org (Russell Dickenson (AKA phayz))
Date: Sat, 2 Jul 2011 14:08:46 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: Newsletter issue 80
Message-ID: <20110702120846.E0C52BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=7c0474a38676f092b6c99a3cd3d7e2fcaf25973a
commit 7c0474a38676f092b6c99a3cd3d7e2fcaf25973a
Author: Russell Dickenson (AKA phayz)
Date: Sat Jul 2 22:07:48 2011 +1000
Newsletter issue 80
* hopefully final version
modified: issue80.html
diff --git a/frugalware/weeklynews/issue80.html b/frugalware/weeklynews/issue80.html
index 4935430..1f09c0d 100644
--- a/frugalware/weeklynews/issue80.html
+++ b/frugalware/weeklynews/issue80.html
@@ -4,6 +4,8 @@
???to inform???to educate???to entertain
+
:)
+
#include <stdio.h>
@@ -55,7 +57,7 @@
Baste is officially a developer
-
As I predicted in newsletter issue 79, S??bastien VINCENT (AKA
+
As I predicted in newsletter issue 79, S??bastien Vincent (AKA
Baste) is officially a Frugalware developer. Congratulations and
thankyou for the work you've done so far. It's great to see new
people joining the community and contributing to the future
@@ -63,17 +65,16 @@
Bug in Bug Fixes section of the newsletter :O
-
The Bug Fixes section of the newsletter gives an overview of the
- activity in the Bug Tracking System (BTS) since the previous issue.
- Each of the numbers in this section is a hyperlink to what should be
- a list of the specific bug reports or feature requests. Frugalware
- user Marius Cirsta recently reported that the numbers in the table
- didn't match what you saw when you followed the hyperlink. As soon
- as this was reported I checked and confirmed that it was true.
- Apologies to everyone for this error, also for not checking each
- issue. I have corrected the statistics in this issue but won't be
- correcting all old issues. Many thanks to Marius for finding and
- reporting this problem.
+
The Bug Fixes section of the newsletter gives an overview of the
+ activity in the Bug Tracking System (BTS) since the previous issue. Each
+ of the numbers in this section is a hyperlink to what should be a list of
+ the specific bug reports or feature requests. Frugalware user Marius
+ Cirsta recently reported that the numbers in the table didn't match what
+ you saw when you followed the hyperlink. As soon as this was reported I
+ checked and confirmed that it was true. Apologies to everyone for this
+ error, also for not checking each issue. I am working to fix the problem
+ but in the meantime I have removed the hyperlinks to the Bug Tracker
+ System.
You can do a lot in just 15 minutes
@@ -110,7 +111,7 @@
New Packages
-
Here;s a selection of packages which have been added since the previous
+
Here's a selection of packages which have been added since the previous
newsletter issue.
-
+
@@ -402,8 +404,8 @@
FrugalNL's desktop screenshot was submitted on 3 June 2011 and features
Xfce and the system monitor Conky. The wallpaper is beautiful but I'm
honestly not sure what it features; it looks like a woman doing a double face-palm. Maybe she was running Windows
- at the time? :P
+ href="http://en.wikipedia.org/wiki/Facepalm">face-palm. Maybe she was
+ running Windows at the time? :P
@@ -467,15 +469,19 @@
Here are some highlights of recent additions and changes to the wiki.
-
MSI Wind U200 - Added Information about the MSI
- Wind U200 laptop.
-
HP 2140 netbook - Added
- Information about the Hewlett-Packard 2140 netbook
-
Dropbox - updated to match changes to the Dropbox package
-
GNOME Shell extensions - Added Information about
- various unofficial GNOME Shell extensions
-
DboxFE - Addedis a frontend for DOSBox.
-
SSH- Added A lot of information about SSH.
+
NewMSI Wind U200 - Information about the MSI Wind
+ U200 laptop.
+
+
NewHP 2140 netbook - Information about the
+ Hewlett-Packard 2140 netbook
+
+
UpdatedDropbox
+
+
NewGNOME Shell extensions - Information about various unofficial GNOME Shell extensions
+
+
NewDboxFE - a frontend for DOSBox.
+
+
NewSSH
@@ -483,7 +489,7 @@
The following table gives you a overview of activity on bugs and
- feature requests as at FIXME. Click on the link in each cell for
+ feature requests as at 2 July 2011. Click on the link in each cell for
details of the relevant bug reports or feature requests.
@@ -555,7 +549,15 @@
been discovered and fixed in the 1.4 release since the previous newsletter.
-
FIXME
+
FSA
Package
FSA Description
Upgrade To
FSA726
libreoffice
Multiple vulnerabilities have been reported in LibreOffice, which can be exploited by malicious people to compromise a user's system
libreoffice-3.3.3.1-1nexon1
+
FSA725
wireshark
Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service)
wireshark-1.4.7-1nexon1
+
FSA724
freetype2
Some vulnerabilities have been reported in FreeType, which can be exploited to cause a DoS (Denial of Service) or potentially compromise an application using the library
freetype2-2.4.2-2nexon1
+
FSA723
drupal6-webform
Justin Klein Keane has discovered multiple vulnerabilities in the Webform module for Drupal, which can be exploited by malicious users and malicious people to conduct script insertion attacks
drupal6-webform-6.x_3.11-1nexon1
+
FSA722
drupal7
A vulnerability and a security issue have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to bypass certain security restrictions
drupal7-7.2-1nexon1
+
FSA721
drupal6
Two vulnerabilities have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to conduct cross-site scripting attacks
drupal6-6.22-1nexon1
+
FSA720
wordpress
neworder has discovered a vulnerability in the is_human() plugin for WordPress, which can be exploited by malicious people to compromise a vulnerable system
wordpress-3.1.3-1nexon1
+
FSA719
kernel
Secutity issues have been reported in the Linux kernel: 1) The start_code and end_code values in "/proc/[pid]/stat" were not protected
kernel-2.6.37-3nexon1
+
From phayz at frugalware.org Sat Jul 2 14:15:01 2011
From: phayz at frugalware.org (Russell Dickenson (AKA phayz))
Date: Sat, 2 Jul 2011 14:15:01 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: Announcement of newsletter issue 80
Message-ID: <20110702121501.89B0CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a044d86bec6d95606573507a9b295024c53614e2
commit a044d86bec6d95606573507a9b295024c53614e2
Author: Russell Dickenson (AKA phayz)
Date: Sat Jul 2 22:14:25 2011 +1000
Announcement of newsletter issue 80
modified: news.xml
diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index 8660244..e9fee0e 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -29,6 +29,29 @@ to an attribute of
Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
+
+ 208
+ Frugalware Newsletter Issue 80
+ Sat, 02 Jul 2011 22:13:21 +1000
+ phayz
+ 0
+
+ Features of this issue include:
+
+
Frugalware 1.5 pre2 - "Mores" released
+
Baste is officially a developer
+
Bug in Bug Fixes section of the newsletter :O
+
Orphaned packages find new "homes"
+
Tips and Tricks - New features for pacman-g2
+
Focus on Packages - Minitube and Plank
+
+ You can read it here. We hope you enjoy reading it.
+ ]]>
+
+ /images/icons/newsletter.png
+ 207Frugalware 1.5pre2 (Mores) released
From phayz at frugalware.org Sat Jul 2 14:16:49 2011
From: phayz at frugalware.org (Russell Dickenson (AKA phayz))
Date: Sat, 2 Jul 2011 14:16:49 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: Newsletter issue 80
Message-ID: <20110702121649.EA82DBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=194589b41463589be465a80174ede092132c8d63
commit 194589b41463589be465a80174ede092132c8d63
Author: Russell Dickenson (AKA phayz)
Date: Sat Jul 2 22:16:07 2011 +1000
Newsletter issue 80
* improving spacing in wiki section
modified: issue80.html
diff --git a/frugalware/weeklynews/issue80.html b/frugalware/weeklynews/issue80.html
index 1f09c0d..a55e12a 100644
--- a/frugalware/weeklynews/issue80.html
+++ b/frugalware/weeklynews/issue80.html
@@ -469,19 +469,19 @@
Here are some highlights of recent additions and changes to the wiki.
-
NewMSI Wind U200 - Information about the MSI Wind
+
New MSI Wind U200 - Information about the MSI Wind
U200 laptop.
-
NewHP 2140 netbook - Information about the
+
New HP 2140 netbook - Information about the
Hewlett-Packard 2140 netbook
-
UpdatedDropbox
+
Updated Dropbox
-
NewGNOME Shell extensions - Information about various unofficial GNOME Shell extensions
+
New GNOME Shell extensions - Information about various unofficial GNOME Shell extensions
-
NewDboxFE - a frontend for DOSBox.
+
New DboxFE - a frontend for DOSBox.
-
NewSSH
+
New SSH
From melko at frugalware.org Sat Jul 2 14:24:44 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 14:24:44 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: Italian translation of news 208
Message-ID: <20110702122444.A66FABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f51c67809de98897d9fdb5e93bbb8313c2ead236
commit f51c67809de98897d9fdb5e93bbb8313c2ead236
Author: Melko
Date: Sat Jul 2 14:23:25 2011 +0200
Italian translation of news 208
diff --git a/frugalware/xml/news_it.xml b/frugalware/xml/news_it.xml
index f7b4053..e3e75f1 100644
--- a/frugalware/xml/news_it.xml
+++ b/frugalware/xml/news_it.xml
@@ -22,6 +22,29 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
+ 208
+ Frugalware Newsletter Issue 80
+ Sat, 02 Jul 2011 22:13:21 +1000
+ phayz
+ 0
+
+ Argomenti di questa newsletter:
+
+
Frugalware 1.5 pre2 - "Mores" rilasciata
+
Baste ?? ufficialmente uno sviluppatore
+
Bug nella sezione Bug Fixes della newsletter :O
+
Pacchetti orfani trovano nuove "dimore"
+
Consigli e trucchi - Nuove funzionalit?? per pacman-g2
+
Programmi particolari - Minitube e Plank
+
+ Potete leggerla qui. Speriamo vi godiate la lettura.
+ ]]>
+
+ /images/icons/newsletter.png
+
+ 207Rilasciata Frugalware 1.5pre2 (Mores)!Mon, 20 Jun 2011 00:45:21 +0200
From phayz at frugalware.org Sat Jul 2 14:30:19 2011
From: phayz at frugalware.org (Russell Dickenson (AKA phayz))
Date: Sat, 2 Jul 2011 14:30:19 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: Newsletter issue 80
Message-ID: <20110702123019.4026BBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=9cdfb4bd4f00e0e51befaa9e9009a22f2f1d009c
commit 9cdfb4bd4f00e0e51befaa9e9009a22f2f1d009c
Author: Russell Dickenson (AKA phayz)
Date: Sat Jul 2 22:28:39 2011 +1000
Newsletter issue 80
* added screenshot of Plank
new file: issue80_plank.png
diff --git a/frugalware/images/newsletter/issue80_plank.png b/frugalware/images/newsletter/issue80_plank.png
new file mode 100644
index 0000000..d2179ef
Binary files /dev/null and b/frugalware/images/newsletter/issue80_plank.png differ
From boobaa at frugalware.org Sat Jul 2 15:35:31 2011
From: boobaa at frugalware.org (CSÉCSY László)
Date: Sat, 2 Jul 2011 15:35:31 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: phpmyadmin-3.4.3-1-x86_64
Message-ID: <20110702133531.0E9A9BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=19e8c1a8740b45497e31eee079a98e9351c955bc
commit 19e8c1a8740b45497e31eee079a98e9351c955bc
Author: CS??CSY L??szl??
Date: Sat Jul 2 15:35:06 2011 +0200
phpmyadmin-3.4.3-1-x86_64
version bump
diff --git a/source/network-extra/phpmyadmin/FrugalBuild b/source/network-extra/phpmyadmin/FrugalBuild
index 5f3e577..7562487 100644
--- a/source/network-extra/phpmyadmin/FrugalBuild
+++ b/source/network-extra/phpmyadmin/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: CS?CSY L?szl?
pkgname=phpmyadmin
-pkgver=3.4.2
+pkgver=3.4.3
pkgrel=1
pkgdesc="Set of PHP-scripts to administrate MySQL over the WWW."
_F_sourceforge_ext="-all-languages.tar.bz2"
@@ -33,4 +33,4 @@ build()
Frm /var/www/html/phpMyAdmin-${pkgver//_/-}-all-languages.tar.bz2
}
-sha1sums=('c760ea847f0761a914a1d634391d8b8745657062')
+sha1sums=('60ac1c9cf6a9d96a05f0f98abafc3c9a6c3ba63c')
From boobaa at frugalware.org Sat Jul 2 15:37:57 2011
From: boobaa at frugalware.org (CSÉCSY László)
Date: Sat, 2 Jul 2011 15:37:57 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: drupal7-7.4-1-x86_64
Message-ID: <20110702133757.73D01BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=56779a82e39c1f6b9e3cb6f5c51aa04a13dc032b
commit 56779a82e39c1f6b9e3cb6f5c51aa04a13dc032b
Author: CS??CSY L??szl??
Date: Sat Jul 2 15:37:31 2011 +0200
drupal7-7.4-1-x86_64
secfix verbump, closes #4521 in -current
diff --git a/source/network-extra/drupal7/FrugalBuild b/source/network-extra/drupal7/FrugalBuild
index 946f4cc..429d642 100644
--- a/source/network-extra/drupal7/FrugalBuild
+++ b/source/network-extra/drupal7/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CS?CSY L?szl?
pkgname=drupal7
-pkgver=7.2
+pkgver=7.4
pkgrel=1
pkgdesc="An open source content management platform"
url="http://drupal.org"
@@ -13,7 +13,7 @@ up2date="lynx -dump http://drupal.org/project/Drupal+project | grep -m1 'l-7[0-9
backup=(var/www/drupal6/sites/default/settings.php)
source=(http://drupal.org/files/projects/drupal-$pkgver.tar.gz \
README.Frugalware)
-sha1sums=('4a0d43081ed2615a9a06eac8188257e6e3d67174' \
+sha1sums=('5baafc27b3473dae1056e6053734fab42a1bfc25' \
'84a37af7ac58313679634c98185a3847d337ce3e')
options=('stick')
From boobaa at frugalware.org Sat Jul 2 15:39:43 2011
From: boobaa at frugalware.org (CSÉCSY László)
Date: Sat, 2 Jul 2011 15:39:43 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: wordpress-3.1.4-1-x86_64
Message-ID: <20110702133943.918EBBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f468f8a831bf96ffb15ad79fb4e0385780144de6
commit f468f8a831bf96ffb15ad79fb4e0385780144de6
Author: CS??CSY L??szl??
Date: Sat Jul 2 15:39:24 2011 +0200
wordpress-3.1.4-1-x86_64
secfix verbump, closes #4522 in -current
diff --git a/source/network-extra/wordpress/FrugalBuild b/source/network-extra/wordpress/FrugalBuild
index 59050d1..bff36c8 100644
--- a/source/network-extra/wordpress/FrugalBuild
+++ b/source/network-extra/wordpress/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CS?CSY L?szl?
pkgname=wordpress
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=1
pkgdesc="a state-of-the-art semantic personal publishing platform"
url="http://wordpress.org/"
@@ -21,4 +21,4 @@ build()
Fmv ../src/$pkgname /var/www/$pkgname
}
-sha1sums=('ea63a81c3979ed15bdba6fda62ef4b908e9d8e74')
+sha1sums=('b93ff680a7035378abac1063abebf72a473e8a78')
From boobaa at frugalware.org Sat Jul 2 15:43:24 2011
From: boobaa at frugalware.org (CSÉCSY László)
Date: Sat, 2 Jul 2011 15:43:24 +0200 (CEST)
Subject: [Frugalware-git] frugalware-1.4: drupal7-7.4-1nexon1-x86_64
Message-ID: <20110702134324.D77F8BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.4.git;a=commitdiff;h=7d2f56ffa9ee0fc98d78503f5ad5aa285444bb1c
commit 7d2f56ffa9ee0fc98d78503f5ad5aa285444bb1c
Author: CS?CSY L?szl?
Date: Sat Jul 2 15:42:57 2011 +0200
drupal7-7.4-1nexon1-x86_64
secfix verbump, backport of 56779a8
closes #4521 in -stable
diff --git a/source/network-extra/drupal7/FrugalBuild b/source/network-extra/drupal7/FrugalBuild
index 6438b81..734c989 100644
--- a/source/network-extra/drupal7/FrugalBuild
+++ b/source/network-extra/drupal7/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CS?CSY L?szl?
pkgname=drupal7
-pkgver=7.2
+pkgver=7.4
pkgrel=1nexon1
pkgdesc="An open source content management platform"
url="http://drupal.org"
@@ -13,7 +13,7 @@ up2date="lynx -dump http://drupal.org/project/Drupal+project | grep -m1 'l-7[0-9
backup=(var/www/drupal6/sites/default/settings.php)
source=(http://drupal.org/files/projects/drupal-$pkgver.tar.gz \
README.Frugalware)
-sha1sums=('4a0d43081ed2615a9a06eac8188257e6e3d67174' \
+sha1sums=('5baafc27b3473dae1056e6053734fab42a1bfc25' \
'84a37af7ac58313679634c98185a3847d337ce3e')
options=('stick')
From boobaa at frugalware.org Sat Jul 2 15:45:32 2011
From: boobaa at frugalware.org (CSÉCSY László)
Date: Sat, 2 Jul 2011 15:45:32 +0200 (CEST)
Subject: [Frugalware-git] frugalware-1.4: wordpress-3.1.4-1nexon1-x86_64
Message-ID: <20110702134532.C602CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.4.git;a=commitdiff;h=b11584a72397f4b6f60438ff802437a982bcab1d
commit b11584a72397f4b6f60438ff802437a982bcab1d
Author: CS?CSY L?szl?
Date: Sat Jul 2 15:45:01 2011 +0200
wordpress-3.1.4-1nexon1-x86_64
secfix verbump, backport of f468f8a
closes #4522 in -stable
diff --git a/source/network-extra/wordpress/FrugalBuild b/source/network-extra/wordpress/FrugalBuild
index 63dea08..7cd4c1f 100644
--- a/source/network-extra/wordpress/FrugalBuild
+++ b/source/network-extra/wordpress/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CS?CSY L?szl?
pkgname=wordpress
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=1nexon1
pkgdesc="a state-of-the-art semantic personal publishing platform"
url="http://wordpress.org/"
@@ -21,4 +21,4 @@ build()
Fmv ../src/$pkgname /var/www/$pkgname
}
-sha1sums=('ea63a81c3979ed15bdba6fda62ef4b908e9d8e74')
+sha1sums=('b93ff680a7035378abac1063abebf72a473e8a78')
From bouleetbil at frogdev.info Sat Jul 2 17:12:48 2011
From: bouleetbil at frogdev.info (bouleetbil)
Date: Sat, 2 Jul 2011 17:12:48 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
perl-sys-sigaction-0.15-1-x86_64
Message-ID: <20110702151248.E3F33BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=669970501883ffca3075c372f3bec0cd838a2db8
commit 669970501883ffca3075c372f3bec0cd838a2db8
Author: bouleetbil
Date: Sat Jul 2 17:07:21 2011 +0200
perl-sys-sigaction-0.15-1-x86_64
*Version bump
diff --git a/source/devel-extra/perl-sys-sigaction/FrugalBuild b/source/devel-extra/perl-sys-sigaction/FrugalBuild
index f1057d8..284ae19 100644
--- a/source/devel-extra/perl-sys-sigaction/FrugalBuild
+++ b/source/devel-extra/perl-sys-sigaction/FrugalBuild
@@ -3,11 +3,11 @@
_F_perl_name=Sys-SigAction
_F_perl_author=L/LB/LBAXTER
-pkgver=0.11
+pkgver=0.15
pkgdesc="Perl extension for Consistent Signal Handling "
Finclude perl
pkgrel=1
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('a31b6691b73fe12107b5acc67a69d59013b60e83')
+sha1sums=('448b9bdbb71b5f3e245eb14b4bf9c3a62ada4859')
# optimization OK
From devil505linux at gmail.com Sat Jul 2 19:05:40 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 19:05:40 +0200 (CEST)
Subject: [Frugalware-git] ayatana: bamf-0.2.92-1-i686 * version bump
Message-ID: <20110702170540.98C90BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=50df9020b9f2b846fdfe98c7514cae966d3d0a1a
commit 50df9020b9f2b846fdfe98c7514cae966d3d0a1a
Author: Devil505
Date: Sat Jul 2 19:03:53 2011 +0200
bamf-0.2.92-1-i686
* version bump
diff --git a/source/ayatana-extra/bamf/FrugalBuild b/source/ayatana-extra/bamf/FrugalBuild
index d20d585..2638cbb 100644
--- a/source/ayatana-extra/bamf/FrugalBuild
+++ b/source/ayatana-extra/bamf/FrugalBuild
@@ -2,14 +2,14 @@
# Maintainer: Devil505
pkgname=bamf
-pkgver=0.2.90
+pkgver=0.2.92
pkgrel=1
pkgdesc="BAMF Application Matching Framework."
-depends=('dbus-glib' 'libwnck2' 'libgtop' 'libuuid')
+depends=('dbus-glib' 'libwnck' 'libgtop' 'libuuid')
groups=('ayatana-extra')
archs=('i686' 'x86_64')
_F_launchpad_branch="0.2"
Finclude launchpad
-sha1sums=('2206f10d56fa6fbd97f4572b9340771dc24e1731')
+sha1sums=('3959b3fa3cfa0e58236302ca935492f7024ea44c')
# optimization OK
From devil505linux at gmail.com Sat Jul 2 19:09:26 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 19:09:26 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: udev-notify-20110702-1-i686 *
version bump
Message-ID: <20110702170926.9084EBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6016e6b40c909f8c4baa04f7caa519ecb87e86c6
commit 6016e6b40c909f8c4baa04f7caa519ecb87e86c6
Author: Devil505
Date: Sat Jul 2 19:07:23 2011 +0200
udev-notify-20110702-1-i686
* version bump
diff --git a/source/xapps-extra/udev-notify/FrugalBuild b/source/xapps-extra/udev-notify/FrugalBuild
index 2338a32..40915ea 100644
--- a/source/xapps-extra/udev-notify/FrugalBuild
+++ b/source/xapps-extra/udev-notify/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505
pkgname=udev-notify
-pkgver=20110602
+pkgver=20110702
pkgrel=1
pkgdesc="Python script to show notifications when a device is plugged in or out"
url="http://udev-notify.learnfree.eu/"
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname"
source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('346cc81aaf4334fcee7213fb18bbfece5818895a')
+sha1sums=('314e5b65bef672adef32f5ee7d59729243c80b2f')
build() {
Fcd $pkgname-$pkgver/src
From devil505linux at gmail.com Sat Jul 2 19:22:08 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 19:22:08 +0200 (CEST)
Subject: [Frugalware-git] ayatana: json-glib-0.13.4-1-i686 * version bump
(devel version)
Message-ID: <20110702172208.89384BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=26126020e1b106e010f46f32bc5c82c10973def2
commit 26126020e1b106e010f46f32bc5c82c10973def2
Author: Devil505
Date: Sat Jul 2 19:20:19 2011 +0200
json-glib-0.13.4-1-i686
* version bump (devel version)
diff --git a/source/devel/json-glib/FrugalBuild b/source/devel/json-glib/FrugalBuild
index ecd4ca7..6b8f010 100644
--- a/source/devel/json-glib/FrugalBuild
+++ b/source/devel/json-glib/FrugalBuild
@@ -2,15 +2,16 @@
# Maintainer: Devil505
pkgname=json-glib
-pkgver=0.12.6
+pkgver=0.13.4
pkgrel=1
pkgdesc="JSON library built on GLib"
url="http://live.gnome.org/JsonGlib"
+_F_gnome_devel="y"
Finclude gnome
depends=('glib2')
makedepends=('gobject-introspection')
groups=('devel')
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('9f344bc78fa2a35bb286e42a7ee9c44417763353')
+sha1sums=('d9a963221c1fc241e235a6e50acf462804f4c7bb')
# optimization OK
From devil505linux at gmail.com Sat Jul 2 19:33:50 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 19:33:50 +0200 (CEST)
Subject: [Frugalware-git] ayatana: libdbusmenu-0.4.90-1-i686 * version bump
* sub package ported to GTK+3 now :)
Message-ID: <20110702173350.1D089BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=2e38d85277984f019452e6cea8645c8472bbfa2d
commit 2e38d85277984f019452e6cea8645c8472bbfa2d
Author: Devil505
Date: Sat Jul 2 19:30:38 2011 +0200
libdbusmenu-0.4.90-1-i686
* version bump
* sub package ported to GTK+3 now :)
diff --git a/source/xlib/libdbusmenu/FrugalBuild b/source/xlib/libdbusmenu/FrugalBuild
index aa77ee5..d7bec1e 100644
--- a/source/xlib/libdbusmenu/FrugalBuild
+++ b/source/xlib/libdbusmenu/FrugalBuild
@@ -2,22 +2,22 @@
# Maintainer: Devil505
pkgname=libdbusmenu
-pkgver=0.4.4
+pkgver=0.4.90
pkgrel=1
pkgdesc="A small little library that was created by pulling out some common code out of indicator-applet."
-url="https://launchpad.net/dbusmenu"
-depends=('json-glib' 'dbus-glib')
+depends=('json-glib>=0.13.4' 'dbus-glib')
makedepends=('intltool' 'gnome-doc-utils' 'gtk+2' 'gtk+3' 'gobject-introspection' 'vala')
options=('scriptlet')
groups=('xlib')
archs=('i686' 'x86_64' 'ppc')
-up2date="Flasttar $url"
-source=(http://launchpad.net/dbusmenu/0.4/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha1sums=('f94e06a16617a7ab704eb5d6a9a78165bcf37e32')
+_F_launchpad_dirname="dbusmenu"
+_F_launchpad_branch="0.5"
+Finclude launchpad
+sha1sums=('b82cd33bfc02e5293bf9e5dc00c35c26e8cb1e3c')
subpkgs=("$pkgname-gtk")
subdescs=("${subdescs[@]}" "GTK bindings for libdbusmenu")
-subdepends=("${subdepends[@]}" "gtk+2 gdk-pixbuf2 gtk+3")
+subdepends=("${subdepends[@]}" "gdk-pixbuf2 gtk+3")
subrodepends=("${subrodepends[@]}" "$pkgname")
subgroups=("${subgroups[@]}" 'xlib')
subarchs=("${subarchs[@]}" 'i686 x86_64 ppc')
@@ -27,11 +27,11 @@ build() {
Fbuild --disable-static \
--enable-introspection=yes
- Fsplit $pkgname-gtk usr/include/libdbusmenu-0.4/libdbusmenu-gtk/
- Fsplit $pkgname-gtk usr/lib/libdbusmenu-gtk.*
- Fsplit $pkgname-gtk usr/lib/pkgconfig/dbusmenu-gtk-0.4.pc
- Fsplit $pkgname-gtk usr/share/gir-1.0/DbusmenuGtk-0.4.gir
- Fsplit $pkgname-gtk usr/share/vala/vapi/DbusmenuGtk-0.4.vapi
+ Fsplit $pkgname-gtk usr/include/libdbusmenu-0.4/libdbusmenu-gtk3/
+ Fsplit $pkgname-gtk usr/lib/libdbusmenu-gtk3.*
+ Fsplit $pkgname-gtk usr/lib/pkgconfig/dbusmenu-gtk3-0.4.pc
+ Fsplit $pkgname-gtk usr/share/gir-1.0/DbusmenuGtk3-0.4.gir
+ Fsplit $pkgname-gtk usr/share/vala/vapi/DbusmenuGtk3-0.4.vapi
}
# optimization OK
From devil505linux at gmail.com Sat Jul 2 19:33:50 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 19:33:50 +0200 (CEST)
Subject: [Frugalware-git] ayatana: unity-4.0.1-1-i686 * version bump *
removed useless patch
Message-ID: <20110702173350.2D905BAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=63c6853bb2664044e2aec6569683dab974c326e6
commit 63c6853bb2664044e2aec6569683dab974c326e6
Author: Devil505
Date: Sat Jul 2 19:31:54 2011 +0200
unity-4.0.1-1-i686
* version bump
* removed useless patch
diff --git a/source/ayatana-extra/unity/FrugalBuild b/source/ayatana-extra/unity/FrugalBuild
index de8b08d..0e6c6c4 100644
--- a/source/ayatana-extra/unity/FrugalBuild
+++ b/source/ayatana-extra/unity/FrugalBuild
@@ -2,25 +2,25 @@
# Maintainer: Devil505
pkgname=unity
-pkgver=3.8.16
-branch=3.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="A desktop experience designed for efficiency of space and interaction"
url="https://launchpad.net/unity/"
-depends=('compiz-gnome>=0.9.4-2' 'nux>=0.9.48' 'bamf>=0.2.70' 'libdee>=0.5.16' 'libdbusmenu>=0.4.0' 'libindicator' \
- 'libunity-misc' 'unity-asset-pool' 'compizconfig-backend-gconf')
+depends=('compiz-gnome>=0.9.4-2' 'nux>=1.0.1' 'bamf>=0.2.92' 'libdee>=0.5.16' \
+ 'libdbusmenu>=0.4.90' 'libindicator' 'libunity-misc' \
+ 'unity-asset-pool' 'compizconfig-backend-gconf' 'utouch-geis')
makedepends=('vala' 'intltool' 'gobject-introspection' 'boost')
groups=('ayatana-extra')
_F_cmake_confopts="-DCMAKE_BUILD_TYPE=Release -DCOMPIZ_PLUGIN_INSTALL_TYPE=package"
_F_gnome_glib="y"
-_F_gnome_schemas=('/etc/gconf/schemas/compiz-unityshell.schemas')
-Finclude cmake gnome-scriptlet
+_F_gnome_schemas=('/etc/gconf/schemas/compiz-unitymtgrabhandles.schemas')
+_F_launchpad_ext=".tar.bz2"
+_F_launchpad_branch="4.0"
+Finclude cmake gnome-scriptlet launchpad
archs=('i686' 'x86_64')
-up2date="Flasttar $url"
-source=($url/$branch/$pkgver/+download/$pkgname-$pkgver.tar.bz2 frugalware-icon.png unity-3.2.14-disable_tests.patch)
+source=($source frugalware-icon.png)
sha1sums=('223b4507f8964cb3b35bcb4301c76bdc339cfb5e' \
- '74be0bbad4cda0b411fb4f8e62c5fa401535aa8b' \
- '14b8f00bc15e7789fc81a87a0b7f4505baf43957')
+ '74be0bbad4cda0b411fb4f8e62c5fa401535aa8b')
build() {
CMake_build
diff --git a/source/ayatana-extra/unity/unity-3.2.14-disable_tests.patch b/source/ayatana-extra/unity/unity-3.2.14-disable_tests.patch
deleted file mode 100644
index cde16ab..0000000
--- a/source/ayatana-extra/unity/unity-3.2.14-disable_tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN unity-3.2.14.old//CMakeLists.txt unity-3.2.14/CMakeLists.txt
---- unity-3.2.14.old//CMakeLists.txt 2011-01-20 17:10:33.000000000 +0000
-+++ unity-3.2.14/CMakeLists.txt 2011-01-21 16:27:44.780555107 +0000
-@@ -4,7 +4,7 @@
-
- include (cmake/Documentation.cmake)
-
--subdirs (services tests tools doc)
-+subdirs (services tools doc)
-
- #
- # Base bits
From devil505linux at gmail.com Sat Jul 2 20:24:21 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 20:24:21 +0200 (CEST)
Subject: [Frugalware-git] ayatana: unity-4.0.1-1-i686 * fixing sha1sum
Message-ID: <20110702182421.E4043BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=7b0acfc58080a815769c634c7839ac734234c324
commit 7b0acfc58080a815769c634c7839ac734234c324
Author: Devil505
Date: Sat Jul 2 20:22:42 2011 +0200
unity-4.0.1-1-i686
* fixing sha1sum
diff --git a/source/ayatana-extra/unity/FrugalBuild b/source/ayatana-extra/unity/FrugalBuild
index 0e6c6c4..9854773 100644
--- a/source/ayatana-extra/unity/FrugalBuild
+++ b/source/ayatana-extra/unity/FrugalBuild
@@ -19,7 +19,7 @@ _F_launchpad_branch="4.0"
Finclude cmake gnome-scriptlet launchpad
archs=('i686' 'x86_64')
source=($source frugalware-icon.png)
-sha1sums=('223b4507f8964cb3b35bcb4301c76bdc339cfb5e' \
+sha1sums=('4bc6109443b4cf3c2599983e0abe4dfcb3dade7a' \
'74be0bbad4cda0b411fb4f8e62c5fa401535aa8b')
build() {
From devil505linux at gmail.com Sat Jul 2 20:29:32 2011
From: devil505linux at gmail.com (Devil505)
Date: Sat, 2 Jul 2011 20:29:32 +0200 (CEST)
Subject: [Frugalware-git] ayatana: indicator-session-0.2.90-1-i686 * version
bump
Message-ID: <20110702182932.D56C1BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=53415da2568c0a7c5e8f3d3be970c654cab0f462
commit 53415da2568c0a7c5e8f3d3be970c654cab0f462
Author: Devil505
Date: Sat Jul 2 20:27:47 2011 +0200
indicator-session-0.2.90-1-i686
* version bump
diff --git a/source/ayatana-extra/indicator-session/FrugalBuild b/source/ayatana-extra/indicator-session/FrugalBuild
index db0efbd..f353bd0 100644
--- a/source/ayatana-extra/indicator-session/FrugalBuild
+++ b/source/ayatana-extra/indicator-session/FrugalBuild
@@ -2,17 +2,15 @@
# Maintainer: Devil505
pkgname=indicator-session
-pkgver=0.2.17
+pkgver=0.2.90
pkgrel=1
pkgdesc="An indicator showing session management, status and user switching."
-url="https://launchpad.net/indicator-session"
-depends=('libdbusmenu-gtk>=0.3.98-3' 'libindicator>=0.3.19' 'gconf')
+depends=('libdbusmenu-gtk>=0.4.90' 'libindicator>=0.3.19' 'gconf')
makedepends=('intltool')
groups=('ayatana-extra')
archs=('i686' 'x86_64')
_F_gnome_schemas=('/etc/gconf/schemas/indicator-session.schemas')
-Finclude gnome-scriptlet
-up2date="Flasttar $url"
-source=(http://launchpad.net/${pkgname}/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha1sums=('874d1495c90d6c47dbd0f10e90d60f8982b8f3de')
+_F_launchpad_branch="0.3"
+Finclude launchpad gnome-scriptlet
+sha1sums=('6ea7220022d79fd1d7a1353002069bdde794c575')
From melko at frugalware.org Sat Jul 2 20:37:35 2011
From: melko at frugalware.org (Melko)
Date: Sat, 2 Jul 2011 20:37:35 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: sar2-2.3.1-2-i686
Message-ID: <20110702183735.AC345BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b9e1d8f05c48f8f113065fd03a25ae9413e84108
commit b9e1d8f05c48f8f113065fd03a25ae9413e84108
Author: Melko
Date: Sat Jul 2 20:36:21 2011 +0200
sar2-2.3.1-2-i686
* fix executable's path
diff --git a/source/games-extra/sar2/FrugalBuild b/source/games-extra/sar2/FrugalBuild
index c6bb7b0..49c065c 100644
--- a/source/games-extra/sar2/FrugalBuild
+++ b/source/games-extra/sar2/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=sar2
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Helicopter based search and rescue flight simulator"
depends=('sdl' 'libxpm' 'libglu' 'freealut' 'libvorbis' 'libuuid')
makedepends=('scons')
@@ -16,7 +16,8 @@ sha1sums=('4faed56bb39741a964b74c95b45bd39f9d039328')
build() {
Fcd
scons || Fdie
- Fexerel bin/$pkgname usr/bin/$pkgname
+ Fexerel bin/$pkgname usr/share/games/$pkgname/$pkgname
+ Fwrapper "SAR2_DATA=/usr/share/games/$pkgname /usr/share/games/$pkgname/$pkgname" $pkgname
Fmkdir usr/share/{pixmaps,applications,man/man6}
Finstallrel 644 extra/$pkgname.xpm usr/share/pixmaps/$pkgname.xpm
Finstallrel 644 extra/$pkgname.desktop usr/share/applications/$pkgname.desktop
From baste at frugalware.org Sat Jul 2 21:44:14 2011
From: baste at frugalware.org (Baste)
Date: Sat, 2 Jul 2011 21:44:14 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
gnome-shell-extension-cpufreq-20110702-1-i686 * Version bump
Message-ID: <20110702194414.5CC18BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=56cf6e87dc1af496a68bfa4f53df0428f1b5f06f
commit 56cf6e87dc1af496a68bfa4f53df0428f1b5f06f
Author: Baste
Date: Sat Jul 2 21:44:04 2011 +0200
gnome-shell-extension-cpufreq-20110702-1-i686
* Version bump
diff --git a/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild b/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild
index 779408c..067291c 100644
--- a/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild
+++ b/source/gnome-extra/gnome-shell-extension-cpufreq/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Baste
pkgname=gnome-shell-extension-cpufreq
-pkgver=20110629
+pkgver=20110702
pkgrel=1
pkgdesc="Display and control cpu frequency in gnome-shell."
url="https://github.com/yuyichao/gnome-shell-cpufreq"
@@ -13,7 +13,7 @@ _F_gnome_glib="y"
Finclude gnome-scriptlet gnome-shell-extensions
up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname"
source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('1aea0bdedda2a8ae05a6a51c0620db0e09148e15')
+sha1sums=('9d02e1c10a9a09a485010c435674cace821ec61d')
build()
{
From devil505linux at gmail.com Sun Jul 3 08:11:07 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 08:11:07 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: switchboard-20110703-1-i686 *
new package
Message-ID: <20110703061107.49E8CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ec96e3f49f79f93e789648eee2d53e92f6cfdbf
commit 6ec96e3f49f79f93e789648eee2d53e92f6cfdbf
Author: Devil505
Date: Sun Jul 3 08:08:55 2011 +0200
switchboard-20110703-1-i686
* new package
diff --git a/source/xapps-extra/switchboard/FrugalBuild b/source/xapps-extra/switchboard/FrugalBuild
new file mode 100644
index 0000000..19979ec
--- /dev/null
+++ b/source/xapps-extra/switchboard/FrugalBuild
@@ -0,0 +1,18 @@
+# Compiling Time: 0.02 SBU
+# Maintainer: Devil505
+
+pkgname=switchboard
+pkgver=20110703
+pkgrel=1
+pkgdesc="Modular desktop settings hub"
+url="https://launchpad.net/switchboard"
+depends=('gtk+3' 'libgee' 'libuuid')
+makedepends=('intltool' 'vala')
+groups=('xapps-extra')
+Finclude cmake
+archs=('i686' 'x86_64')
+up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname"
+source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('490a7cfcd124f23cf0c8c632bdeccdb1b9b9b70d')
+
+# optimization OK
From devil505linux at gmail.com Sun Jul 3 09:37:24 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 09:37:24 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: vte-0.28.1-2-i686 * enabling
introspection
Message-ID: <20110703073724.646A5BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ecbeaf54ed37303ac7aa68ed702c9bd6e58164fe
commit ecbeaf54ed37303ac7aa68ed702c9bd6e58164fe
Author: Devil505
Date: Sun Jul 3 09:34:38 2011 +0200
vte-0.28.1-2-i686
* enabling introspection
diff --git a/source/xapps/vte/FrugalBuild b/source/xapps/vte/FrugalBuild
index dcbc60e..8ba058d 100644
--- a/source/xapps/vte/FrugalBuild
+++ b/source/xapps/vte/FrugalBuild
@@ -3,11 +3,11 @@
pkgname=vte
pkgver=0.28.1
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual Terminal Emulator (gtk+2)"
depends=('gtk+2')
rodepends=('vte-data')
-makedepends=('gtk-doc>=1.11' 'perl-xml-parser' 'intltool')
+makedepends=('gtk-doc>=1.11' 'perl-xml-parser' 'intltool' 'vala')
groups=('xapps')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
@@ -39,10 +39,10 @@ subarchs=("${subarchs[@]}" 'i686 x86_64 ppc')
subinstall=("${subinstall[@]}" "")
build() {
- Fbuild --with-gtk=3.0 --disable-python
+ Fbuild --with-gtk=3.0 --disable-python --enable-introspection
Frm usr/libexec/gnome-pty-helper
Fsplit vte3 usr
- Fbuild --with-gtk=2.0 --enable-python
+ Fbuild --with-gtk=2.0 --enable-python --enable-introspection
Fsplit vte-python usr/lib/python*
Fsplit vte-data usr/libexec/gnome-pty-helper
}
From devil505linux at gmail.com Sun Jul 3 10:24:05 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 10:24:05 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: python-boto-2.0rc1-2-i686 *
fixing build (wrong path for tests files)
Message-ID: <20110703082405.B8122BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5717b367157de0f287754a68cd3ec059324420ec
commit 5717b367157de0f287754a68cd3ec059324420ec
Author: Devil505
Date: Sun Jul 3 10:22:08 2011 +0200
python-boto-2.0rc1-2-i686
* fixing build (wrong path for tests files)
diff --git a/source/devel-extra/python-boto/FrugalBuild b/source/devel-extra/python-boto/FrugalBuild
index feaa083..4fa362a 100644
--- a/source/devel-extra/python-boto/FrugalBuild
+++ b/source/devel-extra/python-boto/FrugalBuild
@@ -3,12 +3,17 @@
pkgname=python-boto
pkgver=2.0rc1
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to Amazon Web Services"
depends=('python>=2.7')
groups=('devel-extra')
archs=('i686' 'x86_64')
_F_googlecode_name="boto"
_F_cd_path="$_F_googlecode_name-$pkgver"
-Finclude googlecode
+Finclude googlecode python
sha1sums=('5fe36abd2c36dd10df5aac6cf7128dce95ac658d')
+
+build() {
+ Fbuild
+ Fmv $_F_python_libdir/tests $_F_python_libdir/boto/
+}
From devil505linux at gmail.com Sun Jul 3 10:28:12 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 10:28:12 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: python-oauth2-1.5.170-3-i686 *
fixing build (wrong path for tests/)
Message-ID: <20110703082812.2E5ACBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7361c754039ca9a2a75799a2f5510c0ea15cdd2
commit c7361c754039ca9a2a75799a2f5510c0ea15cdd2
Author: Devil505
Date: Sun Jul 3 10:26:24 2011 +0200
python-oauth2-1.5.170-3-i686
* fixing build (wrong path for tests/)
diff --git a/source/devel-extra/python-oauth2/FrugalBuild b/source/devel-extra/python-oauth2/FrugalBuild
index 6343df5..03cd1a3 100644
--- a/source/devel-extra/python-oauth2/FrugalBuild
+++ b/source/devel-extra/python-oauth2/FrugalBuild
@@ -3,7 +3,7 @@
pkgname=python-oauth2
pkgver=1.5.170
-pkgrel=2
+pkgrel=3
pkgdesc="A fully tested, abstract interface to creating OAuth clients and servers."
depends=('python>=2.7')
makedepends=('distribute')
@@ -11,6 +11,11 @@ groups=('devel-extra')
archs=('i686' 'x86_64')
_F_archive_name="oauth2"
_F_pypi_name='oauth2'
-Finclude pypi
+Finclude pypi python
sha1sums=('347b2d0a30c9e3cc2dd0178919cd54ac2c42e50c')
+build() {
+ Fbuild
+ Fmv $_F_python_libdir/tests $_F_python_libdir/$_F_pypi_name/
+}
+
From devil505linux at gmail.com Sun Jul 3 10:35:34 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 10:35:34 +0200 (CEST)
Subject: [Frugalware-git] artwork: * updating GTK3 theme
Message-ID: <20110703083534.C4EACBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=becf9940b881cf16aa83532a513cdf6e15108be1
commit becf9940b881cf16aa83532a513cdf6e15108be1
Author: Devil505
Date: Sun Jul 3 10:33:30 2011 +0200
* updating GTK3 theme
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/button.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/button.css
index c78403c..85d0422 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/button.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/button.css
@@ -4,7 +4,6 @@
.button,
.primary-toolbar.toolbar.button {
- border-width: 1;
background-image: -gtk-gradient (linear,
left top,
@@ -16,11 +15,6 @@
left top, left bottom,
from (shade (@bg_color, 0.78)),
to (shade (@bg_color, 0.60)));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.00)),
- to (alpha (#000, 0.10)));
}
.button:hover,
@@ -57,21 +51,10 @@
from (shade (@bg_color, 0.69)),
to (shade (@bg_color, 0.91)));
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.75, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
-
-unico-border-gradient: -gtk-gradient (linear,
left top, left bottom,
from (shade (@bg_color, 0.54)),
to (shade (@bg_color, 0.68)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.10)),
- to (alpha (#000, 0.06)));
}
.button:insensitive {
@@ -85,12 +68,6 @@
left top, left bottom,
from (shade (@bg_color, 0.76)),
to (shade (@bg_color, 0.70)));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.75, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
}
.button:active:insensitive,
@@ -130,7 +107,3 @@
.primary-toolbar.toolbar.button {
-GtkButton-inner-border: 5;
}
-
-.marlin-pathbar {
- padding: 4;
-}
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/entry.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/entry.css
index 986aa58..a86218d 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/entry.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/entry.css
@@ -3,31 +3,7 @@
****************/
.entry,
.toolbar.entry {
- border-width: 1;
padding: 4;
-
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@base_color, 0.82)),
- color-stop (0.20, shade (@base_color, 0.94)),
- to (@base_color));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.75, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@bg_color, 0.65)),
- to (shade (@bg_color, 0.72)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.10)),
- to (alpha (#000, 0.06)));
}
.entry:focused {
@@ -48,22 +24,6 @@
to (shade (@selected_bg_color, 1.55)));
}
-.entry:insensitive {
-
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (alpha (#000, 0.10)),
- color-stop (0.20, alpha (#000, 0.00)),
- to (alpha (#000, 0.00)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@bg_color, 0.67)),
- to (shade (@bg_color, 0.74)));
-
-}
-
.entry.progressbar {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/grip.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/grip.css
deleted file mode 100644
index 1324477..0000000
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/grip.css
+++ /dev/null
@@ -1,16 +0,0 @@
-.grip {
-}
-
-.pane-separator,
-.pane-separator:prelight,
-.pane-separator:selected {
- border-radius: 0;
- background-image: -gtk-gradient (linear,
- left top,
- right top,
- from (shade (@base_color, 0.55)),
- color-stop (0.15, @base_color),
- color-stop (0.85, shade (@base_color, 0.88)),
- to (shade (@base_color, 0.55)));
-}
-
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css
index 612a0fe..280ac2e 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css
@@ -1,147 +1,317 @@
* {
- -GtkButton-child-displacement-x: 0;
- -GtkButton-child-displacement-y: 0;
- -GtkButton-default-border: 0;
- -GtkButton-image-spacing: 0;
- -GtkButton-inner-border: 3;
+ -GtkExpander-expander-size: 16;
- -GtkCheckButton-indicator-size: 15;
- -GtkCheckMenuItem-indicator-size: 12;
+ -GtkPaned-handle-size: 8;
- -GtkEntry-inner-border: 2;
- -GtkEntry-progress-border: 0;
+ -GtkScrolledWindow-scrollbar-spacing: 0;
+ -GtkScrolledWindow-scrollbars-within-bevel: 1;
- -GtkExpander-expander-size: 16;
+ -GtkNotebook-tab-overlap: 5;
- -GtkPaned-handle-size: 8;
+ -GtkWidget-link-color: @link_color;
+ -GtkWidget-visited-link-color: @link_color;
+ -GtkIMHtml-hyperlink-color: @link_color;
+ -GtkHTML-link-color: @link_color;
- -GtkScrolledWindow-scrollbar-spacing: 0;
- -GtkScrolledWindow-scrollbars-within-bevel: 1;
+ -GtkCheckMenuItem-indicator-size: 12;
- -GtkToolbar-internal-padding: 0;
+ -GtkWidget-focus-padding: 0;
- -GtkToolButton-icon-spacing: 6;
+ padding: 1;
- -GtkWidget-focus-padding: 0;
+ engine: unico;
- -GtkWidget-link-color: @link_color;
- -GtkWidget-visited-link-color: @link_color;
- -GtkIMHtml-hyperlink-color: @link_color;
- -GtkHTML-link-color: @link_color;
-
- border-radius: 2;
- padding: 1;
-
- engine: unico;
- -unico-inner-stroke-color: alpha (#fff, 0.30);
-unico-text-shadow-color: alpha (#fff, 0.30);
-unico-bullet-color: shade (@bg_color, 0.535);
-unico-bullet-outline-color: shade (@bg_color, 1.2);
- -unico-focus-border-color: alpha (@selected_bg_color, 0.5);
+
+ -unico-outer-stroke-style: custom;
+
+ -unico-focus-border-color: alpha (@selected_bg_color, 0.5);
-unico-focus-border-radius: 2;
-unico-focus-fill-color: alpha (@selected_bg_color, 0.1);
-unico-focus-outer-stroke-color: alpha (@selected_bg_color, 0.0);
+}
+
- -unico-outer-stroke-style: custom;
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.00)),
- to (alpha (#000, 0.10)));
+/************
+* Roundness *
+************/
+
+/* Square */
+.pane-separator,
+.view,
+column-header .button,
+GtkScale.slider {
+ border-radius: 0;
}
+/* Slightly rounded */
+.button,
+.check,
+.entry,
+.notebook,
+.notebook tab .button,
+GtkSwitch,
+GtkSwitch.slider,
+GtkSwitch.trough {
+ border-width: 1;
+ border-radius: 2;
+}
-/*
- -GtkButton-interior-focus: true;
- -GtkTextView-error-underline-color: @error_color;
- -GtkToolItemGroup-expander-size: 12;
- -GtkMenu-horizontal-padding: 0;
- -GtkMenu-vertical-padding: 0;
- -GtkWidget-wide-separators: 1;
- -WnckTasklist-fade-overlay-rect: 0;
- -GtkWidget-focus-line-width: 1;
-*/
+/* Round */
+.radio,
+GtkScale.trough {
+ border-radius: 10;
+}
+/*************
+* Highlights *
+*************/
-/***************
- * Base States *
- ***************/
-*:hover {
+/* Inner Higlight */
+.button,
+.menu.menuitem,
+.notebook,
+GtkSwitch {
+ -unico-inner-stroke-color: alpha (#fff, 0.30);
}
-*:selected {
+/* Outer Highlight */
+.button:active,
+.button:insensitive,
+.entry,
+.check,
+.radio,
+GtkSwitch.trough,
+.notebook tab .button {
+ -unico-outer-stroke-gradient: -gtk-gradient (linear,
+ left top, left bottom,
+ from (alpha (#fff, 0.00)),
+ color-stop (0.80, alpha (#fff, 0.00)),
+ to (alpha (#fff, 0.40)));
}
-*:selected:focused {
+/**********
+* Shadows *
+**********/
+
+/* Inner Shadow */
+
+.button:active,
+.entry,
+.check,
+.radio,
+GtkProgressBar.trough,
+GtkScale.trough,
+GtkSwitch.trough,
+.notebook tab .button {
+ -unico-inner-stroke-gradient: -gtk-gradient (linear,
+ left top, left bottom,
+ from (alpha (#000, 0.10)),
+ to (alpha (#000, 0.06)));
}
-*:insensitive {
+/* Outer Shadow */
+
+.button,
+.menu.menuitem,
+.notebook,
+GtkScale.slider {
+ -unico-outer-stroke-gradient: -gtk-gradient (linear,
+ left top, left bottom,
+ from (alpha (#000, 0.00)),
+ to (alpha (#000, 0.10)));
}
-*:active {
+/**********
+* Troughs *
+**********/
+
+/* Interactive Trough */
+
+.check,
+.entry,
+.radio {
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (shade (@base_color, 0.82)),
+ color-stop (0.20, shade (@base_color, 0.94)),
+ to (@base_color));
+
+ -unico-border-gradient: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade (@bg_color, 0.65)),
+ to (shade (@bg_color, 0.72)));
}
-.background {
+
+/* Shallow Trough */
+
+.check:insensitive,
+.entry:insensitive,
+.radio:insensitive,
+GtkProgressBar.trough,
+GtkScale.trough,
+GtkSwitch.trough:insensitive {
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (alpha (#000, 0.10)),
+ color-stop (0.20, alpha (#000, 0.00)),
+ to (alpha (#000, 0.00)));
+
+ -unico-border-gradient: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade (@bg_color, 0.67)),
+ to (shade (@bg_color, 0.74)));
}
-.tooltip {
+.button {
+
+ -GtkButton-child-displacement-x: 0;
+ -GtkButton-child-displacement-y: 0;
+ -GtkButton-default-border: 0;
+ -GtkButton-image-spacing: 0;
+ -GtkButton-inner-border: 3;
}
-/*****************
- * GtkSpinButton *
- *****************/
-GtkSpinButton.button,
-GtkSpinButton.button:insensitive,
-GtkSpinButton.button:prelight,
-GtkSpinButton.button:active {
+.check {
+ -GtkCheckButton-indicator-size: 15;
}
+.entry {
+
+ -GtkEntry-inner-border: 2;
+ -GtkEntry-progress-border: 0;
+
+}
+
+.marlin-pathbar {
+ padding: 4;
+}
+
+
/*****************
* Notebooks and *
- * tabs *
+ * Tabs *
*****************/
-/* .notebook {
+
+.notebook {
background-color: shade (@bg_color, 1.06);
- border-radius: 4;
}
.notebook tab {
background-color: shade (@bg_color, 0.85);
+ border-radius: 4;
}
.notebook tab:active {
background-color: shade (@bg_color, 1.06);
-}*/
+}
.notebook tab .button,
.notebook tab .button:hover,
.notebook tab .button:hover:active {
+ -GtkButton-inner-border: 0;
+
background-image: none;
background-color: alpha (#000, 0.02);
-unico-border-gradient: -gtk-gradient (linear,
left top, left bottom,
- from (shade (@bg_color, 0.67)),
- to (shade (@bg_color, 0.74)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.10)),
- to (alpha (#000, 0.06)));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.85, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
+ from (alpha (#000, 0.29)),
+ to (alpha (#000, 0.32)));
}
.notebook tab .button:hover:active {
background-color: alpha (#000, 0.10);
}
+.pane-separator,
+.pane-separator:prelight,
+.pane-separator:selected {
+ border-width: 0;
+
+ background-image: -gtk-gradient (linear,
+ left top,
+ right top,
+ from (shade (@base_color, 0.55)),
+ color-stop (0.15, @base_color),
+ color-stop (0.85, shade (@base_color, 0.88)),
+ to (shade (@base_color, 0.55)));
+}
+
+.toolbar {
+ border-width: 0;
+
+ -GtkToolbar-internal-padding: 0;
+ -GtkToolButton-icon-spacing: 6;
+}
+
+.view {
+ background-color: @base_color;
+}
+
+.view:selected {
+ background-color: @selected_bg_color
+}
+
+/***********************************************************************
+* Stuff I haven't styled yet *
+***********************************************************************/
+
+/*
+ -GtkButton-interior-focus: true;
+ -GtkTextView-error-underline-color: @error_color;
+ -GtkToolItemGroup-expander-size: 12;
+ -GtkMenu-horizontal-padding: 0;
+ -GtkMenu-vertical-padding: 0;
+ -GtkWidget-wide-separators: 1;
+ -WnckTasklist-fade-overlay-rect: 0;
+ -GtkWidget-focus-line-width: 1;
+*/
+
+.grip {
+}
+
+/***************
+ * Base States *
+ ***************/
+*:hover {
+}
+
+*:selected {
+}
+
+*:selected:focused {
+}
+
+*:insensitive {
+}
+
+*:active {
+}
+
+.background {
+}
+
+.tooltip {
+}
+
+/*****************
+ * GtkSpinButton *
+ *****************/
+GtkSpinButton.button,
+GtkSpinButton.button:insensitive,
+GtkSpinButton.button:prelight,
+GtkSpinButton.button:active {
+}
+
/**************
* ComboBoxes *
**************/
@@ -163,29 +333,6 @@ GtkComboBox.button {
.check row:selected,
.check row:selected:focused {
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@base_color, 0.82)),
- color-stop (0.20, shade (@base_color, 0.94)),
- to (@base_color));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.75, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@bg_color, 0.65)),
- to (shade (@bg_color, 0.72)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.10)),
- to (alpha (#000, 0.06)));
-
}
.check:insensitive,
@@ -213,31 +360,6 @@ GtkComboBox.button {
.radio row:selected,
.radio row:selected:focused {
- border-radius: 10;
-
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@base_color, 0.82)),
- color-stop (0.20, shade (@base_color, 0.94)),
- to (@base_color));
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.75, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@bg_color, 0.65)),
- to (shade (@bg_color, 0.72)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.10)),
- to (alpha (#000, 0.06)));
-
}
.radio:insensitive,
@@ -265,7 +387,7 @@ GtkComboBox.button {
*************/
GtkSwitch {
- padding: 1;
+
font: bold condensed 10;
}
@@ -279,22 +401,12 @@ GtkSwitch.trough {
from (shade (@base_color, 0.54)),
to (shade (@base_color, 0.76)));
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#fff, 0.00)),
- color-stop (0.75, alpha (#fff, 0.00)),
- to (alpha (#fff, 0.40)));
-unico-border-gradient: -gtk-gradient (linear,
left top, left bottom,
from (shade (@bg_color, 0.46)),
to (shade (@bg_color, 0.58)));
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.12)),
- to (alpha (#000, 0.06)));
-
}
GtkSwitch.trough:active {
@@ -341,8 +453,7 @@ GtkSwitch.trough:insensitive {
}
GtkSwitch.slider {
- -unico-outer-stroke-style: none;
- border-width: 1;
+ -unico-outer-stroke-style: none;
background-image: -gtk-gradient (linear,
left top,
@@ -393,9 +504,6 @@ GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focused {
}
-.view {
-}
-
GtkTreeView {
-GtkTreeView-vertical-separator: 0;
-GtkTreeView-expander-size: 8;
@@ -410,7 +518,6 @@ column-header {
column-header .button {
-unico-outer-stroke-style: none;
- border-radius: 0;
border-width: 0;
-GtkButton-inner-border: 2;
@@ -425,9 +532,6 @@ column-header .button {
}
column-header .button:hover {
- -unico-outer-stroke-style: none;
- border-radius: 0;
- border-width: 0;
color: @text_color;
background-image: -gtk-gradient (linear,
@@ -500,10 +604,6 @@ GtkCalendar.highlight {
.dim-label {
}
-.sidebar,
-.sidebar.view {
-}
-
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
@@ -518,44 +618,8 @@ TerminalScreen {
-TerminalScreen-background-darkness: 0.85;
}
-/**********************
- * Fallback Mode Panel
- **********************/
-
-PanelWidget,
-PanelApplet,
-PanelApplet > GtkMenuBar.menubar,
-.gnome-panel-menu-bar,
-PanelAppletFrame,
-PanelMenuBar.menubar,
-PanelToplevel {
-}
-
-PanelApplet > GtkMenuBar.menubar.menuitem:prelight,
-.gnome-panel-menu-bar.menuitem:prelight {
-}
-
-/* panel buttons (clock, tasklist etc) */
-PanelApplet GtkToggleButton {
-}
-
-PanelApplet GtkToggleButton:prelight:active,
-PanelApplet GtkToggleButton:active {
-}
-
-PanelApplet GtkToggleButton:prelight {
-}
-
-NaTrayApplet {
- -NaTrayApplet-icon-padding: 12;
-}
-
-WnckPager, WnckTasklist {
-}
-
@import url("button.css");
@import url("entry.css");
- at import url("grip.css");
@import url("menu.css");
@import url("progressbar.css");
@import url("sidebar.css");
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/progressbar.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/progressbar.css
index 06c44a6..9c603b9 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/progressbar.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/progressbar.css
@@ -28,19 +28,4 @@ GtkProgressBar.progressbar {
}
GtkProgressBar.trough {
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@base_color, 0.54)),
- to (shade (@base_color, 0.76)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@bg_color, 0.46)),
- to (shade (@bg_color, 0.58)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.12)),
- to (alpha (#000, 0.06)));
}
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/scale.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/scale.css
index e9969df..64cbe59 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/scale.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/scale.css
@@ -9,12 +9,6 @@ GtkScale {
}
GtkScale.slider {
- border-radius: 0;
-
- -unico-outer-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.00)),
- to (alpha (#000, 0.10)));
}
GtkScale.slider:insensitive {
@@ -33,24 +27,6 @@ GtkScale.scale-has-marks-above.slider.vertical {
}
GtkScale.trough {
- border-radius: 10;
-
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (shade (@bg_color, 0.75)),
- to (shade (@bg_color, 0.90)));
-
- -unico-border-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (shade (@bg_color, 0.46)),
- to (shade (@bg_color, 0.58)));
-
- -unico-inner-stroke-gradient: -gtk-gradient (linear,
- left top, left bottom,
- from (alpha (#000, 0.12)),
- to (alpha (#000, 0.06)));
-
-unico-outer-stroke-gradient: -gtk-gradient (linear,
left top, left bottom,
from (alpha (#fff, 0.00)),
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/sidebar.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/sidebar.css
index bee00ad..9d3dc64 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/sidebar.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/sidebar.css
@@ -5,6 +5,10 @@
color: shade (@bg_color, 0.55);
}
+.sidebar.view:selected {
+ background-color: shade (@bg_color, 0.85);
+}
+
.sidebar.view:prelight {
background-color: shade (@bg_color, 1.10);
}
@@ -22,5 +26,5 @@ GtkHCollapsablePaned.pane-separator:selected {
right top,
from (shade (@bg_color, 1.30)),
to (shade (@bg_color, 0.65)));
- background-color: none;
+ background-color: alpha(#fff, 0.0);
}
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/toolbar.css b/gnome-frugalware/theme/Frugalware/gtk-3.0/toolbar.css
index d1b4a2e..dc4644d 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/toolbar.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/toolbar.css
@@ -36,8 +36,7 @@
color-stop (0.95, shade (@theme_bg_color, 0.94)),
color-stop (0.97, shade (@theme_bg_color, 0.94)),
color-stop (0.99, shade (@theme_bg_color, 0.60)),
- to (shade (@theme_bg_color, 0.60)));
- border-width: 0;
+ to (shade (@bg_color, 0.60)));
padding: 2;
-GtkWidget-window-dragging: true;
}
From vmiklos at frugalware.org Sun Jul 3 11:57:42 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 11:57:42 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: split security-1.3.xml
Message-ID: <20110703095742.A96DABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=3f53c00d0b2d27fa715b7d2855a7f4f2ea016e60
commit 3f53c00d0b2d27fa715b7d2855a7f4f2ea016e60
Author: Miklos Vajna
Date: Sun Jul 3 11:48:16 2011 +0200
split security-1.3.xml
diff --git a/frugalware/xml/security-1.3.xml b/frugalware/xml/security-1.3.xml
new file mode 100644
index 0000000..eefa541
--- /dev/null
+++ b/frugalware/xml/security-1.3.xml
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+ 712
+ 2011-02-13
+ Miklos Vajna
+ opera
+ 10.10-1
+ 11.01-1haven1
+ http://bugs.frugalware.org/task/4417
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0450
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0681
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0682
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0683
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0684
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0685
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0686
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0687
+ Two weaknesses and some vulnerabilities have been reported in Opera, which can be exploited by malicious people to bypass certain security restrictions, disclose potentially sensitive information, and compromise a user's system.
+ 1) An integer truncation error when processing certain specially crafted HTML pages can be exploited by e.g. tricking a user into visiting a malicious website.
+ 2) The application allows users to perform certain actions via "opera:" URLs. This can be exploited to e.g. change certain configuration settings by tricking a user into clicking a specially crafted link via clickjacking.
+ 3) An error when processing certain HTTP responses or redirects can be exploited to bypass certain security restrictions and e.g. disclose the content of local files by loading them as a web resource.
+ 4) An error can cause Opera to launch the wrong executable in order to open a folder containing a downloaded file, which can lead to a malicious executable being launched.
+ Successful exploitation of this weakness requires significant user interaction and only affects the Windows platform.
+ 5) The "Clear all email account passwords" option does not clear the email passwords unless the application is restarted, which can be exploited to gain access to the email accounts.
+
+
+ 711
+ 2011-02-13
+ Miklos Vajna
+ drupal6-mollom
+ 6.x_1.13-1
+ 6.x_1.14-1haven1
+ http://bugs.frugalware.org/task/4321
+ No CVE references, see http://drupal.org/node/912412
+ A security issue has been reported in the Mollom module for Drupal, which may lead to exposure of sensitive information.
+ The security issue is caused due to an error in the module which can lead to certain sensitive user data e.g. a user's password in clear text being logged via calls to Drupal's watchdog API.
+ Successful exploitation requires that an attacker has "access site reports" permissions or has access to system syslog files.
+
+
+ 710
+ 2011-02-06
+ Miklos Vajna
+ wireshark
+ 1.4.2-1haven1
+ 1.4.3-1haven1
+ http://bugs.frugalware.org/task/4410
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4538
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0444
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0445
+ Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a vulnerable system.
+ 1) A boundary error in the "dissect_enttec_dmx_data()" function (epan/dissectors/packet-enttec.c) when processing RLE Compressed DMX data of the ENTTEC protocol can be exploited to cause a buffer overflow via a specially crafted packet sent to UDP port 3333.
+ 2) A boundary error in the MAC-LTE dissector (epan/dissectors/packet-mac-lte.c) can be exploited to cause a stack-based buffer overflow.
+ 3) A boundary error in the "snmp_usm_password_to_key_sha1()" function (asn1/snmp/packet-snmp-template.c) can be exploited to cause a stack-based buffer overflow.
+ Successful exploitation of vulnerabilities #1, #2, and #3 may allow execution of arbitrary code.
+ 4) An error in the ASN.1 BER dissector can be exploited to corrupt memory and cause the process to terminate.
+
+
+ 709
+ 2011-02-06
+ Miklos Vajna
+ horde-webmail
+ 1.2.4-1
+ 1.2.9-1haven1
+ http://bugs.frugalware.org/task/4408
+ No CVE references, see http://lists.horde.org/archives/announce/2010/000574.html
+ A vulnerability has been reported in various Horde products, which can be exploited by malicious people to conduct script insertion attacks.
+ Certain unspecified input is not properly sanitised before being displayed to the user while viewing a vCard. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious vCard is being viewed.
+
+
+ 708
+ 2011-02-06
+ Miklos Vajna
+ wordpress
+ 3.0.3-1haven1
+ 3.0.4-1haven1
+ http://bugs.frugalware.org/task/4399
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4536
+ A vulnerability has been reported in WordPress, which can be exploited by malicious users to conduct script insertion attacks.
+ Certain input containing protocol strings (e.g. the HREF attribute of the "A" HTML tag) is not properly sanitised in the KSES library before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in the context of an affected site when the malicious data is being viewed.
+
+
+ 707
+ 2011-02-06
+ Miklos Vajna
+ drupal6-image
+ 6.x_1.0_alpha4-1
+ 6.x_1.1-1haven1
+ http://bugs.frugalware.org/task/4396
+ No CVE references, see
+ http://drupal.org/node/1005578
+ See FSA706.
+
+
+ 706
+ 2011-02-06
+ Miklos Vajna
+ drupal-image
+ 5.x_1.9-1
+ 5.x_2.0-1haven1
+ http://bugs.frugalware.org/task/4395
+ No CVE references, see
+ http://drupal.org/node/1005578
+ A vulnerability has been reported in the Image module for Drupal, which can be exploited by malicious users to conduct script insertion attacks.
+ Certain unspecified input is not properly sanitised before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in the context of an affected site when the malicious data is being viewed.
+
+
+ 705
+ 2011-02-06
+ Miklos Vajna
+ drupal6-views
+ 6.x_2.11-1
+ 6.x_2.12-1haven1
+ http://bugs.frugalware.org/task/4390
+ No CVE references, see
+ http://drupal.org/node/999380.
+ Multiple vulnerabilities have been reported in the Views module for Drupal, which can be exploited by malicious people to conduct cross-site scripting attacks.
+ Input passed via the URL is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
+
+
+ 704
+ 2011-02-06
+ Miklos Vajna
+ mantis
+ 1.2.3-1haven1
+ 1.2.4-1haven1
+ http://bugs.frugalware.org/task/4389
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4348
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4349
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4350
+ Gjoko Krstic has reported some vulnerabilities in MantisBT, which can be exploited by malicious people to conduct cross-site scripting attacks and disclose sensitive information.
+ 1) Input passed via the "db_type" parameter to admin/upgrade_unattended.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
+ 2) Input passed via the "db_type" parameter to admin/upgrade_unattended.php is not properly verified before being used to include files. This can be exploited to include arbitrary file from local resources via directory traversal sequences and URL-encoded NULL bytes.
+ NOTE: Successful exploitation requires that installation best-practices have not been followed and the "admin" directory has not been deleted after a successful installation.
+
+
+ 703
+ 2011-02-06
+ Miklos Vajna
+ wordpress
+ 3.0.2-1haven1
+ 3.0.3-1haven1
+ http://bugs.frugalware.org/task/4387
+ No CVE references, see http://wordpress.org/news/2010/12/wordpress-3-0-3/
+ A security issue has been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions.
+ The security issue is caused due to the XML-RPC remote publishing interface not properly enforcing access control restrictions for editing, publishing, or deleting posts.
+ Successful exploitation of this security issue requires "Author level" or "Contributor level" permissions and that remote publishing is enabled.
+
+
+ 702
+ 2010-12-12
+ Miklos Vajna
+ wordpress
+ 3.0.1-1
+ 3.0.2-1haven1
+ http://bugs.frugalware.org/task/4382
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4257
+ A vulnerability has been reported in WordPress, which can be exploited by malicious users to conduct SQL injection attacks.
+ Input passed via the "Send Trackbacks" field when creating a new post is not properly sanitised in wp-includes/comment.php before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
+ Successful exploitation of this vulnerability requires "Author-level" permissions.
+
+
+ 701
+ 2010-12-12
+ Miklos Vajna
+ kernel
+ 2.6.35-1
+ 2.6.35-2haven1
+ http://bugs.frugalware.org/task/4384
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3848
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3849
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3850
+ This fixes multiple vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions, cause a DoS (Denial of Service), and potentially compromise a vulnerable system.
+
+
+ 700
+ 2010-12-12
+ Miklos Vajna
+ kernel
+ 2.6.35-1
+ 2.6.35-2haven1
+ http://bugs.frugalware.org/task/4304
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2240
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2803
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2963
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3904
+ Multiple vulnerabilities have been reported in the Linux kernel:
+ 1) The do_anonymous_page function in mm/memory.c does not properly separate the stack and the heap, which allows context-dependent attackers to execute arbitrary code by writing to the bottom page of a shared memory segment, as demonstrated by a memory-exhaustion attack against the X.Org X server.
+ 2) The drm_ioctl function in drivers/gpu/drm/drm_drv.c in the Direct Rendering Manager (DRM) subsystem allows local users to obtain potentially sensitive information from kernel memory by requesting a large memory-allocation amount.
+ 3) drivers/media/video/v4l2-compat-ioctl32.c in the Video4Linux (V4L) implementation on 64-bit platforms does not validate the destination of a memory copy operation, which allows local users to write to arbitrary kernel memory locations, and consequently gain privileges, via a VIDIOCSTUNER ioctl call on a /dev/video device, followed by a VIDIOCSMICROCODE ioctl call on this device.
+ 4) The rds_page_copy_user function in net/rds/page.c in the Reliable Datagram Sockets (RDS) protocol implementation does not properly validate addresses obtained from user space, which allows local users to gain privileges via crafted use of the sendmsg and recvmsg system calls.
+
+
+ 699
+ 2010-11-30
+ Miklos Vajna
+ phpmyadmin
+ 3.3.7-1haven1
+ 3.3.8.1-1haven1
+ http://bugs.frugalware.org/task/4381
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4329
+ A vulnerability has been reported in Phpmyadmin, which can be exploited by malicious people to perform an XSS attack. See http://www.phpmyadmin.net/home_page/security/PMASA-2010-8.php for details.
+
+
+ 698
+ 2010-11-30
+ Miklos Vajna
+ wireshark
+ 1.4.1-1haven1
+ 1.4.2-1haven1
+ http://bugs.frugalware.org/task/4380
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4300
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4301
+ Two vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service).
+ 1) A boundary error in "dissect_ldss_transfer()" in epan/dissectors/packet-ldss.c can be exploited to cause a heap-based buffer overflow.
+ 2) An error in the ZigBee ZCL Discover Attribute Response dissector can be exploited to cause an infinite loop.
+
+
+ 697
+ 2010-11-30
+ Miklos Vajna
+ wireshark
+ 1.4.1-1haven1
+ 1.4.2-1haven1
+ http://bugs.frugalware.org/task/4380
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=2010-3445
+ A vulnerability has been discovered in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service).
+ The vulnerability is caused due to an infinite recursion error in the "dissect_unknown_ber()" function in epan/dissectors/packet-ber.c and can be exploited to cause a stack overflow e.g. via a specially crafted SNMP packet.
+
+
+ 696
+ 2010-11-30
+ Miklos Vajna
+ drupal6-lightbox2
+ 6.x_1.9-1
+ 6.x_1.10-1haven1
+ http://bugs.frugalware.org/task/4326
+ No CVE, see http://drupal.org/node/919610.
+ Two vulnerabilities have been reported in Lightbox2 module for Drupal, which can be exploited by malicious people to bypass certain security restrictions and conduct cross-site scripting attacks.
+ 1) A vulnerability exists in the access control mechanism for video content and can be exploited to get access to restricted video content.
+ 2) Input passed via unspecified parameters is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
+
+
+ 695
+ 2010-11-30
+ Miklos Vajna
+ mantis
+ 1.2.2-1
+ 1.2.3-1haven1
+ http://bugs.frugalware.org/task/4318
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3070
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3303
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3763
+ Some vulnerabilities have been reported in MantisBT, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to conduct cross-site scripting attacks.
+ 1) The application bundles a vulnerable version of NuSOAP.
+ 2) Certain Input passed via custom field types is not properly sanitised before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
+ Successful exploitation of this vulnerability requires "Manage Custom Fields" permissions.
+ 3) Certain input passed via project and category names is not properly sanitised before being displayed to the user in print_all_bug_page_word.php. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
+ Successful exploitation of this vulnerability requires "Project Manager" permissions.
+ 4) Input passed via the Summary field when creating an issue is not properly sanitised before being used in core/summary_api.php. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
+ Successful exploitation of this vulnerability requires "Reporter" permissions.
+
+
+ 694
+ 2010-11-30
+ Miklos Vajna
+ phpmyadmin
+ 3.3.7-1haven1
+ 3.3.8.1-1haven1
+ http://bugs.frugalware.org/task/4381
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3263
+ A vulnerability has been reported in phpMyAdmin, which can be exploited by malicious people to conduct cross-site scripting attacks.
+ Certain unspecified input passed to the setup script is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
+ NOTE: Successful exploitation requires that installation best-practices have not been followed and the setup scripts have not been deleted after a successful installation.
+
+
+ 693
+ 2010-08-29
+ Miklos Vajna
+ openoffice.org
+ 3.2.1-4
+ 3.2.1-5haven1
+ http://bugs.frugalware.org/task/4296
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2935
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2936
+ Charlie Miller has discovered two vulnerabilities in OpenOffice.org Impress, which can be exploited by malicious people to compromise a user's system.
+ 1) An integer truncation error when parsing certain content can be exploited to cause a heap-based buffer overflow via a specially crafted file.
+ 2) A short integer overflow error when parsing certain content can be exploited to cause a heap-based buffer overflow via a specially crafted file.
+ Successful exploitation of the vulnerabilities may allow execution of arbitrary code.
+
+
+ 692
+ 2010-08-29
+ Miklos Vajna
+ phpmyadmin
+ 3.3.5-1
+ 3.3.5.1-1haven1
+ http://bugs.frugalware.org/task/4294
+ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3056
+ Some vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious people to conduct cross-site scripting attacks.
+ 1) Input passed via the "field_str" parameter to db_search.php , the "delimiter" parameter to db_sql.php, the "sort" parameter to db_structure.php, the "db" parameter to js/messages.php, the "sort_by" parameter to server_databases.php, the "checkprivs", "dbname", "pred_tablename", "selected_usr[]", "tablename", and "username" parameters to server_privileges.php, the "DefaultLang" parameter to setup/config.php, the "cpurge", "goto", "purge", "purgekey", "table", and "zero_rows" parameters to sql.php, and the "fields[multi_edit][]" parameter to tbl_replace.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
+ 2) Certain unspecified input is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
+
+
diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml
index cf25898..09abe8d 100644
--- a/frugalware/xml/security.xml
+++ b/frugalware/xml/security.xml
@@ -245,305 +245,4 @@ Successful exploitation of this vulnerability requires the "Author" role.
The security issue is caused due to an error within the handling of bookmarked SQL queries, which can be exploited to e.g. trick other users into executing unintended bookmarked SQL queries.
Successful exploitation requires that the bookmarks functionality is enabled and the configuration storage is set up and enabled.
-
- 712
- 2011-02-13
- Miklos Vajna
- opera
- 10.10-1
- 11.01-1haven1
- http://bugs.frugalware.org/task/4417
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0450
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0681
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0682
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0683
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0684
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0685
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0686
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0687
- Two weaknesses and some vulnerabilities have been reported in Opera, which can be exploited by malicious people to bypass certain security restrictions, disclose potentially sensitive information, and compromise a user's system.
- 1) An integer truncation error when processing certain specially crafted HTML pages can be exploited by e.g. tricking a user into visiting a malicious website.
- 2) The application allows users to perform certain actions via "opera:" URLs. This can be exploited to e.g. change certain configuration settings by tricking a user into clicking a specially crafted link via clickjacking.
- 3) An error when processing certain HTTP responses or redirects can be exploited to bypass certain security restrictions and e.g. disclose the content of local files by loading them as a web resource.
- 4) An error can cause Opera to launch the wrong executable in order to open a folder containing a downloaded file, which can lead to a malicious executable being launched.
- Successful exploitation of this weakness requires significant user interaction and only affects the Windows platform.
- 5) The "Clear all email account passwords" option does not clear the email passwords unless the application is restarted, which can be exploited to gain access to the email accounts.
-
-
- 711
- 2011-02-13
- Miklos Vajna
- drupal6-mollom
- 6.x_1.13-1
- 6.x_1.14-1haven1
- http://bugs.frugalware.org/task/4321
- No CVE references, see http://drupal.org/node/912412
- A security issue has been reported in the Mollom module for Drupal, which may lead to exposure of sensitive information.
- The security issue is caused due to an error in the module which can lead to certain sensitive user data e.g. a user's password in clear text being logged via calls to Drupal's watchdog API.
- Successful exploitation requires that an attacker has "access site reports" permissions or has access to system syslog files.
-
-
- 710
- 2011-02-06
- Miklos Vajna
- wireshark
- 1.4.2-1haven1
- 1.4.3-1haven1
- http://bugs.frugalware.org/task/4410
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4538
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0444
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0445
- Multiple vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise a vulnerable system.
- 1) A boundary error in the "dissect_enttec_dmx_data()" function (epan/dissectors/packet-enttec.c) when processing RLE Compressed DMX data of the ENTTEC protocol can be exploited to cause a buffer overflow via a specially crafted packet sent to UDP port 3333.
- 2) A boundary error in the MAC-LTE dissector (epan/dissectors/packet-mac-lte.c) can be exploited to cause a stack-based buffer overflow.
- 3) A boundary error in the "snmp_usm_password_to_key_sha1()" function (asn1/snmp/packet-snmp-template.c) can be exploited to cause a stack-based buffer overflow.
- Successful exploitation of vulnerabilities #1, #2, and #3 may allow execution of arbitrary code.
- 4) An error in the ASN.1 BER dissector can be exploited to corrupt memory and cause the process to terminate.
-
-
- 709
- 2011-02-06
- Miklos Vajna
- horde-webmail
- 1.2.4-1
- 1.2.9-1haven1
- http://bugs.frugalware.org/task/4408
- No CVE references, see http://lists.horde.org/archives/announce/2010/000574.html
- A vulnerability has been reported in various Horde products, which can be exploited by malicious people to conduct script insertion attacks.
- Certain unspecified input is not properly sanitised before being displayed to the user while viewing a vCard. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious vCard is being viewed.
-
-
- 708
- 2011-02-06
- Miklos Vajna
- wordpress
- 3.0.3-1haven1
- 3.0.4-1haven1
- http://bugs.frugalware.org/task/4399
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4536
- A vulnerability has been reported in WordPress, which can be exploited by malicious users to conduct script insertion attacks.
- Certain input containing protocol strings (e.g. the HREF attribute of the "A" HTML tag) is not properly sanitised in the KSES library before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in the context of an affected site when the malicious data is being viewed.
-
-
- 707
- 2011-02-06
- Miklos Vajna
- drupal6-image
- 6.x_1.0_alpha4-1
- 6.x_1.1-1haven1
- http://bugs.frugalware.org/task/4396
- No CVE references, see
- http://drupal.org/node/1005578
- See FSA706.
-
-
- 706
- 2011-02-06
- Miklos Vajna
- drupal-image
- 5.x_1.9-1
- 5.x_2.0-1haven1
- http://bugs.frugalware.org/task/4395
- No CVE references, see
- http://drupal.org/node/1005578
- A vulnerability has been reported in the Image module for Drupal, which can be exploited by malicious users to conduct script insertion attacks.
- Certain unspecified input is not properly sanitised before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in the context of an affected site when the malicious data is being viewed.
-
-
- 705
- 2011-02-06
- Miklos Vajna
- drupal6-views
- 6.x_2.11-1
- 6.x_2.12-1haven1
- http://bugs.frugalware.org/task/4390
- No CVE references, see
- http://drupal.org/node/999380.
- Multiple vulnerabilities have been reported in the Views module for Drupal, which can be exploited by malicious people to conduct cross-site scripting attacks.
- Input passed via the URL is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
-
-
- 704
- 2011-02-06
- Miklos Vajna
- mantis
- 1.2.3-1haven1
- 1.2.4-1haven1
- http://bugs.frugalware.org/task/4389
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4348
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4349
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4350
- Gjoko Krstic has reported some vulnerabilities in MantisBT, which can be exploited by malicious people to conduct cross-site scripting attacks and disclose sensitive information.
- 1) Input passed via the "db_type" parameter to admin/upgrade_unattended.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
- 2) Input passed via the "db_type" parameter to admin/upgrade_unattended.php is not properly verified before being used to include files. This can be exploited to include arbitrary file from local resources via directory traversal sequences and URL-encoded NULL bytes.
- NOTE: Successful exploitation requires that installation best-practices have not been followed and the "admin" directory has not been deleted after a successful installation.
-
-
- 703
- 2011-02-06
- Miklos Vajna
- wordpress
- 3.0.2-1haven1
- 3.0.3-1haven1
- http://bugs.frugalware.org/task/4387
- No CVE references, see http://wordpress.org/news/2010/12/wordpress-3-0-3/
- A security issue has been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions.
- The security issue is caused due to the XML-RPC remote publishing interface not properly enforcing access control restrictions for editing, publishing, or deleting posts.
- Successful exploitation of this security issue requires "Author level" or "Contributor level" permissions and that remote publishing is enabled.
-
-
- 702
- 2010-12-12
- Miklos Vajna
- wordpress
- 3.0.1-1
- 3.0.2-1haven1
- http://bugs.frugalware.org/task/4382
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4257
- A vulnerability has been reported in WordPress, which can be exploited by malicious users to conduct SQL injection attacks.
- Input passed via the "Send Trackbacks" field when creating a new post is not properly sanitised in wp-includes/comment.php before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
- Successful exploitation of this vulnerability requires "Author-level" permissions.
-
-
- 701
- 2010-12-12
- Miklos Vajna
- kernel
- 2.6.35-1
- 2.6.35-2haven1
- http://bugs.frugalware.org/task/4384
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3848
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3849
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3850
- This fixes multiple vulnerabilities, which can be exploited by malicious, local users to bypass certain security restrictions, cause a DoS (Denial of Service), and potentially compromise a vulnerable system.
-
-
- 700
- 2010-12-12
- Miklos Vajna
- kernel
- 2.6.35-1
- 2.6.35-2haven1
- http://bugs.frugalware.org/task/4304
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2240
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2803
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2963
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3904
- Multiple vulnerabilities have been reported in the Linux kernel:
- 1) The do_anonymous_page function in mm/memory.c does not properly separate the stack and the heap, which allows context-dependent attackers to execute arbitrary code by writing to the bottom page of a shared memory segment, as demonstrated by a memory-exhaustion attack against the X.Org X server.
- 2) The drm_ioctl function in drivers/gpu/drm/drm_drv.c in the Direct Rendering Manager (DRM) subsystem allows local users to obtain potentially sensitive information from kernel memory by requesting a large memory-allocation amount.
- 3) drivers/media/video/v4l2-compat-ioctl32.c in the Video4Linux (V4L) implementation on 64-bit platforms does not validate the destination of a memory copy operation, which allows local users to write to arbitrary kernel memory locations, and consequently gain privileges, via a VIDIOCSTUNER ioctl call on a /dev/video device, followed by a VIDIOCSMICROCODE ioctl call on this device.
- 4) The rds_page_copy_user function in net/rds/page.c in the Reliable Datagram Sockets (RDS) protocol implementation does not properly validate addresses obtained from user space, which allows local users to gain privileges via crafted use of the sendmsg and recvmsg system calls.
-
-
- 699
- 2010-11-30
- Miklos Vajna
- phpmyadmin
- 3.3.7-1haven1
- 3.3.8.1-1haven1
- http://bugs.frugalware.org/task/4381
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4329
- A vulnerability has been reported in Phpmyadmin, which can be exploited by malicious people to perform an XSS attack. See http://www.phpmyadmin.net/home_page/security/PMASA-2010-8.php for details.
-
-
- 698
- 2010-11-30
- Miklos Vajna
- wireshark
- 1.4.1-1haven1
- 1.4.2-1haven1
- http://bugs.frugalware.org/task/4380
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4300
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4301
- Two vulnerabilities have been reported in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service).
- 1) A boundary error in "dissect_ldss_transfer()" in epan/dissectors/packet-ldss.c can be exploited to cause a heap-based buffer overflow.
- 2) An error in the ZigBee ZCL Discover Attribute Response dissector can be exploited to cause an infinite loop.
-
-
- 697
- 2010-11-30
- Miklos Vajna
- wireshark
- 1.4.1-1haven1
- 1.4.2-1haven1
- http://bugs.frugalware.org/task/4380
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=2010-3445
- A vulnerability has been discovered in Wireshark, which can be exploited by malicious people to cause a DoS (Denial of Service).
- The vulnerability is caused due to an infinite recursion error in the "dissect_unknown_ber()" function in epan/dissectors/packet-ber.c and can be exploited to cause a stack overflow e.g. via a specially crafted SNMP packet.
-
-
- 696
- 2010-11-30
- Miklos Vajna
- drupal6-lightbox2
- 6.x_1.9-1
- 6.x_1.10-1haven1
- http://bugs.frugalware.org/task/4326
- No CVE, see http://drupal.org/node/919610.
- Two vulnerabilities have been reported in Lightbox2 module for Drupal, which can be exploited by malicious people to bypass certain security restrictions and conduct cross-site scripting attacks.
- 1) A vulnerability exists in the access control mechanism for video content and can be exploited to get access to restricted video content.
- 2) Input passed via unspecified parameters is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
-
-
- 695
- 2010-11-30
- Miklos Vajna
- mantis
- 1.2.2-1
- 1.2.3-1haven1
- http://bugs.frugalware.org/task/4318
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3070
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3303
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3763
- Some vulnerabilities have been reported in MantisBT, which can be exploited by malicious users to conduct script insertion attacks and by malicious people to conduct cross-site scripting attacks.
- 1) The application bundles a vulnerable version of NuSOAP.
- 2) Certain Input passed via custom field types is not properly sanitised before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
- Successful exploitation of this vulnerability requires "Manage Custom Fields" permissions.
- 3) Certain input passed via project and category names is not properly sanitised before being displayed to the user in print_all_bug_page_word.php. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
- Successful exploitation of this vulnerability requires "Project Manager" permissions.
- 4) Input passed via the Summary field when creating an issue is not properly sanitised before being used in core/summary_api.php. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
- Successful exploitation of this vulnerability requires "Reporter" permissions.
-
-
- 694
- 2010-11-30
- Miklos Vajna
- phpmyadmin
- 3.3.7-1haven1
- 3.3.8.1-1haven1
- http://bugs.frugalware.org/task/4381
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3263
- A vulnerability has been reported in phpMyAdmin, which can be exploited by malicious people to conduct cross-site scripting attacks.
- Certain unspecified input passed to the setup script is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
- NOTE: Successful exploitation requires that installation best-practices have not been followed and the setup scripts have not been deleted after a successful installation.
-
-
- 693
- 2010-08-29
- Miklos Vajna
- openoffice.org
- 3.2.1-4
- 3.2.1-5haven1
- http://bugs.frugalware.org/task/4296
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2935
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2936
- Charlie Miller has discovered two vulnerabilities in OpenOffice.org Impress, which can be exploited by malicious people to compromise a user's system.
- 1) An integer truncation error when parsing certain content can be exploited to cause a heap-based buffer overflow via a specially crafted file.
- 2) A short integer overflow error when parsing certain content can be exploited to cause a heap-based buffer overflow via a specially crafted file.
- Successful exploitation of the vulnerabilities may allow execution of arbitrary code.
-
-
- 692
- 2010-08-29
- Miklos Vajna
- phpmyadmin
- 3.3.5-1
- 3.3.5.1-1haven1
- http://bugs.frugalware.org/task/4294
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3056
- Some vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious people to conduct cross-site scripting attacks.
- 1) Input passed via the "field_str" parameter to db_search.php , the "delimiter" parameter to db_sql.php, the "sort" parameter to db_structure.php, the "db" parameter to js/messages.php, the "sort_by" parameter to server_databases.php, the "checkprivs", "dbname", "pred_tablename", "selected_usr[]", "tablename", and "username" parameters to server_privileges.php, the "DefaultLang" parameter to setup/config.php, the "cpurge", "goto", "purge", "purgekey", "table", and "zero_rows" parameters to sql.php, and the "fields[multi_edit][]" parameter to tbl_replace.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
- 2) Certain unspecified input is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
-
From vmiklos at frugalware.org Sun Jul 3 12:00:36 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:00:36 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: FSA727-drupal7
Message-ID: <20110703100036.10C83BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f29624b8a2aee0df369347f7033cbadb05dfae1d
commit f29624b8a2aee0df369347f7033cbadb05dfae1d
Author: Miklos Vajna
Date: Sun Jul 3 11:51:13 2011 +0200
FSA727-drupal7
diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml
index 09abe8d..dfb3bd9 100644
--- a/frugalware/xml/security.xml
+++ b/frugalware/xml/security.xml
@@ -26,6 +26,19 @@
+ 727
+ 2011-07-03
+ Miklos Vajna
+ drupal7
+ 7.2-1nexon1
+ 7.4-1nexon1
+ http://bugs.frugalware.org/task/4521
+ No CVE, see http://drupal.org/node/1204582
+ A vulnerability has been reported in Drupal, which can be exploited by malicious people to bypass certain security restrictions.
+ The vulnerability is caused due to the node_access system restrictions not being enforced and can be exploited to view otherwise restricted nodes.
+ NOTE: This affects the taxonomy and forum subsystems.
+
+ 7262011-06-24Miklos Vajna
From hermier at frugalware.org Sun Jul 3 12:10:59 2011
From: hermier at frugalware.org (Michel Hermier)
Date: Sun, 3 Jul 2011 12:10:59 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: v4l-utils-0.8.4-1-i686
Message-ID: <20110703101059.75779BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dd383d5097b34504b98a0c1942d06c9383e33ffe
commit dd383d5097b34504b98a0c1942d06c9383e33ffe
Author: Michel Hermier
Date: Sun Jul 3 11:18:20 2011 +0200
v4l-utils-0.8.4-1-i686
* Bump version.
* Symlink /usr/include/linux/videodev.h to internal copy (it was removed
from kernel and is required for old code to compile)
diff --git a/source/lib/v4l-utils/FrugalBuild b/source/lib/v4l-utils/FrugalBuild
index f7638e1..be2f8b0 100644
--- a/source/lib/v4l-utils/FrugalBuild
+++ b/source/lib/v4l-utils/FrugalBuild
@@ -2,22 +2,25 @@
# Maintainer: jercel
pkgname=v4l-utils
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
url=" http://linuxtv.org"
provides=('libv4l')
replaces=('libv4l')
conflicts=('libv4l')
-depends=('glibc')
+depends=('libjpeg')
groups=('lib')
archs=('i686' 'x86_64' 'ppc' 'arm')
up2date="Flasttar $url/downloads/$pkgname/"
source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3038abd92670b66ec89a6deacdd338d1529525b4')
+sha1sums=('4af47832cbe222b562e476f1fc1aea0d9ad98408')
+
build()
{
Fcd
Fmake
Fmakeinstall DESTDIR=${Fdestdir} PREFIX=/usr
+ Fln ../libv4l1-videodev.h /usr/include/linux/videodev.h
}
+
From vmiklos at frugalware.org Sun Jul 3 12:11:32 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:11:32 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: FSA728-wordpress
Message-ID: <20110703101132.76950BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=83de7d49d0cd8357b336024b5ed4b8a5a2e1033e
commit 83de7d49d0cd8357b336024b5ed4b8a5a2e1033e
Author: Miklos Vajna
Date: Sun Jul 3 12:02:12 2011 +0200
FSA728-wordpress
diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml
index dfb3bd9..852eb0e 100644
--- a/frugalware/xml/security.xml
+++ b/frugalware/xml/security.xml
@@ -26,6 +26,20 @@
+ 728
+ 2011-07-03
+ Miklos Vajna
+ wordpress
+ 3.1.3-1nexon1
+ 3.1.4-1nexon1
+ http://bugs.frugalware.org/task/4522
+ No CVE, see http://wordpress.org/news/2011/06/wordpress-3-1-4/
+ Multiple vulnerabilities have been reported in WordPress, which can be exploited by malicious users to bypass certain security restrictions and conduct SQL injection attacks.
+ 1) An unspecified error can be exploited to gain further access to the site.
+ 2) Input passed via the "order" and "orderby" parameters to wp-admin/link-manager.php and wp-admin/edit-tags.php is not properly sanitised in wp-includes/taxonomy.php before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
+ Successful exploitation requires the "Editor" role.
+
+ 7272011-07-03Miklos Vajna
From vmiklos at frugalware.org Sun Jul 3 12:19:48 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:19:48 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: plymouth is a splash implementation
Message-ID: <20110703101948.AFC2BBAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=6bf1457ba6827e68d6ded1389c3f78111561eccf
commit 6bf1457ba6827e68d6ded1389c3f78111561eccf
Author: Miklos Vajna
Date: Sun Jul 3 12:10:29 2011 +0200
plymouth is a splash implementation
diff --git a/frugalware/weeklynews/issue80.html b/frugalware/weeklynews/issue80.html
index a55e12a..c2f1a77 100644
--- a/frugalware/weeklynews/issue80.html
+++ b/frugalware/weeklynews/issue80.html
@@ -51,7 +51,7 @@
"http://frugalware.org/news/207">announced the release of Frugalware
Linux 1.5 pre-release 2, the latest in the testing series for the next
major version. Included are some important upgrades and changes, including
- a switch to the Plymouth init system. If you have some bandwidth and time
+ a switch to the Plymouth splash system. If you have some bandwidth and time
available, please test this pre-release so the final release is as
bug-free as possible.
From vmiklos at frugalware.org Sun Jul 3 12:31:58 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:31:58 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: udisks-1.0.3-1-i686
Message-ID: <20110703103158.D1A97BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=26e14d34c807fc35e94edb700fddca882a45d4eb
commit 26e14d34c807fc35e94edb700fddca882a45d4eb
Author: Miklos Vajna
Date: Sun Jul 3 12:19:39 2011 +0200
udisks-1.0.3-1-i686
- version bump
diff --git a/source/xapps/udisks/FrugalBuild b/source/xapps/udisks/FrugalBuild
index ecc3075..e112ee9 100644
--- a/source/xapps/udisks/FrugalBuild
+++ b/source/xapps/udisks/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil
pkgname=udisks
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc="Storage Management Service"
url="http://www.freedesktop.org/wiki/Software/udisks"
depends=('dbus-glib' 'udev' 'polkit' 'parted>=2.3' 'lvm2' \
@@ -14,7 +14,7 @@ groups=('xapps')
archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar http://hal.freedesktop.org/releases/"
source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a8307d726b7f1255e7008ff708c793a1301d1309')
+sha1sums=('3033d99fe830a95c2a7c5a1a4e680c82632dc911')
replaces=('devicekit-disks')
build()
From vmiklos at frugalware.org Sun Jul 3 12:36:21 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:36:21 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: pacman_db_update: do not unpack the fdb
Message-ID: <20110703103621.8A57ABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=6790b9d402b997dc3137453c9f4b382afaa50172
commit 6790b9d402b997dc3137453c9f4b382afaa50172
Author: Miklos Vajna
Date: Sun Jun 19 14:51:41 2011 +0200
pacman_db_update: do not unpack the fdb
diff --git a/lib/libpacman/db.c b/lib/libpacman/db.c
index 1e6b47b..d628143 100644
--- a/lib/libpacman/db.c
+++ b/lib/libpacman/db.c
@@ -200,7 +200,7 @@ pmdb_t *_pacman_db_register(const char *treename, pacman_cb_db_register callback
/* make sure the database directory exists */
snprintf(path, PATH_MAX, "%s%s/%s", handle->root, handle->dbpath, treename);
- if(stat(path, &buf) != 0 || !S_ISDIR(buf.st_mode)) {
+ if(!strcmp(treename, "local") && (stat(path, &buf) != 0 || !S_ISDIR(buf.st_mode))) {
_pacman_log(PM_LOG_FLOW1, _("database directory '%s' does not exist -- try creating it"), path);
if(_pacman_makepath(path) != 0) {
RET_ERR(PM_ERR_SYSTEM, NULL);
diff --git a/lib/libpacman/pacman.c b/lib/libpacman/pacman.c
index 49a8935..e6b0f58 100644
--- a/lib/libpacman/pacman.c
+++ b/lib/libpacman/pacman.c
@@ -316,7 +316,7 @@ int pacman_db_setserver(pmdb_t *db, char *url)
int pacman_db_update(int force, PM_DB *db)
{
pmlist_t *lp;
- char path[PATH_MAX], lckpath[PATH_MAX];
+ char path[PATH_MAX], dirpath[PATH_MAX], lckpath[PATH_MAX];
pmlist_t *files = NULL;
char newmtime[16] = "";
char lastupdate[16] = "";
@@ -367,10 +367,10 @@ int pacman_db_update(int force, PM_DB *db)
_pacman_log(PM_LOG_DEBUG, _("sync: new mtime for %s: %s\n"), db->treename, newmtime);
updated = 1;
}
+ snprintf(dirpath, PATH_MAX, "%s%s/%s", handle->root, handle->dbpath, db->treename);
snprintf(path, PATH_MAX, "%s%s/%s" PM_EXT_DB, handle->root, handle->dbpath, db->treename);
/* remove the old dir */
- if (force) {
_pacman_log(PM_LOG_FLOW2, _("flushing database %s/%s"), handle->dbpath, db->treename);
for(lp = _pacman_db_get_pkgcache(db); lp; lp = lp->next) {
if(_pacman_db_remove(db, lp->data) == -1) {
@@ -381,16 +381,11 @@ int pacman_db_update(int force, PM_DB *db)
RET_ERR(PM_ERR_DB_REMOVE, -1);
}
}
- }
+ rmdir(dirpath);
/* Cache needs to be rebuild */
_pacman_db_free_pkgcache(db);
- /* uncompress the sync database */
- if(_pacman_db_install(db, path) == -1) {
- status = -1;
- goto rmlck;
- }
if(updated) {
_pacman_db_setlastupdate(db, newmtime);
}
From vmiklos at frugalware.org Sun Jul 3 12:36:21 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:36:21 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: Introduce _pacman_archive_fgets
Message-ID: <20110703103621.A93CABAC007@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=dccf5c94f7bfd7de95f3281eb5926f11a5e49e50
commit dccf5c94f7bfd7de95f3281eb5926f11a5e49e50
Author: Miklos Vajna
Date: Mon Jun 20 00:12:42 2011 +0200
Introduce _pacman_archive_fgets
- this is a port of commit f8c737d3b6b28373a69d5979a4ba2e31b77baa62of pacman.git
- original author: Dan McGee
diff --git a/lib/libpacman/util.c b/lib/libpacman/util.c
index 0df66e0..1b0ec8e 100644
--- a/lib/libpacman/util.c
+++ b/lib/libpacman/util.c
@@ -805,6 +805,35 @@ int _pacman_reg_match(char *string, char *pattern)
return(!(result));
}
+char *_pacman_archive_fgets(char *line, size_t size, struct archive *a)
+{
+ /* for now, just read one char at a time until we get to a
+ * '\n' char. we can optimize this later with an internal
+ * buffer. */
+ /* leave room for zero terminator */
+ char *last = line + size - 1;
+ char *i;
+
+ for(i = line; i < last; i++) {
+ int ret = archive_read_data(a, i, 1);
+ /* special check for first read- if null, return null,
+ * this indicates EOF */
+ if(i == line && (ret <= 0 || *i == '\0')) {
+ return(NULL);
+ }
+ /* check if read value was null or newline */
+ if(ret <= 0 || *i == '\0' || *i == '\n') {
+ last = i + 1;
+ break;
+ }
+ }
+
+ /* always null terminate the buffer */
+ *last = '\0';
+
+ return(line);
+}
+
#endif
/* vim: set ts=2 sw=2 noet: */
diff --git a/lib/libpacman/util.h b/lib/libpacman/util.h
index 7171da3..7ff4a02 100644
--- a/lib/libpacman/util.h
+++ b/lib/libpacman/util.h
@@ -76,6 +76,7 @@ int _pacman_reg_match(char *string, char *pattern);
char* strsep(char** str, const char* delims);
char* mkdtemp(char *template);
#endif
+char *_pacman_archive_fgets(char *line, size_t size, struct archive *a);
#endif /* _PACMAN_UTIL_H */
From vmiklos at frugalware.org Sun Jul 3 12:36:21 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:36:21 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: Introduce _pacman_db_read_fgets
Message-ID: <20110703103621.BDA62BAC008@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=fe6770dd4f8505a9e5aa8949b1154cb6079e134b
commit fe6770dd4f8505a9e5aa8949b1154cb6079e134b
Author: Miklos Vajna
Date: Mon Jun 20 00:42:05 2011 +0200
Introduce _pacman_db_read_fgets
diff --git a/lib/libpacman/be_files.c b/lib/libpacman/be_files.c
index f9ccfbb..8357a5d 100644
--- a/lib/libpacman/be_files.c
+++ b/lib/libpacman/be_files.c
@@ -44,6 +44,10 @@
#include "error.h"
#include "handle.h"
+static inline int islocal(pmdb_t *db)
+{
+ return strcmp(db->treename, "local") == 0;
+}
/* This function is used to convert the downloaded db file to the proper backend
* format
@@ -103,9 +107,29 @@ int _pacman_db_open(pmdb_t *db)
RET_ERR(PM_ERR_DB_NULL, -1);
}
- db->handle = opendir(db->path);
- if(db->handle == NULL) {
- RET_ERR(PM_ERR_DB_OPEN, -1);
+ if (islocal(db)) {
+ db->handle = opendir(db->path);
+ if(db->handle == NULL) {
+ RET_ERR(PM_ERR_DB_OPEN, -1);
+ }
+ } else {
+ char dbpath[PATH_MAX];
+ snprintf(dbpath, PATH_MAX, "%s" PM_EXT_DB, db->path);
+ struct stat buf;
+ if(stat(dbpath, &buf) != 0) {
+ // db is not there, we'll open it later
+ db->handle = NULL;
+ return 0;
+ }
+ if((db->handle = archive_read_new()) == NULL) {
+ RET_ERR(PM_ERR_DB_OPEN, -1);
+ }
+ archive_read_support_compression_all(db->handle);
+ archive_read_support_format_all(db->handle);
+ if(archive_read_open_filename(db->handle, dbpath, ARCHIVE_DEFAULT_BYTES_PER_BLOCK) != ARCHIVE_OK) {
+ archive_read_finish(db->handle);
+ RET_ERR(PM_ERR_DB_OPEN, -1);
+ }
}
if(_pacman_db_getlastupdate(db, db->lastupdate) == -1) {
db->lastupdate[0] = '\0';
@@ -132,7 +156,17 @@ void _pacman_db_rewind(pmdb_t *db)
return;
}
- rewinddir(db->handle);
+ if (islocal(db)) {
+ rewinddir(db->handle);
+ } else {
+ char dbpath[PATH_MAX];
+ snprintf(dbpath, PATH_MAX, "%s" PM_EXT_DB, db->path);
+ archive_read_finish(db->handle);
+ db->handle = archive_read_new();
+ archive_read_support_compression_all(db->handle);
+ archive_read_support_format_all(db->handle);
+ archive_read_open_filename(db->handle, dbpath, ARCHIVE_DEFAULT_BYTES_PER_BLOCK);
+ }
}
pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
@@ -145,33 +179,66 @@ pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
int found = 0;
pmpkg_t *pkg;
+ char dbpath[PATH_MAX];
+ snprintf(dbpath, PATH_MAX, "%s" PM_EXT_DB, db->path);
+ struct archive_entry *entry = NULL;
+
if(db == NULL) {
RET_ERR(PM_ERR_DB_NULL, NULL);
}
if(target != NULL) {
/* search for a specific package (by name only) */
- rewinddir(db->handle);
- while(!found && (ent = readdir(db->handle)) != NULL) {
- if(!strcmp(ent->d_name, ".") || !strcmp(ent->d_name, "..")) {
- continue;
- }
- /* stat the entry, make sure it's a directory */
- snprintf(path, PATH_MAX, "%s/%s", db->path, ent->d_name);
- if(stat(path, &sbuf) || !S_ISDIR(sbuf.st_mode)) {
- continue;
- }
- STRNCPY(name, ent->d_name, PKG_FULLNAME_LEN);
- /* truncate the string at the second-to-last hyphen, */
- /* which will give us the package name */
- if((ptr = rindex(name, '-'))) {
- *ptr = '\0';
- }
- if((ptr = rindex(name, '-'))) {
- *ptr = '\0';
+ if (islocal(db)) {
+ rewinddir(db->handle);
+ while(!found && (ent = readdir(db->handle)) != NULL) {
+ if(!strcmp(ent->d_name, ".") || !strcmp(ent->d_name, "..")) {
+ continue;
+ }
+ /* stat the entry, make sure it's a directory */
+ snprintf(path, PATH_MAX, "%s/%s", db->path, ent->d_name);
+ if(stat(path, &sbuf) || !S_ISDIR(sbuf.st_mode)) {
+ continue;
+ }
+ STRNCPY(name, ent->d_name, PKG_FULLNAME_LEN);
+ /* truncate the string at the second-to-last hyphen, */
+ /* which will give us the package name */
+ if((ptr = rindex(name, '-'))) {
+ *ptr = '\0';
+ }
+ if((ptr = rindex(name, '-'))) {
+ *ptr = '\0';
+ }
+ if(!strcmp(name, target)) {
+ found = 1;
+ }
}
- if(!strcmp(name, target)) {
- found = 1;
+ } else {
+ // seek to start
+ if (db->handle)
+ archive_read_finish(db->handle);
+ db->handle = archive_read_new();
+ archive_read_support_compression_all(db->handle);
+ archive_read_support_format_all(db->handle);
+ archive_read_open_filename(db->handle, dbpath, ARCHIVE_DEFAULT_BYTES_PER_BLOCK);
+
+ while (!found && archive_read_next_header(db->handle, &entry) == ARCHIVE_OK) {
+ // make sure it's a directory
+ const char *pathname = archive_entry_pathname(entry);
+ if (pathname[strlen(pathname)-1] != '/')
+ continue;
+ STRNCPY(name, pathname, PKG_FULLNAME_LEN);
+ // truncate the string at the second-to-last hyphen,
+ // which will give us the package name
+ if((ptr = rindex(name, '-'))) {
+ *ptr = '\0';
+ }
+ if((ptr = rindex(name, '-'))) {
+ *ptr = '\0';
+ }
+ if(!strcmp(name, target)) {
+ found = 1;
+ }
}
}
if(!found) {
@@ -181,18 +248,34 @@ pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
/* normal iteration */
int isdir = 0;
while(!isdir) {
- ent = readdir(db->handle);
- if(ent == NULL) {
- return(NULL);
- }
- if(!strcmp(ent->d_name, ".") || !strcmp(ent->d_name, "..")) {
- isdir = 0;
- continue;
- }
- /* stat the entry, make sure it's a directory */
- snprintf(path, PATH_MAX, "%s/%s", db->path, ent->d_name);
- if(!stat(path, &sbuf) && S_ISDIR(sbuf.st_mode)) {
- isdir = 1;
+ if (islocal(db)) {
+ ent = readdir(db->handle);
+ if(ent == NULL) {
+ return(NULL);
+ }
+ if(!strcmp(ent->d_name, ".") || !strcmp(ent->d_name, "..")) {
+ isdir = 0;
+ continue;
+ }
+ /* stat the entry, make sure it's a directory */
+ snprintf(path, PATH_MAX, "%s/%s", db->path, ent->d_name);
+ if(!stat(path, &sbuf) && S_ISDIR(sbuf.st_mode)) {
+ isdir = 1;
+ }
+ } else {
+ if (!db->handle) {
+ db->handle = archive_read_new();
+ archive_read_support_compression_all(db->handle);
+ archive_read_support_format_all(db->handle);
+ archive_read_open_filename(db->handle, dbpath, ARCHIVE_DEFAULT_BYTES_PER_BLOCK);
+ }
+ if (archive_read_next_header(db->handle, &entry) != ARCHIVE_OK) {
+ return NULL;
+ }
+ // make sure it's a directory
+ const char *pathname = archive_entry_pathname(entry);
+ if (pathname[strlen(pathname)-1] == '/')
+ isdir = 1;
}
}
}
@@ -201,8 +284,15 @@ pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
if(pkg == NULL) {
return(NULL);
}
- if(_pacman_pkg_splitname(ent->d_name, pkg->name, pkg->version, 0) == -1) {
- _pacman_log(PM_LOG_ERROR, _("invalid name for dabatase entry '%s'"), ent->d_name);
+ char *dname;
+ if (islocal(db)) {
+ dname = ent->d_name;
+ } else {
+ dname = strdup(archive_entry_pathname(entry));
+ dname[strlen(dname)-1] = '\0'; // drop trailing slash
+ }
+ if(_pacman_pkg_splitname(dname, pkg->name, pkg->version, 0) == -1) {
+ _pacman_log(PM_LOG_ERROR, _("invalid name for dabatase entry '%s'"), dname);
return(NULL);
}
if(_pacman_db_read(db, inforeq, pkg) == -1) {
@@ -212,6 +302,14 @@ pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
return(pkg);
}
+static char *_pacman_db_read_fgets(pmdb_t *db, char *line, size_t size, FILE *fp)
+{
+ if (islocal(db))
+ return fgets(line, size, fp);
+ else
+ return _pacman_archive_fgets(line, size, db->handle);
+}
+
static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
{
FILE *fp = NULL;
@@ -221,19 +319,21 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
pmlist_t *i;
if(inforeq & INFRQ_DESC) {
- snprintf(path, PATH_MAX, "%s/%s-%s/desc", db->path, info->name, info->version);
- fp = fopen(path, "r");
- if(fp == NULL) {
- _pacman_log(PM_LOG_DEBUG, "%s (%s)", path, strerror(errno));
- goto error;
+ if (islocal(db)) {
+ snprintf(path, PATH_MAX, "%s/%s-%s/desc", db->path, info->name, info->version);
+ fp = fopen(path, "r");
+ if(fp == NULL) {
+ _pacman_log(PM_LOG_DEBUG, "%s (%s)", path, strerror(errno));
+ goto error;
+ }
}
- while(!feof(fp)) {
- if(fgets(line, 256, fp) == NULL) {
+ while(!islocal(db) || !feof(fp)) {
+ if(_pacman_db_read_fgets(db, line, 256, fp) == NULL) {
break;
}
_pacman_strtrim(line);
if(!strcmp(line, "%DESC%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->desc_localized = _pacman_list_add(info->desc_localized, strdup(line));
}
STRNCPY(info->desc, (char*)info->desc_localized->data, sizeof(info->desc));
@@ -245,46 +345,46 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
}
_pacman_strtrim(info->desc);
} else if(!strcmp(line, "%GROUPS%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->groups = _pacman_list_add(info->groups, strdup(line));
}
} else if(!strcmp(line, "%URL%")) {
- if(fgets(info->url, sizeof(info->url), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->url, sizeof(info->url), fp) == NULL) {
goto error;
}
_pacman_strtrim(info->url);
} else if(!strcmp(line, "%LICENSE%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->license = _pacman_list_add(info->license, strdup(line));
}
} else if(!strcmp(line, "%ARCH%")) {
- if(fgets(info->arch, sizeof(info->arch), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->arch, sizeof(info->arch), fp) == NULL) {
goto error;
}
_pacman_strtrim(info->arch);
} else if(!strcmp(line, "%BUILDDATE%")) {
- if(fgets(info->builddate, sizeof(info->builddate), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->builddate, sizeof(info->builddate), fp) == NULL) {
goto error;
}
_pacman_strtrim(info->builddate);
} else if(!strcmp(line, "%BUILDTYPE%")) {
- if(fgets(info->buildtype, sizeof(info->buildtype), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->buildtype, sizeof(info->buildtype), fp) == NULL) {
goto error;
}
_pacman_strtrim(info->buildtype);
} else if(!strcmp(line, "%INSTALLDATE%")) {
- if(fgets(info->installdate, sizeof(info->installdate), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->installdate, sizeof(info->installdate), fp) == NULL) {
goto error;
}
_pacman_strtrim(info->installdate);
} else if(!strcmp(line, "%PACKAGER%")) {
- if(fgets(info->packager, sizeof(info->packager), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->packager, sizeof(info->packager), fp) == NULL) {
goto error;
}
_pacman_strtrim(info->packager);
} else if(!strcmp(line, "%REASON%")) {
char tmp[32];
- if(fgets(tmp, sizeof(tmp), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, tmp, sizeof(tmp), fp) == NULL) {
goto error;
}
_pacman_strtrim(tmp);
@@ -296,7 +396,7 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
* only used in local databases.
*/
char tmp[32];
- if(fgets(tmp, sizeof(tmp), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, tmp, sizeof(tmp), fp) == NULL) {
goto error;
}
_pacman_strtrim(tmp);
@@ -305,7 +405,7 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
/* USIZE (uncompressed size) tag only appears in sync repositories,
* not the local one. */
char tmp[32];
- if(fgets(tmp, sizeof(tmp), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, tmp, sizeof(tmp), fp) == NULL) {
goto error;
}
_pacman_strtrim(tmp);
@@ -313,13 +413,13 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
} else if(!strcmp(line, "%SHA1SUM%")) {
/* SHA1SUM tag only appears in sync repositories,
* not the local one. */
- if(fgets(info->sha1sum, sizeof(info->sha1sum), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->sha1sum, sizeof(info->sha1sum), fp) == NULL) {
goto error;
}
} else if(!strcmp(line, "%MD5SUM%")) {
/* MD5SUM tag only appears in sync repositories,
* not the local one. */
- if(fgets(info->md5sum, sizeof(info->md5sum), fp) == NULL) {
+ if(_pacman_db_read_fgets(db, info->md5sum, sizeof(info->md5sum), fp) == NULL) {
goto error;
}
/* XXX: these are only here as backwards-compatibility for pacman
@@ -329,7 +429,7 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
} else if(!strcmp(line, "%REPLACES%")) {
/* the REPLACES tag is special -- it only appears in sync repositories,
* not the local one. */
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->replaces = _pacman_list_add(info->replaces, strdup(line));
}
} else if(!strcmp(line, "%FORCE%")) {
@@ -342,7 +442,8 @@ static int _pacman_db_read_desc(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
info->stick = 1;
}
}
- fclose(fp);
+ if (fp)
+ fclose(fp);
fp = NULL;
}
@@ -363,35 +464,39 @@ static int _pacman_db_read_depends(pmdb_t *db, unsigned int inforeq, pmpkg_t *in
int sline = sizeof(line)-1;
if(inforeq & INFRQ_DEPENDS) {
- snprintf(path, PATH_MAX, "%s/%s-%s/depends", db->path, info->name, info->version);
- fp = fopen(path, "r");
- if(fp == NULL) {
- _pacman_log(PM_LOG_WARNING, "%s (%s)", path, strerror(errno));
- goto error;
+ if (islocal(db)) {
+ snprintf(path, PATH_MAX, "%s/%s-%s/depends", db->path, info->name, info->version);
+ fp = fopen(path, "r");
+ if(fp == NULL) {
+ _pacman_log(PM_LOG_WARNING, "%s (%s)", path, strerror(errno));
+ goto error;
+ }
}
- while(!feof(fp)) {
- fgets(line, 255, fp);
+ while(!islocal(db) || !feof(fp)) {
+ if(_pacman_db_read_fgets(db, line, 256, fp) == NULL) {
+ break;
+ }
_pacman_strtrim(line);
if(!strcmp(line, "%DEPENDS%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->depends = _pacman_list_add(info->depends, strdup(line));
}
} else if(!strcmp(line, "%REQUIREDBY%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->requiredby = _pacman_list_add(info->requiredby, strdup(line));
}
} else if(!strcmp(line, "%CONFLICTS%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->conflicts = _pacman_list_add(info->conflicts, strdup(line));
}
} else if(!strcmp(line, "%PROVIDES%")) {
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->provides = _pacman_list_add(info->provides, strdup(line));
}
} else if(!strcmp(line, "%REPLACES%")) {
/* the REPLACES tag is special -- it only appears in sync repositories,
* not the local one. */
- while(fgets(line, sline, fp) && strlen(_pacman_strtrim(line))) {
+ while(_pacman_db_read_fgets(db, line, sline, fp) && strlen(_pacman_strtrim(line))) {
info->replaces = _pacman_list_add(info->replaces, strdup(line));
}
} else if(!strcmp(line, "%FORCE%")) {
@@ -404,7 +509,8 @@ static int _pacman_db_read_depends(pmdb_t *db, unsigned int inforeq, pmpkg_t *in
info->stick = 1;
}
}
- fclose(fp);
+ if (fp)
+ fclose(fp);
fp = NULL;
}
@@ -417,6 +523,15 @@ error:
return(-1);
}
+static int suffixcmp(const char *str, const char *suffix)
+{
+ int len = strlen(str), suflen = strlen(suffix);
+ if (len < suflen)
+ return -1;
+ else
+ return strcmp(str + len - suflen, suffix);
+}
+
int _pacman_db_read(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
{
FILE *fp = NULL;
@@ -436,16 +551,36 @@ int _pacman_db_read(pmdb_t *db, unsigned int inforeq, pmpkg_t *info)
}
snprintf(path, PATH_MAX, "%s/%s-%s", db->path, info->name, info->version);
- if(stat(path, &buf)) {
+ if(islocal(db) && stat(path, &buf)) {
/* directory doesn't exist or can't be opened */
return(-1);
}
- if (_pacman_db_read_desc(db, inforeq, info) == -1)
- return -1;
+ if (islocal(db)) {
+ if (_pacman_db_read_desc(db, inforeq, info) == -1)
+ return -1;
- if (_pacman_db_read_depends(db, inforeq, info) == -1)
- return -1;
+ if (_pacman_db_read_depends(db, inforeq, info) == -1)
+ return -1;
+ } else {
+ int descdone = 0, depsdone = 0;
+ while (!descdone || !depsdone) {
+ struct archive_entry *entry = NULL;
+ if (archive_read_next_header(db->handle, &entry) != ARCHIVE_OK)
+ return -1;
+ const char *pathname = archive_entry_pathname(entry);
+ if (!suffixcmp(pathname, "/desc")) {
+ if (_pacman_db_read_desc(db, inforeq, info) == -1)
+ return -1;
+ descdone = 1;
+ }
+ if (!suffixcmp(pathname, "/depends")) {
+ if (_pacman_db_read_depends(db, inforeq, info) == -1)
+ return -1;
+ depsdone = 1;
+ }
+ }
+ }
/* FILES */
if(inforeq & INFRQ_FILES) {
@@ -514,7 +649,7 @@ int _pacman_db_write(pmdb_t *db, pmpkg_t *info, unsigned int inforeq)
/* make sure we have a sane umask */
umask(0022);
- if(strcmp(db->treename, "local") == 0) {
+ if(islocal(db)) {
local = 1;
}
diff --git a/lib/libpacman/cache.c b/lib/libpacman/cache.c
index 29b1afe..6fbbd1b 100644
--- a/lib/libpacman/cache.c
+++ b/lib/libpacman/cache.c
@@ -54,11 +54,14 @@ int _pacman_db_load_pkgcache(pmdb_t *db)
_pacman_db_free_pkgcache(db);
+ unsigned int inforeq = 0;
+ if (strcmp(db->treename, "local") != 0)
+ inforeq = INFRQ_DESC | INFRQ_DEPENDS;
_pacman_log(PM_LOG_DEBUG, _("loading package cache (infolevel=%#x) for repository '%s'"),
- 0, db->treename);
+ inforeq, db->treename);
_pacman_db_rewind(db);
- while((info = _pacman_db_scan(db, NULL, 0)) != NULL) {
+ while((info = _pacman_db_scan(db, NULL, inforeq)) != NULL) {
info->origin = PKG_FROM_CACHE;
info->data = db;
/* add to the collective */
From vmiklos at frugalware.org Sun Jul 3 12:36:21 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:36:21 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: Compare to handle->db_local if possible
Message-ID: <20110703103621.D6576BAC009@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=5d1e69df7027ec116e3a5e3d141478ba9f4a7102
commit 5d1e69df7027ec116e3a5e3d141478ba9f4a7102
Author: Miklos Vajna
Date: Sun Jun 26 13:33:22 2011 +0200
Compare to handle->db_local if possible
diff --git a/lib/libpacman/be_files.c b/lib/libpacman/be_files.c
index 8357a5d..ca1363f 100644
--- a/lib/libpacman/be_files.c
+++ b/lib/libpacman/be_files.c
@@ -46,7 +46,10 @@
static inline int islocal(pmdb_t *db)
{
- return strcmp(db->treename, "local") == 0;
+ if (handle->db_local)
+ return db == handle->db_local;
+ else
+ return strcmp(db->treename, "local") == 0;
}
/* This function is used to convert the downloaded db file to the proper backend
diff --git a/lib/libpacman/cache.c b/lib/libpacman/cache.c
index 6fbbd1b..0153e33 100644
--- a/lib/libpacman/cache.c
+++ b/lib/libpacman/cache.c
@@ -55,7 +55,7 @@ int _pacman_db_load_pkgcache(pmdb_t *db)
_pacman_db_free_pkgcache(db);
unsigned int inforeq = 0;
- if (strcmp(db->treename, "local") != 0)
+ if (db != handle->db_local)
inforeq = INFRQ_DESC | INFRQ_DEPENDS;
_pacman_log(PM_LOG_DEBUG, _("loading package cache (infolevel=%#x) for repository '%s'"),
inforeq, db->treename);
From vmiklos at frugalware.org Sun Jul 3 12:36:22 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:36:22 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: Call _pacman_db_rewind if possible
Message-ID: <20110703103622.03760BAC00A@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=51a0b4fe557b6518f86624f33e3d1e418436aa68
commit 51a0b4fe557b6518f86624f33e3d1e418436aa68
Author: Miklos Vajna
Date: Sun Jun 26 13:35:51 2011 +0200
Call _pacman_db_rewind if possible
diff --git a/lib/libpacman/be_files.c b/lib/libpacman/be_files.c
index ca1363f..1c70bc0 100644
--- a/lib/libpacman/be_files.c
+++ b/lib/libpacman/be_files.c
@@ -218,12 +218,7 @@ pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
}
} else {
// seek to start
- if (db->handle)
- archive_read_finish(db->handle);
- db->handle = archive_read_new();
- archive_read_support_compression_all(db->handle);
- archive_read_support_format_all(db->handle);
- archive_read_open_filename(db->handle, dbpath, ARCHIVE_DEFAULT_BYTES_PER_BLOCK);
+ _pacman_db_rewind(db->handle);
while (!found && archive_read_next_header(db->handle, &entry) == ARCHIVE_OK) {
// make sure it's a directory
@@ -266,12 +261,8 @@ pmpkg_t *_pacman_db_scan(pmdb_t *db, const char *target, unsigned int inforeq)
isdir = 1;
}
} else {
- if (!db->handle) {
- db->handle = archive_read_new();
- archive_read_support_compression_all(db->handle);
- archive_read_support_format_all(db->handle);
- archive_read_open_filename(db->handle, dbpath, ARCHIVE_DEFAULT_BYTES_PER_BLOCK);
- }
+ if (!db->handle)
+ _pacman_db_rewind(db);
if (archive_read_next_header(db->handle, &entry) != ARCHIVE_OK) {
return NULL;
}
From vmiklos at frugalware.org Sun Jul 3 12:36:22 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 12:36:22 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: _pacman_db_(get|set)lastupdate: fix for
the new sync db format
Message-ID: <20110703103622.1A68CBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=752c03bc65aacbba06d04f1775d6bb036ea36738
commit 752c03bc65aacbba06d04f1775d6bb036ea36738
Author: Miklos Vajna
Date: Sun Jun 26 13:53:38 2011 +0200
_pacman_db_(get|set)lastupdate: fix for the new sync db format
diff --git a/lib/libpacman/be_files.c b/lib/libpacman/be_files.c
index 1c70bc0..67a38b7 100644
--- a/lib/libpacman/be_files.c
+++ b/lib/libpacman/be_files.c
@@ -52,23 +52,6 @@ static inline int islocal(pmdb_t *db)
return strcmp(db->treename, "local") == 0;
}
-/* This function is used to convert the downloaded db file to the proper backend
- * format
- */
-int _pacman_db_install(pmdb_t *db, const char *dbfile)
-{
- /* TODO
- we should not simply unpack the archive, but better parse it and
- db_write each entry (see sync_load_dbarchive to get archive content) */
- _pacman_log(PM_LOG_FLOW2, _("unpacking database '%s'"), dbfile);
-
- if(_pacman_unpack(dbfile, db->path, NULL)) {
- RET_ERR(PM_ERR_SYSTEM, -1);
- }
-
- return unlink(dbfile);
-}
-
pmlist_t *_pacman_db_test(pmdb_t *db)
{
struct dirent *ent;
@@ -76,6 +59,10 @@ pmlist_t *_pacman_db_test(pmdb_t *db)
struct stat buf;
pmlist_t *ret = NULL;
+ /* testing sync dbs is not supported */
+ if (!islocal(db))
+ return ret;
+
while ((ent = readdir(db->handle)) != NULL) {
snprintf(path, PATH_MAX, "%s/%s", db->path, ent->d_name);
stat(path, &buf);
@@ -148,7 +135,10 @@ void _pacman_db_close(pmdb_t *db)
}
if(db->handle) {
- closedir(db->handle);
+ if (islocal(db))
+ closedir(db->handle);
+ else
+ archive_read_finish(db->handle);
db->handle = NULL;
}
}
@@ -859,7 +849,10 @@ int _pacman_db_getlastupdate(pmdb_t *db, char *ts)
return(-1);
}
- snprintf(file, PATH_MAX, "%s%s/%s/.lastupdate", handle->root, handle->dbpath, db->treename);
+ if (islocal(db))
+ snprintf(file, PATH_MAX, "%s%s/%s/.lastupdate", handle->root, handle->dbpath, db->treename);
+ else
+ snprintf(file, PATH_MAX, "%s%s/%s.lastupdate", handle->root, handle->dbpath, db->treename);
/* get the last update time, if it's there */
if((fp = fopen(file, "r")) == NULL) {
@@ -889,7 +882,11 @@ int _pacman_db_setlastupdate(pmdb_t *db, char *ts)
return(-1);
}
- snprintf(file, PATH_MAX, "%s%s/%s/.lastupdate", handle->root, handle->dbpath, db->treename);
+ if (islocal(db))
+ snprintf(file, PATH_MAX, "%s%s/%s/.lastupdate", handle->root, handle->dbpath, db->treename);
+ else {
+ snprintf(file, PATH_MAX, "%s%s/%s.lastupdate", handle->root, handle->dbpath, db->treename);
+ }
if((fp = fopen(file, "w")) == NULL) {
return(-1);
diff --git a/lib/libpacman/db.h b/lib/libpacman/db.h
index 55adac8..bbef899 100644
--- a/lib/libpacman/db.h
+++ b/lib/libpacman/db.h
@@ -54,7 +54,6 @@ int _pacman_db_cmp(const void *db1, const void *db2);
pmlist_t *_pacman_db_search(pmdb_t *db, pmlist_t *needles);
/* Prototypes for backends functions */
-int _pacman_db_install(pmdb_t *db, const char *dbfile);
pmlist_t *_pacman_db_test(pmdb_t *db);
int _pacman_db_open(pmdb_t *db);
void _pacman_db_close(pmdb_t *db);
From vmiklos at frugalware.org Sun Jul 3 13:04:44 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 13:04:44 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: pacman_db_update: use _pacman_rmrf to
remove the old dir
Message-ID: <20110703110444.68990BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=f5bfcf6fe4565858ed1ca224202c4c6e53ff6eb4
commit f5bfcf6fe4565858ed1ca224202c4c6e53ff6eb4
Author: Miklos Vajna
Date: Sun Jul 3 13:00:01 2011 +0200
pacman_db_update: use _pacman_rmrf to remove the old dir
diff --git a/lib/libpacman/pacman.c b/lib/libpacman/pacman.c
index e6b0f58..c4df011 100644
--- a/lib/libpacman/pacman.c
+++ b/lib/libpacman/pacman.c
@@ -315,7 +315,6 @@ int pacman_db_setserver(pmdb_t *db, char *url)
*/
int pacman_db_update(int force, PM_DB *db)
{
- pmlist_t *lp;
char path[PATH_MAX], dirpath[PATH_MAX], lckpath[PATH_MAX];
pmlist_t *files = NULL;
char newmtime[16] = "";
@@ -371,17 +370,7 @@ int pacman_db_update(int force, PM_DB *db)
snprintf(path, PATH_MAX, "%s%s/%s" PM_EXT_DB, handle->root, handle->dbpath, db->treename);
/* remove the old dir */
- _pacman_log(PM_LOG_FLOW2, _("flushing database %s/%s"), handle->dbpath, db->treename);
- for(lp = _pacman_db_get_pkgcache(db); lp; lp = lp->next) {
- if(_pacman_db_remove(db, lp->data) == -1) {
- if(lp->data) {
- _pacman_log(PM_LOG_ERROR, _("could not remove database entry %s/%s"), db->treename,
- ((pmpkg_t *)lp->data)->name);
- }
- RET_ERR(PM_ERR_DB_REMOVE, -1);
- }
- }
- rmdir(dirpath);
+ _pacman_rmrf(dirpath);
/* Cache needs to be rebuild */
_pacman_db_free_pkgcache(db);
From vmiklos at frugalware.org Sun Jul 3 13:11:16 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 13:11:16 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: _pacman_db_rewind: handle if the db is
closed
Message-ID: <20110703111116.DFE8ABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=4de1fecd3c7c49725b522f9a1134450b73069f62
commit 4de1fecd3c7c49725b522f9a1134450b73069f62
Author: Miklos Vajna
Date: Sun Jul 3 13:10:49 2011 +0200
_pacman_db_rewind: handle if the db is closed
diff --git a/lib/libpacman/be_files.c b/lib/libpacman/be_files.c
index 67a38b7..cef2bc3 100644
--- a/lib/libpacman/be_files.c
+++ b/lib/libpacman/be_files.c
@@ -145,7 +145,7 @@ void _pacman_db_close(pmdb_t *db)
void _pacman_db_rewind(pmdb_t *db)
{
- if(db == NULL || db->handle == NULL) {
+ if(db == NULL || (islocal(db) && db->handle == NULL)) {
return;
}
@@ -154,7 +154,8 @@ void _pacman_db_rewind(pmdb_t *db)
} else {
char dbpath[PATH_MAX];
snprintf(dbpath, PATH_MAX, "%s" PM_EXT_DB, db->path);
- archive_read_finish(db->handle);
+ if (db->handle)
+ archive_read_finish(db->handle);
db->handle = archive_read_new();
archive_read_support_compression_all(db->handle);
archive_read_support_format_all(db->handle);
From russelldickenson at gmail.com Sun Jul 3 13:17:09 2011
From: russelldickenson at gmail.com (Russell Dickenson)
Date: Sun, 3 Jul 2011 21:17:09 +1000
Subject: [Frugalware-git] homepage-ng: plymouth is a splash
implementation
In-Reply-To: <20110703101948.AFC2BBAC007@genesis.frugalware.org>
References: <20110703101948.AFC2BBAC007@genesis.frugalware.org>
Message-ID:
On 3 July 2011 20:19, Miklos Vajna wrote:
> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=6bf1457ba6827e68d6ded1389c3f78111561eccf
>
> commit 6bf1457ba6827e68d6ded1389c3f78111561eccf
> Author: Miklos Vajna
> Date: ? Sun Jul 3 12:10:29 2011 +0200
>
> plymouth is a splash implementation
>
> diff --git a/frugalware/weeklynews/issue80.html b/frugalware/weeklynews/issue80.html
> index a55e12a..c2f1a77 100644
> --- a/frugalware/weeklynews/issue80.html
> +++ b/frugalware/weeklynews/issue80.html
> @@ -51,7 +51,7 @@
> "http://frugalware.org/news/207">announced the release of Frugalware
> Linux 1.5 pre-release 2, the latest in the testing series for the next
> major version. Included are some important upgrades and changes, including
> - ?a switch to the Plymouth init system. If you have some bandwidth and time
> + ?a switch to the Plymouth splash system. If you have some bandwidth and time
> available, please test this pre-release so the final release is as
> bug-free as possible.
Thanks. Of course I got systemd mixed up with Plymouth.
--
May you always be Frugal,
Russell Dickenson (AKA phayz)
From vmiklos at frugalware.org Sun Jul 3 13:23:11 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 13:23:11 +0200 (CEST)
Subject: [Frugalware-git] pacman-g2: updates for 3.8.3
Message-ID: <20110703112311.63885BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=5a09808268317836e3ee1d8dbb0fb37ebca6f3e9
commit 5a09808268317836e3ee1d8dbb0fb37ebca6f3e9
Author: Miklos Vajna
Date: Sun Jul 3 13:13:50 2011 +0200
updates for 3.8.3
diff --git a/NEWS b/NEWS
index 1991c95..4eb2722 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+3.8.3 - documentation fixes
+ - the remote databases are no longer uncompressed,
+ pacman-g2 reads them directly, speeding up the system upgrade
+ - pactest: fix remote database generation
+ - pacman-g2 -P: silence when downloading only
3.8.2 - new pacman-g2 -Qf command for checking missing installed files
- fixed removing packages when package name is longer than
30 characters
diff --git a/configure.ac b/configure.ac
index 424f5cc..9f452c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Define here the libpacman version number
PM_MAJOR_VERSION=0
PM_MINOR_VERSION=3
PM_MICRO_VERSION=8
-PM_MICRO_VERSION_SUFFIX=.2
+PM_MICRO_VERSION_SUFFIX=.3
PM_VERSION=$PM_MAJOR_VERSION.$PM_MINOR_VERSION.$PM_MICRO_VERSION$PM_MICRO_VERSION_SUFFIX
dnl Needed for libtool to create proper shared lib version
PM_VERSION_INFO=`expr $PM_MAJOR_VERSION + $PM_MINOR_VERSION`:$PM_MICRO_VERSION:$PM_MINOR_VERSION
From vmiklos at frugalware.org Sun Jul 3 13:33:34 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 13:33:34 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: pacman-g2-3.8.3-1-i686
Message-ID: <20110703113334.2A3F7BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=907cd71ac8f9113b0fcc263366e65848267b9e9d
commit 907cd71ac8f9113b0fcc263366e65848267b9e9d
Author: Miklos Vajna
Date: Sun Jul 3 13:32:23 2011 +0200
pacman-g2-3.8.3-1-i686
- version bump
diff --git a/source/base/pacman-g2/FrugalBuild b/source/base/pacman-g2/FrugalBuild
index 0ba8d3d..a45481e 100644
--- a/source/base/pacman-g2/FrugalBuild
+++ b/source/base/pacman-g2/FrugalBuild
@@ -6,9 +6,9 @@ USE_DEVEL=${USE_DEVEL:-"n"}
USE_MINIMAL=${USE_MINIMAL:-"n"}
pkgname=pacman-g2
-pkgver=3.8.2
+pkgver=3.8.3
Fuse $USE_DEVEL && pkgver=3.8.1.18.gc254053
-pkgrel=4
+pkgrel=1
pkgdesc="A .tar.xz based package manager library (libpacman) and client (pacman-g2) with dependency support."
url="http://ftp.frugalware.org/pub/other/pacman-g2/"
backup=(etc/{makepkg,pacman-g2}.conf etc/pacman-g2/repos/{frugalware,frugalware-current})
@@ -33,9 +33,8 @@ archs=('i686' 'x86_64' 'ppc' 'arm')
_F_archive_nosort=y
up2date="Flasttar $url/releases/"
if ! Fuse $USE_DEVEL; then
- source=($url/releases/$pkgname-$pkgver.tar.gz \
- http://git.frugalware.org/patches/pacman-g2/7f3b2f1.patch)
- signatures=("$source.asc" '')
+ source=($url/releases/$pkgname-$pkgver.tar.gz)
+ signatures=("$source.asc")
else
_F_scm_type="git"
_F_scm_url="git://git.frugalware.org/pub/other/pacman-g2/pacman-g2"
From vmiklos at frugalware.org Sun Jul 3 13:38:37 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 13:38:37 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current: docs/upgrade: we need two -Sy,
explain
Message-ID: <20110703113837.DF3D5BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=71d48dcf733ddc64f600b2cd41665780441b6c72
commit 71d48dcf733ddc64f600b2cd41665780441b6c72
Author: Miklos Vajna
Date: Sun Jul 3 13:37:32 2011 +0200
docs/upgrade: we need two -Sy, explain
diff --git a/docs/upgrade.txt b/docs/upgrade.txt
index b52b739..01684a2 100644
--- a/docs/upgrade.txt
+++ b/docs/upgrade.txt
@@ -7,11 +7,13 @@ The aim of this howto is to show how you can upgrade a Frugalware-1.4
== pacman-g2
-The new release comes with an improved pacman-g2, so the first step is
-to install it:
+The new release comes with an improved pacman-g2, which stores the
+available package versions in a compressed format. Upgrade pacman-g2 and
+use the *new* pacman-g2 to download the database in the new format:
----
# pacman-g2 -Sy pacman-g2
+# pacman-g2 -Sy
-----
== systemd
From vmiklos at frugalware.org Sun Jul 3 14:02:05 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 14:02:05 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
firefox-adblock_plus-1.3.9-1-i686
Message-ID: <20110703120205.DB0A5BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=10753ec4daf5cb30293b88ad9c40fa2f2230d789
commit 10753ec4daf5cb30293b88ad9c40fa2f2230d789
Author: Miklos Vajna
Date: Sun Jul 3 14:00:56 2011 +0200
firefox-adblock_plus-1.3.9-1-i686
- version bump
diff --git a/source/xapps-extra/firefox-adblock_plus/FrugalBuild b/source/xapps-extra/firefox-adblock_plus/FrugalBuild
index 46ad82f..03dd3aa 100644
--- a/source/xapps-extra/firefox-adblock_plus/FrugalBuild
+++ b/source/xapps-extra/firefox-adblock_plus/FrugalBuild
@@ -1,15 +1,16 @@
# Compiling Time: 0.01 SBU
# Maintainer: James Buren
-pkgver=1.3.5
+pkgver=1.3.9
pkgrel=1
_F_firefox_ext="adblock_plus"
_F_firefox_num="1865"
-_F_firefox_name="$_F_firefox_ext-$pkgver-tb+fn+fx+sm.xpi"
+_F_firefox_name="adblockplus-$pkgver.xpi"
_F_firefox_id="d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d"
pkgdesc="Firefox extension designed to make ads a thing of the past."
Finclude firefox-extension
replaces=('firefox-adblock')
conflicts=('firefox-adblock')
provides=('firefox-adblock')
-sha1sums=('1a908e802cdd22666b727ae6bac9735159b25c7c')
+source=(https://adblockplus.org/downloads/adblockplus-$pkgver.xpi)
+sha1sums=('1c2513db6c82871ff2a48c367d33e99c79c3e781')
From vmiklos at frugalware.org Sun Jul 3 14:07:31 2011
From: vmiklos at frugalware.org (Miklos Vajna)
Date: Sun, 3 Jul 2011 14:07:31 +0200 (CEST)
Subject: [Frugalware-git] frugalware-current:
firefox-searchbar_autosizer-1.5.1-1-i686
Message-ID: <20110703120731.BA23EBAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=be0f0f3f7b23c2b185c5c7179a238594ef53d5e8
commit be0f0f3f7b23c2b185c5c7179a238594ef53d5e8
Author: Miklos Vajna
Date: Sun Jul 3 14:06:24 2011 +0200
firefox-searchbar_autosizer-1.5.1-1-i686
- version bump
diff --git a/source/xapps-extra/firefox-searchbar_autosizer/FrugalBuild b/source/xapps-extra/firefox-searchbar_autosizer/FrugalBuild
index 237afd3..08fc0d2 100644
--- a/source/xapps-extra/firefox-searchbar_autosizer/FrugalBuild
+++ b/source/xapps-extra/firefox-searchbar_autosizer/FrugalBuild
@@ -1,18 +1,12 @@
# Compiling Time: 0.01 SBU
# Maintainer: Miklos Vajna
-pkgver=1.4.7
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
pkgdesc="Autosizes the searchbar as you type, cleans the query or reverts to your default search engine after submitting."
_F_firefox_ext=searchbar_autosizer
_F_firefox_num=1172
_F_firefox_id="655397ca-4766-496b-b7a8-3a5b176ee4c2"
_F_firefox_name="$_F_firefox_ext-$pkgver-fx.xpi"
Finclude firefox-extension
-sha1sums=('e9cc76dcffd1f38b28e4df1966c454ff27867712')
-
-build()
-{
- Fxpiinstall
- Fsed '.*' '4.0.*' $Fdestdir/usr/lib/firefox/extensions/\{$_F_firefox_id\}/install.rdf
-}
+sha1sums=('ef3f9a717ec9458e47894b340d7a03e386256e0d')
From devil505linux at gmail.com Sun Jul 3 14:58:38 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 14:58:38 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: * added news#209 about pacman-g2
upgrade
Message-ID: <20110703125838.787E3BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=5450e679f8258699930df3432a857377119c1dea
commit 5450e679f8258699930df3432a857377119c1dea
Author: Devil505
Date: Sun Jul 3 14:56:48 2011 +0200
* added news#209 about pacman-g2 upgrade
diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index e9fee0e..5a52d09 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -30,6 +30,19 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
+ 209
+ Pacman-g2 upgrade
+ Wed, 3 July 2011 14:54:05 +0100
+ Devil505
+ 0
+ some nice features.
+ Frugalware current users must do pacman -Sy pacman-g2 before upgrading their system.
+ ]]>
+
+ /images/icons/warning.png
+
+ 208Frugalware Newsletter Issue 80Sat, 02 Jul 2011 22:13:21 +1000
From devil505linux at gmail.com Sun Jul 3 15:05:15 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 15:05:15 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: * improving news #208 * french
transalation of news #208
Message-ID: <20110703130515.28C0ABAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a12a1028333fa17908317556c86710560661a31d
commit a12a1028333fa17908317556c86710560661a31d
Author: Devil505
Date: Sun Jul 3 15:03:12 2011 +0200
* improving news #208
* french transalation of news #208
diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index 5a52d09..d81edc9 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -37,7 +37,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
0some nice features.
- Frugalware current users must do pacman -Sy pacman-g2 before upgrading their system.
+ Frugalware current users must do pacman -Sy pacman-g2 before upgrading their system (pacman -Syu).
]]>
/images/icons/warning.png
diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index 533092c..b84d9cf 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -22,6 +22,28 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
+ 208
+ Frugalware Newsletter Num??ro 80
+ Sat, 02 Jul 2011 22:13:21 +1000
+ phayz
+ 0
+
+ Au programme :
+
+
Frugalware 1.5 pre2 - "Mores" disponible
+
Baste est officiallement d??veloppeur
+
Bug dans la section corrections de bugs de la newsletter :O
+
Les paquets orphelins trouvent un nouveau "chez-soi"
+
Trucs et Astuces - Nouvelles fonctiones de pacman-g2
+
D??tails sur un (des) paquet(s) - Minitube et Plank
+
+ Vous pouvez la consulter ici. Nous esp??rons que vous l'appr??cierez !
+ ]]>
+
+ /images/icons/newsletter.png
+
+ 207Frugalware 1.5pre2 (Mores) disponibleMon, 20 Jun 2011 00:45:21 +0200
From devil505linux at gmail.com Sun Jul 3 15:11:40 2011
From: devil505linux at gmail.com (Devil505)
Date: Sun, 3 Jul 2011 15:11:40 +0200 (CEST)
Subject: [Frugalware-git] homepage-ng: * improving news #209 (avoiding noobs
mistable :p) * french translation of #209
Message-ID: <20110703131140.052D5BAC006@genesis.frugalware.org>
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=845bc4714b832ea275745aeff61e91fc4fb45c21
commit 845bc4714b832ea275745aeff61e91fc4fb45c21
Author: Devil505
Date: Sun Jul 3 15:09:29 2011 +0200
* improving news #209 (avoiding noobs mistable :p)
* french translation of #209
diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index d81edc9..e2ed70a 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -36,8 +36,8 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
Devil5050some nice features.
- Frugalware current users must do pacman -Sy pacman-g2 before upgrading their system (pacman -Syu).
+ Pacman-g2 was upgraded to version 3.8.3 bringing some nice features.
+ Frugalware current users must do pacman -Sy pacman-g2 before upgrading their system (pacman -Syu). As you can see, the frugalware-current database must be synchonized again after pacman-g2 upgrade.
]]>
/images/icons/warning.png
diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index b84d9cf..8d69544 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -22,6 +22,19 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
+ 209
+ Mise ?? jour Pacman-g2
+ Wed, 3 July 2011 14:54:05 +0100
+ Devil505
+ 0
+ quelques nouvelles fonctions g??niales.
+ Les utilisateurs de Frugalware current doivent effectuer pacman -Sy pacman-g2 avant de mettre ?? jour leur syst??me (pacman -Syu). Comme vous pouvez le constater, la base de donn??es frugalware-current doit ??tre synchronis??e ?? nouveau apr??s la mise ?? jour de pacman-g2.
Trucos y consejos - Nuevas caracter??sticas para pacman-g2
+
Paquetes interesantes - Minitube y Plank
+
+
+ Pod??is leerla aqu?? (en ingl??s).
+ Esperamos que os divirt??is con su lectura.
+
+
+ Traducido por Nekrodes.
+ ]]>
+
+ /images/icons/newsletter.png
+
+ 207
+ Frugalware 1.5pre2 (Mores) disponible
+ Lun, 20 Jun 2011 00:45:21 +0200
+ Miklos Vajna
+ 0
+ anunciarles la disponibilidad inmediata de Frugalware 1.5pre2, la segunda candidata de la futura estable 1.5.
+
Aqu?? ten??is algunas de las mejoras, correcciones y actualizaciones m??s importantes de la 1.5pre1:
+
Los kernel i686 y x86_64 pueden arrancar desde EFI. (Sin embargo, el bootloader
+ no puede instalarse desde la configuraci??n.)
+
Adem??s del soporte de EFI, las tablas de partici??n GPT han sido activadas.
+ Para crear las particiones se recomienda usar gptfdisk.
+
+
+
+ Por favor, leed el Testing ChangeLog (en ingl??s) de Frugalware para m??s informaci??n.
+ Descargas para i686: Mirad nuestra lista de mirror. ??No olvid??is de comprobar la integridad de las im??genes de instalaci??n antes de grabarlas!
+ NOTA: Haz click aqu?? (en ingl??s) para saber m??s sobre que dispositivo necesitas para la instalaci??n.
+
+
+ Traducido por Nekrodes.
+ ]]>
+
+
+
+ 206
+ Frugalware Newsletter N??mero 79
+ Dom, 15 May 2011 22:05:15 +1000
+ phayz
+ 0
+
+
+ Contenido del n??mero:
+
+
Nuevo colaborador - Baste;
+
Frugalware GNOME Shell theme;
+
Trucos y consejos - archivos skeleton y script de informacion del sistema;
+
Vuestros fondos de escritorio - Botchchikii, Springbank y Slown;
+
Paquetes interesantes - Quod Libet.
+
+
+ Pod??is leerla aqu?? (en ingl??s).
+ Esperamos que os divirt??is con su lectura.
+
+
+ Traducido por Nekrodes.
+ ]]>
+
+ /images/icons/newsletter.png
+
+
+ 205
+ Frugalware Newsletter N??mero 78
+ Mar, 19 Abr 2011 23:50:57 +1000
+ phayz
+ 0
+
+
+ Contenido del n??mero:
+
+
GNOME 3 disponible
+
Propuestas de fondos de escritorio para Mores
+
??C??mo puedes saber si el fin del mundo est?? aqu???
+
Trucos y consejos - "??Me he perdido algo?"
+
Paquetes interesantes - Pogo
+
Vuestros fondos de escritorio - Slown, Pingax y FrugalNL
+
+
+ Pod??is leerla aqu?? (en ingl??s).
+ Esperamos que os divirt??is con su lectura.
+
+
+ Traducido por Nekrodes.
+ ]]>
+
+ /images/icons/newsletter.png
+
+
+ 204
+ Frugalware 1.5pre1 (Mores) disponible
+ Lun, 18 Abr 2011 06:57:45 +0200
+ Miklos Vajna
+ 0
+ anunciarles la disponibilidad inmediata de Frugalware 1.5pre1, la primera candidata de la futura estable 1.5.
+
Aqu?? ten??is algunas de las mejoras, correcciones y actualizaciones m??s importantes de la 1.4:
+
+
Paquetes actualizados:
+
+
Linux kernel 2.6.38
+
Gnome 3.0
+
KDE 4.6
+
Firefox 4.0
+
XFCE 4.8 con algunos bugs corregidos (4.8.1), mirad aqui (en ingl??s) para ver los detalles de lo que trae esta nueva versi??n.
XFCE tiene lcdfilter para fuentes tipogr??ficas tipo GNOME
+
El archivo completo de paquetes s??lo esta disponible en DVD, en su lugar, ofrecemos una imagen peque??a de CD (~200MB) para instalar un sistema m??nimo.
+
+
+
+ Por favor, leed el Testing ChangeLog (en ingl??s) de Frugalware para m??s informaci??n.
+ Descargas para i686: Mirad nuestra lista de mirror. ??No olvid??is de comprobar la integridad de las im??genes de instalaci??n antes de grabarlas!
+ NOTA: Haz click aqu?? (en ingl??s) para saber m??s sobre que dispositivo necesitas para la instalaci??n.
+
+
+ Traducido por Nekrodes.
+ ]]>
+
+
+ 203??GNOME 3 disponible!S??b, 9 Abr 2011 11:54:15 +0100
@@ -45,21 +222,23 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
phayz0
- Contenido del n??mero:
-
+ La newsletter intenta mantenerte al d??a con lo que ocurre
+ en el mundo de Frugalware.
+
+ Contenido del n??mero:
+
Disponible el port para ARM
Centuri0, nuevo desarrollador oficial
Iniciada la truducci??n al b??lgaro
Trucos y consejos
Paquetes interesantes: minbif y Guake
- Pod??is leerla aqu?? (en ingl??s).
- Esperamos que os divirt??is con su lectura.
-
-
- Traducido por Nekrodes.
+
+ Pod??is leerla aqu?? (en ingl??s).
+ Esperamos que os divirt??is con su lectura.
+
+
+ Traducido por Nekrodes.
]]>