[Frugalware-git] cfpm: major changes in class List * List is now a generic class representing PM_LIST * Added new classes PackageList and GroupList as specializations of List for Package and Group cla

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=fe01aa608480905bcf3a4b975f4c9fe38f41b00c commit fe01aa608480905bcf3a4b975f4c9fe38f41b00c Author: Priyank priy...@frugalware.org Date: Mon Jun 8 12:27:33 2009 +0530 major changes in class List * List is now a

[Frugalware-git] cfpm: Fixed segfaults * Database::getGroupCache() and Database::getPackageCache()

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=928994592fa06f09086e30ff5694b68e9a977ba7 commit 928994592fa06f09086e30ff5694b68e9a977ba7 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 12:40:15 2009 +0530 Fixed segfaults * Database::getGroupCache() and

[Frugalware-git] cfpm: changes in List, PackageList, GroupList * new member: bool freeable (decides whether the internal PM_LIST* should be freed or no) * new constructors to set freeable property at

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=16760e82a94d63aca00b5e9431515601398282b5 commit 16760e82a94d63aca00b5e9431515601398282b5 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 12:49:29 2009 +0530 changes in List, PackageList, GroupList * new

[Frugalware-git] cfpm: changes in class Database * getGroupCache(), getPackageCache() should return non-freeable lists

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=d930f7126908c82fa0497edd96a8f1d0fb513c1c commit d930f7126908c82fa0497edd96a8f1d0fb513c1c Author: Priyank priy...@frugalware.org Date: Mon Jun 8 12:51:07 2009 +0530 changes in class Database * getGroupCache(),

[Frugalware-git] cfpm: updates in class List * add a constructor that allows setting the freeable property

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=fabcde5f0541facad70284c43a35bb40d6d36157 commit fabcde5f0541facad70284c43a35bb40d6d36157 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 12:55:27 2009 +0530 updates in class List * add a constructor that

[Frugalware-git] cfpm: updates in class Package * new method : PackageList* getProvides()

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=2a05ad464da078448b916cb2f6ea5cf5cff8a9f7 commit 2a05ad464da078448b916cb2f6ea5cf5cff8a9f7 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 13:34:03 2009 +0530 updates in class Package * new method :

[Frugalware-git] cfpm: updates in class Group * new method: getPackageNames() returns a List* of packages belonging to the specified group. data from this list should be read as char*

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=366c66d8657dd06dfdd22be53f8cd2ad34c21114 commit 366c66d8657dd06dfdd22be53f8cd2ad34c21114 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 14:19:17 2009 +0530 updates in class Group * new method:

[Frugalware-git] cfpm: updates in class Database * new method: whatProvides() returns a PackageList of packages provided by the specified package name as argument.

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=061561f2134913df99dc6dd162bc279a33458409 commit 061561f2134913df99dc6dd162bc279a33458409 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 13:20:21 2009 +0530 updates in class Database * new method:

[Frugalware-git] cfpm: updates in class Package * new method: getOwners() gets the list of packages that own a specified file

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=0a5c58e6d96c722b92e6981adb790a0ad5a884de commit 0a5c58e6d96c722b92e6981adb790a0ad5a884de Author: Priyank priy...@frugalware.org Date: Mon Jun 8 14:44:43 2009 +0530 updates in class Package * new method: getOwners()

[Frugalware-git] cfpm: Fixed definition of static methods versionCompare() and getOwners() in Package

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=171bd53e8cf701150639804916d381367c7e0098 commit 171bd53e8cf701150639804916d381367c7e0098 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 15:18:59 2009 +0530 Fixed definition of static methods

[Frugalware-git] cfpm: changes in Package::getOwners() * removed the reference argument and should return a non-freeable PackageList*

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=0fa3cb72ef4f060d310908bcbf3040db1ee6fd7b commit 0fa3cb72ef4f060d310908bcbf3040db1ee6fd7b Author: Priyank priy...@frugalware.org Date: Mon Jun 8 15:57:12 2009 +0530 changes in Package::getOwners() * removed the

[Frugalware-git] cfpm: minor fixes * PackageList and GroupList should use base class initializer directly instead of reimplementing the same functions

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=c5f37721f70f1bc7c67fc9e0ea384aea45ad0b6c commit c5f37721f70f1bc7c67fc9e0ea384aea45ad0b6c Author: Priyank priy...@frugalware.org Date: Mon Jun 8 19:37:42 2009 +0530 minor fixes * PackageList and GroupList should use

