timeshift: update to 21.09.1, orphan.
This commit is contained in:
parent
fb216f592b
commit
e245ebb8e1
2 changed files with 4 additions and 27 deletions
|
@ -1,23 +0,0 @@
|
||||||
commit d437358ac3debf7625aefda4d0bd387a91b69df5
|
|
||||||
Author: Tony George <teejeetech@gmail.com>
|
|
||||||
Date: Sun Jun 6 12:04:07 2021 +0530
|
|
||||||
|
|
||||||
Fix for #425, #753, #755
|
|
||||||
|
|
||||||
diff --git a/src/Utility/Device.vala b/src/Utility/Device.vala
|
|
||||||
index 18f09de..b276055 100755
|
|
||||||
--- a/src/Utility/Device.vala
|
|
||||||
+++ b/src/Utility/Device.vala
|
|
||||||
@@ -428,10 +428,10 @@ public class Device : GLib.Object{
|
|
||||||
|
|
||||||
try{
|
|
||||||
if (lsblk_is_ancient){
|
|
||||||
- rex = new Regex("""NAME="(.*)" KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" RM="([0-9]+)" MAJ:MIN="([0-9:]+)"""");
|
|
||||||
+ rex = new Regex("""NAME="(.*)" KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" RM="([0-9]+)" MAJ[_:]MIN="([0-9:]+)"""");
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
- rex = new Regex("""NAME="(.*)" KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" HOTPLUG="([0-9]+)" MAJ:MIN="([0-9:]+)" PARTLABEL="(.*)" PARTUUID="(.*)" PKNAME="(.*)" VENDOR="(.*)" SERIAL="(.*)" REV="(.*)"""");
|
|
||||||
+ rex = new Regex("""NAME="(.*)" KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" HOTPLUG="([0-9]+)" MAJ[_:]MIN="([0-9:]+)" PARTLABEL="(.*)" PARTUUID="(.*)" PKNAME="(.*)" VENDOR="(.*)" SERIAL="(.*)" REV="(.*)"""");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rex.match (line, 0, out match)){
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'timeshift'
|
# Template file for 'timeshift'
|
||||||
pkgname=timeshift
|
pkgname=timeshift
|
||||||
version=20.11.1
|
version=21.09.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="gettext pkg-config vala which"
|
hostmakedepends="gettext pkg-config vala which"
|
||||||
makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
|
makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
|
||||||
depends="rsync psmisc"
|
depends="rsync psmisc"
|
||||||
short_desc="System restore tool"
|
short_desc="System restore tool"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://teejeetech.com/timeshift/"
|
homepage="https://teejeetech.com/timeshift/"
|
||||||
distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
|
distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
|
||||||
checksum=c6dcca80b42f80a8c8d9d03e91eb17aa634be2f1031f667bba3f483410297abb
|
checksum=70b21355439c284860264f746b980f11614c8e8307106d37f8fbee98377c455d
|
||||||
|
|
||||||
# Remove hard-dep on crontab, leave up to user to decide
|
# Remove hard-dep on crontab, leave up to user to decide
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Reference in a new issue