Package Details: cmakeed 1.23.0-1

Git Clone URL: https://aur.archlinux.org/cmakeed.git (read-only, click to copy)
Package Base: cmakeed
Description: CMake plugin for Eclipse
Upstream URL: https://github.com/15knots/cmakeed
Licenses: EPL
Submitter: grubber
Maintainer: snack
Last Packager: snack
Votes: 26
Popularity: 0.000000
First Submitted: 2008-09-23 15:40 (UTC)
Last Updated: 2024-04-02 07:56 (UTC)

Latest Comments

snack commented on 2019-04-03 07:02 (UTC)

I've just pushed the PKGBUILD for version 1.11. Please report any issue here.

snack commented on 2019-04-01 10:24 (UTC)

Adopted. I will post an updated PKGBUILD for version 1.11 in the next days.

snack commented on 2018-11-30 10:55 (UTC) (edited on 2018-11-30 10:57 (UTC) by snack)

I modified the PKGBUILD for cmakeed 1.10, which btw has nice improvements like the ability to undo after save.

pkgname=cmakeed

pkgver=1.10.0

pkgrel=1

pkgdesc="CMake plugin for Eclipse"

arch=('any')

url="https://github.com/15knots/cmakeed"

license=('CPL')

depends=('eclipse-common')

source=("https://dl.bintray.com/15knots/p2-zip/CMakeEd-${pkgver}.zip")

noextract=()

md5sums=('a71817592d44243bbb2bd9b0e383524a')

package() {

_dest="${pkgdir}/usr/lib/eclipse/dropins/${pkgname}/eclipse"

install -d ${_dest}

cp -a "features" ${_dest}

cp -a "plugins" ${_dest} }

By the way, this package is actively developed, would the maintainer mind to update the version in the AUR? Thanks.

Sandmann commented on 2015-07-22 18:50 (UTC)

Version 1.1.6-2 makes the package compatible with Eclipse Mars. Note: It no longer works with previous Eclipse versions.

Sandmann commented on 2011-11-10 13:56 (UTC)

Updated to 1.1.6

Sandmann commented on 2011-08-03 13:43 (UTC)

Updated to 1.1.5

<deleted-account> commented on 2010-03-23 21:15 (UTC)

Replace: cp -a "$srcdir"/{features,plugins} "$pkgdir"/usr/share/eclipse/dropins/cmakeed/eclipse to: cp -a "$srcdir"/eclipse/{features,plugins} "$pkgdir"/usr/share/eclipse/dropins/cmakeed/eclipse