26 # URLs snapshotted through
27 # https://web.archive.org/save/$url
28 # Update when stale enough I guess?
30 url = "https://web.archive.org/web/20210714035424if_/http://download.geonames.org/export/dump/admin1CodesASCII.txt";
31 sha256 = "0r783yzajs26hvccdy4jv2v06xfgadx2g90fz3yn7lx8flz4nhwm";
34 url = "https://web.archive.org/web/20210714035427if_/http://download.geonames.org/export/dump/admin2Codes.txt";
35 sha256 = "1n5nzp3xblhr93rb1sadi5vfbw29slv5lc6cxq21h3x3cg0mwqh3";
37 cities1000 = fetchurl {
38 url = "https://web.archive.org/web/20210714035406if_/http://download.geonames.org/export/dump/cities1000.zip";
39 sha256 = "0cwbfff8gzci5zrahh6d53b9b3bfv1cbwlv0k6076531i1c7md9p";
69 ln -s ${admin1} src/admin1CodesASCII.txt
70 ln -s ${admin2} src/admin2Codes.txt
71 ln -s ${cities1000} src/cities1000.zip
75 description = "Image gallery mobile application";
77 homepage = "https://apps.kde.org/koko/";
78 # LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
79 license = [ licenses.lgpl3Only licenses.lgpl21Only ];