Skip to content

Commit 63ec8c0

Browse files
committed
Change README
1 parent 8207b70 commit 63ec8c0

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
![appindicator-gtk3-java](appindicator-gtk3-java.svg)
33

44
[![License](https://img.shields.io/github/license/purejava/appindicator-gtk3-java.svg)](https://github.com/purejava/appindicator-gtk3-java/blob/master/LICENSE)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.purejava/appindicator-gtk3-java-full.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=appindicator-gtk3-java&smo=true&namespace=org.purejava)
56

67
Java bindings for libayatana-appindicator and libappindicator-gtk3 in 100% pure Java
78

@@ -25,12 +26,12 @@ The bindings come in three flavors:
2526
- atk-1.0
2627
- harfbuzz
2728

28-
[![Maven Central](https://img.shields.io/maven-central/v/org.purejava/libappindicator-gtk3-java-full.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=libappindicator-gtk3-java-full&smo=true&namespace=org.purejava)
2929
```java
3030
<dependency>
3131
<groupId>org.purejava</groupId>
32-
<artifactId>libappindicator-gtk3-java-full</artifactId>
33-
<version>1.2.0</version>
32+
<artifactId>appindicator-gtk3-java</artifactId>
33+
<version>1.3.0</version>
34+
<classifier>libappindicator-full</classifier>
3435
</dependency>
3536
```
3637

@@ -96,16 +97,16 @@ As the according jar has a size of ~9,6M, I decided to provide a **reduced varia
9697
- gtk_ui_manager_new
9798
- GCallback
9899

99-
[![Maven Central](https://img.shields.io/maven-central/v/org.purejava/libappindicator-gtk3-java-minimal.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=libappindicator-gtk3-java-minimal&smo=true&namespace=org.purejava)
100100
```java
101101
<dependency>
102102
<groupId>org.purejava</groupId>
103-
<artifactId>libappindicator-gtk3-java-minimal</artifactId>
104-
<version>1.2.0</version>
103+
<artifactId>appindicator-gtk3-java</artifactId>
104+
<version>1.3.0</version>
105+
<classifier>libayatana-appindicator-libappindicator-minimal</classifier>
105106
</dependency>
106107
```
107-
### libappindicator-gtk3-java-minimal 1.1.0 - minimal is compatible to both libraries
108-
Starting with version 1.1.0, the `minimal` artifact is compatible to libayatana-appindicator and libappindicator. When either of these two is installed on your system, this library will bind to it.
108+
### libayatana-appindicator-libappindicator-minimal is compatible to both libraries
109+
Starting with version 1.3.0, the `-minimal` artifact is compatible to libayatana-appindicator and libappindicator. When either of these two is installed on your system, this library will bind to it.
109110
## Dependency including *all bindings* related to libayatana-appindicator:
110111
- gtk-3.0
111112
- glib-2.0
@@ -115,15 +116,15 @@ Starting with version 1.1.0, the `minimal` artifact is compatible to libayatana-
115116
- atk-1.0
116117
- harfbuzz
117118

118-
[![Maven Central](https://img.shields.io/maven-central/v/org.purejava/libayatana-appindicator-java-full.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=libayatana-appindicator-java-full&smo=true&namespace=org.purejava)
119119
```java
120120
<dependency>
121121
<groupId>org.purejava</groupId>
122-
<artifactId>libayatana-appindicator-java-full</artifactId>
123-
<version>1.2.0</version>
122+
<artifactId>appindicator-gtk3-java</artifactId>
123+
<version>1.3.0</version>
124+
<classifier>libayatana-appindicator-full</classifier>
124125
</dependency>
125126
```
126127
# Copyright
127128
Copyright (C) 2023 Ralph Plawetzki
128129

129-
The libappindicator-gtk3-java logo is made from [Icon Fonts](http://www.onlinewebfonts.com/icon) and is licensed by CC BY 3.0
130+
The appindicator-gtk3-java logo is made from [Icon Fonts](http://www.onlinewebfonts.com/icon) and is licensed by CC BY 3.0

0 commit comments

Comments
 (0)