[Frugalware-git] cfpm: Added new methods to class Package * getDepends(): returns a PackageList of packages on which a package depends * getRemoves(): returns a PackageList of packages that the packag

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=9851ce47e6dcacff637bb7cdd8cb02609dd67ecf commit 9851ce47e6dcacff637bb7cdd8cb02609dd67ecf Author: Priyank priy...@frugalware.org Date: Tue Jun 9 00:09:06 2009 +0530 Added new methods to class Package * getDepends():

[Frugalware-git] cfpm: new method Package::getFiles()

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=49cf2a7fb019de51c66679b2dd83361e58bfa753 commit 49cf2a7fb019de51c66679b2dd83361e58bfa753 Author: Priyank priy...@frugalware.org Date: Tue Jun 9 00:12:55 2009 +0530 new method Package::getFiles() * returns a List*

[Frugalware-git] pacman-g2: document pacman_pkg_getowners()

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=84474f905ee9c47b3654fde9524668a497e23705 commit 84474f905ee9c47b3654fde9524668a497e23705 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 14:29:39 2009 +0530 document pacman_pkg_getowners() diff --git

[Frugalware-git] pacman-g2: Added a note about pacman_db_readpkg() and pacman_db_readgrp() * the return values must not be freed.

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=f2a8d01ef6de1fc6d28fcddea40515a4a561abf1 commit f2a8d01ef6de1fc6d28fcddea40515a4a561abf1 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 14:37:17 2009 +0530 Added a note about pacman_db_readpkg() and

[Frugalware-git] pacman-g2: pacman_pkg_getowners(): added a note about not freeing return value

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b20d936efd25e9ea888c13b497b5590671e49bb2 commit b20d936efd25e9ea888c13b497b5590671e49bb2 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 15:55:30 2009 +0530 pacman_pkg_getowners(): added a note about

[Frugalware-git] pacman-g2: spellfix in description of --regex switch

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=7c71336b24bed1da0c4e71f0403d66607747350a commit 7c71336b24bed1da0c4e71f0403d66607747350a Author: Priyank priy...@frugalware.org Date: Tue Jun 9 12:42:31 2009 +0530 spellfix in description of --regex switch

[Frugalware-git] pacman-g2: spellfixes in pacman-g2 manpage

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=c9c9df095da04036b1c7608e91af21180d22e66c commit c9c9df095da04036b1c7608e91af21180d22e66c Author: Priyank priy...@frugalware.org Date: Tue Jun 9 13:01:37 2009 +0530 spellfixes in pacman-g2 manpage diff --git

[Frugalware-git] gfpm: Added support for command-line arguments using getopt

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=f12e682d0b4c0c715ea93ad0164de1e534439cbe commit f12e682d0b4c0c715ea93ad0164de1e534439cbe Author: Priyank priy...@frugalware.org Date: Mon Jun 8 20:17:46 2009 +0530 Added support for command-line arguments using

[Frugalware-git] gfpm: major code reorganization in gfpm-interface * divide interface initialization code into separate functions * gfpm_interface_init() can now handle commandline arguments * gfpm no

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=2b321d0f50dd93a93be5cf36c5bf3aca8ebd commit 2b321d0f50dd93a93be5cf36c5bf3aca8ebd Author: Priyank priy...@frugalware.org Date: Mon Jun 8 21:39:57 2009 +0530 major code reorganization in gfpm-interface *

[Frugalware-git] gfpm: Bugfix in cb_gfpm_install_file_clicked() * When adding a package with pacman_trans_addtarget(), it should check if the function caused any error by checking pm_errno and only th

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=1081b30fb3f3b6c6c6094ed0743933552c00a10c commit 1081b30fb3f3b6c6c6094ed0743933552c00a10c Author: Priyank priy...@frugalware.org Date: Mon Jun 8 22:07:38 2009 +0530 Bugfix in cb_gfpm_install_file_clicked() * When

[Frugalware-git] gfpm: gfpm_interface_init(): local database should always be initialized irrsepective of the arguments

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=2b5bad38b646517bf669ed6595b9ea284d59673d commit 2b5bad38b646517bf669ed6595b9ea284d59673d Author: Priyank priy...@frugalware.org Date: Mon Jun 8 22:11:47 2009 +0530 gfpm_interface_init(): local database should

