Package Details: kdeplasma-applets-yawp 0.4.5-5

Git Clone URL: https://aur.archlinux.org/kdeplasma-applets-yawp.git (read-only, click to copy)
Package Base: kdeplasma-applets-yawp
Description: Colorful weather plasmoid
Upstream URL: https://sourceforge.net/projects/yawp/
Licenses: GPL
Conflicts: yawp-weather-plasmoid
Submitter: None
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 124
Popularity: 0.000000
First Submitted: 2012-07-15 12:50 (UTC)
Last Updated: 2020-07-22 02:31 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 Next › Last »

Musikolo commented on 2015-01-27 05:36 (UTC)

Issue hopefully fixed. Enjoy!

HighValueWarrior commented on 2015-01-23 16:03 (UTC)

Good Build using the pastebin pkgbuild.

Musikolo commented on 2015-01-23 06:00 (UTC)

@HighValueWarrior Please, copy the content of this PKGBUILD file you can find at http://pastebin.com/crJwDypc and try again. I suspect you have removed something unintentionally. Kindly, let me know the result. If it fails, please, paste the full trace of your console in pastebin. Regards.

HighValueWarrior commented on 2015-01-23 02:24 (UTC)

Afraid not .... AUR Packages (1): kdeplasma-applets-yawp-0.4.5-2 :: Proceed with installation? [Y/n] y :: Retrieving package(s)... :: View kdeplasma-applets-yawp PKGBUILD? [Y/n] y :: kdeplasma-applets-yawp PKGBUILD viewed :: Checking kdeplasma-applets-yawp integrity... ==> ERROR: Missing package() function in /tmp/pacaurtmp-peter/kdeplasma-applets-yawp/PKGBUILD :: failed to verify kdeplasma-applets-yawp integrity

Musikolo commented on 2015-01-20 05:02 (UTC)

@HighValueWarrior, can you please try editing your PKGBUILD file and replace the line: cd "${_YAWPD_BUILD_DIR}" for: cd "$srcdir/yawp-$pkgver/build" in the functions build() and package()? I want to make sure it works prior to updating the package again. Thank you.

HighValueWarrior commented on 2015-01-19 05:52 (UTC)

==> Starting build()... CMake Error: The source directory "/tmp/pacaurtmp-peter/kdeplasma-applets-yawp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. ==> ERROR: A failure occurred in build().

Musikolo commented on 2015-01-18 01:27 (UTC)

Script updated to meet the new build standards - http://goo.gl/9nZP29 Enjoy!

otakar commented on 2015-01-17 18:42 (UTC)

You have to split build() function to build() and package(). This worked for me: build() { cd $srcdir/yawp-$pkgver mkdir build cd build cmake -DQT_QMAKE_EXECUTABLE=qmake-qt4 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make VERBOSE=1 } package() { cd $srcdir/yawp-$pkgver/build make DESTDIR=$pkgdir install }