in which way is this package different from aur/kmozillahelper? could this be merged?
Search Criteria
Package Details: kmozillahelper 1:5.0.2-1
Git Clone URL: | https://aur.archlinux.org/kmozillahelper.git (read-only) |
---|---|
Package Base: | kmozillahelper |
Description: | Mozilla KDE Integration. |
Upstream URL: | https://github.com/openSUSE/kmozillahelper |
Keywords: | firefox kde kmozillahelper plasma thunderbird |
Licenses: | |
Submitter: | Thaodan |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 29 |
Popularity: | 0.042913 |
First Submitted: | 2015-08-14 10:48 |
Last Updated: | 2018-01-31 08:19 |
Dependencies (6)
- ki18n (ki18n-git)
- kio (kio-git, kio-osync)
- knotifications (knotifications-git)
- kwindowsystem (kwindowsystem-git)
- cmake (cmake-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
Required by (2)
Sources (1)
Latest Comments
gustawho commented on 2017-12-14 18:15
fordprefect commented on 2017-06-25 16:45
JonnyRobbie commented on 2017-06-19 17:14
Still getting missing deps
CMake Error at /usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Build in clean chroot with `makechrootpkg`.
ShalokShalom commented on 2017-06-17 09:39
Upstream URL is outdated
Thaodan commented on 2017-04-18 21:40
Automoc4 isn't neededed anymore thats the reason.
About the filename thing: you can keep it as you want its not relevant I just changed the url and skipped the :: part.
fordprefect commented on 2017-04-18 21:27
@Thaodan: thank you for trying to help. please note that epoch wont go away once introduced. also, your patch could have been summarized in one sentence, if applied to the most recent PKGBUILD: automoc4 is not a makedep anymore. Also i dont understand why you propose to change source file name.
Thaodan commented on 2017-04-18 08:35
for fixed deps apply this:
diff --git a/PKGBUILD b/PKGBUILD
index e55d196..04ce1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
pkgname=kmozillahelper
pkgver=5.0.1
pkgrel=1
-epoch=1
pkgdesc="Mozilla KDE Integration."
url="https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-kde4-integration"
arch=("i686" "x86_64")
license=('MIT')
-depends=("kdelibs")
-makedepends=("cmake" "automoc4" "extra-cmake-modules")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v${pkgver}.tar.gz")
+depends=(knotifications kio kwindowsystem ki18n )
+makedepends=("cmake" "extra-cmake-modules")
+source=("https://github.com/openSUSE/kmozillahelper/archive/v$pkgver.tar.gz")
md5sums=('58816fb988dc01a1b141a1d70ecd70ef')
build() {
Thaodan commented on 2017-04-18 08:34
dependencies are still wrong
buovjaga commented on 2017-04-11 16:12
Regarding the crash with "Open containing folder", there is a debug trace here: https://github.com/openSUSE/kmozillahelper/issues/11#issuecomment-286163357
fordprefect commented on 2017-04-04 21:27
@oi_wtf: thanks for the hints, i added those dependencies.
@fordprefect Indeed, this and the package you mentioned should be merged. This package was first created because the Frameworks branch was still in development, but this is no longer the case.