[Frugalware-git] gfpm: gfpm-inteface: gfpm should quit after performing an operation specified by an argument

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=08bbfd997a45f754383f15b672ec11a08922cdf6 commit 08bbfd997a45f754383f15b672ec11a08922cdf6 Author: Priyank priy...@frugalware.org Date: Mon Jun 8 22:25:58 2009 +0530 gfpm-inteface: gfpm should quit after performing

[Frugalware-git] gfpm: gfpm.glade: Added a treeview that shows information about a package file in 'install from file' dialog

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=632de9f1331e0c1709809392994fce7b59ce7159 commit 632de9f1331e0c1709809392994fce7b59ce7159 Author: Priyank priy...@frugalware.org Date: Tue Jun 9 01:04:58 2009 +0530 gfpm.glade: Added a treeview that shows

[Frugalware-git] gfpm: updates in gfpm-interface

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=3c51fe77c005369a071fe80b1fb91fb77e9f0094 commit 3c51fe77c005369a071fe80b1fb91fb77e9f0094 Author: Priyank priy...@frugalware.org Date: Tue Jun 9 01:07:00 2009 +0530 updates in gfpm-interface * gfpm_load_info_tvw()

[Frugalware-git] gfpm: minor bugfix introduced by the previous commit

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=fd0069a0ac5400e51b6bb1478b7bd0ae32663f18 commit fd0069a0ac5400e51b6bb1478b7bd0ae32663f18 Author: Priyank priy...@frugalware.org Date: Tue Jun 9 01:11:40 2009 +0530 minor bugfix introduced by the previous commit

[Frugalware-git] gfpm: gfpm_load_info_tvw(): Fix a memleak

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=8a6ec83a630df6affe9b8a5017d8f907531b9544 commit 8a6ec83a630df6affe9b8a5017d8f907531b9544 Author: Priyank priy...@frugalware.org Date: Tue Jun 9 11:41:10 2009 +0530 gfpm_load_info_tvw(): Fix a memleak diff --git

[Frugalware-git] gfpm: Fixes in -A argument handling * gfpm should quit immediately when user clicks the close button (when gfpm is run with -A argument)

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=4be49e32ab3578cb75b0e33548930f350cc23c73 commit 4be49e32ab3578cb75b0e33548930f350cc23c73 Author: Priyank priy...@frugalware.org Date: Tue Jun 9 12:01:16 2009 +0530 Fixes in -A argument handling * gfpm should quit

[Frugalware-git] gfpm: update wejpconfig to version 061102

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=a0baf106fd3c381756d6f803e6ae40864af7656c commit a0baf106fd3c381756d6f803e6ae40864af7656c Author: Priyank priy...@frugalware.org Date: Tue Jun 9 13:33:16 2009 +0530 update wejpconfig to version 061102 diff --git

[Frugalware-git] xorg74: gupnp-ui-0.1.1-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=a52771eca6ece4c4d49dd859cad1318864eb0885 commit a52771eca6ece4c4d49dd859cad1318864eb0885 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 08:09:11 2009 +0200 gupnp-ui-0.1.1-2-i686 *rebuild with new

[Frugalware-git] xorg74: gconf-editor-2.24.1-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=dcfed981849a9da75f48b8592e53680d86f68342 commit dcfed981849a9da75f48b8592e53680d86f68342 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 08:18:56 2009 +0200 gconf-editor-2.24.1-2-i686 *rebuild with

[Frugalware-git] frugalware-current: libexif-gtk-0.3.5-4-i686 *added fix for build with gtk+2=2.14

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=838004910128e8f86908d132a9c8972a535ac995 commit 838004910128e8f86908d132a9c8972a535ac995 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 15:46:03 2009 +0200 libexif-gtk-0.3.5-4-i686 *added

[Frugalware-git] xorg74: ampache-3.5-1-i686

2009-06-11 Thread jercel
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=ffe1e0fabfd3d21e6ee8d455ea0dc93aa0fb9f0d commit ffe1e0fabfd3d21e6ee8d455ea0dc93aa0fb9f0d Author: jercel jerce...@gmail.com Date: Wed Jun 10 21:21:19 2009 +0200 ampache-3.5-1-i686 * New Package * Close FS#3633

[Frugalware-git] xorg74: chemtool-1.6.12-1-i686

