Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 347686 Details for
Bug 438280
app-backup/qt4-fsarchiver - GUI for the to save/restore partitions and folders
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff for icons pathing
qt4-fsarchiver-gentoo.diff (text/plain), 6.00 KB, created by
Michael Lawrence
on 2013-05-08 02:25:34 UTC
(
hide
)
Description:
diff for icons pathing
Filename:
MIME Type:
Creator:
Michael Lawrence
Created:
2013-05-08 02:25:34 UTC
Size:
6.00 KB
patch
obsolete
>TkDiff 4.2 report > >File: /qt4-fsarchiver/qt4-fsarchiver-2.pro >number of diffs: 1 > 0 regions were deleted > 0 regions were added > 1 regions were changed > > > 1 ###################################################################### > 2 # Automatically generated by qmake (2.01a) Fr. Nov 11 23:28:16 2011 > 3 ###################################################################### > 4 > 5 TEMPLATE = app > 6 TARGET = bin/qt4-fsarchiver > 7 DEPENDPATH += . src translations src/ui > 8 > 9 DEFINES += HAVE_CONFIG_H _REENTRANT _FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE _GNU_SOURCE > 10 INCLUDEPATH += . src /usr/include/ext2fs /usr/include/et /usr/include/e2p /usr/include/blkid /usr/include/uuid > 11 LIBS += -L/usr/lib -lQtGui -lQtCore -lpthread -lrt -llzma -lext2fs -lcom_err -le2p -lblkid -luuid -lz -lbz2 -llzo2 -lgcrypt -lgpg-error > 12 OBJECTS_DIR = build > 13 MOC_DIR = build > 14 UI_DIR = build > 15 RCC_DIR = build > 16 CODECFORTR=utf8 > 17 CODECFORSRC=utf8 > 18 #CONFIG += debug > 19 > 20 # Input > 21 HEADERS += src/archinfo.h \ > 22 src/archreader.h \ > 23 src/archwriter.h \ > 24 src/common.h \ > 25 src/comp_bzip2.h \ > 26 src/comp_gzip.h \ > 27 src/comp_lzma.h \ > 28 src/comp_lzo.h \ > 29 src/config.h \ > 30 src/connect_c_cpp.h \ > 31 src/crypto.h \ > 32 src/datafile.h \ > 33 src/devinfo.h \ > 34 src/dichl.h \ > 35 src/dico.h \ > 36 src/dir.h \ > 37 src/error.h \ > 38 src/filedialog.h \ > 39 src/filesys.h \ > 40 src/fs_btrfs.h \ > 41 src/fs_ext2.h \ > 42 src/fs_jfs.h \ > 43 src/fs_ntfs.h \ > 44 src/fs_reiser4.h \ > 45 src/fs_reiserfs.h \ > 46 src/fs_xfs.h \ > 47 src/fsarchiver.h \ > 48 src/gettext.h \ > 49 src/logfile.h \ > 50 src/mainWindow.h \ > 51 src/mbr.h \ > 52 src/net.h \ > 53 src/net_ein.h \ > 54 src/oper_probe.h \ > 55 src/oper_restore.h \ > 56 src/oper_save.h \ > 57 src/options.h \ > 58 src/qt_probe.h \ > 59 src/queue.h \ > 60 src/regmulti.h \ > 61 src/setting.h \ > 62 src/strdico.h \ > 63 src/strlist.h \ > 64 src/syncthread.h \ > 65 src/system.h \ > 66 src/thread.h \ > 67 src/thread_archio.h \ > 68 src/thread_comp.h \ > 69 src/types.h \ > 70 src/treeview.h \ > 71 src/writebuf.h > 72 FORMS += src/ui/dir_dialog.ui \ > 73 src/ui/filedialog.ui \ > 74 src/ui/fsarchiverMain.ui \ > 75 src/ui/mbr_dialog.ui \ > 76 src/ui/net.ui \ > 77 src/ui/net_ein.ui \ > 78 src/ui/setting.ui \ > 79 src/ui/treeview.ui > 80 SOURCES += src/archinfo.c \ > 81 src/archreader.c \ > 82 src/archwriter.c \ > 83 src/common.c \ > 84 src/comp_bzip2.c \ > 85 src/comp_gzip.c \ > 86 src/comp_lzma.c \ > 87 src/comp_lzo.c \ > 88 src/connect_c_cpp.c \ > 89 src/crypto.c \ > 90 src/datafile.c \ > 91 src/devinfo.c \ > 92 src/dichl.c \ > 93 src/dico.c \ > 94 src/dir.cpp \ > 95 src/error.c \ > 96 src/filedialog.cpp \ > 97 src/filesys.c \ > 98 src/fs_btrfs.c \ > 99 src/fs_ext2.c \ > 100 src/fs_jfs.c \ > 101 src/fs_ntfs.c \ > 102 src/fs_reiser4.c \ > 103 src/fs_reiserfs.c \ > 104 src/fs_xfs.c \ > 105 src/fsarchiver.c \ > 106 src/logfile.c \ > 107 src/main.cc \ > 108 src/mainWindow.cpp \ > 109 src/mbr.cpp \ > 110 src/net.cpp \ > 111 src/net_ein.cpp \ > 112 src/oper_probe.c \ > 113 src/oper_restore.c \ > 114 src/oper_save.c \ > 115 src/options.c \ > 116 src/qt_probe.cpp \ > 117 src/queue.c \ > 118 src/regmulti.c \ > 119 src/setting.cpp \ > 120 src/strdico.c \ > 121 src/strlist.c \ > 122 src/syncthread.c \ > 123 src/thread.cpp \ > 124 src/thread_archio.c \ > 125 src/thread_comp.c \ > 126 src/treeview.cpp \ > 127 src/writebuf.c > 128 RESOURCES += src/icon.qrc > 129 # install > 130 target.path = /usr/sbin > 131 icon.files = src/images/harddrive.png > 132 ! icon.path = /usr/share/qt4-fsarchiver > 133 autostart.files = starter/qt4-fsarchiver.desktop > 134 autostart.path = /usr/share/applications > 135 > 136 TRANSLATIONS += translations/qt4-fsarchiver_de.ts \ > 137 translations/qt4-fsarchiver_ru.ts > 138 QMAKE_EXTRA_COMPILERS += lrelease > 139 lrelease.input = TRANSLATIONS > 140 lrelease.output = ${QMAKE_FILE_BASE}.qm > 141 lrelease.commands = $$[QT_INSTALL_BINS]/lrelease ${QMAKE_FILE_IN} -qm translations/${QMAKE_FILE_BASE}.qm > 142 lrelease.CONFIG += no_link target_predeps > 143 translations.files = translations/qt4-fsarchiver_de.qm \ > 144 translations/qt4-fsarchiver_ru.qm > 145 translations.path = /usr/share/qt4/translations > 146 > 147 INSTALLS = target icon autostart translations > 148 #QMAKE_CXXFLAGS_RELEASE = -pipe -Wall -g -O2 > 149 #QMAKE_CFLAGS_RELEASE = -pipe -Wall -g -O2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 438280
:
326738
|
326742
|
328346
|
328428
|
329090
|
347686
|
347690
|
349770
|
376496
|
376500
|
377758