mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
[skip-ci] v4l2ucp: switch to pacman hooks #74
This commit is contained in:
parent
9f0fd9eeb6
commit
c07fc2659f
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=v4l2ucp
|
||||
pkgver=2.0.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A universal control panel for Video for Linux Two (V4L2) devices."
|
||||
arch=("x86_64")
|
||||
url="http://$pkgname.sourceforge.net"
|
||||
@ -11,7 +11,6 @@ depends=('qt' 'v4l-utils')
|
||||
optdepends=('mplayer: video preview.')
|
||||
makedepends=('cmake')
|
||||
categories=('utils')
|
||||
install=$pkgname.install
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
|
||||
$pkgname.desktop)
|
||||
md5sums=('e5bc6e71e2cd3ab123c277b2f7154b4f'
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user