2009-06-11 Thread jercel
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=4d06de271b152a8e732961f0afbd208a055e6d32 commit 4d06de271b152a8e732961f0afbd208a055e6d32 Author: jercel jerce...@gmail.com Date: Wed Jun 10 21:34:42 2009 +0200 chemtool-1.6.12-1-i686 * Bump Version diff --git

[Frugalware-git] xorg74: lss-0.1.6-1-i686

2009-06-11 Thread jercel
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=e813171902ad98064808366254c6538529919eb3 commit e813171902ad98064808366254c6538529919eb3 Author: jercel jerce...@gmail.com Date: Wed Jun 10 22:21:11 2009 +0200 lss-0.1.6-1-i686 * Change m8r diff --git

[Frugalware-git] xorg74: gitg-0.0.3-1-i686

2009-06-11 Thread jercel
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=630270602e88be55a287caa9a98dbfdf9dd5f6f5 commit 630270602e88be55a287caa9a98dbfdf9dd5f6f5 Author: jercel jerce...@gmail.com Date: Wed Jun 10 22:25:23 2009 +0200 gitg-0.0.3-1-i686 * Change m8r diff --git

[Frugalware-git] xorg74: tucan-0.3.7-1-i686

2009-06-11 Thread Cedynamix
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=a696dd6350f6e8d2c6cb10da2f9ae4e6326b5d17 commit a696dd6350f6e8d2c6cb10da2f9ae4e6326b5d17 Author: Cedynamix cedyna...@gmail.com Date: Thu Jun 11 07:48:56 2009 +0200 tucan-0.3.7-1-i686 * new package diff --git

[Frugalware-git] xorg74: libexif-gtk-0.3.5-4-i686 *added fix for build with gtk+2=2.14

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=838004910128e8f86908d132a9c8972a535ac995 commit 838004910128e8f86908d132a9c8972a535ac995 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 15:46:03 2009 +0200 libexif-gtk-0.3.5-4-i686 *added fix for

[Frugalware-git] xorg74: Merge branch 'master' of git://git.frugalware.org/pub/frugalware/frugalware-current

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=e9f240930fd6fb91ec96ba235ee036ed6639d3b5 commit e9f240930fd6fb91ec96ba235ee036ed6639d3b5 Merge: dcfed98 8380049 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 15:48:10 2009 +0200 Merge branch

[Frugalware-git] xorg74: libexif-gtk-0.3.5-5-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=8e9b9320f2121207d9de8c92fc7295d8c0ad4bfd commit 8e9b9320f2121207d9de8c92fc7295d8c0ad4bfd Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 15:52:20 2009 +0200 libexif-gtk-0.3.5-5-i686 *rebuild with new

[Frugalware-git] xorg74: gtkam-0.1.16.1-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=6ed056d10e4a9062b0d5d60036065a4cde535485 commit 6ed056d10e4a9062b0d5d60036065a4cde535485 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:03:27 2009 +0200 gtkam-0.1.16.1-2-i686 *rebuild with new

[Frugalware-git] xorg74: gnunet-0.8.0c-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=51fc02bd8d3ea1a102005382fa2ca5fa7bc730c5 commit 51fc02bd8d3ea1a102005382fa2ca5fa7bc730c5 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:14:48 2009 +0200 gnunet-0.8.0c-2-i686 *rebuild with new xorg

[Frugalware-git] xorg74: gnome-mount-0.6-3-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=498e345aa4b3c1fef949835239d53219599cd35c commit 498e345aa4b3c1fef949835239d53219599cd35c Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:21:26 2009 +0200 gnome-mount-0.6-3-i686 *rebuild with new

[Frugalware-git] xorg74: gnome-pilot-conduits-2.0.16-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=308f02143a70a3fe9179f39ac4ba9086f26978c4 commit 308f02143a70a3fe9179f39ac4ba9086f26978c4 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:31:38 2009 +0200 gnome-pilot-conduits-2.0.16-2-i686 *rebuild

[Frugalware-git] xorg74: gnome-system-tools-2.22.2-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=3fd8337b5b8e6751d498d71c931ac3fcda0863e5 commit 3fd8337b5b8e6751d498d71c931ac3fcda0863e5 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:41:34 2009 +0200 gnome-system-tools-2.22.2-2-i686 *rebuild

[Frugalware-git] xorg74: obconf-2.0.3-3-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=20e718d6c612a38c2bde70001120681f53f5b4c7 commit 20e718d6c612a38c2bde70001120681f53f5b4c7 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:46:40 2009 +0200 obconf-2.0.3-3-i686 *rebuild with new xorg

