Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 21, 2018 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f3f48c3217059fc6a730577f7ba301e6 to your computer and use it in GitHub Desktop.
Save ryantm/f3f48c3217059fc6a730577f7ba301e6 to your computer and use it in GitHub Desktop.
/nix/store/1wx0hbih6l960fp1dj1y06gmz8y675ff-elisa-0.2.80
├── bin
│   └── elisa
├── lib
│   ├── libelisaLib.so -> libelisaLib.so.0
│   ├── libelisaLib.so.0 -> libelisaLib.so.0.1
│   ├── libelisaLib.so.0.1
│   └── qt-5.11
│   ├── plugins
│   │   └── kcms
│   │   └── kcm_elisa_local_file.so
│   └── qml
│   └── org
│   └── kde
│   └── elisa
│   ├── libelisaqmlplugin.so
│   └── qmldir
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── appdata
│   └── org.kde.elisa.appdata.xml
├── applications
│   └── org.kde.elisa.desktop
├── doc
│   └── HTML
│   └── en
│   └── elisa
│   ├── index.cache.bz2
│   ├── index.docbook
│   └── Screenshot_20180112_174013.png
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── elisa.png
│   ├── 16x16
│   │   └── apps
│   │   └── elisa.png
│   ├── 22x22
│   │   └── apps
│   │   └── elisa.png
│   ├── 32x32
│   │   └── apps
│   │   └── elisa.png
│   ├── 48x48
│   │   └── apps
│   │   └── elisa.png
│   ├── 64x64
│   │   └── apps
│   │   └── elisa.png
│   └── scalable
│   └── apps
│   └── elisa.svg
├── kpackage
│   └── kcms
│   └── kcm_elisa_local_file
│   ├── contents.rcc
│   └── metadata.json
└── kservices5
└── kcm_elisa_local_file.desktop
37 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment