mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Merged in cdesai/haikuports/haiku-apps/backup (pull request #252)
backup: Remove local patch and fetch it from upstream
This commit is contained in:
@@ -5,8 +5,8 @@ A backup application for Haiku.
|
||||
COPYRIGHT="2013 Alexander von Gluck IV"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/kallisti5/backup"
|
||||
SRC_URI="git+https://github.com/kallisti5/backup#34e156f64d"
|
||||
REVISION="2"
|
||||
SRC_URI="git+https://github.com/kallisti5/backup#4c01c5b6f0"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -25,8 +25,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
PATCHES="backup-0.0.1.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
diff -Naur backup/BackupView.cpp backup-fix/BackupView.cpp
|
||||
--- backup/BackupView.cpp 2013-11-18 21:15:38.949223424 +0000
|
||||
+++ backup-fix/BackupView.cpp 2013-11-18 21:15:33.142344192 +0000
|
||||
@@ -120,7 +120,7 @@
|
||||
|
||||
// Refresh System Directory
|
||||
BPath sysSettingsDirectory;
|
||||
- find_directory(B_COMMON_SETTINGS_DIRECTORY, &sysSettingsDirectory);
|
||||
+ find_directory(B_SYSTEM_SETTINGS_DIRECTORY, &sysSettingsDirectory);
|
||||
fSysSettingBytes = DirectorySize(&sysSettingsDirectory);
|
||||
size_to_string(fSysSettingBytes, sizeText, 512);
|
||||
fSysSettingSizeText->SetText(sizeText);
|
||||
Reference in New Issue
Block a user