[Frugalware-git] xorg74: gcalctool-5.26.2-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=6d16223a1b5fcfaf07ede0f601c6aea0be4f0f3c commit 6d16223a1b5fcfaf07ede0f601c6aea0be4f0f3c Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:51:37 2009 +0200 gcalctool-5.26.2-2-i686 *rebuild with new

[Frugalware-git] xorg74: bluez-gnome-0.28-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=a91e72b66f04f087764d57f16b74100c8822a8d3 commit a91e72b66f04f087764d57f16b74100c8822a8d3 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 16:56:31 2009 +0200 bluez-gnome-0.28-2-i686 *rebuild with new

[Frugalware-git] xorg74: nautilus-sound-converter-1.0.2-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=ab697047ac7b777e96ffa7757858fa92f071bd99 commit ab697047ac7b777e96ffa7757858fa92f071bd99 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 17:10:32 2009 +0200 nautilus-sound-converter-1.0.2-2-i686

[Frugalware-git] xorg74: lxmusic-0.3.0-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=3e6f9732cfbf8d324238d8f7cac63822c8c93010 commit 3e6f9732cfbf8d324238d8f7cac63822c8c93010 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 17:16:30 2009 +0200 lxmusic-0.3.0-2-i686 *rebuild with new xorg

[Frugalware-git] frugalware-current: glade-2.12.2-2-i686 *added gtk fix

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ba7328bac5224b3e3aba77e2bb51be8274fa6248 commit ba7328bac5224b3e3aba77e2bb51be8274fa6248 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 17:39:25 2009 +0200 glade-2.12.2-2-i686 *added gtk

[Frugalware-git] xorg74: glade-2.12.2-2-i686 *added gtk fix

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=ba7328bac5224b3e3aba77e2bb51be8274fa6248 commit ba7328bac5224b3e3aba77e2bb51be8274fa6248 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 17:39:25 2009 +0200 glade-2.12.2-2-i686 *added gtk fix diff

[Frugalware-git] xorg74: Merge branch 'master' of git://git.frugalware.org/pub/frugalware/frugalware-current

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=d1cbec9cdb41b18a6c97cee2ebe89300d2ae28df commit d1cbec9cdb41b18a6c97cee2ebe89300d2ae28df Merge: 3e6f973 ba7328b Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 17:41:19 2009 +0200 Merge branch

[Frugalware-git] xorg74: glade-2.12.2-3-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=4ca7b2117d6516c30fe87f279ea6382d8aa8db45 commit 4ca7b2117d6516c30fe87f279ea6382d8aa8db45 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 17:46:35 2009 +0200 glade-2.12.2-3-i686 *rebuild with new xorg

[Frugalware-git] xorg74: gssdp-0.6.4-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=e52e9d0ca1950ca6b61a890caefe9a5b15d15648 commit e52e9d0ca1950ca6b61a890caefe9a5b15d15648 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 18:45:48 2009 +0200 gssdp-0.6.4-2-i686 *rebuild with new xorg

[Frugalware-git] frugalware-current: lifeograph-0.4.1-1-i686

2009-06-11 Thread jercel
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7cfa2a9071d99c3e4a289a54e08b8b6b3fbd3aab commit 7cfa2a9071d99c3e4a289a54e08b8b6b3fbd3aab Author: jercel jerce...@gmail.com Date: Thu Jun 11 19:58:13 2009 +0200 lifeograph-0.4.1-1-i686 * New Package

[Frugalware-git] gfpm: Added a nautilus module * Displays information about a package in the properties dialog for .fpm files

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=773448f339746bde5851c8d3c0c14bf6ce72caf0 commit 773448f339746bde5851c8d3c0c14bf6ce72caf0 Author: Priyank priy...@frugalware.org Date: Thu Jun 11 17:14:47 2009 +0530 Added a nautilus module * Displays information

[Frugalware-git] frugalware-current: transmission-1.71-1-i686 * Version bump

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4251ae76f447d88d40eb3a1ddc03bb477fb6e19d commit 4251ae76f447d88d40eb3a1ddc03bb477fb6e19d Author: Priyank priy...@frugalware.org Date: Fri Jun 12 00:29:00 2009 +0530 transmission-1.71-1-i686 * Version

