Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c9be5f7892c20f090bc69e5e0301987cb5875d75

commit c9be5f7892c20f090bc69e5e0301987cb5875d75
Author: Devil505 <devil505li...@gmail.com>
Date:   Mon Jul 12 21:04:15 2010 +0200

xchat-xsys-2.2.0-1-i686
* version bump
* changing maintainer (krix -> Devil505)
* removing useless patches
* fixing depends (xmms replaced by audacious)

diff --git a/source/xapps-extra/xchat-xsys/FrugalBuild 
b/source/xapps-extra/xchat-xsys/FrugalBuild
index 9513b5c..d7c53dd 100644
--- a/source/xapps-extra/xchat-xsys/FrugalBuild
+++ b/source/xapps-extra/xchat-xsys/FrugalBuild
@@ -1,23 +1,20 @@
# Compiling Time: 0.02 SBU
-# Maintainer: Christian Hamar alias krix <kr...@linuxforum.hu>
+# Maintainer: Devil505 <devil505li...@gmail.com>
+# Contributor: Christian Hamar alias krix <kr...@linuxforum.hu>

pkgname=xchat-xsys
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Sysinfo plugin for X-Chat."
url="http://dev.gentoo.org/~chainsaw/xsys/";
-depends=('xchat' 'pciutils' 'xmms')
+depends=('xchat' 'pciutils' 'audacious')
groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url|grep 'xsys-[0-9\.]\+'|cut -d - -f 2|sed 's|.tar.bz2||'"
source=($url/download/xsys-$pkgver.tar.bz2 \
-       xsys-2.0.8-frugalware.diff \
-       xsys-2.0.8-fix-newer-pciutils.patch \
-       xsys-enable-xmms-support.patch)
-sha1sums=('33f7b4383c1ec65e4e7aeae93136bfa2589adf7f' \
-         '18f6b598fc9b57f33e001ee3b6b6547d5cf1004c' \
-         '18b71b41ad29cd54899bcee9039017ebb7f86d17' \
-         '9c70b81197920398ab2a9d6adee270ac084bebf5')
+       xsys-2.0.8-frugalware.diff)
+sha1sums=('d9022fae5303011cd67b76a5c4d469484004e427' \
+          '18f6b598fc9b57f33e001ee3b6b6547d5cf1004c')

build() {
Fcd xsys-$pkgver
diff --git a/source/xapps-extra/xchat-xsys/xsys-2.0.8-fix-newer-pciutils.patch 
b/source/xapps-extra/xchat-xsys/xsys-2.0.8-fix-newer-pciutils.patch
deleted file mode 100644
index 974dcf6..0000000
--- a/source/xapps-extra/xchat-xsys/xsys-2.0.8-fix-newer-pciutils.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur xsys-2.0.8.orig/pci.c xsys-2.0.8/pci.c
---- xsys-2.0.8.orig/pci.c      2005-08-10 00:22:03.000000000 +0200
-+++ xsys-2.0.8/pci.c   2005-09-22 16:46:26.000000000 +0200
-@@ -25,6 +25,7 @@
- #include <ctype.h>
- #include <unistd.h>
- #include <pci/pci.h>
-+#include <pci/sysdep.h>
- #include "xsys.h"
-
- struct pci_filter filter;       /* Device filter */
-diff -Naur xsys-2.0.8.orig/pci.h xsys-2.0.8/pci.h
---- xsys-2.0.8.orig/pci.h      2005-06-19 16:46:12.000000000 +0200
-+++ xsys-2.0.8/pci.h   2005-09-22 16:46:01.000000000 +0200
-@@ -22,6 +22,7 @@
- #define _PCI_H_
-
- #include <pci/pci.h>
-+#include <pci/sysdep.h>
- void pci_find_fullname(char *fullname, char *vendor, char *device);
- int  pci_find_by_class(word *class, char *vendor, char *device);
-
diff --git a/source/xapps-extra/xchat-xsys/xsys-enable-xmms-support.patch 
b/source/xapps-extra/xchat-xsys/xsys-enable-xmms-support.patch
deleted file mode 100644
index 6616cc3..0000000
--- a/source/xapps-extra/xchat-xsys/xsys-enable-xmms-support.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Naur xsys-2.1.0.orig/Makefile xsys-2.1.0/Makefile
---- xsys-2.1.0.orig/Makefile   2006-06-06 22:24:54.473300120 +0200
-+++ xsys-2.1.0/Makefile        2006-06-06 22:25:20.876286256 +0200
-@@ -2,7 +2,7 @@
- PCIIDS = /usr/share/misc/pci.ids
-
- #### UNCOMMENT THIS IF YOU WANT THE BUTTONS ####
--#BUTTON = -Dbuttonbar
-+BUTTON = -Dbuttonbar
-
- #### SHOULD NOT NEED TO EDIT BELOW THIS LINE ####
- VER_MAJOR = 2
-@@ -11,14 +11,14 @@
- CC = gcc
- CFLAGS += -O2 -Wall -fPIC
- # FOR AUDACIOUS # CFLAGS += -I/usr/include/audacious -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DUSE_AUDACIOUS
--# FOR XMMS # CFLAGS += -I/usr/include/xmms -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DUSE_XMMS
-+CFLAGS += -I/usr/include/xmms -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -DUSE_XMMS
- CFLAGS += -DVER_MINOR=$(VER_MINOR) -DVER_MAJOR=$(VER_MAJOR) 
-DVER_PATCH=$(VER_PATCH) \
-           -DVER_STRING=\"$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)\" 
-DPCIIDS=\"$(PCIIDS)\" $(BUTTON)
- LDFLAGS = $(CFLAGS) -shared
- LIBRARY = xsys-$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH).so
- OBJECTS = xsys.o parse.o pci.o match.o hwmon.o
- # FOR AUDACIOUS # NPLIB = -laudacious
--# FOR XMMS # NPLIB = -lxmms
-+NPLIB = -lxmms
-
- ALL : $(LIBRARY)
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to