Diff
checker
Testo
Testo
Immagini
Documenti
Excel
Cartelle
Legal
Enterprise
Applicazione per desktop
Prezzi
Accedi
Scarica Diffchecker Desktop
Confronta il testo
Trova la differenza tra due file di testo
Strumenti
Cronologia
Editor live
Comprimi invariate
Senza a capo
Layout
Diviso
Unificato
Livello di dettaglio
Intelligente
Parola
Carattere
Evidenziazione sintassi
Scegli sintassi
Ignora
Trasforma testo
Vai alla prima modifica
Modifica input
Diffchecker Desktop
Il modo più sicuro per usare Diffchecker. Ottieni l'app Diffchecker Desktop: i tuoi diff non lasciano mai il tuo computer!
Ottieni Desktop
gtkhash-nemo-git 0.7.0.r4.ga01ad64-1 by Marc.2377
Creato
6 anni fa
Il diff non scade mai
Eliminare
Esporta
Condividere
Spiegare
4 rimozioni
Linee
Totale
Rimosso
Caratteri
Totale
Rimosso
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
66 linee
Copia tutti
11 aggiunte
Linee
Totale
Aggiunto
Caratteri
Totale
Aggiunto
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
72 linee
Copia tutti
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
pkgbase=gtkhash-git
pkgbase=gtkhash-git
pkgname=(gtkhash-git gtkhash-nemo-git gtkhash-nautilus-git gtkhash-thunar-git)
pkgname=(gtkhash-git gtkhash-nemo-git gtkhash-nautilus-git gtkhash-thunar-git)
Copia
Copiato
Copia
Copiato
pkgver=
0.7.0.r4.ga01ad64
pkgver=
v1.2.r146.g44b88f5
pkgrel=1
pkgrel=1
pkgdesc='A GTK+ utility for computing message digests or checksums (development version).'
pkgdesc='A GTK+ utility for computing message digests or checksums (development version).'
arch=('i686' 'x86_64')
arch=('i686' 'x86_64')
url='http://gtkhash.sourceforge.net/'
url='http://gtkhash.sourceforge.net/'
license=('GPL')
license=('GPL')
Copia
Copiato
Copia
Copiato
makedepends=('intltool' 'git'
'nemo' 'libnautilus-extension' 'thunar') # ← remove FMs here!
makedepends=('intltool' 'git'
'libb2'
'nemo' 'libnautilus-extension' 'thunar') # ← remove FMs here!
depends=('dconf' 'nettle' 'gtk3')
depends=('dconf' 'nettle' 'gtk3')
Copia
Copiato
Copia
Copiato
conflicts=('gtkhash')
provides=('gtkhash')
source=(gtkhash::"git+https://github.com/tristanheaven/gtkhash.git"
source=(gtkhash::"git+https://github.com/tristanheaven/gtkhash.git"
"gtkhash.desktop")
"gtkhash.desktop")
sha256sums=('SKIP'
sha256sums=('SKIP'
'f0312086093f0dd5ce0cfd6c9312abd42b57401960c39c19377372c154a32388')
'f0312086093f0dd5ce0cfd6c9312abd42b57401960c39c19377372c154a32388')
pkgver() {
pkgver() {
cd gtkhash
cd gtkhash
git describe --long --tags | sed 's/-/.r/;s/-/./'
git describe --long --tags | sed 's/-/.r/;s/-/./'
}
}
build() {
build() {
cd gtkhash
cd gtkhash
./autogen.sh
./autogen.sh
./configure --prefix=/usr --disable-schemas-compile --enable-gtkhash \
./configure --prefix=/usr --disable-schemas-compile --enable-gtkhash \
--enable-linux-crypto --enable-nettle --with-gtk=3.0 \
--enable-linux-crypto --enable-nettle --with-gtk=3.0 \
--enable-nemo --enable-nautilus --enable-thunar # ← remove FMs here!
--enable-nemo --enable-nautilus --enable-thunar # ← remove FMs here!
make
make
}
}
package_gtkhash-git() {
package_gtkhash-git() {
Copia
Copiato
Copia
Copiato
conflicts=('gtkhash')
provides=('gtkhash')
install=gtkhash.install
install=gtkhash.install
make -C gtkhash DESTDIR="$pkgdir/" install
make -C gtkhash DESTDIR="$pkgdir/" install
# install desktop entry
# install desktop entry
install -Dm644 gtkhash.desktop "$pkgdir"/usr/share/applications/gtkhash.desktop
install -Dm644 gtkhash.desktop "$pkgdir"/usr/share/applications/gtkhash.desktop
# remove filemanager plugins
# remove filemanager plugins
rm -rf "$pkgdir"/usr/lib
rm -rf "$pkgdir"/usr/lib
}
}
package_gtkhash-nemo-git() {
package_gtkhash-nemo-git() {
pkgdesc+=' - Nemo filemanager plugin'
pkgdesc+=' - Nemo filemanager plugin'
depends=('gtkhash-git' 'nemo')
depends=('gtkhash-git' 'nemo')
Copia
Copiato
Copia
Copiato
conflicts=('gtkhash-nemo')
provides=('gtkhash-nemo')
Copia
Copiato
Copia
Copiato
make -C gtkhash/src/
nemo
DESTDIR="$pkgdir/" install
make -C gtkhash/src/
nautilus
DESTDIR="$pkgdir/" install
}
}
package_gtkhash-nautilus-git() {
package_gtkhash-nautilus-git() {
pkgdesc+=' - Nautilus filemanager plugin'
pkgdesc+=' - Nautilus filemanager plugin'
depends=('gtkhash-git' 'nautilus')
depends=('gtkhash-git' 'nautilus')
Copia
Copiato
Copia
Copiato
conflicts=('gtkhash-nautilus')
provides=('gtkhash-nautilus')
make -C gtkhash/src/nautilus DESTDIR="$pkgdir/" install
make -C gtkhash/src/nautilus DESTDIR="$pkgdir/" install
}
}
package_gtkhash-thunar-git() {
package_gtkhash-thunar-git() {
pkgdesc+=' - Thunar filemanager plugin'
pkgdesc+=' - Thunar filemanager plugin'
depends=('gtkhash-git' 'thunar')
depends=('gtkhash-git' 'thunar')
Copia
Copiato
Copia
Copiato
conflicts=('gtkhash-thunar')
provides=('gtkhash-thunar')
make -C gtkhash/src/thunar DESTDIR="$pkgdir/" install
make -C gtkhash/src/thunar DESTDIR="$pkgdir/" install
}
}
Diff salvati
Testo originale
Apri file
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de> pkgbase=gtkhash-git pkgname=(gtkhash-git gtkhash-nemo-git gtkhash-nautilus-git gtkhash-thunar-git) pkgver=0.7.0.r4.ga01ad64 pkgrel=1 pkgdesc='A GTK+ utility for computing message digests or checksums (development version).' arch=('i686' 'x86_64') url='http://gtkhash.sourceforge.net/' license=('GPL') makedepends=('intltool' 'git' 'nemo' 'libnautilus-extension' 'thunar') # ← remove FMs here! depends=('dconf' 'nettle' 'gtk3') conflicts=('gtkhash') provides=('gtkhash') source=(gtkhash::"git+https://github.com/tristanheaven/gtkhash.git" "gtkhash.desktop") sha256sums=('SKIP' 'f0312086093f0dd5ce0cfd6c9312abd42b57401960c39c19377372c154a32388') pkgver() { cd gtkhash git describe --long --tags | sed 's/-/.r/;s/-/./' } build() { cd gtkhash ./autogen.sh ./configure --prefix=/usr --disable-schemas-compile --enable-gtkhash \ --enable-linux-crypto --enable-nettle --with-gtk=3.0 \ --enable-nemo --enable-nautilus --enable-thunar # ← remove FMs here! make } package_gtkhash-git() { install=gtkhash.install make -C gtkhash DESTDIR="$pkgdir/" install # install desktop entry install -Dm644 gtkhash.desktop "$pkgdir"/usr/share/applications/gtkhash.desktop # remove filemanager plugins rm -rf "$pkgdir"/usr/lib } package_gtkhash-nemo-git() { pkgdesc+=' - Nemo filemanager plugin' depends=('gtkhash-git' 'nemo') make -C gtkhash/src/nemo DESTDIR="$pkgdir/" install } package_gtkhash-nautilus-git() { pkgdesc+=' - Nautilus filemanager plugin' depends=('gtkhash-git' 'nautilus') make -C gtkhash/src/nautilus DESTDIR="$pkgdir/" install } package_gtkhash-thunar-git() { pkgdesc+=' - Thunar filemanager plugin' depends=('gtkhash-git' 'thunar') make -C gtkhash/src/thunar DESTDIR="$pkgdir/" install }
Testo modificato
Apri file
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de> pkgbase=gtkhash-git pkgname=(gtkhash-git gtkhash-nemo-git gtkhash-nautilus-git gtkhash-thunar-git) pkgver=v1.2.r146.g44b88f5 pkgrel=1 pkgdesc='A GTK+ utility for computing message digests or checksums (development version).' arch=('i686' 'x86_64') url='http://gtkhash.sourceforge.net/' license=('GPL') makedepends=('intltool' 'git' 'libb2' 'nemo' 'libnautilus-extension' 'thunar') # ← remove FMs here! depends=('dconf' 'nettle' 'gtk3') source=(gtkhash::"git+https://github.com/tristanheaven/gtkhash.git" "gtkhash.desktop") sha256sums=('SKIP' 'f0312086093f0dd5ce0cfd6c9312abd42b57401960c39c19377372c154a32388') pkgver() { cd gtkhash git describe --long --tags | sed 's/-/.r/;s/-/./' } build() { cd gtkhash ./autogen.sh ./configure --prefix=/usr --disable-schemas-compile --enable-gtkhash \ --enable-linux-crypto --enable-nettle --with-gtk=3.0 \ --enable-nemo --enable-nautilus --enable-thunar # ← remove FMs here! make } package_gtkhash-git() { conflicts=('gtkhash') provides=('gtkhash') install=gtkhash.install make -C gtkhash DESTDIR="$pkgdir/" install # install desktop entry install -Dm644 gtkhash.desktop "$pkgdir"/usr/share/applications/gtkhash.desktop # remove filemanager plugins rm -rf "$pkgdir"/usr/lib } package_gtkhash-nemo-git() { pkgdesc+=' - Nemo filemanager plugin' depends=('gtkhash-git' 'nemo') conflicts=('gtkhash-nemo') provides=('gtkhash-nemo') make -C gtkhash/src/nautilus DESTDIR="$pkgdir/" install } package_gtkhash-nautilus-git() { pkgdesc+=' - Nautilus filemanager plugin' depends=('gtkhash-git' 'nautilus') conflicts=('gtkhash-nautilus') provides=('gtkhash-nautilus') make -C gtkhash/src/nautilus DESTDIR="$pkgdir/" install } package_gtkhash-thunar-git() { pkgdesc+=' - Thunar filemanager plugin' depends=('gtkhash-git' 'thunar') conflicts=('gtkhash-thunar') provides=('gtkhash-thunar') make -C gtkhash/src/thunar DESTDIR="$pkgdir/" install }
Trovare la differenza