summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Doursenaud2016-05-07 14:53:31 +0200
committerRaphaël Doursenaud2016-05-07 14:53:31 +0200
commitaeec19b05db35990d2ab32eef04efdf59e5baa9a (patch)
tree44ff3bca8a21bb1cdfacc2b0cf6da9631ce18146
parentf6d0090233ec497a65c6fb1c8a6e96e26507a52d (diff)
downloadaur-aeec19b05db35990d2ab32eef04efdf59e5baa9a.tar.gz
Updated for Qt5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc66d95edd2..52a4aba8b419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 18:14:14 UTC 2015
+# Sat May 7 12:53:31 UTC 2016
pkgbase = frescobaldi-git
pkgdesc = A LilyPond sheet music text editor.
pkgver = VERSION
@@ -11,13 +11,13 @@ pkgbase = frescobaldi-git
depends = hyphen
depends = poppler
depends = python>=3.2
- depends = python-ly
- depends = python-poppler-qt4
- depends = python-pyqt4>=4.8.3
- depends = qt4>=4.7
+ depends = python-ly>=0.9.4
+ depends = python-poppler-qt5
+ depends = python-pyqt5>=5.4
+ depends = qt5-base>=5.4
depends = tango-icon-theme
optdepends = lilypond: Music engraving (recommended)
- optdepends = python-pygame-hg: MIDI playback (alternate engine)
+ optdepends = python-pygame: MIDI playback (alternate engine)
optdepends = portmidi: MIDI playback (fallback engine)
optdepends = hyphen-de: German hyphenation rules
optdepends = hyphen-en: English hyphenation rules
diff --git a/PKGBUILD b/PKGBUILD
index 6f9a588e34a8..02fed96d93ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,17 +11,17 @@ depends=(
'hyphen'
'poppler'
'python>=3.2'
- 'python-ly'
- 'python-poppler-qt4'
- 'python-pyqt4>=4.8.3'
- 'qt4>=4.7'
+ 'python-ly>=0.9.4'
+ 'python-poppler-qt5'
+ 'python-pyqt5>=5.4'
+ 'qt5-base>=5.4'
'tango-icon-theme'
)
optdepends=(
'lilypond: Music engraving (recommended)'
# python-portmidi is currently a python2 package
# 'python-portmidi: MIDI playback (default engine)'
- 'python-pygame-hg: MIDI playback (alternate engine)'
+ 'python-pygame: MIDI playback (alternate engine)'
'portmidi: MIDI playback (fallback engine)'
'hyphen-de: German hyphenation rules'
'hyphen-en: English hyphenation rules'
@@ -38,9 +38,6 @@ source=("${pkgname}"::'git://github.com/wbsoft/frescobaldi.git')
install=frescobaldi-git.install
md5sums=('SKIP')
-_gitroot='https://github.com/wbsoft/frescobaldi.git'
-_gitname='frescobaldi'
-
pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g'