[Frugalware-git] xorg74: evolution-exchange-2.26.2-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=319baf20f7647c501434378201c297a164f91e97 commit 319baf20f7647c501434378201c297a164f91e97 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:00:34 2009 +0200 evolution-exchange-2.26.2-2-i686 *rebuild

[Frugalware-git] frugalware-current: fltk2-r6140-2-i686 *rebuild with gcc4.4 *added patch for gcc

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2eb28fa724159022a51d9bc6995fc81dada58401 commit 2eb28fa724159022a51d9bc6995fc81dada58401 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:04:29 2009 +0200 fltk2-r6140-2-i686 *rebuild

[Frugalware-git] xorg74: lifeograph-0.4.1-1-i686

2009-06-11 Thread jercel
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=7cfa2a9071d99c3e4a289a54e08b8b6b3fbd3aab commit 7cfa2a9071d99c3e4a289a54e08b8b6b3fbd3aab Author: jercel jerce...@gmail.com Date: Thu Jun 11 19:58:13 2009 +0200 lifeograph-0.4.1-1-i686 * New Package diff --git

[Frugalware-git] xorg74: transmission-1.71-1-i686 * Version bump

2009-06-11 Thread Priyank
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=4251ae76f447d88d40eb3a1ddc03bb477fb6e19d commit 4251ae76f447d88d40eb3a1ddc03bb477fb6e19d Author: Priyank priy...@frugalware.org Date: Fri Jun 12 00:29:00 2009 +0530 transmission-1.71-1-i686 * Version bump diff

[Frugalware-git] xorg74: fltk2-r6140-2-i686 *rebuild with gcc4.4 *added patch for gcc

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=2eb28fa724159022a51d9bc6995fc81dada58401 commit 2eb28fa724159022a51d9bc6995fc81dada58401 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:04:29 2009 +0200 fltk2-r6140-2-i686 *rebuild with gcc4.4

[Frugalware-git] xorg74: Merge branch 'master' of git://git.frugalware.org/pub/frugalware/frugalware-current

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=61dc22d78e0a1a3fff3248677964add333936566 commit 61dc22d78e0a1a3fff3248677964add333936566 Merge: 319baf2 2eb28fa Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:07:15 2009 +0200 Merge branch

[Frugalware-git] xorg74: fltk2-r6140-3-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=d43392a581b919e8d721b98091355d12e77b14f2 commit d43392a581b919e8d721b98091355d12e77b14f2 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:10:18 2009 +0200 fltk2-r6140-3-i686 *rebuild with new xorg

[Frugalware-git] frugalware-current: nucleo-0.7.5-1-i686

2009-06-11 Thread Elentir
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=46e0191172baf70ae80ce3728a5fcc8d90c1052c commit 46e0191172baf70ae80ce3728a5fcc8d90c1052c Author: Elentir elen...@mailoo.org Date: Thu Jun 11 21:17:46 2009 +0200 nucleo-0.7.5-1-i686 * version bump *

[Frugalware-git] xorg74: lxappearance-0.2-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=a80d0bf411835e8ee896cbb9fa1304b2f4f5e8eb commit a80d0bf411835e8ee896cbb9fa1304b2f4f5e8eb Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:16:24 2009 +0200 lxappearance-0.2-2-i686 *rebuild with new

[Frugalware-git] frugalware-current: mpmath-0.12-1-i686

2009-06-11 Thread Elentir
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1d81a1f3c3a992e7e4b4090766febfe8efe1c8a2 commit 1d81a1f3c3a992e7e4b4090766febfe8efe1c8a2 Author: Elentir elen...@mailoo.org Date: Thu Jun 11 21:25:37 2009 +0200 mpmath-0.12-1-i686 * version bump

[Frugalware-git] xorg74: gcompris-8.4.7-2-i686 *rebuil with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=53b21bc8c7cfd2454f85a70b0c863e79aa8e6691 commit 53b21bc8c7cfd2454f85a70b0c863e79aa8e6691 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 21:35:29 2009 +0200 gcompris-8.4.7-2-i686 *rebuil with new xorg

[Frugalware-git] xorg74: conky-1.7.1_rc4-2-x86_64 * rebuilt with new xorg

2009-06-11 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=e26d9667d7bf216a8dcd55c043737115ac1b2804 commit e26d9667d7bf216a8dcd55c043737115ac1b2804 Author: Devil505 devil505li...@gmail.com Date: Thu Jun 11 22:13:21 2009 +0200 conky-1.7.1_rc4-2-x86_64 * rebuilt with new

