[arch-commits] Commit in tuxcards/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:35:55
  Author: felixonmars
Revision: 659798

upgpkg: tuxcards 2.2.1-8: reproducibility rebuild

Modified:
  tuxcards/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:35:49 UTC (rev 659797)
+++ PKGBUILD2020-07-07 17:35:55 UTC (rev 659798)
@@ -2,7 +2,7 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a 
structured manner"
 arch=('x86_64')
 url="https://www.tuxcards.de;


[arch-commits] Commit in tuxcards/trunk (PKGBUILD)

2019-09-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 25, 2019 @ 20:34:46
  Author: arojas
Revision: 511786

https

Modified:
  tuxcards/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 20:33:59 UTC (rev 511785)
+++ PKGBUILD2019-09-25 20:34:46 UTC (rev 511786)
@@ -5,11 +5,11 @@
 pkgrel=7
 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a 
structured manner"
 arch=('x86_64')
-url="http://www.tuxcards.de;
+url="https://www.tuxcards.de;
 license=('GPL')
 depends=('qt5-base')
 makedepends=('dos2unix')
-source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop tuxcards-qt5.patch)
+source=(https://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop tuxcards-qt5.patch)
 
sha512sums=('70d420f57e4d08341f4137fce0fd4d7afe59b9af5a4ef821d93b3aac912401772cdab2d240470ab96ba6c91a1548eecac87fcaa6c746e93d18d7b5be69d86052'
 
'947d683b1f66a29815277f3cafeabc2fe8a639faad78a5eac3de96ea7b65c38865700371282697dcf2e9d4bc50c3c441d4fa38c0ea6b84a48c5af2bcc145a37a'
 
'86a79238d0e37a9d085c13ef4972d4ee7449f0e9b3ab40910f3fbca9ec6c40c3b3f2c666112517a6dbd04d3c7b60fcbc160635b950f12c9a323a84857d60ff57')


[arch-commits] Commit in tuxcards/trunk (PKGBUILD tuxcards-qt5.patch)

2019-04-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 30, 2019 @ 20:50:59
  Author: arojas
Revision: 457220

Port to Qt5

Added:
  tuxcards/trunk/tuxcards-qt5.patch
Modified:
  tuxcards/trunk/PKGBUILD

+
 PKGBUILD   |   20 
 tuxcards-qt5.patch | 1088 +++
 2 files changed, 1102 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 20:34:56 UTC (rev 457219)
+++ PKGBUILD2019-04-30 20:50:59 UTC (rev 457220)
@@ -2,20 +2,28 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a 
structured manner"
 arch=('x86_64')
 url="http://www.tuxcards.de;
 license=('GPL')
-depends=('qt4')
-source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop)
+depends=('qt5-base')
+makedepends=('dos2unix')
+source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop tuxcards-qt5.patch)
 
sha512sums=('70d420f57e4d08341f4137fce0fd4d7afe59b9af5a4ef821d93b3aac912401772cdab2d240470ab96ba6c91a1548eecac87fcaa6c746e93d18d7b5be69d86052'
-
'947d683b1f66a29815277f3cafeabc2fe8a639faad78a5eac3de96ea7b65c38865700371282697dcf2e9d4bc50c3c441d4fa38c0ea6b84a48c5af2bcc145a37a')
+
'947d683b1f66a29815277f3cafeabc2fe8a639faad78a5eac3de96ea7b65c38865700371282697dcf2e9d4bc50c3c441d4fa38c0ea6b84a48c5af2bcc145a37a'
+
'86a79238d0e37a9d085c13ef4972d4ee7449f0e9b3ab40910f3fbca9ec6c40c3b3f2c666112517a6dbd04d3c7b60fcbc160635b950f12c9a323a84857d60ff57')
 
+prepare() {
+  cd $pkgname
+  find -type f | xargs dos2unix # Fix line endings
+  patch -lp1 -i ../tuxcards-qt5.patch # Port to Qt5
+  sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' 
src/CTuxCardsConfiguration.cpp
+}
+
 build() {
   cd "${srcdir}/${pkgname}"
-  sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' 
src/CTuxCardsConfiguration.cpp
-  qmake-qt4 tuxcards.pro
+  qmake-qt5 tuxcards.pro
   make
 }
 

Added: tuxcards-qt5.patch
===
--- tuxcards-qt5.patch  (rev 0)
+++ tuxcards-qt5.patch  2019-04-30 20:50:59 UTC (rev 457220)
@@ -0,0 +1,1088 @@
+From f496695228c2fec4942597c74abde746076eac09 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Wed, 27 Feb 2019 01:45:09 -0500
+Subject: [PATCH] WIP: Port to Qt5
+
+---
+ src/gui/CMainWindow.cpp   | 78 +--
+ src/gui/CTree.cpp | 35 +
+ src/gui/CTreeElement.cpp  |  2 +-
+ .../CConfigurationDialog.cpp  |  4 +-
+ .../dateInputDialog/CDateInputDialog.cpp  |  2 +-
+ .../ExpiredElementsDialog.cpp |  2 +-
+ .../ExpiredElementsDialogInterface.h  | 26 +++
+ .../CIconSelectorDialog.cpp   |  8 +-
+ .../iconselectordialog/CIconSelectorItem.cpp  |  7 +-
+ .../dialogs/passwdDialog/CPasswdDialog.cpp|  2 +-
+ .../propertyDialog/CPropertyDialog.cpp| 14 ++--
+ .../dialogs/searchDialog/CSearchListItem.cpp  |  2 +-
+ .../searchDialog/CSearchListItemDelegate.cpp  |  2 +-
+ src/gui/editor/CEditor.cpp| 12 +--
+ src/information/CInformationElement.cpp   |  4 +-
+ src/information/htmlwriter.cpp| 16 ++--
+ src/information/xmlpersister.cpp  |  2 +-
+ src/informationExt/CCollectionModel.cpp   | 52 ++---
+ src/persister.cpp |  4 +-
+ src/utilities/base64/CBase64Coder.cpp |  2 +-
+ tuxcards.pro  |  3 +
+ 21 files changed, 142 insertions(+), 137 deletions(-)
+ mode change 100755 => 100644 tuxcards.pro
+
+diff --git a/src/gui/CMainWindow.cpp b/src/gui/CMainWindow.cpp
+index d4b4163..9f61ecd 100755
+--- a/src/gui/CMainWindow.cpp
 b/src/gui/CMainWindow.cpp
