Package Details: nautilus-data 44.0-1

Git Clone URL: https://aur.archlinux.org/nautilus-data.git (read-only, click to copy)
Package Base: nautilus-data
Description: Nautilus data files for gnome-search-tool
Upstream URL: http://www.ubuntuupdates.org/package/core/trusty/main/base/nautilus-data
Licenses: GPL
Conflicts: nautilus
Submitter: colinkeenan
Maintainer: None
Last Packager: LordDemecrius83
Votes: 4
Popularity: 0.000064
First Submitted: 2014-02-19 01:52 (UTC)
Last Updated: 2023-04-20 18:20 (UTC)

Latest Comments

begin-theadventu commented on 2023-04-20 15:15 (UTC) (edited on 2023-04-20 15:16 (UTC) by begin-theadventu)

pkgver=44.0

source=(http://security.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_$pkgver-1ubuntu2_all.deb)
md5sums=('fd9e7b68b4c762971fdec7a441ffab8b')

poluyan commented on 2023-01-05 01:14 (UTC)

Now there is no file with version 3.38.2 on the server. Works perfectly with version 43.1 and gnome-search-tool package.

$ diff -u nautilus-data/PKGBUILD .cache/trizen/sources/nautilus-data/PKGBUILD
--- nautilus-data/PKGBUILD  2023-01-05 03:58:30.045165553 +0300
+++ .cache/trizen/sources/nautilus-data/PKGBUILD    2023-01-05 03:56:48.961523603 +0300
@@ -16,7 +16,7 @@
 # The advantage of gnome-search-tool-no-nautilus from AUR over rebuilding with abs is that upgrades will be easier.

 pkgname=nautilus-data
-pkgver=3.38.2
+pkgver=43.1
 pkgrel=1
 pkgdesc="Nautilus data files for gnome-search-tool"
 url="http://www.ubuntuupdates.org/package/core/trusty/main/base/nautilus-data"
@@ -25,9 +25,9 @@
 conflicts=('nautilus')
 install=${pkgname}.install

-source=(http://security.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_3.38.2-1ubuntu3_all.deb)
-md5sums=('539a2f0bb3e34b8093bce1b2e6f3e0c7')
+source=(http://security.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_43.1-1ubuntu2_all.deb)
+md5sums=('8fe9cb343f45a4ff11b6edce38be80dd')

 package() {
-  tar xvf data.tar.xz -C "$pkgdir"
+  tar xvf data.tar.zst -C "$pkgdir"
 }

colinkeenan commented on 2014-03-02 02:51 (UTC)

Thanks for the alert. I've updated PKGBUILD so you'll see the update. This is the 2nd time the package link went bad. The first time they moved it to a different repository. Seems strange this simple package is so active on Ubuntu even though the version isn't changing.

<deleted-account> commented on 2014-03-02 02:43 (UTC)

FYI, http://security.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_3.10.1-0ubuntu5_all.deb is giving a 404 error. Looks like a newer version was uploaded on 28-Feb-2014, http://security.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_3.10.1-0ubuntu7_all.deb.

colinkeenan commented on 2014-02-19 17:45 (UTC)

OK - I get it, you're talking about my long comment about installing gnome-search-tool using abs instead of using my other package in AUR for that purpose. OK - I'll add the .install file.

orschiro commented on 2014-02-19 17:41 (UTC)

@colinkeenan "All important messages should be echoed during install using an .install file. For example, if a package needs extra setup to work, directions should be included. " https://wiki.archlinux.org/index.php/Arch_Packaging_Standards

colinkeenan commented on 2014-02-19 17:38 (UTC)

Thanks for http://pastebin.com/qagGBSrN, I've used that and am very happy I asked you for help so that I don't need to makedepends deb2targz, and thanks for pointing out this package conflicts Nautilus and that changing directories is not needed. I'm confused about "You probably also wanna tell that rebuilding procedure in an .install, so it shows up automatically." though. I have no idea what you're talking about.

Det commented on 2014-02-19 14:41 (UTC)

So what I'd do would probably be something like: http://pastebin.com/qagGBSrN (since we wanna also conflict with Nautilus, and cd'ing into "$startdir/src/" equals "$srcdir", which is our starting point anyway). You probably also wanna tell that rebuilding procedure in an .install, so it shows up automatically.