[Frugalware-git] xorg74: guake-0.4.0-2-x86_64 * rebuilt with new xorg

2009-06-11 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=7e3ccfd42600bfcfab5b888d90ecfef600443f5e commit 7e3ccfd42600bfcfab5b888d90ecfef600443f5e Author: Devil505 devil505li...@gmail.com Date: Thu Jun 11 22:25:45 2009 +0200 guake-0.4.0-2-x86_64 * rebuilt with new xorg

[Frugalware-git] xorg74: grsync-0.6.3-2-x86_64 * rebuilt with new xorg

2009-06-11 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=cae5b7449583556662bf51f237947a2a240555a3 commit cae5b7449583556662bf51f237947a2a240555a3 Author: Devil505 devil505li...@gmail.com Date: Thu Jun 11 22:38:31 2009 +0200 grsync-0.6.3-2-x86_64 * rebuilt with new xorg

[Frugalware-git] xorg74: pytrainer-1.6.0.8-2-x86_64 * rebuilt with new xorg

2009-06-11 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=0ad428d6dd43ccb9b023ae76119db5fc0635cbde commit 0ad428d6dd43ccb9b023ae76119db5fc0635cbde Author: Devil505 devil505li...@gmail.com Date: Thu Jun 11 22:42:32 2009 +0200 pytrainer-1.6.0.8-2-x86_64 * rebuilt with new

[Frugalware-git] xorg74: gnome-nettool-2.26.2-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=a6371ea46f93035085a2fffe9c4e5f7df0ead921 commit a6371ea46f93035085a2fffe9c4e5f7df0ead921 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 22:39:37 2009 +0200 gnome-nettool-2.26.2-2-i686 *rebuild with

[Frugalware-git] xorg74: nucleo-0.7.5-1-i686

2009-06-11 Thread Elentir
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=46e0191172baf70ae80ce3728a5fcc8d90c1052c commit 46e0191172baf70ae80ce3728a5fcc8d90c1052c Author: Elentir elen...@mailoo.org Date: Thu Jun 11 21:17:46 2009 +0200 nucleo-0.7.5-1-i686 * version bump * add patch to

[Frugalware-git] xorg74: mpmath-0.12-1-i686

2009-06-11 Thread Elentir
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=1d81a1f3c3a992e7e4b4090766febfe8efe1c8a2 commit 1d81a1f3c3a992e7e4b4090766febfe8efe1c8a2 Author: Elentir elen...@mailoo.org Date: Thu Jun 11 21:25:37 2009 +0200 mpmath-0.12-1-i686 * version bump diff --git

[Frugalware-git] xorg74: Merge branch 'master' of git://git.frugalware.org/pub/frugalware/frugalware-current

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=b9194a8734cf8010004e8b7ac548a604902f2828 commit b9194a8734cf8010004e8b7ac548a604902f2828 Merge: a6371ea 1d81a1f Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 22:45:54 2009 +0200 Merge branch

[Frugalware-git] xorg74: nucleo-0.7.5-2-i686 *rebuild with new xorg *Elentir thks ; )

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=fa3c18f2383b839b271e163e8626829b435f16e3 commit fa3c18f2383b839b271e163e8626829b435f16e3 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 22:52:54 2009 +0200 nucleo-0.7.5-2-i686 *rebuild with new xorg

[Frugalware-git] xorg74: gnotime-2.3.0-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=0fc5fcd85c89c235461e0004d685cd0a1ea7a12f commit 0fc5fcd85c89c235461e0004d685cd0a1ea7a12f Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 23:05:37 2009 +0200 gnotime-2.3.0-2-i686 *rebuild with new xorg

[Frugalware-git] xorg74: apmd-3.0.2-9-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=1470c8c5be668a1fd7216d09cf0f2d52d1d3a63a commit 1470c8c5be668a1fd7216d09cf0f2d52d1d3a63a Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 23:08:25 2009 +0200 apmd-3.0.2-9-i686 *rebuild with new xorg

[Frugalware-git] xorg74: yelp-2.26.0-2-i686 *rebuild with new xorg

2009-06-11 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=37646a8da3002a0eabff15e3b71c04bc43af61a6 commit 37646a8da3002a0eabff15e3b71c04bc43af61a6 Author: bouleetbil bouleet...@frogdev.info Date: Thu Jun 11 23:22:53 2009 +0200 yelp-2.26.0-2-i686 *rebuild with new xorg