Package Details: gnome-shell-extension-clipboard-indicator-git 2:v56.r0.g3744bed-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-clipboard-indicator-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-clipboard-indicator-git
Description: Adds a clipboard indicator to the top panel, and saves clipboard history
Upstream URL: https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator
Licenses: MIT
Conflicts: gnome-shell-extension-clipboard-indicator
Submitter: plp
Maintainer: Sherlock-Holo
Last Packager: Sherlock-Holo
Votes: 8
Popularity: 0.000000
First Submitted: 2016-10-31 19:38 (UTC)
Last Updated: 2023-11-07 07:28 (UTC)

Latest Comments

Anty0 commented on 2019-10-10 08:50 (UTC)

@Terence +1

I agree. Git package without automatic version - almost unusable... This should be fixed.

Terence commented on 2019-10-09 18:20 (UTC) (edited on 2019-10-09 18:20 (UTC) by Terence)

Please update the PKGBUILD like so:

# Maintainer: Pantelis Panayiotou <p.panayiotou@gmail.com>
pkgname=gnome-shell-extension-clipboard-indicator-git
pkgver=v30.r62.g96be4cb
pkgrel=1
pkgdesc="Adds a clipboard indicator to the top panel, and saves clipboard history"
arch=('any')
url="https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator"
license=('MIT')
depends=('gnome-shell')
makedepends=('git')
conflicts=()
source=("$pkgname::git://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git")
sha256sums=('SKIP')

pkgver() {
  cd "$pkgname"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
  SR="${srcdir}/${pkgname}"
  TG="${pkgdir}/usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com"
  TGDOC="${pkgdir}/usr/share/doc/gnome-clipboard-indicator-git"
  install -d ${TG}
  cp -fr ${SR}/* ${TG}
  install -d ${TGDOC}
  mv ${TG}/*.rst ${TGDOC}
}

plp commented on 2017-11-21 10:19 (UTC) (edited on 2017-11-21 10:25 (UTC) by plp)

Several updates and fixes have recently come out for this package. So, I've updated its version to force everyone to upgrade. Thanks @satriani