mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
partitionmanager: switch to pacman hooks (#73)
This commit is contained in:
parent
f61d39140c
commit
8009394525
@ -1,7 +1,7 @@
|
||||
pkgname=partitionmanager
|
||||
epoch=1
|
||||
pkgver=3.3.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
|
||||
arch=('x86_64')
|
||||
url="https://sourceforge.net/projects/partitionman"
|
||||
@ -12,7 +12,6 @@ makedepends=('extra-cmake-modules' 'ntfs-3g' 'pkg-config' 'python3' 'kdoctools')
|
||||
conflicts=('tribe-partitionmanager')
|
||||
provides=('tribe-partitionmanager')
|
||||
replaces=('tribe-partitionmanager<=1358163-8')
|
||||
install=partitionmanager.install
|
||||
options=('debug')
|
||||
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
|
||||
sha256sums=('5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a')
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user