[arch-commits] Commit in vyqchat/repos (8 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Apr 23 17:29:50 UTC 2014
Date: Wednesday, April 23, 2014 @ 19:29:50
Author: spupykin
Revision: 110076
archrelease: copy trunk to community-i686, community-x86_64
Added:
vyqchat/repos/community-i686/PKGBUILD
(from rev 110075, vyqchat/trunk/PKGBUILD)
vyqchat/repos/community-i686/build-fix.patch
(from rev 110075, vyqchat/trunk/build-fix.patch)
vyqchat/repos/community-x86_64/PKGBUILD
(from rev 110075, vyqchat/trunk/PKGBUILD)
vyqchat/repos/community-x86_64/build-fix.patch
(from rev 110075, vyqchat/trunk/build-fix.patch)
Deleted:
vyqchat/repos/community-i686/PKGBUILD
vyqchat/repos/community-i686/build-fix.patch
vyqchat/repos/community-x86_64/PKGBUILD
vyqchat/repos/community-x86_64/build-fix.patch
----------------------------------+
/PKGBUILD | 66 +++++++++++++++++++++++++++++++++
/build-fix.patch | 72 +++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 ----------------
community-i686/build-fix.patch | 36 ------------------
community-x86_64/PKGBUILD | 33 ----------------
community-x86_64/build-fix.patch | 36 ------------------
6 files changed, 138 insertions(+), 138 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-04-23 17:29:38 UTC (rev 110075)
+++ community-i686/PKGBUILD 2014-04-23 17:29:50 UTC (rev 110076)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=vyqchat
-pkgver=0.2.8
-pkgrel=4
-pkgdesc="vypress compatible qt chat (can work without server)"
-arch=('i686' 'x86_64')
-url="http://linux.bydg.org/~yogin/"
-license=('GPL')
-depends=('qt3' 'libao' 'libxi')
-source=(http://www.uic.unn.ru/~soed/programs/chat/$pkgname-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('67974bc5df1ed0d63785d04325444d4f'
- 'de3af70da3743c27929f04f72c837412')
-
-build() {
- cd $srcdir/$pkgname-${pkgver}
- patch -Np1 <../build-fix.patch
- # Use _LDADD to properly compile with --as-needed
- sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
- # Correct acinclude.m4 to avoid empty else block
- sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
- autoreconf -v
- ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin --with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
- make
-}
-
-package() {
- cd $srcdir/$pkgname-${pkgver}
- make DESTDIR=$pkgdir install
-}
Copied: vyqchat/repos/community-i686/PKGBUILD (from rev 110075, vyqchat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-23 17:29:50 UTC (rev 110076)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=vyqchat
+pkgver=0.2.8
+pkgrel=5
+pkgdesc="vypress compatible qt chat (can work without server)"
+arch=('i686' 'x86_64')
+url="http://linux.bydg.org/~yogin/"
+license=('GPL')
+depends=('qt3' 'libao' 'libxi')
+source=(http://www.uic.unn.ru/~soed/programs/chat/$pkgname-$pkgver.tar.gz
+ build-fix.patch)
+md5sums=('67974bc5df1ed0d63785d04325444d4f'
+ 'de3af70da3743c27929f04f72c837412')
+
+build() {
+ cd $srcdir/$pkgname-${pkgver}
+ patch -Np1 <../build-fix.patch
+ # Use _LDADD to properly compile with --as-needed
+ sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
+ # Correct acinclude.m4 to avoid empty else block
+ sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
+ autoreconf -fiv
+ ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin --with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-${pkgver}
+ make DESTDIR=$pkgdir install
+}
Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch 2014-04-23 17:29:38 UTC (rev 110075)
+++ community-i686/build-fix.patch 2014-04-23 17:29:50 UTC (rev 110076)
@@ -1,36 +0,0 @@
-diff -wbBur vyqchat-0.2.8/src/settings.h vyqchat-0.2.8.my/src/settings.h
---- vyqchat-0.2.8/src/settings.h 2005-07-18 22:54:08.000000000 +0400
-+++ vyqchat-0.2.8.my/src/settings.h 2007-02-21 21:05:11.000000000 +0300
-@@ -88,7 +88,7 @@
-
- //
- // Get methods
-- const UUID& Settings::getUUID() const { return uuid; }
-+ const UUID& getUUID() const { return uuid; }
- const QString& getIconThemeName() const { return icontheme; }
- const QString& getNick() const { return nick; }
- char getGender() const { return gender; }
-diff -wbBur vyqchat-0.2.8/src/sound.h vyqchat-0.2.8.my/src/sound.h
---- vyqchat-0.2.8/src/sound.h 2005-07-18 22:54:08.000000000 +0400
-+++ vyqchat-0.2.8.my/src/sound.h 2007-02-21 21:04:45.000000000 +0300
-@@ -47,7 +47,7 @@
- bool reload_samples(Settings &settings);
- static bool init(Settings *settings);
- static void close();
-- static const QString& Sound::error();
-+ static const QString& error();
- static void play(VyEvent evt);
- };
-
-diff -wbBur vyqchat-0.2.8/src/user.h vyqchat-0.2.8.my/src/user.h
---- vyqchat-0.2.8/src/user.h 2005-07-18 23:03:01.000000000 +0400
-+++ vyqchat-0.2.8.my/src/user.h 2007-02-21 21:04:14.000000000 +0300
-@@ -38,7 +38,7 @@
- }
- return false;
- }
-- bool User::setStatus(char s) { status=s; return true; }
-+ bool setStatus(char s) { status=s; return true; }
- void setNick(const QString &nick) { setText(nick); }
- int incDeadCounter() { if (dcnt<1) dcnt++; return dcnt; }
- int decDeadCounter() { return --dcnt; }
Copied: vyqchat/repos/community-i686/build-fix.patch (from rev 110075, vyqchat/trunk/build-fix.patch)
===================================================================
--- community-i686/build-fix.patch (rev 0)
+++ community-i686/build-fix.patch 2014-04-23 17:29:50 UTC (rev 110076)
@@ -0,0 +1,36 @@
+diff -wbBur vyqchat-0.2.8/src/settings.h vyqchat-0.2.8.my/src/settings.h
+--- vyqchat-0.2.8/src/settings.h 2005-07-18 22:54:08.000000000 +0400
++++ vyqchat-0.2.8.my/src/settings.h 2007-02-21 21:05:11.000000000 +0300
+@@ -88,7 +88,7 @@
+
+ //
+ // Get methods
+- const UUID& Settings::getUUID() const { return uuid; }
++ const UUID& getUUID() const { return uuid; }
+ const QString& getIconThemeName() const { return icontheme; }
+ const QString& getNick() const { return nick; }
+ char getGender() const { return gender; }
+diff -wbBur vyqchat-0.2.8/src/sound.h vyqchat-0.2.8.my/src/sound.h
+--- vyqchat-0.2.8/src/sound.h 2005-07-18 22:54:08.000000000 +0400
++++ vyqchat-0.2.8.my/src/sound.h 2007-02-21 21:04:45.000000000 +0300
+@@ -47,7 +47,7 @@
+ bool reload_samples(Settings &settings);
+ static bool init(Settings *settings);
+ static void close();
+- static const QString& Sound::error();
++ static const QString& error();
+ static void play(VyEvent evt);
+ };
+
+diff -wbBur vyqchat-0.2.8/src/user.h vyqchat-0.2.8.my/src/user.h
+--- vyqchat-0.2.8/src/user.h 2005-07-18 23:03:01.000000000 +0400
++++ vyqchat-0.2.8.my/src/user.h 2007-02-21 21:04:14.000000000 +0300
+@@ -38,7 +38,7 @@
+ }
+ return false;
+ }
+- bool User::setStatus(char s) { status=s; return true; }
++ bool setStatus(char s) { status=s; return true; }
+ void setNick(const QString &nick) { setText(nick); }
+ int incDeadCounter() { if (dcnt<1) dcnt++; return dcnt; }
+ int decDeadCounter() { return --dcnt; }
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-04-23 17:29:38 UTC (rev 110075)
+++ community-x86_64/PKGBUILD 2014-04-23 17:29:50 UTC (rev 110076)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=vyqchat
-pkgver=0.2.8
-pkgrel=4
-pkgdesc="vypress compatible qt chat (can work without server)"
-arch=('i686' 'x86_64')
-url="http://linux.bydg.org/~yogin/"
-license=('GPL')
-depends=('qt3' 'libao' 'libxi')
-source=(http://www.uic.unn.ru/~soed/programs/chat/$pkgname-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('67974bc5df1ed0d63785d04325444d4f'
- 'de3af70da3743c27929f04f72c837412')
-
-build() {
- cd $srcdir/$pkgname-${pkgver}
- patch -Np1 <../build-fix.patch
- # Use _LDADD to properly compile with --as-needed
- sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
- # Correct acinclude.m4 to avoid empty else block
- sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
- autoreconf -v
- ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin --with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
- make
-}
-
-package() {
- cd $srcdir/$pkgname-${pkgver}
- make DESTDIR=$pkgdir install
-}
Copied: vyqchat/repos/community-x86_64/PKGBUILD (from rev 110075, vyqchat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-04-23 17:29:50 UTC (rev 110076)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=vyqchat
+pkgver=0.2.8
+pkgrel=5
+pkgdesc="vypress compatible qt chat (can work without server)"
+arch=('i686' 'x86_64')
+url="http://linux.bydg.org/~yogin/"
+license=('GPL')
+depends=('qt3' 'libao' 'libxi')
+source=(http://www.uic.unn.ru/~soed/programs/chat/$pkgname-$pkgver.tar.gz
+ build-fix.patch)
+md5sums=('67974bc5df1ed0d63785d04325444d4f'
+ 'de3af70da3743c27929f04f72c837412')
+
+build() {
+ cd $srcdir/$pkgname-${pkgver}
+ patch -Np1 <../build-fix.patch
+ # Use _LDADD to properly compile with --as-needed
+ sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
+ # Correct acinclude.m4 to avoid empty else block
+ sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
+ autoreconf -fiv
+ ./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin --with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-${pkgver}
+ make DESTDIR=$pkgdir install
+}
Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch 2014-04-23 17:29:38 UTC (rev 110075)
+++ community-x86_64/build-fix.patch 2014-04-23 17:29:50 UTC (rev 110076)
@@ -1,36 +0,0 @@
-diff -wbBur vyqchat-0.2.8/src/settings.h vyqchat-0.2.8.my/src/settings.h
---- vyqchat-0.2.8/src/settings.h 2005-07-18 22:54:08.000000000 +0400
-+++ vyqchat-0.2.8.my/src/settings.h 2007-02-21 21:05:11.000000000 +0300
-@@ -88,7 +88,7 @@
-
- //
- // Get methods
-- const UUID& Settings::getUUID() const { return uuid; }
-+ const UUID& getUUID() const { return uuid; }
- const QString& getIconThemeName() const { return icontheme; }
- const QString& getNick() const { return nick; }
- char getGender() const { return gender; }
-diff -wbBur vyqchat-0.2.8/src/sound.h vyqchat-0.2.8.my/src/sound.h
---- vyqchat-0.2.8/src/sound.h 2005-07-18 22:54:08.000000000 +0400
-+++ vyqchat-0.2.8.my/src/sound.h 2007-02-21 21:04:45.000000000 +0300
-@@ -47,7 +47,7 @@
- bool reload_samples(Settings &settings);
- static bool init(Settings *settings);
- static void close();
-- static const QString& Sound::error();
-+ static const QString& error();
- static void play(VyEvent evt);
- };
-
-diff -wbBur vyqchat-0.2.8/src/user.h vyqchat-0.2.8.my/src/user.h
---- vyqchat-0.2.8/src/user.h 2005-07-18 23:03:01.000000000 +0400
-+++ vyqchat-0.2.8.my/src/user.h 2007-02-21 21:04:14.000000000 +0300
-@@ -38,7 +38,7 @@
- }
- return false;
- }
-- bool User::setStatus(char s) { status=s; return true; }
-+ bool setStatus(char s) { status=s; return true; }
- void setNick(const QString &nick) { setText(nick); }
- int incDeadCounter() { if (dcnt<1) dcnt++; return dcnt; }
- int decDeadCounter() { return --dcnt; }
Copied: vyqchat/repos/community-x86_64/build-fix.patch (from rev 110075, vyqchat/trunk/build-fix.patch)
===================================================================
--- community-x86_64/build-fix.patch (rev 0)
+++ community-x86_64/build-fix.patch 2014-04-23 17:29:50 UTC (rev 110076)
@@ -0,0 +1,36 @@
+diff -wbBur vyqchat-0.2.8/src/settings.h vyqchat-0.2.8.my/src/settings.h
+--- vyqchat-0.2.8/src/settings.h 2005-07-18 22:54:08.000000000 +0400
++++ vyqchat-0.2.8.my/src/settings.h 2007-02-21 21:05:11.000000000 +0300
+@@ -88,7 +88,7 @@
+
+ //
+ // Get methods
+- const UUID& Settings::getUUID() const { return uuid; }
++ const UUID& getUUID() const { return uuid; }
+ const QString& getIconThemeName() const { return icontheme; }
+ const QString& getNick() const { return nick; }
+ char getGender() const { return gender; }
+diff -wbBur vyqchat-0.2.8/src/sound.h vyqchat-0.2.8.my/src/sound.h
+--- vyqchat-0.2.8/src/sound.h 2005-07-18 22:54:08.000000000 +0400
++++ vyqchat-0.2.8.my/src/sound.h 2007-02-21 21:04:45.000000000 +0300
+@@ -47,7 +47,7 @@
+ bool reload_samples(Settings &settings);
+ static bool init(Settings *settings);
+ static void close();
+- static const QString& Sound::error();
++ static const QString& error();
+ static void play(VyEvent evt);
+ };
+
+diff -wbBur vyqchat-0.2.8/src/user.h vyqchat-0.2.8.my/src/user.h
+--- vyqchat-0.2.8/src/user.h 2005-07-18 23:03:01.000000000 +0400
++++ vyqchat-0.2.8.my/src/user.h 2007-02-21 21:04:14.000000000 +0300
+@@ -38,7 +38,7 @@
+ }
+ return false;
+ }
+- bool User::setStatus(char s) { status=s; return true; }
++ bool setStatus(char s) { status=s; return true; }
+ void setNick(const QString &nick) { setText(nick); }
+ int incDeadCounter() { if (dcnt<1) dcnt++; return dcnt; }
+ int decDeadCounter() { return --dcnt; }
More information about the arch-commits
mailing list