summaryrefslogtreecommitdiffstats
path: root/qelly-git
diff options
context:
space:
mode:
Diffstat (limited to 'qelly-git')
-rw-r--r--qelly-git/Fix-QTranslator-Filename.patch14
-rw-r--r--qelly-git/PKGBUILD11
2 files changed, 4 insertions, 21 deletions
diff --git a/qelly-git/Fix-QTranslator-Filename.patch b/qelly-git/Fix-QTranslator-Filename.patch
deleted file mode 100644
index a94e061..0000000
--- a/qelly-git/Fix-QTranslator-Filename.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/main.cpp b/src/main.cpp
-index fc7bba4..b32f858 100644
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -36,7 +36,8 @@ int main(int argc, char *argv[])
-
- YL::init_table();
- QTranslator trans;
-- trans.load(QLocale::system(), "Qelly", "_");
-+ trans.load("Qelly_" + QLocale::system().name().toLower(),
-+ a.applicationDirPath(), "_");
- a.installTranslator(&trans);
-
- UJ::Qelly::Controller c;
diff --git a/qelly-git/PKGBUILD b/qelly-git/PKGBUILD
index c398ac0..d5db913 100644
--- a/qelly-git/PKGBUILD
+++ b/qelly-git/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=qelly-git
_pkgname=Qelly
-pkgver=1.0a2.1.g7c18a56
-pkgrel=2
+pkgver=1.0a2.9.g83cd4a5
+pkgrel=1
pkgdesc="Qelly is a Qt port of Nally"
arch=('x86_64' 'i686')
url="https://github.com/uranusjr/Qelly"
@@ -12,10 +12,8 @@ depends=('qt4' 'libqxt')
makedepends=()
conflicts=('qelly')
provides=('qelly')
-source=("$pkgname::git+https://github.com/uranusjr/Qelly.git"
- "Fix-QTranslator-Filename.patch")
-md5sums=('SKIP'
- '55915bbd7bc13673a9d510bb2e456c10')
+source=("$pkgname::git+https://github.com/uranusjr/Qelly.git")
+md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
@@ -27,7 +25,6 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
- patch -p1 < ../Fix-QTranslator-Filename.patch
qmake-qt4
make
}