File tree Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 11# QOwnNotes Changelog
22
3+ ## 25.8.8
4+ 
5+ - The build process for Arch Linux was brought from Qt5 to Qt6 for OBS and the AUR
6+   (for [#3353](https://github.com/pbek/QOwnNotes/issues/3353))
7+ 
38## 25.8.7
49
510- In the link dialog, you can now also do relative links to files and directories
Original file line number Diff line number Diff line change 11#  Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
2+ #  https://wiki.archlinux.org/title/PKGBUILD
23
34pkgname=qownnotes
45pkgver=VERSION-STRING
@@ -9,8 +10,8 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
910url=' https://www.qownnotes.org/' 
1011license=(' GPL2' 
1112groups=(' qownnotes' 
12- depends=(' qt5 -base' ' qt5 -svg' ' qt5 -declarative' ' openssl '   ' qt5 -websockets'   ' qt5-x11extras ' ' aspell' 
13- makedepends=(' qt5 -tools' 
13+ depends=(' qt6 -base' ' qt6 -svg' ' qt6 -declarative' ' qt6 -websockets' ' aspell' 
14+ makedepends=(' qt6 -tools' 
1415source=(" https://github.com/pbek/QOwnNotes/releases/download/v${pkgver} /qownnotes-${pkgver} .tar.xz" 
1516sha256sums=(' ARCHIVE-SHA256' 
1617
@@ -21,7 +22,7 @@ prepare() {
2122
2223build () {
2324    cd  " ${pkgname} -${pkgver} " 
24-     qmake  QMAKE_CFLAGS_RELEASE=" ${CFLAGS} " " ${CXXFLAGS} " " ${LDFLAGS} " 
25+     qmake6  QMAKE_CFLAGS_RELEASE=" ${CFLAGS} " " ${CXXFLAGS} " " ${LDFLAGS} " 
2526    make
2627}
2728
@@ -39,6 +40,6 @@ package() {
3940    install -D -m644 " images/icons/scalable/apps/QOwnNotes.svg" " ${pkgdir} /usr/share/icons/hicolor/scalable/apps/QOwnNotes.svg" 
4041
4142    #  install languages
42-     install -d " ${pkgdir} /usr/share/qt5 /translations/" 
43-     install -D -m644 languages/* .qm " ${pkgdir} /usr/share/qt5 /translations/" 
43+     install -d " ${pkgdir} /usr/share/qt6 /translations/" 
44+     install -D -m644 languages/* .qm " ${pkgdir} /usr/share/qt6 /translations/" 
4445}
Original file line number Diff line number Diff line change 11#  Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
2- #  see:  https://wiki.archlinux.org/index.php /PKGBUILD
2+ #  https://wiki.archlinux.org/title /PKGBUILD
33
44pkgname=qownnotes
55pkgver=VERSION-STRING
66pkgrel=1
7- pkgdesc=" Note-taking app and todo list manager  with ownCloud/ Nextcloud integration" 
8- arch=(' i686' ' x86_64' 
7+ pkgdesc=" Plain-text file markdown note taking  with Nextcloud/ownCloud  integration" 
8+ arch=(' i686' ' x86_64'   ' armv7h '   ' aarch64 ' 
99url=' https://www.qownnotes.org/' 
1010license=(' GPL2' 
1111groups=(' qownnotes' 
12- depends=(' qt5 -base' ' qt5 -svg' ' qt5 -declarative' ' openssl '   ' qt5 -websockets'   ' qt5-x11extras ' ' aspell' 
13- makedepends=(' git '   ' qt5 -tools' 
12+ depends=(' qt6 -base' ' qt6 -svg' ' qt6 -declarative' ' qt6 -websockets' ' aspell' 
13+ makedepends=(' qt6 -tools' 
1414provides=(" ${pkgname% -* } " 
1515conflicts=(" ${pkgname% -* } " 
1616source=(" ${pkgname} -${pkgver} .tar.xz" 
1717md5sums=(' SKIP' 
1818
1919build () {
2020    cd  " ${pkgname} -${pkgver} " 
21- 	qmake 
22- 	make
21+     qmake6 QMAKE_CFLAGS_RELEASE= " ${CFLAGS} "  QMAKE_CXXFLAGS_RELEASE= " ${CXXFLAGS} "  QMAKE_LFLAGS_RELEASE= " ${LDFLAGS} " 
22+ 	   make
2323}
2424
2525package () {
@@ -36,6 +36,6 @@ package() {
3636    install -D -m644 " images/icons/scalable/apps/QOwnNotes.svg" " ${pkgdir} /usr/share/icons/hicolor/scalable/apps/QOwnNotes.svg" 
3737
3838    #  install languages
39-     install -d " ${pkgdir} /usr/share/qt5 /translations/" 
40-     install -D -m644 languages/* .qm " ${pkgdir} /usr/share/qt5 /translations/" 
39+     install -d " ${pkgdir} /usr/share/qt6 /translations/" 
40+     install -D -m644 languages/* .qm " ${pkgdir} /usr/share/qt6 /translations/" 
4141}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments