Skip to content

Commit

Permalink
require specific gintro commit until new version
Browse files Browse the repository at this point in the history
  • Loading branch information
adokitkat committed Feb 17, 2022
1 parent 94067a0 commit ce34e0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Key features:

- GTK+ 3 dev packages
- [Nim compiler 1.6.2+](https://nim-lang.org/)
- [gintro](https://github.com/StefanSalewski/gintro/) (automatically downloaded)
- [gintro](https://github.com/StefanSalewski/gintro/) (automatically downloaded via nimble)

## Getting Started

Expand All @@ -30,8 +30,7 @@ You can install it via 2 methods:
- Nim's package manager `nimble`
- Manual (Makefile) - Nim not required (when not building)

<details><summary>Nimble</summary>
<p>
### Nimble

```sh
nimble install dnd
Expand All @@ -42,17 +41,13 @@ nimble install dnd
- Desktop entry is installed to `~/.local/share/applications/dnd.desktop` - `nimble uninstall dnd` cannot remove it automatically?
- Icon `dnd.xpm` is installed to `~/.nimble/pkgs/dnd-VERSION/resources/dnd.xpm`

</p>
</details>

<details><summary>Manual (Makefile)</summary>
<p>
### Manual (Makefile)

### Download
#### Download

Download [the latest release](https://github.com/adokitkat/dnd/releases) and unpack it to a folder

### Install / Uninstall
#### Install / Uninstall

```sh
make install
Expand Down
4 changes: 2 additions & 2 deletions dnd.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.6.0"
version = "0.6.1"
author = "Adam Múdry"
description = "Drag and drop source / target"
license = "GPL-3.0-only"
Expand All @@ -12,7 +12,7 @@ installFiles = @["dnd.cfg", "README.md"]
# Dependencies

requires "nim >= 1.6.2"
requires "gintro#head"
requires "gintro#d9a5fba5a39fd50c2014a175140f7e9c7635a091" # TODO: update when new version is available

import os, strformat
before build:
Expand Down

0 comments on commit ce34e0e

Please sign in to comment.