Package Details: kmozillahelper 1:5.0.6-2

Git Clone URL: https://aur.archlinux.org/kmozillahelper.git (read-only, click to copy)
Package Base: kmozillahelper
Description: Mozilla KDE Integration.
Upstream URL: https://github.com/openSUSE/kmozillahelper
Keywords: firefox kde kmozillahelper plasma thunderbird
Licenses: MIT
Submitter: Thaodan
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 38
Popularity: 0.000000
First Submitted: 2015-08-14 10:48 (UTC)
Last Updated: 2023-10-24 20:00 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Thaodan commented on 2023-10-23 13:43 (UTC)

Please make the package follow the cmake packaging guidelines. See here my pkgbuild:

# Set this to 5 to build against kf5, disable to build against kf6
bcond_kf=5

pkgname=kmozillahelper
pkgver=5.0.6
pkgrel=1
epoch=1
pkgdesc="Mozilla KDE Integration."
url="https://github.com/openSUSE/kmozillahelper"
arch=("i686" "x86_64")
license=('MIT')
depends=("kio$bcond_kf" "knotifications$bcond_kf" "kwindowsystem$kcond_kf5"
         "ki18n$bcond_kf")
makedepends=("cmake" "extra-cmake-modules")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v${pkgver}.tar.gz")
sha256sums=('31cfcf58daee44081ee2a2a92971d62d1f4ac825a2b3e5b972e084f5ca0cb87b')
changelog=$pkgname.changes

build() {

  cmake -DCMAKE_INSTALL_PREFIX=/usr \
        -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=None \
        -S "$srcdir/${pkgname}-${pkgver}" \
        -B "$srcdir/build" \
        -Wno-dev
  cmake --build "$srcdir/build"
}

package() {
  DESTDIR="$pkgdir" cmake --install "$srcdir/build"
  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" \
          "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

Thaodan commented on 2023-10-22 14:01 (UTC)

I maintain the main package that requires this package. I would like to take over taking care of this package.

I have prepared an update for this package. Without the update my package can't be updated/rebuild.

tategotoazarasi commented on 2023-10-22 12:34 (UTC)

Need update dependencies to kio5, knotifications5, kwindowsystem5, ki18n5

gustawho commented on 2017-12-14 18:15 (UTC)

@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.

fordprefect commented on 2017-06-25 16:45 (UTC)

in which way is this package different from aur/kmozillahelper? could this be merged?

JonnyRobbie commented on 2017-06-19 17:14 (UTC)

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 (UTC)

Upstream URL is outdated

Thaodan commented on 2017-04-18 21:40 (UTC)

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.