summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-10-09 22:19:00 +0800
committerLAN-TW <lantw44@gmail.com>2013-10-09 22:19:00 +0800
commitbd2c4290ea1a877bcb0c6efac477ee671485bd9e (patch)
tree7631e01f971303d4aff49c60d1bcd212c9aaf577
parentba3e7f160ff90d99b002216d22b715ace3210130 (diff)
downloadAUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.tar
AUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.tar.gz
AUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.tar.bz2
AUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.tar.lz
AUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.tar.xz
AUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.tar.zst
AUR-PKGBUILD-bd2c4290ea1a877bcb0c6efac477ee671485bd9e.zip
qelly-git: Remove search path patch file
-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
}