+@@ -116,7 +116,7 @@ CMainWindow::CMainWindow( const QString& sArg )
+ // , mpQuickLoader( NULLPTR )
+  , mpStatusBar_ChangeLabel( NULLPTR )
+  , mpStatusBar_TextFormatLabel( NULLPTR )
+- , mbChangesExist( FALSE )
++ , mbChangesExist( false )
+  , mSaveChangesDialog( this )
+ 
+  , mpEditFontCombo( NULLPTR )
+@@ -260,7 +260,7 @@ void CMainWindow::settingUpMainWindow()
+settingUpTree( *mpSplit );
+settingUpEditor( *mpSplit );
+ 
+-   mpSplit->setOpaqueResize(TRUE);
++   mpSplit->setOpaqueResize(true);
+ 
+settingUpActions();
+settingUpMenu();
+@@ -535,21 +535,21 @@ void CMainWindow::settingUpActions( void )
+ 
+// editor actions - text formating
+mpEditBoldAction = new QAction( getIcon("text_bold"), tr("") 
/*"(Ctrl+B)"*/, this );
+-   QFont f = mpEditBoldAction->font(); f.setBold( TRUE ); 
mpEditBoldAction->setFont( f );
++   QFont f = mpEditBoldAction->font(); f.setBold( true ); 
mpEditBoldAction->setFont( f );
+mpEditBoldAction->setShortcut( 

[arch-commits] Commit in tuxcards/trunk (PKGBUILD)

2018-06-07 Thread Felix Yan via arch-commits
Date: Thursday, June 7, 2018 @ 06:00:52
  Author: felixonmars
Revision: 341645

upgpkg: tuxcards 2.2.1-6

BUILDINFO Rebuild

Modified:
  tuxcards/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 05:59:10 UTC (rev 341644)
+++ PKGBUILD2018-06-07 06:00:52 UTC (rev 341645)
@@ -3,7 +3,7 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a 
structured manner"
 arch=('x86_64')
 url="http://www.tuxcards.de;
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('qt4')
 
source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop)
-sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45'
-  '565419ac6b24d61fc038462a783cb80d44b4fe7e')
+sha512sums=('70d420f57e4d08341f4137fce0fd4d7afe59b9af5a4ef821d93b3aac912401772cdab2d240470ab96ba6c91a1548eecac87fcaa6c746e93d18d7b5be69d86052'
+
'947d683b1f66a29815277f3cafeabc2fe8a639faad78a5eac3de96ea7b65c38865700371282697dcf2e9d4bc50c3c441d4fa38c0ea6b84a48c5af2bcc145a37a')
 
 build() {
   cd "${srcdir}/${pkgname}"


[arch-commits] Commit in tuxcards/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:21:59
  Author: foutrelis
Revision: 148968

C++11 ABI rebuild

Modified:
  tuxcards/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:21:58 UTC (rev 148967)
+++ PKGBUILD2015-12-06 17:21:59 UTC (rev 148968)
@@ -3,7 +3,7 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a 
structured manner"
 arch=('i686' 'x86_64')
 url="http://www.tuxcards.de;


[arch-commits] Commit in tuxcards/trunk (PKGBUILD)

2014-03-19 Thread Eric Bélanger
Date: Thursday, March 20, 2014 @ 05:43:27
  Author: eric
Revision: 107822

upgpkg: tuxcards 2.2.1-4

Fix build issue (close FS#39481)

Modified:
  tuxcards/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-20 04:22:13 UTC (rev 107821)
+++ PKGBUILD2014-03-20 04:43:27 UTC (rev 107822)
@@ -3,7 +3,7 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A hierarchical notebook to enter and manage notes and ideas in a 
structured manner
 arch=('i686' 'x86_64')
 url=http://www.tuxcards.de;
@@ -16,7 +16,7 @@
 build() {
   cd ${srcdir}/${pkgname}
   sed -i 's|/usr/local/doc/tuxcards/flowers/|/usr/share/tuxcards/flowers/|' 
src/CTuxCardsConfiguration.cpp
-  qmake tuxcards.pro
+  qmake-qt4 tuxcards.pro
   make
 }
 



[arch-commits] Commit in tuxcards/trunk (PKGBUILD)

2013-02-19 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 06:41:29
  Author: eric
Revision: 84581

upgpkg: tuxcards 2.2.1-3

Replace qt depends with qt4

Modified:
  tuxcards/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 05:11:56 UTC (rev 84580)
+++ PKGBUILD2013-02-20 05:41:29 UTC (rev 84581)
@@ -3,12 +3,12 @@
 
 pkgname=tuxcards
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A hierarchical notebook to enter and manage notes and ideas in a 
structured manner
 arch=('i686' 'x86_64')
 url=http://www.tuxcards.de;
 license=('GPL')
-depends=('qt')
+depends=('qt4')
 
source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz
 tuxcards.desktop)
 sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45'
   '565419ac6b24d61fc038462a783cb80d44b4fe7e')