summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122018-10-05 12:42:44 +0200
committerwillemw122018-10-05 12:52:10 +0200
commitcd1b7c745349c256fdc1178e587ab288a0df4b7e (patch)
tree341dea106bd2494c096bdf514ed04c32d889c059
parented6843a939abbe1ca15e54093ec472eb53d4f970 (diff)
downloadaur-cd1b7c745349c256fdc1178e587ab288a0df4b7e.tar.gz
Remove installpri patch. Update url=, source= and arch=
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
-rw-r--r--edyuk-svn.install14
-rw-r--r--installpri.patch20
4 files changed, 8 insertions, 48 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e35b9cfcf4b..e6e2188877c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = edyuk-svn
pkgdesc = Fully-featured Qt4 IDE
pkgver = r1053
- pkgrel = 3
- url = http://www.edyuk.org
- install = edyuk-svn.install
- arch = i686
+ pkgrel = 4
+ url = https://sourceforge.net/projects/edyuk/
arch = x86_64
license = GPL3
makedepends = subversion
depends = qt4
provides = edyuk
conflicts = edyuk
- source = edyuk-svn::svn+http://edyuk.svn.sf.net/svnroot/edyuk/trunk
+ source = edyuk-svn::svn+https://svn.code.sf.net/p/edyuk/code/trunk
md5sums = SKIP
pkgname = edyuk-svn
diff --git a/PKGBUILD b/PKGBUILD
index c55cbb2cbd0d..c3a1008f3c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,37 +3,33 @@
_pkgname=edyuk
pkgname=$_pkgname-svn
-pkgver=r1053
-pkgrel=3
+pkgver=r1053
+pkgrel=4
pkgdesc="Fully-featured Qt4 IDE"
-arch=('i686' 'x86_64')
-url="http://www.edyuk.org"
+arch=('x86_64')
+url="https://sourceforge.net/projects/edyuk/"
license=('GPL3')
depends=('qt4')
makedepends=('subversion')
provides=($_pkgname)
conflicts=($_pkgname)
-install=$pkgname.install
-source=($pkgname::svn+http://edyuk.svn.sf.net/svnroot/edyuk/trunk)
+source=($pkgname::svn+https://svn.code.sf.net/p/edyuk/code/trunk)
md5sums=('SKIP')
pkgver() {
cd $pkgname
-
local ver="$(svnversion)"
printf "r%s" "${ver//[[:alpha:]]}"
}
prepare() {
cd $pkgname
-
sed -i 's|return m_handle ? m_handle->document() : false|return m_handle ? m_handle->document() != 0 : false|' \
3rdparty/qcodeedit2/lib/document/qdocumentline.cpp
}
build() {
cd $pkgname
-
qmake-qt4
make
diff --git a/edyuk-svn.install b/edyuk-svn.install
deleted file mode 100644
index 463b1eca7214..000000000000
--- a/edyuk-svn.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- # Causes firefox and thunderbird (with kparts plugin) to crash when launched
- #update-mime-database usr/share/mime &>/dev/null
-
- echo -n ""
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
diff --git a/installpri.patch b/installpri.patch
deleted file mode 100644
index a9de3468677a..000000000000
--- a/installpri.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- install.pri.orig 2008-08-27 04:17:02.491432957 +0200
-+++ install.pri 2008-08-27 04:17:28.008547028 +0200
-@@ -113,7 +113,7 @@
-
- features.files += installs/features/*
-
-- features.path = $$[QT_INSTALL_PREFIX]/mkspecs/features
-+ features.path = /usr/share/qt/mkspecs/features
-
- qplugingenerator.path = $$[QT_INSTALL_BINS]
-
-@@ -162,7 +162,7 @@
- # /usr/share/icons/$$desktop/$$size/apps)
- #
-
-- DESK = default.kde \
-+ DESK = default.kde4 \
- gnome
-
- ICON = 16x16 \